@charset "UTF-8";
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*!
 * Bootstrap Reboot v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(30, 30, 30, 0); }

@-ms-viewport {
  width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #ffffff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(30, 30, 30, 0); }

@-ms-viewport {
  width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #ffffff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(30, 30, 30, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #ffffff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(30, 30, 30, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(30, 30, 30, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(30, 30, 30, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(17, 17, 17, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(17, 17, 17, 0.075); }

.table .thead-dark th {
  color: #ffffff;
  background-color: #212529;
  border-color: #32383e; }
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #ffffff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus,
  .was-validated .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
  .was-validated .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #ffffff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #ffffff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #ffffff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #ffffff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(30, 30, 30, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropleft .dropdown-toggle::after {
  display: none; }
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .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, .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .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 .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(30, 30, 30, 0.075), 0 0 5px rgba(128, 189, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #ffffff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #80bdff; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-webkit-slider-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-moz-range-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-ms-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .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: #ffffff;
    border-color: #dee2e6 #dee2e6 #ffffff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.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;
    float: none; }

.navbar-text {
  display: inline-block;
  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; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row 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 > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row 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 > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row 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 > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row 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 > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .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 > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(30, 30, 30, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(30, 30, 30, 0.9); }
.navbar-light .navbar-nav .nav-link {
  color: rgba(30, 30, 30, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(30, 30, 30, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(30, 30, 30, 0.3); }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(30, 30, 30, 0.9); }
.navbar-light .navbar-toggler {
  color: rgba(30, 30, 30, 0.5);
  border-color: rgba(30, 30, 30, 0.1); }
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(30, 30, 30, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-light .navbar-text {
  color: rgba(30, 30, 30, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(30, 30, 30, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(30, 30, 30, 0.9); }

.navbar-dark .navbar-brand {
  color: #ffffff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #ffffff; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .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 > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff; }
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #ffffff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #ffffff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  padding: 0 8px;
  border: 1px solid rgba(30, 30, 30, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }
.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(30, 30, 30, 0.03);
  border-bottom: 1px solid rgba(30, 30, 30, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(30, 30, 30, 0.03);
  border-top: 1px solid rgba(30, 30, 30, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

@media (max-width: 768px) {
  .card {
    padding: 0px; } }
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }
.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #ffffff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }
.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff; }
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #ffffff;
  background-color: #007bff; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #0062cc; }

.badge-secondary {
  color: #ffffff;
  background-color: #6c757d; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #545b62; }

.badge-success {
  color: #ffffff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #ffffff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #ffffff;
  background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #ffffff;
  background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #0e4e93;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #0a3564; }

.alert-secondary {
  color: #474b4f;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #2f3234; }

.alert-success {
  color: #236532;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #163f1f; }

.alert-info {
  color: #1a636e;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #103e45; }

.alert-warning {
  color: #937312;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #664f0c; }

.alert-danger {
  color: #812a32;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #5b1d23; }

.alert-light {
  color: #8f9090;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #757777; }

.alert-dark {
  color: #292d30;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #121314; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.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;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(30, 30, 30, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #ffffff; }
  .list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #0e4e93;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #0e4e93;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #0e4e93;
    border-color: #0e4e93; }

.list-group-item-secondary {
  color: #474b4f;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #474b4f;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #474b4f;
    border-color: #474b4f; }

.list-group-item-success {
  color: #236532;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #236532;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #236532;
    border-color: #236532; }

.list-group-item-info {
  color: #1a636e;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #1a636e;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: #1a636e;
    border-color: #1a636e; }

.list-group-item-warning {
  color: #937312;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #937312;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
    background-color: #937312;
    border-color: #937312; }

.list-group-item-danger {
  color: #812a32;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #812a32;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: #812a32;
    border-color: #812a32; }

.list-group-item-light {
  color: #8f9090;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #8f9090;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #8f9090;
    border-color: #8f9090; }

.list-group-item-dark {
  color: #292d30;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #292d30;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #292d30;
    border-color: #292d30; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #1E1E1E;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5; }
  .close:hover, .close:focus {
    color: #1E1E1E;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.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, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(30, 30, 30, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #1E1E1E; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #1E1E1E; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #1E1E1E; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #1E1E1E; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #1E1E1E; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #1E1E1E;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(30, 30, 30, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(30, 30, 30, 0.25); }
  .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #ffffff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(30, 30, 30, 0.25); }
  .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #ffffff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(30, 30, 30, 0.25); }
  .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #ffffff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(30, 30, 30, 0.25); }
  .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #ffffff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #ffffff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #ffffff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #E8E8E8 !important; }

.border-top {
  border-top: 1px solid #E8E8E8 !important; }

.border-right {
  border-right: 1px solid #E8E8E8 !important; }

.border-bottom {
  border-bottom: 1px solid #E8E8E8 !important; }

.border-left {
  border-left: 1px solid #E8E8E8 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #ffffff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; } }
.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(30, 30, 30, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(30, 30, 30, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(30, 30, 30, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #ffffff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(30, 30, 30, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

  a:not(.btn) {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  @page {
    size: a3; }
  body {
    min-width: 992px !important; }

  .container {
    min-width: 992px !important; }

  .navbar {
    display: none; }

  .badge {
    border: 1px solid #1E1E1E; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #ffffff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }

  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }
/*
  Flaticon icon font: Flaticon
  Creation date: 13/12/2017 00:57
  */
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/icons/flaticons/webfont.eot");
  src: url("../fonts/icons/flaticons/webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/icons/flaticons/webfont.woff") format("woff"), url("../fonts/icons/flaticons/webfont.ttf") format("truetype"), url("../fonts/icons/flaticons/webfont.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/icons/flaticons/webfont.svg#Flaticon") format("svg"); } }
.fi::before {
  display: inline-block;
  font: normal normal normal 14px/1 Flaticon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fi-ski:before {
  content: "\f100"; }

.fi-toilet:before {
  content: "\f101"; }

.fi-sun:before {
  content: "\f102"; }

.fi-24-hour-service:before {
  content: "\f103"; }

.fi-piano:before {
  content: "\f104"; }

.fi-parking-sign:before {
  content: "\f105"; }

.fi-lock:before {
  content: "\f106"; }

.fi-bus:before {
  content: "\f107"; }

.fi-wifi:before {
  content: "\f108"; }

.fi-moon-and-stars:before {
  content: "\f109"; }

.fi-ferry:before {
  content: "\f10a"; }

.fi-movie:before {
  content: "\f10b"; }

.fi-bed-single-1:before {
  content: "\f10c"; }

.fi-booking:before {
  content: "\f10d"; }

.fi-laundry:before {
  content: "\f10e"; }

.fi-bed-double:before {
  content: "\f10f"; }

.fi-bed:before {
  content: "\f110"; }

.fi-climbing-with-rope:before {
  content: "\f111"; }

.fi-bike-hire:before {
  content: "\f112"; }

.fi-kitchen-03:before {
  content: "\f113"; }

.fi-recycle:before {
  content: "\f114"; }

.fi-kitchen-02:before {
  content: "\f115"; }

.fi-food:before {
  content: "\f116"; }

.fi-cot:before {
  content: "\f117"; }

.fi-standing-up-man:before {
  content: "\f118"; }

.fi-swimming:before {
  content: "\f119"; }

.fi-game-1:before {
  content: "\f11a"; }

.fi-lounge-sofa:before {
  content: "\f11b"; }

.fi-xbox:before {
  content: "\f11c"; }

.fi-person:before {
  content: "\f11d"; }

.fi-time:before {
  content: "\f11e"; }

.fi-library:before {
  content: "\f11f"; }

.fi-food-storage:before {
  content: "\f120"; }

.fi-american-express-logo:before {
  content: "\f121"; }

.fi-hot-tub:before {
  content: "\f122"; }

.fi-group-02:before {
  content: "\f123"; }

.fi-group-01:before {
  content: "\f124"; }

.fi-waves:before {
  content: "\f125"; }

.fi-kitchen-01:before {
  content: "\f126"; }

.fi-bike-storage:before {
  content: "\f127"; }

.fi-garden-outdoor:before {
  content: "\f128"; }

.fi-woodfire-pizza-oven:before {
  content: "\f129"; }

.fi-lamp:before {
  content: "\f12a"; }

.fi-dining-meals:before {
  content: "\f12b"; }

.fi-girl:before {
  content: "\f12c"; }

.fi-kitchen-04:before {
  content: "\f12d"; }

.fi-barbecue-1:before {
  content: "\f12e"; }

.fi-coffee:before {
  content: "\f12f"; }

.fi-locker:before {
  content: "\f130"; }

.fi-breakfast-01:before {
  content: "\f131"; }

.fi-wetsuit:before {
  content: "\f132"; }

.fi-cutlery:before {
  content: "\f133"; }

.fi-bed-single:before {
  content: "\f134"; }

.fi-pool:before {
  content: "\f135"; }

.fi-picnic-table-02:before {
  content: "\f136"; }

.fi-herb-garden:before {
  content: "\f137"; }

.fi-hot-water-bottle:before {
  content: "\f138"; }

.fi-sauna:before {
  content: "\f139"; }

.fi-picnic-table-01:before {
  content: "\f13a"; }

.fi-breakfast-02:before {
  content: "\f13b"; }

.fi-book:before {
  content: "\f13c"; }

.fi-kayak:before {
  content: "\f13d"; }

.fi-visa:before {
  content: "\f13e"; }

.fi-luggage:before {
  content: "\f13f"; }

.fi-guitar:before {
  content: "\f140"; }

.fi-drying-clothes:before {
  content: "\f141"; }

.fi-satellite-dish:before {
  content: "\f142"; }

.fi-hair-dryer:before {
  content: "\f143"; }

.fi-wheelchair:before {
  content: "\f144"; }

.fi-dollar:before {
  content: "\f145"; }

.fi-credit-card:before {
  content: "\f146"; }

.fi-shop-convenience:before {
  content: "\f147"; }

.fi-map-pin:before {
  content: "\f148"; }

.fi-star:before {
  content: "\f149"; }

.fi-play-button-2:before {
  content: "\f14a"; }

.fi-play-button-1:before {
  content: "\f14b"; }

.fi-music-player:before {
  content: "\f14c"; }

.fi-camera:before {
  content: "\f14d"; }

.fi-tv:before {
  content: "\f14e"; }

.fi-towel:before {
  content: "\f14f"; }

@font-face {
  font-family: 'Glyphicons Regular';
  src: url("../fonts/icons/glyphicons/regular/webfont.eot");
  src: url("../fonts/icons/glyphicons/regular/webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/icons/glyphicons/regular/webfont.woff2") format("woff2"), url("../fonts/icons/glyphicons/regular/webfont.woff") format("woff"), url("../fonts/icons/glyphicons/regular/webfont.ttf") format("truetype"), url("../fonts/icons/glyphicons/regular/webfont.svg#glyphiconsregular") format("svg"); }
@font-face {
  font-family: 'Glyphicons Social';
  src: url("../fonts/icons/glyphicons/social/webfont.eot");
  src: url("../fonts/icons/glyphicons/social/webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/icons/glyphicons/social/webfont.woff2") format("woff2"), url("../fonts/icons/glyphicons/social/webfont.woff") format("woff"), url("../fonts/icons/glyphicons/social/webfont.ttf") format("truetype"), url("../fonts/icons/glyphicons/social/webfont.svg#glyphicons_socialregular") format("svg"); }
.glyphicons {
  display: inline-block;
  font: normal normal normal 14px/1 'Glyphicons Regular';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicons-glass:before {
  content: ""; }

.glyphicons-leaf:before {
  content: ""; }

.glyphicons-dog:before {
  content: ""; }

.glyphicons-user:before {
  content: ""; }

.glyphicons-girl:before {
  content: ""; }

.glyphicons-car:before {
  content: ""; }

.glyphicons-user-add:before {
  content: ""; }

.glyphicons-user-remove:before {
  content: ""; }

.glyphicons-film:before {
  content: ""; }

.glyphicons-magic:before {
  content: ""; }

.glyphicons-envelope:before {
  content: "✉"; }

.glyphicons-camera:before {
  content: ""; }

.glyphicons-heart:before {
  content: ""; }

.glyphicons-beach-umbrella:before {
  content: ""; }

.glyphicons-train:before {
  content: ""; }

.glyphicons-print:before {
  content: ""; }

.glyphicons-bin:before {
  content: ""; }

.glyphicons-music:before {
  content: ""; }

.glyphicons-note:before {
  content: ""; }

.glyphicons-heart-empty:before {
  content: ""; }

.glyphicons-home:before {
  content: ""; }

.glyphicons-snowflake:before {
  content: "❄"; }

.glyphicons-fire:before {
  content: ""; }

.glyphicons-magnet:before {
  content: ""; }

.glyphicons-parents:before {
  content: ""; }

.glyphicons-binoculars:before {
  content: ""; }

.glyphicons-road:before {
  content: ""; }

.glyphicons-search:before {
  content: ""; }

.glyphicons-cars:before {
  content: ""; }

.glyphicons-notes-2:before {
  content: ""; }

.glyphicons-pencil:before {
  content: "✏"; }

.glyphicons-bus:before {
  content: ""; }

.glyphicons-wifi-alt:before {
  content: ""; }

.glyphicons-luggage:before {
  content: ""; }

.glyphicons-old-man:before {
  content: ""; }

.glyphicons-woman:before {
  content: ""; }

.glyphicons-file:before {
  content: ""; }

.glyphicons-coins:before {
  content: ""; }

.glyphicons-airplane:before {
  content: "✈"; }

.glyphicons-notes:before {
  content: ""; }

.glyphicons-stats:before {
  content: ""; }

.glyphicons-charts:before {
  content: ""; }

.glyphicons-pie-chart:before {
  content: ""; }

.glyphicons-group:before {
  content: ""; }

.glyphicons-keys:before {
  content: ""; }

.glyphicons-calendar:before {
  content: ""; }

.glyphicons-router:before {
  content: ""; }

.glyphicons-camera-small:before {
  content: ""; }

.glyphicons-star-empty:before {
  content: ""; }

.glyphicons-star:before {
  content: ""; }

.glyphicons-link:before {
  content: ""; }

.glyphicons-eye-open:before {
  content: ""; }

.glyphicons-eye-close:before {
  content: ""; }

.glyphicons-alarm:before {
  content: ""; }

.glyphicons-clock:before {
  content: ""; }

.glyphicons-stopwatch:before {
  content: ""; }

.glyphicons-projector:before {
  content: ""; }

.glyphicons-history:before {
  content: ""; }

.glyphicons-truck:before {
  content: ""; }

.glyphicons-cargo:before {
  content: ""; }

.glyphicons-compass:before {
  content: ""; }

.glyphicons-keynote:before {
  content: ""; }

.glyphicons-paperclip:before {
  content: ""; }

.glyphicons-power:before {
  content: ""; }

.glyphicons-lightbulb:before {
  content: ""; }

.glyphicons-tag:before {
  content: ""; }

.glyphicons-tags:before {
  content: ""; }

.glyphicons-cleaning:before {
  content: ""; }

.glyphicons-ruler:before {
  content: ""; }

.glyphicons-gift:before {
  content: ""; }

.glyphicons-umbrella:before {
  content: "☂"; }

.glyphicons-book:before {
  content: ""; }

.glyphicons-bookmark:before {
  content: ""; }

.glyphicons-wifi:before {
  content: ""; }

.glyphicons-cup:before {
  content: ""; }

.glyphicons-stroller:before {
  content: ""; }

.glyphicons-headphones:before {
  content: ""; }

.glyphicons-headset:before {
  content: ""; }

.glyphicons-warning-sign:before {
  content: ""; }

.glyphicons-signal:before {
  content: ""; }

.glyphicons-retweet:before {
  content: ""; }

.glyphicons-refresh:before {
  content: ""; }

.glyphicons-roundabout:before {
  content: ""; }

.glyphicons-random:before {
  content: ""; }

.glyphicons-heat:before {
  content: ""; }

.glyphicons-repeat:before {
  content: ""; }

.glyphicons-display:before {
  content: ""; }

.glyphicons-log-book:before {
  content: ""; }

.glyphicons-address-book:before {
  content: ""; }

.glyphicons-building:before {
  content: ""; }

.glyphicons-eyedropper:before {
  content: ""; }

.glyphicons-adjust:before {
  content: ""; }

.glyphicons-tint:before {
  content: ""; }

.glyphicons-crop:before {
  content: ""; }

.glyphicons-vector-path-square:before {
  content: ""; }

.glyphicons-vector-path-circle:before {
  content: ""; }

.glyphicons-vector-path-polygon:before {
  content: ""; }

.glyphicons-vector-path-line:before {
  content: ""; }

.glyphicons-vector-path-curve:before {
  content: ""; }

.glyphicons-vector-path-all:before {
  content: ""; }

.glyphicons-font:before {
  content: ""; }

.glyphicons-italic:before {
  content: ""; }

.glyphicons-bold:before {
  content: ""; }

.glyphicons-text-underline:before {
  content: ""; }

.glyphicons-text-strike:before {
  content: ""; }

.glyphicons-text-height:before {
  content: ""; }

.glyphicons-text-width:before {
  content: ""; }

.glyphicons-text-resize:before {
  content: ""; }

.glyphicons-left-indent:before {
  content: ""; }

.glyphicons-right-indent:before {
  content: ""; }

.glyphicons-align-left:before {
  content: ""; }

.glyphicons-align-center:before {
  content: ""; }

.glyphicons-align-right:before {
  content: ""; }

.glyphicons-justify:before {
  content: ""; }

.glyphicons-list:before {
  content: ""; }

.glyphicons-text-smaller:before {
  content: ""; }

.glyphicons-text-bigger:before {
  content: ""; }

.glyphicons-embed:before {
  content: ""; }

.glyphicons-embed-close:before {
  content: ""; }

.glyphicons-table:before {
  content: ""; }

.glyphicons-message-full:before {
  content: ""; }

.glyphicons-message-empty:before {
  content: ""; }

.glyphicons-message-in:before {
  content: ""; }

.glyphicons-message-out:before {
  content: ""; }

.glyphicons-message-plus:before {
  content: ""; }

.glyphicons-message-minus:before {
  content: ""; }

.glyphicons-message-ban:before {
  content: ""; }

.glyphicons-message-flag:before {
  content: ""; }

.glyphicons-message-lock:before {
  content: ""; }

.glyphicons-message-new:before {
  content: ""; }

.glyphicons-inbox:before {
  content: ""; }

.glyphicons-inbox-plus:before {
  content: ""; }

.glyphicons-inbox-minus:before {
  content: ""; }

.glyphicons-inbox-lock:before {
  content: ""; }

.glyphicons-inbox-in:before {
  content: ""; }

.glyphicons-inbox-out:before {
  content: ""; }

.glyphicons-cogwheel:before {
  content: ""; }

.glyphicons-cogwheels:before {
  content: ""; }

.glyphicons-picture:before {
  content: ""; }

.glyphicons-adjust-alt:before {
  content: ""; }

.glyphicons-database-lock:before {
  content: ""; }

.glyphicons-database-plus:before {
  content: ""; }

.glyphicons-database-minus:before {
  content: ""; }

.glyphicons-database-ban:before {
  content: ""; }

.glyphicons-folder-open:before {
  content: ""; }

.glyphicons-folder-plus:before {
  content: ""; }

.glyphicons-folder-minus:before {
  content: ""; }

.glyphicons-folder-lock:before {
  content: ""; }

.glyphicons-folder-flag:before {
  content: ""; }

.glyphicons-folder-new:before {
  content: ""; }

.glyphicons-edit:before {
  content: ""; }

.glyphicons-new-window:before {
  content: ""; }

.glyphicons-check:before {
  content: ""; }

.glyphicons-unchecked:before {
  content: ""; }

.glyphicons-more-windows:before {
  content: ""; }

.glyphicons-show-big-thumbnails:before {
  content: ""; }

.glyphicons-show-thumbnails:before {
  content: ""; }

.glyphicons-show-thumbnails-with-lines:before {
  content: ""; }

.glyphicons-show-lines:before {
  content: ""; }

.glyphicons-playlist:before {
  content: ""; }

.glyphicons-imac:before {
  content: ""; }

.glyphicons-macbook:before {
  content: ""; }

.glyphicons-ipad:before {
  content: ""; }

.glyphicons-iphone:before {
  content: ""; }

.glyphicons-iphone-transfer:before {
  content: ""; }

.glyphicons-iphone-exchange:before {
  content: ""; }

.glyphicons-ipod:before {
  content: ""; }

.glyphicons-ipod-shuffle:before {
  content: ""; }

.glyphicons-ear-plugs:before {
  content: ""; }

.glyphicons-record:before {
  content: ""; }

.glyphicons-step-backward:before {
  content: ""; }

.glyphicons-fast-backward:before {
  content: ""; }

.glyphicons-rewind:before {
  content: ""; }

.glyphicons-play:before {
  content: ""; }

.glyphicons-pause:before {
  content: ""; }

.glyphicons-stop:before {
  content: ""; }

.glyphicons-forward:before {
  content: ""; }

.glyphicons-fast-forward:before {
  content: ""; }

.glyphicons-step-forward:before {
  content: ""; }

.glyphicons-eject:before {
  content: ""; }

.glyphicons-facetime-video:before {
  content: ""; }

.glyphicons-download-alt:before {
  content: ""; }

.glyphicons-mute:before {
  content: ""; }

.glyphicons-volume-down:before {
  content: ""; }

.glyphicons-volume-up:before {
  content: ""; }

.glyphicons-screenshot:before {
  content: ""; }

.glyphicons-move:before {
  content: ""; }

.glyphicons-more:before {
  content: ""; }

.glyphicons-brightness-reduce:before {
  content: ""; }

.glyphicons-brightness-increase:before {
  content: ""; }

.glyphicons-circle-plus:before {
  content: ""; }

.glyphicons-circle-minus:before {
  content: ""; }

.glyphicons-circle-remove:before {
  content: ""; }

.glyphicons-circle-ok:before {
  content: ""; }

.glyphicons-circle-question-mark:before {
  content: ""; }

.glyphicons-circle-info:before {
  content: ""; }

.glyphicons-circle-exclamation-mark:before {
  content: ""; }

.glyphicons-remove:before {
  content: ""; }

.glyphicons-ok:before {
  content: ""; }

.glyphicons-ban:before {
  content: ""; }

.glyphicons-download:before {
  content: ""; }

.glyphicons-upload:before {
  content: ""; }

.glyphicons-shopping-cart:before {
  content: ""; }

.glyphicons-lock:before {
  content: ""; }

.glyphicons-unlock:before {
  content: ""; }

.glyphicons-electricity:before {
  content: ""; }

.glyphicons-ok-2:before {
  content: ""; }

.glyphicons-remove-2:before {
  content: ""; }

.glyphicons-cart-out:before {
  content: ""; }

.glyphicons-cart-in:before {
  content: ""; }

.glyphicons-left-arrow:before {
  content: ""; }

.glyphicons-right-arrow:before {
  content: ""; }

.glyphicons-down-arrow:before {
  content: ""; }

.glyphicons-up-arrow:before {
  content: ""; }

.glyphicons-resize-small:before {
  content: ""; }

.glyphicons-resize-full:before {
  content: ""; }

.glyphicons-circle-arrow-left:before {
  content: ""; }

.glyphicons-circle-arrow-right:before {
  content: ""; }

.glyphicons-circle-arrow-top:before {
  content: ""; }

.glyphicons-circle-arrow-down:before {
  content: ""; }

.glyphicons-play-button:before {
  content: ""; }

.glyphicons-unshare:before {
  content: ""; }

.glyphicons-share:before {
  content: ""; }

.glyphicons-chevron-right:before {
  content: ""; }

.glyphicons-chevron-left:before {
  content: ""; }

.glyphicons-bluetooth:before {
  content: ""; }

.glyphicons-euro:before {
  content: "€"; }

.glyphicons-usd:before {
  content: ""; }

.glyphicons-gbp:before {
  content: ""; }

.glyphicons-retweet-2:before {
  content: ""; }

.glyphicons-moon:before {
  content: ""; }

.glyphicons-sun:before {
  content: "☉"; }

.glyphicons-cloud:before {
  content: "☁"; }

.glyphicons-direction:before {
  content: ""; }

.glyphicons-brush:before {
  content: ""; }

.glyphicons-pen:before {
  content: ""; }

.glyphicons-zoom-in:before {
  content: ""; }

.glyphicons-zoom-out:before {
  content: ""; }

.glyphicons-pin:before {
  content: ""; }

.glyphicons-albums:before {
  content: ""; }

.glyphicons-rotation-lock:before {
  content: ""; }

.glyphicons-flash:before {
  content: ""; }

.glyphicons-google-maps:before {
  content: ""; }

.glyphicons-anchor:before {
  content: "⚓"; }

.glyphicons-conversation:before {
  content: ""; }

.glyphicons-chat:before {
  content: ""; }

.glyphicons-male:before {
  content: ""; }

.glyphicons-female:before {
  content: ""; }

.glyphicons-asterisk:before {
  content: "*"; }

.glyphicons-divide:before {
  content: "÷"; }

.glyphicons-snorkel-diving:before {
  content: ""; }

.glyphicons-scuba-diving:before {
  content: ""; }

.glyphicons-oxygen-bottle:before {
  content: ""; }

.glyphicons-fins:before {
  content: ""; }

.glyphicons-fishes:before {
  content: ""; }

.glyphicons-boat:before {
  content: ""; }

.glyphicons-delete:before {
  content: ""; }

.glyphicons-sheriffs-star:before {
  content: ""; }

.glyphicons-qrcode:before {
  content: ""; }

.glyphicons-barcode:before {
  content: ""; }

.glyphicons-pool:before {
  content: ""; }

.glyphicons-buoy:before {
  content: ""; }

.glyphicons-spade:before {
  content: ""; }

.glyphicons-bank:before {
  content: ""; }

.glyphicons-vcard:before {
  content: ""; }

.glyphicons-electrical-plug:before {
  content: ""; }

.glyphicons-flag:before {
  content: ""; }

.glyphicons-credit-card:before {
  content: ""; }

.glyphicons-keyboard-wireless:before {
  content: ""; }

.glyphicons-keyboard-wired:before {
  content: ""; }

.glyphicons-shield:before {
  content: ""; }

.glyphicons-ring:before {
  content: "˚"; }

.glyphicons-cake:before {
  content: ""; }

.glyphicons-drink:before {
  content: ""; }

.glyphicons-beer:before {
  content: ""; }

.glyphicons-fast-food:before {
  content: ""; }

.glyphicons-cutlery:before {
  content: ""; }

.glyphicons-pizza:before {
  content: ""; }

.glyphicons-birthday-cake:before {
  content: ""; }

.glyphicons-tablet:before {
  content: ""; }

.glyphicons-settings:before {
  content: ""; }

.glyphicons-bullets:before {
  content: ""; }

.glyphicons-cardio:before {
  content: ""; }

.glyphicons-t-shirt:before {
  content: ""; }

.glyphicons-pants:before {
  content: ""; }

.glyphicons-sweater:before {
  content: ""; }

.glyphicons-fabric:before {
  content: ""; }

.glyphicons-leather:before {
  content: ""; }

.glyphicons-scissors:before {
  content: ""; }

.glyphicons-bomb:before {
  content: ""; }

.glyphicons-skull:before {
  content: ""; }

.glyphicons-celebration:before {
  content: ""; }

.glyphicons-tea-kettle:before {
  content: ""; }

.glyphicons-french-press:before {
  content: ""; }

.glyphicons-coffee-cup:before {
  content: ""; }

.glyphicons-pot:before {
  content: ""; }

.glyphicons-grater:before {
  content: ""; }

.glyphicons-kettle:before {
  content: ""; }

.glyphicons-hospital:before {
  content: ""; }

.glyphicons-hospital-h:before {
  content: ""; }

.glyphicons-microphone:before {
  content: ""; }

.glyphicons-webcam:before {
  content: ""; }

.glyphicons-temple-christianity-church:before {
  content: ""; }

.glyphicons-temple-islam:before {
  content: ""; }

.glyphicons-temple-hindu:before {
  content: ""; }

.glyphicons-temple-buddhist:before {
  content: ""; }

.glyphicons-bicycle:before {
  content: ""; }

.glyphicons-life-preserver:before {
  content: ""; }

.glyphicons-share-alt:before {
  content: ""; }

.glyphicons-comments:before {
  content: ""; }

.glyphicons-flower:before {
  content: "⚘"; }

.glyphicons-baseball:before {
  content: "⚾"; }

.glyphicons-rugby:before {
  content: ""; }

.glyphicons-ax:before {
  content: ""; }

.glyphicons-table-tennis:before {
  content: ""; }

.glyphicons-bowling:before {
  content: ""; }

.glyphicons-tree-conifer:before {
  content: ""; }

.glyphicons-tree-deciduous:before {
  content: ""; }

.glyphicons-more-items:before {
  content: ""; }

.glyphicons-sort:before {
  content: ""; }

.glyphicons-filter:before {
  content: ""; }

.glyphicons-gamepad:before {
  content: ""; }

.glyphicons-playing-dices:before {
  content: ""; }

.glyphicons-calculator:before {
  content: ""; }

.glyphicons-tie:before {
  content: ""; }

.glyphicons-wallet:before {
  content: ""; }

.glyphicons-piano:before {
  content: ""; }

.glyphicons-sampler:before {
  content: ""; }

.glyphicons-podium:before {
  content: ""; }

.glyphicons-soccer-ball:before {
  content: ""; }

.glyphicons-blog:before {
  content: ""; }

.glyphicons-dashboard:before {
  content: ""; }

.glyphicons-certificate:before {
  content: ""; }

.glyphicons-bell:before {
  content: ""; }

.glyphicons-candle:before {
  content: ""; }

.glyphicons-pushpin:before {
  content: ""; }

.glyphicons-iphone-shake:before {
  content: ""; }

.glyphicons-pin-flag:before {
  content: ""; }

.glyphicons-turtle:before {
  content: ""; }

.glyphicons-rabbit:before {
  content: ""; }

.glyphicons-globe:before {
  content: ""; }

.glyphicons-briefcase:before {
  content: ""; }

.glyphicons-hdd:before {
  content: ""; }

.glyphicons-thumbs-up:before {
  content: ""; }

.glyphicons-thumbs-down:before {
  content: ""; }

.glyphicons-hand-right:before {
  content: ""; }

.glyphicons-hand-left:before {
  content: ""; }

.glyphicons-hand-up:before {
  content: ""; }

.glyphicons-hand-down:before {
  content: ""; }

.glyphicons-fullscreen:before {
  content: ""; }

.glyphicons-shopping-bag:before {
  content: ""; }

.glyphicons-book-open:before {
  content: ""; }

.glyphicons-nameplate:before {
  content: ""; }

.glyphicons-nameplate-alt:before {
  content: ""; }

.glyphicons-vases:before {
  content: ""; }

.glyphicons-bullhorn:before {
  content: ""; }

.glyphicons-dumbbell:before {
  content: ""; }

.glyphicons-suitcase:before {
  content: ""; }

.glyphicons-file-import:before {
  content: ""; }

.glyphicons-file-export:before {
  content: ""; }

.glyphicons-bug:before {
  content: ""; }

.glyphicons-crown:before {
  content: ""; }

.glyphicons-smoking:before {
  content: ""; }

.glyphicons-cloud-download:before {
  content: ""; }

.glyphicons-cloud-upload:before {
  content: ""; }

.glyphicons-restart:before {
  content: ""; }

.glyphicons-security-camera:before {
  content: ""; }

.glyphicons-expand:before {
  content: ""; }

.glyphicons-collapse:before {
  content: ""; }

.glyphicons-collapse-top:before {
  content: ""; }

.glyphicons-globe-af:before {
  content: ""; }

.glyphicons-global:before {
  content: ""; }

.glyphicons-spray:before {
  content: ""; }

.glyphicons-nails:before {
  content: ""; }

.glyphicons-claw-hammer:before {
  content: ""; }

.glyphicons-classic-hammer:before {
  content: ""; }

.glyphicons-hand-saw:before {
  content: ""; }

.glyphicons-riflescope:before {
  content: ""; }

.glyphicons-electrical-socket-eu:before {
  content: ""; }

.glyphicons-electrical-socket-us:before {
  content: ""; }

.glyphicons-message-forward:before {
  content: ""; }

.glyphicons-coat-hanger:before {
  content: ""; }

.glyphicons-dress:before {
  content: ""; }

.glyphicons-bathrobe:before {
  content: ""; }

.glyphicons-shirt:before {
  content: ""; }

.glyphicons-underwear:before {
  content: ""; }

.glyphicons-log-in:before {
  content: ""; }

.glyphicons-log-out:before {
  content: ""; }

.glyphicons-exit:before {
  content: ""; }

.glyphicons-new-window-alt:before {
  content: ""; }

.glyphicons-video-sd:before {
  content: ""; }

.glyphicons-video-hd:before {
  content: ""; }

.glyphicons-subtitles:before {
  content: ""; }

.glyphicons-sound-stereo:before {
  content: ""; }

.glyphicons-sound-dolby:before {
  content: ""; }

.glyphicons-sound-5-1:before {
  content: ""; }

.glyphicons-sound-6-1:before {
  content: ""; }

.glyphicons-sound-7-1:before {
  content: ""; }

.glyphicons-copyright-mark:before {
  content: ""; }

.glyphicons-registration-mark:before {
  content: ""; }

.glyphicons-radar:before {
  content: ""; }

.glyphicons-skateboard:before {
  content: ""; }

.glyphicons-golf-course:before {
  content: ""; }

.glyphicons-sorting:before {
  content: ""; }

.glyphicons-sort-by-alphabet:before {
  content: ""; }

.glyphicons-sort-by-alphabet-alt:before {
  content: ""; }

.glyphicons-sort-by-order:before {
  content: ""; }

.glyphicons-sort-by-order-alt:before {
  content: ""; }

.glyphicons-sort-by-attributes:before {
  content: ""; }

.glyphicons-sort-by-attributes-alt:before {
  content: ""; }

.glyphicons-compressed:before {
  content: ""; }

.glyphicons-package:before {
  content: ""; }

.glyphicons-cloud-plus:before {
  content: ""; }

.glyphicons-cloud-minus:before {
  content: ""; }

.glyphicons-disk-save:before {
  content: ""; }

.glyphicons-disk-open:before {
  content: ""; }

.glyphicons-disk-saved:before {
  content: ""; }

.glyphicons-disk-remove:before {
  content: ""; }

.glyphicons-disk-import:before {
  content: ""; }

.glyphicons-disk-export:before {
  content: ""; }

.glyphicons-tower:before {
  content: ""; }

.glyphicons-send:before {
  content: ""; }

.glyphicons-git-branch:before {
  content: ""; }

.glyphicons-git-create:before {
  content: ""; }

.glyphicons-git-private:before {
  content: ""; }

.glyphicons-git-delete:before {
  content: ""; }

.glyphicons-git-merge:before {
  content: ""; }

.glyphicons-git-pull-request:before {
  content: ""; }

.glyphicons-git-compare:before {
  content: ""; }

.glyphicons-git-commit:before {
  content: ""; }

.glyphicons-construction-cone:before {
  content: ""; }

.glyphicons-shoe-steps:before {
  content: ""; }

.glyphicons-plus:before {
  content: "+"; }

.glyphicons-minus:before {
  content: "−"; }

.glyphicons-redo:before {
  content: ""; }

.glyphicons-undo:before {
  content: ""; }

.glyphicons-golf:before {
  content: ""; }

.glyphicons-hockey:before {
  content: ""; }

.glyphicons-pipe:before {
  content: ""; }

.glyphicons-wrench:before {
  content: ""; }

.glyphicons-folder-closed:before {
  content: ""; }

.glyphicons-phone-alt:before {
  content: ""; }

.glyphicons-earphone:before {
  content: ""; }

.glyphicons-floppy-disk:before {
  content: ""; }

.glyphicons-floppy-saved:before {
  content: ""; }

.glyphicons-floppy-remove:before {
  content: ""; }

.glyphicons-floppy-save:before {
  content: ""; }

.glyphicons-floppy-open:before {
  content: ""; }

.glyphicons-translate:before {
  content: ""; }

.glyphicons-fax:before {
  content: ""; }

.glyphicons-factory:before {
  content: ""; }

.glyphicons-shop-window:before {
  content: ""; }

.glyphicons-shop:before {
  content: ""; }

.glyphicons-kiosk:before {
  content: ""; }

.glyphicons-kiosk-wheels:before {
  content: ""; }

.glyphicons-kiosk-light:before {
  content: ""; }

.glyphicons-kiosk-food:before {
  content: ""; }

.glyphicons-transfer:before {
  content: ""; }

.glyphicons-money:before {
  content: ""; }

.glyphicons-header:before {
  content: ""; }

.glyphicons-blacksmith:before {
  content: ""; }

.glyphicons-saw-blade:before {
  content: ""; }

.glyphicons-basketball:before {
  content: ""; }

.glyphicons-server:before {
  content: ""; }

.glyphicons-server-plus:before {
  content: ""; }

.glyphicons-server-minus:before {
  content: ""; }

.glyphicons-server-ban:before {
  content: ""; }

.glyphicons-server-flag:before {
  content: ""; }

.glyphicons-server-lock:before {
  content: ""; }

.glyphicons-server-new:before {
  content: ""; }

.glyphicons-charging-station:before {
  content: ""; }

.glyphicons-gas-station:before {
  content: ""; }

.glyphicons-target:before {
  content: ""; }

.glyphicons-bed-alt:before {
  content: ""; }

.glyphicons-mosquito-net:before {
  content: ""; }

.glyphicons-dining-set:before {
  content: ""; }

.glyphicons-plate-of-food:before {
  content: ""; }

.glyphicons-hygiene-kit:before {
  content: ""; }

.glyphicons-blackboard:before {
  content: ""; }

.glyphicons-marriage:before {
  content: ""; }

.glyphicons-bucket:before {
  content: ""; }

.glyphicons-none-color-swatch:before {
  content: ""; }

.glyphicons-bring-forward:before {
  content: ""; }

.glyphicons-bring-to-front:before {
  content: ""; }

.glyphicons-send-backward:before {
  content: ""; }

.glyphicons-send-to-back:before {
  content: ""; }

.glyphicons-fit-frame-to-image:before {
  content: ""; }

.glyphicons-fit-image-to-frame:before {
  content: ""; }

.glyphicons-multiple-displays:before {
  content: ""; }

.glyphicons-handshake:before {
  content: ""; }

.glyphicons-child:before {
  content: ""; }

.glyphicons-baby-formula:before {
  content: ""; }

.glyphicons-medicine:before {
  content: ""; }

.glyphicons-atv-vehicle:before {
  content: ""; }

.glyphicons-motorcycle:before {
  content: ""; }

.glyphicons-bed:before {
  content: ""; }

.glyphicons-tent:before {
  content: "⛺"; }

.glyphicons-glasses:before {
  content: ""; }

.glyphicons-sunglasses:before {
  content: ""; }

.glyphicons-family:before {
  content: ""; }

.glyphicons-education:before {
  content: ""; }

.glyphicons-shoes:before {
  content: ""; }

.glyphicons-map:before {
  content: ""; }

.glyphicons-cd:before {
  content: ""; }

.glyphicons-alert:before {
  content: ""; }

.glyphicons-piggy-bank:before {
  content: ""; }

.glyphicons-star-half:before {
  content: ""; }

.glyphicons-cluster:before {
  content: ""; }

.glyphicons-flowchart:before {
  content: ""; }

.glyphicons-commodities:before {
  content: ""; }

.glyphicons-duplicate:before {
  content: ""; }

.glyphicons-copy:before {
  content: ""; }

.glyphicons-paste:before {
  content: ""; }

.glyphicons-bath-bathtub:before {
  content: ""; }

.glyphicons-bath-shower:before {
  content: ""; }

.glyphicons-shower:before {
  content: "🚿"; }

.glyphicons-menu-hamburger:before {
  content: ""; }

.glyphicons-option-vertical:before {
  content: ""; }

.glyphicons-option-horizontal:before {
  content: ""; }

.glyphicons-currency-conversion:before {
  content: ""; }

.glyphicons-user-ban:before {
  content: ""; }

.glyphicons-user-lock:before {
  content: ""; }

.glyphicons-user-flag:before {
  content: ""; }

.glyphicons-user-asterisk:before {
  content: ""; }

.glyphicons-user-alert:before {
  content: ""; }

.glyphicons-user-key:before {
  content: ""; }

.glyphicons-user-conversation:before {
  content: ""; }

.glyphicons-database:before {
  content: ""; }

.glyphicons-database-search:before {
  content: ""; }

.glyphicons-list-alt:before {
  content: ""; }

.glyphicons-hazard-sign:before {
  content: ""; }

.glyphicons-hazard:before {
  content: ""; }

.glyphicons-stop-sign:before {
  content: ""; }

.glyphicons-lab:before {
  content: ""; }

.glyphicons-lab-alt:before {
  content: ""; }

.glyphicons-ice-cream:before {
  content: ""; }

.glyphicons-ice-lolly:before {
  content: ""; }

.glyphicons-ice-lolly-tasted:before {
  content: ""; }

.glyphicons-invoice:before {
  content: ""; }

.glyphicons-cart-tick:before {
  content: ""; }

.glyphicons-hourglass:before {
  content: "⌛"; }

.glyphicons-cat:before {
  content: "🐈"; }

.glyphicons-lamp:before {
  content: ""; }

.glyphicons-scale-classic:before {
  content: ""; }

.glyphicons-eye-plus:before {
  content: ""; }

.glyphicons-eye-minus:before {
  content: ""; }

.glyphicons-quote:before {
  content: ""; }

.glyphicons-bitcoin:before {
  content: ""; }

.glyphicons-yen:before {
  content: "¥"; }

.glyphicons-ruble:before {
  content: "₽"; }

.glyphicons-erase:before {
  content: ""; }

.glyphicons-podcast:before {
  content: ""; }

.glyphicons-firework:before {
  content: ""; }

.glyphicons-scale:before {
  content: ""; }

.glyphicons-king:before {
  content: ""; }

.glyphicons-queen:before {
  content: ""; }

.glyphicons-pawn:before {
  content: ""; }

.glyphicons-bishop:before {
  content: ""; }

.glyphicons-knight:before {
  content: ""; }

.glyphicons-mic-mute:before {
  content: ""; }

.glyphicons-voicemail:before {
  content: ""; }

.glyphicons-paragraph:before {
  content: "¶"; }

.glyphicons-person-walking:before {
  content: ""; }

.glyphicons-person-wheelchair:before {
  content: ""; }

.glyphicons-underground:before {
  content: ""; }

.glyphicons-car-hov:before {
  content: ""; }

.glyphicons-car-rental:before {
  content: ""; }

.glyphicons-transport:before {
  content: ""; }

.glyphicons-taxi:before {
  content: "🚕"; }

.glyphicons-ice-cream-no:before {
  content: ""; }

.glyphicons-uk-rat-u:before {
  content: ""; }

.glyphicons-uk-rat-pg:before {
  content: ""; }

.glyphicons-uk-rat-12a:before {
  content: ""; }

.glyphicons-uk-rat-12:before {
  content: ""; }

.glyphicons-uk-rat-15:before {
  content: ""; }

.glyphicons-uk-rat-18:before {
  content: ""; }

.glyphicons-uk-rat-r18:before {
  content: ""; }

.glyphicons-tv:before {
  content: ""; }

.glyphicons-sms:before {
  content: ""; }

.glyphicons-mms:before {
  content: ""; }

.glyphicons-us-rat-g:before {
  content: ""; }

.glyphicons-us-rat-pg:before {
  content: ""; }

.glyphicons-us-rat-pg-13:before {
  content: ""; }

.glyphicons-us-rat-restricted:before {
  content: ""; }

.glyphicons-us-rat-no-one-17:before {
  content: ""; }

.glyphicons-equalizer:before {
  content: ""; }

.glyphicons-speakers:before {
  content: ""; }

.glyphicons-remote-control:before {
  content: ""; }

.glyphicons-remote-control-tv:before {
  content: ""; }

.glyphicons-shredder:before {
  content: ""; }

.glyphicons-folder-heart:before {
  content: ""; }

.glyphicons-person-running:before {
  content: ""; }

.glyphicons-person:before {
  content: ""; }

.glyphicons-voice:before {
  content: ""; }

.glyphicons-stethoscope:before {
  content: ""; }

.glyphicons-hotspot:before {
  content: ""; }

.glyphicons-activity:before {
  content: ""; }

.glyphicons-watch:before {
  content: "⌚"; }

.glyphicons-scissors-alt:before {
  content: ""; }

.glyphicons-car-wheel:before {
  content: ""; }

.glyphicons-chevron-up:before {
  content: ""; }

.glyphicons-chevron-down:before {
  content: ""; }

.glyphicons-superscript:before {
  content: ""; }

.glyphicons-subscript:before {
  content: ""; }

.glyphicons-text-size:before {
  content: ""; }

.glyphicons-text-color:before {
  content: ""; }

.glyphicons-text-background:before {
  content: ""; }

.glyphicons-modal-window:before {
  content: ""; }

.glyphicons-newspaper:before {
  content: "📰"; }

.glyphicons-tractor:before {
  content: "🚜"; }

.social {
  display: inline-block;
  font: normal normal normal 14px/1 'Glyphicons Social';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.social-pinterest:before {
  content: ""; }

.social-dropbox:before {
  content: ""; }

.social-google-plus:before {
  content: ""; }

.social-jolicloud:before {
  content: ""; }

.social-yahoo:before {
  content: ""; }

.social-blogger:before {
  content: ""; }

.social-picasa:before {
  content: ""; }

.social-amazon:before {
  content: ""; }

.social-tumblr:before {
  content: ""; }

.social-wordpress:before {
  content: ""; }

.social-instapaper:before {
  content: ""; }

.social-evernote:before {
  content: ""; }

.social-xing:before {
  content: ""; }

.social-zootool:before {
  content: ""; }

.social-dribbble:before {
  content: ""; }

.social-deviantart:before {
  content: ""; }

.social-read-it-later:before {
  content: ""; }

.social-linked-in:before {
  content: ""; }

.social-forrst:before {
  content: ""; }

.social-pinboard:before {
  content: ""; }

.social-behance:before {
  content: ""; }

.social-github:before {
  content: ""; }

.social-youtube:before {
  content: ""; }

.social-skitch:before {
  content: ""; }

.social-foursquare:before {
  content: ""; }

.social-quora:before {
  content: ""; }

.social-badoo:before {
  content: ""; }

.social-spotify:before {
  content: ""; }

.social-stumbleupon:before {
  content: ""; }

.social-readability:before {
  content: ""; }

.social-facebook:before {
  content: ""; }

.social-twitter:before {
  content: ""; }

.social-instagram:before {
  content: ""; }

.social-posterous-spaces:before {
  content: ""; }

.social-vimeo:before {
  content: ""; }

.social-flickr:before {
  content: ""; }

.social-last-fm:before {
  content: ""; }

.social-rss:before {
  content: ""; }

.social-skype:before {
  content: ""; }

.social-e-mail:before {
  content: ""; }

.social-vine:before {
  content: ""; }

.social-myspace:before {
  content: ""; }

.social-goodreads:before {
  content: ""; }

.social-apple:before {
  content: ""; }

.social-windows:before {
  content: ""; }

.social-yelp:before {
  content: ""; }

.social-playstation:before {
  content: ""; }

.social-xbox:before {
  content: ""; }

.social-android:before {
  content: ""; }

.social-ios:before {
  content: ""; }

.social-wikipedia:before {
  content: ""; }

.social-pocket:before {
  content: ""; }

.social-steam:before {
  content: ""; }

.social-souncloud:before {
  content: ""; }

.social-slideshare:before {
  content: ""; }

.social-netflix:before {
  content: ""; }

.social-paypal:before {
  content: ""; }

.social-google-drive:before {
  content: ""; }

.social-linux-foundation:before {
  content: ""; }

.social-ebay:before {
  content: ""; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%; }
  .slick-list:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  height: 100%; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img:not(.grid__col__logo):not(.grid__col__img) {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide:focus, .slick-slide:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }

.slick-disabled {
  display: none !important; }

.slick-prev:before, .slick-next:before {
  font-family: "";
  font-size: 20px;
  line-height: 1;
  color: #1A6135;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 14px;
    width: 14px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: "";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: #000;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #000;
      opacity: 0.75; }

.slick-dots {
  margin: 0;
  margin-top: 25px; }
  .slick-dots li {
    width: 15px;
    height: 15px;
    border: 2px solid #1A6135;
    margin: 0 5px; }
    .slick-dots li:hover {
      background: #1A6135; }
  .slick-dots .slick-active {
    background: #1A6135;
    border-color: #1A6135; }

/* Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block; }

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle; }

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

#swipebox-slider .slide-loading {
  background: url(../../graphics/swipebox/loader.gif) no-repeat center center; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-bottom-bar {
  bottom: -50px; }

#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0); }

#swipebox-top-bar {
  top: -50px; }

#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0); }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../../graphics/swipebox/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; }

#swipebox-prev {
  background-position: -32px 13px;
  float: left; }

#swipebox-next {
  background-position: -78px 13px;
  float: right; }

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@-webkit-keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-webkit-keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px; }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

html {
  height: 100%; }

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none; }

p {
  margin: 10px 0; }

figure {
  margin: 0px; }

img {
  max-width: 100%; }

hr {
  border-top: 1px solid #DADAD4; }

label[for] {
  cursor: pointer; }

.no-scroll {
  overflow: hidden; }

.no-border {
  border: none !important; }

.no-banner #main {
  padding-top: 110px; }

@media (max-width: 768px) {
  .container-fluid--fw {
    max-width: 720px; } }
@media (max-width: 1024px) {
  .container-fluid--fw {
    max-width: 1000px; } }
@media (min-width: 1200px) {
  .container-fluid--fw {
    max-width: 1100px; } }
@media (min-width: 1660px) {
  .container-fluid--fw {
    max-width: 1660px; } }
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url("../fonts/Proximanova/ProximaNova-Bold.ttf") format("opentype");
  font-weight: 700; }
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url("../fonts/Proximanova/ProximaNova-Semibold.ttf") format("opentype");
  font-weight: 500; }
@font-face {
  font-family: 'Lulo Clean Outline Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Lulo Clean Outline Bold"), url("../fonts/LuloClean/LuloClean.ttf") format("opentype"); }
@font-face {
  font-family: 'Avenir_LT_55';
  font-style: normal;
  font-weight: normal;
  src: local("Avenir LT 55 Roman"), url("../fonts/Avenir_LT_Pro_55/Avenir_LT_Pro_55.ttf") format("opentype"); }
/**
 * Basic typography style for copy text
 */
body {
  height: 100%;
  background-color: #ffffff;
  font: normal normal normal 17px/1.4 "Open Sans", sans-serif;
  color: #073752; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #073752;
  font-family: "Oswald", sans-serif;
  font-weight: 400; }
  h1:before,
  .h1:before,
  h2:before,
  .h2:before,
  h3:before,
  .h3:before,
  h4:before,
  .h4:before,
  h5:before,
  .h5:before,
  h6:before,
  .h6:before {
    content: '';
    display: block;
    border-bottom: 6px solid #9EBC0A;
    width: 60px;
    margin: 20px 0 15px 0px; }
  h1[style="text-align: center;"]:before, h1.text-center:before,
  .h1[style="text-align: center;"]:before,
  .h1.text-center:before,
  h2[style="text-align: center;"]:before,
  h2.text-center:before,
  .h2[style="text-align: center;"]:before,
  .h2.text-center:before,
  h3[style="text-align: center;"]:before,
  h3.text-center:before,
  .h3[style="text-align: center;"]:before,
  .h3.text-center:before,
  h4[style="text-align: center;"]:before,
  h4.text-center:before,
  .h4[style="text-align: center;"]:before,
  .h4.text-center:before,
  h5[style="text-align: center;"]:before,
  h5.text-center:before,
  .h5[style="text-align: center;"]:before,
  .h5.text-center:before,
  h6[style="text-align: center;"]:before,
  h6.text-center:before,
  .h6[style="text-align: center;"]:before,
  .h6.text-center:before {
    left: calc(50% - 30px);
    position: relative; }

h1[style="text-align: center;"]:before,
h2[style="text-align: center;"]:before,
h3[style="text-align: center;"]:before,
h4[style="text-align: center;"]:before,
h5[style="text-align: center;"]:before,
h6[style="text-align: center;"]:before,
h1[style="text-align:center;"]:before,
h2[style="text-align:center;"]:before,
h3[style="text-align:center;"]:before,
h4[style="text-align:center;"]:before,
h5[style="text-align:center;"]:before,
h6[style="text-align:center;"]:before {
  left: calc(50% - 30px);
  position: relative; }

h1,
.h1 {
  font-size: 2.6470588235em;
  line-height: 1.3777777778em; }

h2,
.h2 {
  font-size: 2.3529411765em;
  line-height: 1.425em; }

h3,
.h3 {
  font-size: 1.8823529412em;
  line-height: 1.5625em; }

h4,
.h4 {
  font-size: 1.7647058824em;
  line-height: 1.5em; }

h5,
.h5 {
  font-size: 1.4705882353em;
  line-height: 1.4em; }

h6,
.h6 {
  font-size: 1.1764705882em;
  line-height: 1.5em; }

a {
  text-decoration: none;
  transition: all 0.2s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    a {
      transition: none; } }
  a, a:hover, a:active, a:focus {
    color: inherit;
    text-decoration: none;
    outline: none; }

p {
  font-size: 1em;
  line-height: 1.7647058824em; }

blockquote {
  padding-left: 1em;
  font-weight: 600;
  font-size: 1.1764705882em;
  line-height: 1.5em;
  margin-top: 10px;
  border-left: 5px solid #CE4610;
  margin-left: 0px; }

.text-bold {
  font-weight: bold !important; }

.text-italic {
  font-style: italic; }

.post__content a {
  color: #9EBC0A;
  text-decoration: underline; }
  .post__content a:hover {
    color: #CE4610; }
  .post__content a:focus, .post__content a:active {
    color: #768E00; }

@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 2.0588235294em;
    line-height: 1.2857142857em; }

  h2,
  .h2 {
    font-size: 1.7647058824em;
    line-height: 1.3333333333em; }

  h3,
  .h3 {
    font-size: 1.2941176471em;
    line-height: 1.7727272727em; }

  h4,
  .h4 {
    font-size: 1.1764705882em;
    line-height: 1.75em; }

  h5,
  .h5 {
    font-size: 1.0588235294em;
    line-height: 1.6666666667em; }

  h6,
  .h6 {
    font-size: 1.0588235294em;
    line-height: 1.6666666667em; }

  p {
    line-height: 1.6470588235em; } }
.iframe {
  display: block; }

.iframe--default {
  width: 100%;
  height: 400px; }

.main__content-wrapper figure {
  margin: 15px 0px; }
  .main__content-wrapper figure.table table {
    margin-left: auto;
    margin-right: auto; }

[href],
[type="button"],
[type="submit"],
button {
  cursor: pointer; }

.btn,
button.btn,
.main__content .btn {
  min-width: 160px;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1764705882em;
  line-height: 1.8em;
  font-weight: 400;
  background-color: #CE4610;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: capitalize;
  margin: 5px;
  border-radius: 0px;
  border: 0px;
  padding: 5px 10px; }
  .btn:hover,
  button.btn:hover,
  .main__content .btn:hover {
    color: #ffffff;
    background-color: #073752; }
  .btn:focus, .btn:active,
  button.btn:focus,
  button.btn:active,
  .main__content .btn:focus,
  .main__content .btn:active {
    color: #ffffff;
    background-color: #55819A; }

.btn--primary,
button.btn--primary,
.main__content .btn--primary {
  background-color: #CE4610; }
  .btn--primary:hover,
  button.btn--primary:hover,
  .main__content .btn--primary:hover {
    color: #ffffff;
    background-color: #073752; }
  .btn--primary:focus, .btn--primary:active,
  button.btn--primary:focus,
  button.btn--primary:active,
  .main__content .btn--primary:focus,
  .main__content .btn--primary:active {
    color: #ffffff;
    background-color: #55819A; }

.btn--secondary,
button.btn--secondary,
.main__content .btn--secondary {
  color: #1E1E1E;
  background-color: #9EBC0A; }
  .btn--secondary:hover,
  button.btn--secondary:hover,
  .main__content .btn--secondary:hover {
    color: #ffffff;
    background-color: #073752; }
  .btn--secondary:focus, .btn--secondary:active,
  button.btn--secondary:focus,
  button.btn--secondary:active,
  .main__content .btn--secondary:focus,
  .main__content .btn--secondary:active {
    color: #ffffff;
    background-color: #55819A; }

.btn__link,
button.btn__link {
  color: #9EBC0A;
  font-weight: 700;
  text-transform: uppercase;
  border: none; }
  .btn__link:hover,
  button.btn__link:hover {
    color: #CE4610; }
  .btn__link:focus, .btn__link:active,
  button.btn__link:focus,
  button.btn__link:active {
    color: #768E00; }

.btn--ghost,
button.btn--ghost {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #CE4610; }
  .btn--ghost:hover,
  button.btn--ghost:hover {
    border: 1px solid #073752;
    background-color: #073752; }

.btn--ghost-white,
button.btn--ghost-white {
  background-color: #CE4610;
  color: #ffffff;
  border: 1px solid #CE4610; }
  .btn--ghost-white:hover,
  button.btn--ghost-white:hover {
    border: 1px solid #073752;
    background-color: #073752; }
  .btn--ghost-white:active, .btn--ghost-white:focus,
  button.btn--ghost-white:active,
  button.btn--ghost-white:focus {
    border: 1px solid #55819A;
    background-color: #55819A; }

.btn--sm {
  min-width: 172px; }

@media screen and (max-width: 768px) {
  .btn,
  .link {
    font-size: 18px; }

  .link--sm {
    font-size: 16px; }

  .btn--sm {
    min-width: 125px; } }
.carousel {
  position: relative;
  padding: 0 20px;
  width: 100%;
  margin: 15px 0; }

.carousel__slide,
.carousel__figure,
.carousel__img {
  width: 100%; }

.carousel__img--rounded {
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.carousel__nav {
  color: #F2F2F2;
  font-size: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.carousel__nav--prev {
  left: -15px; }

.carousel__nav--next {
  right: -15px; }

.slider__nav {
  color: #F2F2F2;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 40px;
  z-index: 2;
  background: none;
  margin-top: -25px; }

.slider__nav--prev {
  left: 15px; }

.slider__nav--next {
  right: 15px; }

/** SHOWCASE NAVIGATION STYLE START */
.showcase {
  padding: 30px 0; }

.showcase__nav {
  position: absolute;
  top: -45px;
  z-index: 2;
  font-size: 40px;
  color: #464646;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .showcase__nav:hover {
    color: #073752; }

.showcase__nav--prev {
  right: 38px; }

.showcase__nav--next {
  right: 8px; }

.main__content-heading {
  line-height: 1.4444444444em; }
  .home .main__content-heading {
    color: #ffffff; }
.main__content-intro {
  width: 100%;
  margin: 20px 0;
  font-size: 1.1764705882em;
  line-height: 1.7em;
  font-weight: 700;
  color: #9EBC0A; }
.main__content img {
  max-width: 100%; }
.main__content a {
  text-decoration: underline;
  color: #CE4610; }
  .main__content a:hover {
    color: #073752; }
  .main__content a:focus, .main__content a:active {
    color: #55819A; }

.section--main-content {
  padding-top: 0px !important; }

.main__content ul,
.team-modal__description ul,
.team__member-description ul,
.post__content ul {
  list-style: disc; }
.main__content ol,
.team-modal__description ol,
.team__member-description ol,
.post__content ol {
  list-style: decimal; }
.main__content ol, .main__content ul,
.team-modal__description ol,
.team-modal__description ul,
.team__member-description ol,
.team__member-description ul,
.post__content ol,
.post__content ul {
  margin: 15px 0px 0px 40px; }
  .main__content ol li, .main__content ul li,
  .team-modal__description ol li,
  .team-modal__description ul li,
  .team__member-description ol li,
  .team__member-description ul li,
  .post__content ol li,
  .post__content ul li {
    line-height: 1.7em; }
.main__content figure.media,
.team-modal__description figure.media,
.team__member-description figure.media,
.post__content figure.media {
  display: block; }
.main__content .content-div,
.team-modal__description .content-div,
.team__member-description .content-div,
.post__content .content-div {
  font-weight: 400;
  font-family: "Open Sans", sans-serif; }

.contact {
  font-size: 1.0588235294em; }
  .contact--heading, .contact--address {
    line-height: 1.3888888889em; }
  .contact--phone, .contact--email {
    line-height: 1.7777777778em; }

.content-button a {
  min-width: 200px;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-size: 1.0588235294em;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase !important;
  margin: 5px;
  border-radius: 4px;
  border: 0px;
  padding: 10px 20px;
  background-color: #CE4610; }
  .content-button a:hover {
    color: #ffffff;
    background-color: #073752; }

.home .footer,
.home #main {
  position: relative;
  z-index: 1; }

.main__content-wrapper {
  text-align: left; }

.intro-section-wrapper {
  text-align: center; }
  .intro-section-wrapper h1:before {
    margin: 20px auto 15px auto; }
  .home .intro-section-wrapper {
    padding: 20px 0; }
    @media screen and (min-width: 1280px) {
      .home .intro-section-wrapper {
        margin-top: -380px;
        position: absolute;
        width: 100%; } }
  .home .intro-section-wrapper .intro-section-content {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 25px; }

@media screen and (max-width: 768px) {
  .contact--heading, .contact--address, .contact--phone, .contact--email {
    line-height: 1.5555555556em; }

  .main__content-intro {
    font-size: 1.1764705882em;
    line-height: 1.5em; }

  .intro-section-wrapper .intro-section-content {
    padding: 0; }
    .home .intro-section-wrapper .intro-section-content {
      background-color: #073752;
      padding: 0; } }
.exp-page .intro-section-content {
  position: relative; }
  .exp-page .intro-section-content .main__content-inner {
    position: absolute;
    top: -320px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 15px 0;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .exp-page .intro-section-content .main__content-inner {
        position: static;
        background-color: #073752;
        padding: 15px; } }
    .exp-page .intro-section-content .main__content-inner .main__content-heading {
      color: #ffffff; }

.readmore-container {
  position: relative;
  max-width: 100%; }

/* Limit text to 5 lines */
.readmore-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* limit to 5 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
  max-height: 8em;
  /* approx 5 lines depending on font */ }
  @media screen and (max-width: 768px) {
    .readmore-text {
      max-height: 9em;
      /* approx 5 lines depending on font */ } }

/* Expanded state */
.readmore-text.expanded {
  -webkit-line-clamp: unset;
  max-height: none; }

/* Button styling */
.readmore-btn {
  margin-top: 10px;
  border: none;
  color: #fff;
  padding: 6px 14px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px; }

.social-icons {
  list-style: none; }

.social-icons__item {
  display: inline-block;
  margin: 0 -4px 0 10px; }

.social-icons__link {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 30px; }

.section {
  padding: 15px 0; }

.section--no-padding {
  padding: 0px; }

.section__header-wrapper {
  margin-bottom: 20px; }

.section__heading--alt {
  color: #464646;
  font-size: 1.4705882353em;
  line-height: 1.4em;
  margin-bottom: 30px; }

.section--bg {
  padding: 100px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.section--overlay {
  position: relative; }
  .section--overlay:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 0; }

.section--no-bottom {
  padding-bottom: 0; }

@media screen and (max-width: 1025px) {
  .section {
    padding: 20px 15px 0px 15px; } }
@media screen and (max-width: 1025px) and (min-width: 737px) {
  .map-section {
    padding-bottom: 15px; } }
.pagination {
  margin: 15px 0;
  font-size: 1.2em; }
  .pagination li a {
    border: 2px solid #9EBC0A;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    border-radius: 0px;
    color: #1E1E1E; }
    .pagination li a:hover {
      color: #ffffff;
      background: #9EBC0A;
      border-color: #9EBC0A; }
    .pagination li a.lg {
      width: 70px; }
  .pagination li.active a {
    font-weight: 600;
    color: #ffffff;
    background: #CE4610;
    border: 2px solid #CE4610; }

.sticky {
  position: fixed;
  top: 27%;
  background: #9EBC0A;
  padding: 14px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: -68px;
  border-radius: 4px 4px 0 0;
  color: #1E1E1E;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.53px;
  opacity: 0.9;
  z-index: 9; }
  .sticky:hover {
    background: #CE4610; }

@media screen and (max-width: 767px) {
  .sticky {
    top: initial;
    width: 100%;
    text-align: center;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    right: initial;
    bottom: 0; } }
.filters {
  text-align: center;
  font-size: 0.941em;
  margin-bottom: 30px;
  font-weight: 400; }

.filters-trigger {
  margin-bottom: 15px;
  display: block;
  text-align: center; }

.filters__btn {
  min-width: 120px;
  display: inline-block;
  padding: 10px;
  transition: all 0.3s;
  border: 1px solid #9EBC0A;
  margin: 3px;
  color: #9EBC0A; }
  .filters__btn:hover {
    border-color: #CE4610;
    background-color: #CE4610;
    color: #ffffff; }

.filters__btn--active,
.filters__btn--active:focus {
  border-color: #CE4610;
  background-color: #CE4610;
  color: #ffffff; }

.filter__show-btn {
  display: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-radius: 5px; }
  .filter__show-btn i {
    margin: 0 15px;
    font-size: 25px;
    position: absolute;
    right: 0; }

@media screen and (max-width: 767px) {
  .filter__show-btn {
    width: inherit;
    display: inline-block;
    padding: 10px 30px;
    transition: all 0.3s;
    border: 1px solid #CE4610;
    border-radius: 0px; }

  #filters__wrapper {
    text-align: center;
    margin: 15px auto;
    max-width: 430px; }

  #filters__wrapper .filters {
    display: none; }

  #filters__wrapper.filters--active .filters__btn--active:after {
    content: none; }
  #filters__wrapper.filters--active .filters {
    display: block !important;
    text-align: center;
    margin: 0px 15px;
    border: 1px solid #CE4610;
    position: absolute;
    border-radius: 0px;
    right: 0;
    left: 0;
    z-index: 2;
    background: white; }
    #filters__wrapper.filters--active .filters .filters__btn {
      border: none;
      margin: 0;
      display: block; }
  #filters__wrapper.filters--active i::before {
    content: '\f106'; } }
.form__group {
  margin-bottom: 20px;
  padding: 5px;
  position: relative;
  font-family: "Open Sans", sans-serif; }

.form__heading {
  font-size: 1.7647058824em;
  line-height: 1.0666666667em; }

input[type="text"],
.form__control:not(textarea) {
  height: 45px; }

.form__label {
  text-transform: capitalize;
  font-size: 1.0588235294em;
  line-height: 1.2222222222em; }

input[type="text"],
.form__control {
  background-color: #ffffff;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #CECECE;
  font-weight: 400;
  width: 100%; }
  input[type="text"]:focus,
  .form__control:focus {
    border-color: #CECECE;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none; }
  input[type="text"]::placeholder,
  .form__control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #464646;
    opacity: 1;
    /* Firefox */
    font-weight: 400; }
  input[type="text"]:-ms-input-placeholder,
  .form__control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #464646;
    font-weight: 400; }
  input[type="text"]::-ms-input-placeholder,
  .form__control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #464646;
    font-weight: 400; }

@media screen and (min-width: 1200px) {
  .form__group--half {
    width: 50%;
    display: inline-block;
    margin-right: -4px;
    vertical-align: text-top; } }
@media screen and (max-width: 768px) {
  .form__heading {
    font-size: 1.6470588235em;
    line-height: 1.3571428571em; }

  .form__label {
    font-weight: 700;
    font-size: 0.9411764706em;
    line-height: 1.375em; } }
.header {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: 60px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
  box-shadow: 0 0 15px -6px #333; }

.header__container {
  position: relative; }

.header__logo {
  display: inline-block;
  vertical-align: middle;
  padding: 11px 0px; }

.header__logo__img {
  max-width: 230px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.header.fixed {
  position: fixed;
  background: #ffffff;
  padding: 0; }

.header__nav-phone {
  position: absolute;
  right: 63px;
  top: 17px;
  padding: 9px 30px 9px 0px;
  display: inline-block;
  transform: rotate(95deg); }

.header__nav-toggle {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 9; }

.phone__btn,
.mobile__btn {
  font-size: 30px;
  display: block;
  color: #CE4610; }
  .phone__btn:hover, .phone__btn:focus,
  .mobile__btn:hover,
  .mobile__btn:focus {
    color: #768E00; }

.mobile__btn--active .mobile__btn__icon:before {
  content: '\f00d'; }

.header__nav {
  display: none; }

.book-btn {
  display: inline-block;
  padding: 0;
  position: absolute;
  top: 21px;
  right: 10px; }
  @media screen and (max-width: 1280px) {
    .book-btn {
      top: 25px; } }
  .book-btn .btn {
    text-transform: uppercase; }
    @media screen and (max-width: 1280px) {
      .book-btn .btn {
        font-size: 15px;
        min-width: 140px; } }

@media screen and (max-width: 1024px) {
  .header {
    height: 70px;
    position: fixed;
    background: #ffffff;
    padding: 0;
    border-bottom: 1px solid #aaa; }

  .header__nav--active {
    position: fixed;
    display: block;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    overflow-y: scroll;
    padding: 60px 35px 35px; }

  .header__logo {
    margin-left: 0px;
    padding: 14px 0px;
    z-index: 1; }

  .header__logo__img {
    max-width: 120px; }

  .mobile__btn {
    color: #CE4610;
    font-size: 2.3529411765em;
    margin-right: 15px; } }
@media screen and (min-width: 1025px) {
  .header {
    height: 100px; }

  .header__nav-toggle,
  .header__nav-toggle {
    display: none; }

  .header__nav {
    display: flex;
    justify-content: center;
    margin-right: 50px; }

  .header__upper {
    float: left; }

  .header__nav-phone {
    display: none; } }
@media screen and (max-width: 1660px) and (min-width: 1200px) {
  .header__container {
    max-width: 100%; } }
.primary-navigation,
.sub-navigation {
  list-style: none;
  margin: 0;
  padding: 0; }

.primary-navigation__item {
  position: relative;
  display: block; }
  .primary-navigation__item a {
    font-size: 1.1764705882em;
    line-height: 1.8em;
    letter-spacing: 0;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    padding: 8px 0;
    display: block;
    font-weight: 700; }
  .primary-navigation__item > a {
    color: #1E1E1E;
    text-transform: uppercase; }
  .primary-navigation__item.primary-navigation__item--active > a {
    color: #CE4610; }

.sub-nav-trigger {
  position: absolute;
  top: 12px;
  right: 0;
  padding: 5px;
  cursor: pointer;
  color: #C5C5C5;
  font-size: 23px;
  transform: rotate(270deg); }

.primary-navigation__item.menu-active .sub-nav-trigger {
  transform: rotate(0deg); }

.sub-navigation {
  background-color: #ffffff;
  z-index: 5;
  display: none;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(30, 30, 30, 0.3);
  box-shadow: 0px 3px 3px 0px rgba(30, 30, 30, 0.3); }
  .sub-navigation .sub-navigation__item {
    margin-bottom: 10px; }
    .sub-navigation .sub-navigation__item > a {
      color: #063852;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      font-size: 0.8823529412em;
      text-transform: capitalize;
      padding: 14px 0 0px 5px; }
      .sub-navigation .sub-navigation__item > a:hover {
        color: #CE4610 !important;
        text-decoration: none; }
    .sub-navigation .sub-navigation__item:last-of-type {
      margin-bottom: 34px; }

.menu-active .sub-navigation {
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 20px; }
.menu-active i:before {
  content: '\f077'; }

@media screen and (max-width: 1024px) {
  .book-btn {
    position: fixed;
    bottom: 10px;
    height: auto;
    top: auto; }

  .primary-navigation__item {
    position: relative;
    display: block;
    border-bottom: 1px solid #CE4610; }
    .primary-navigation__item a {
      font-family: "Open Sans", sans-serif;
      font-size: 1.1764705882em;
      line-height: 1.2222222222em;
      letter-spacing: 0.54px;
      font-weight: 700;
      text-transform: capitalize;
      padding: 14px 0 14px 5px;
      display: block; }
    .primary-navigation__item > a {
      color: #1E1E1E;
      text-transform: capitalize;
      font-size: 1.1764705882em; }
    .primary-navigation__item:last-child {
      border-bottom: none !important; }
    .primary-navigation__item.primary-navigation__item--active > a {
      color: #CE4610; }

  .booking-navigation {
    display: block; }
    .booking-navigation .booking-navigation__item > a {
      padding: 14px 0 14px 5px;
      margin: 24px 0 0 0;
      width: 100%;
      border-radius: 4px; } }
@media screen and (min-width: 1025px) {
  .primary-navigation__item {
    display: inline-block; }
    .primary-navigation__item a {
      padding: 29px 10px;
      letter-spacing: 0px; }
      .primary-navigation__item a[data-name='Home'] {
        position: relative;
        text-indent: -99999px; }
        .primary-navigation__item a[data-name='Home']:after {
          content: '\f015';
          display: block;
          font-family: "Font Awesome 5 Free";
          font-weight: 700;
          position: absolute;
          left: -25px;
          top: 23px;
          font-size: 21px;
          line-height: 2.12em;
          color: #1E1E1E;
          text-indent: 0;
          padding: 5px 6px; }
      .primary-navigation__item a:hover {
        color: #9EBC0A; }
    .primary-navigation__item:hover .sub-navigation {
      display: block; }

  .booking-navigation {
    display: none; }

  .fixed .primary-navigation__item--active .primary-navigation__item > a {
    color: #CE4610; }
  .fixed .primary-navigation__item--active .primary-navigation__item--active > a:after {
    position: absolute;
    content: "";
    bottom: 12px;
    left: 5px;
    right: 5px;
    border-bottom: 1px solid #9EBC0A; }

  .sub-nav-trigger {
    display: none; }

  .sub-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px; }
    .sub-navigation a {
      padding: 8px 12px; }
    .sub-navigation .sub-navigation__item > a {
      padding: 0px 10px; }
    .sub-navigation .sub-navigation__item:first-of-type {
      margin-top: 10px; }
    .sub-navigation .sub-navigation__item:last-of-type {
      margin-bottom: 10px; } }
@media screen and (min-width: 1100px) {
  .primary-navigation__item a {
    padding: 38px 6px;
    font-size: 0.8em; } }
@media screen and (min-width: 1440px) {
  .primary-navigation__item a {
    padding: 36px 9px;
    font-size: 0.98rem; } }
@media screen and (min-width: 1536px) {
  .primary-navigation__item a {
    padding: 35px 9px 36px;
    font-size: 15px; } }
@media screen and (max-width: 1366px) and (min-width: 1025px) {
  .primary-navigation__item a {
    font-size: 15px; } }
@media screen and (max-width: 1295px) and (min-width: 1025px) {
  .primary-navigation {
    padding-left: 30px;
    padding-right: 70px; }

  .primary-navigation__item a {
    font-size: 0.82em;
    padding: 36px 9px; } }
@media screen and (max-width: 1449px) and (min-width: 1367px) {
  .sub-navigation {
    top: 85%; } }
@media screen and (max-width: 1366px) and (min-width: 1025px) {
  .sub-navigation {
    top: 91%; } }
.card {
  margin-bottom: 15px;
  border: 0px;
  background: none; }

.card__inner {
  position: relative;
  background: transparent;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.card__figure {
  height: 300px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden; }
  .card__figure:hover .card__figure-image {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.card__btn {
  margin: 5px 0px; }

.btn--sm {
  margin: 5px 20px 5px 0px; }

.card__heading {
  color: #1E1E1E;
  font-size: 1.8823529412em;
  line-height: 1.5625em;
  margin-bottom: 15px; }
  .home .card__heading {
    color: #ffffff; }
  .card__heading:hover {
    color: #CE4610; }

.card__figure-link {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: block; }

.card__figure-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; }

.card__content,
.card__cta {
  display: block;
  text-align: center; }

.card__content {
  padding: 25px 0;
  text-align: left; }

.card__cta {
  text-align: left;
  padding: 0;
  margin: 0; }

/** card style 1 with shadow */
.card--with-shadow .card__inner {
  background-color: transparent; }
  .home .card--with-shadow .card__inner {
    background-color: transparent; }
.card--with-shadow .card__content {
  padding: 25px 0px; }

@media screen and (min-width: 576px) {
  .card {
    margin-bottom: 30px; } }
@media screen and (max-width: 767px) {
  .card__figure {
    height: 194px; }

  .card__inner {
    max-width: 400px;
    width: 100%;
    margin: 0 auto; }

  .card__heading {
    font-size: 1.6470588235em;
    line-height: 1.3571428571em; }

  .card__cta {
    margin: 15px; }

  .btn--sm {
    margin: 5px 5px 5px 0px; } }
@media screen and (max-width: 768px) and (min-width: 768px) {
  .accommodation-wrapper .row .card:nth-child(odd) {
    padding-right: 8px; }
  .accommodation-wrapper .row .card:nth-child(even) {
    padding-left: 8px; } }
article {
  margin-bottom: 20px; }

.footer {
  padding: 0;
  position: relative;
  background-color: #F2F2F2; }

.section__footer {
  background-color: #073752; }

.section__credit,
.section__footer {
  padding-bottom: 30px; }

.footer__content {
  margin-bottom: 30px;
  color: #1E1E1E;
  text-align: center; }

.footer__text {
  margin-bottom: 15px;
  color: #FCFCFC;
  font-size: 1.0588235294em;
  line-height: 1.3333333333em; }
  .footer__text a {
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 10px 0;
    display: block;
    padding-left: 51px;
    font-size: 1em;
    line-height: 1.6666666667em;
    vertical-align: middle; }
    .footer__text a:before {
      display: block;
      font-family: "Font Awesome 5 Free";
      font-weight: 700;
      position: absolute;
      left: 0;
      top: 0px;
      font-size: 25px;
      line-height: 30px;
      vertical-align: middle; }
  .footer__text .footer__text--mail:before {
    content: '\f0e0';
    vertical-align: middle; }
  .footer__text .footer__text--phone:before {
    content: '\f095';
    vertical-align: middle;
    transform: rotate(94deg); }

.footer__copyright-credits span {
  font-size: 1.0588235294em; }
.footer__copyright-credits a {
  color: #9EBC0A;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.6666666667em; }

.footer-navigation {
  margin: 10px 0 15px;
  text-align: center; }

.footer__heading {
  font-size: 1.2941176471em;
  line-height: 1.3636363636em;
  color: #FCFCFC; }
  .footer__heading:before {
    content: '';
    border-bottom: none;
    width: 60px;
    margin: 0; }

.footer-navigation__item {
  display: block;
  position: relative; }
  .footer-navigation__item a {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    color: #073752;
    font-weight: 700;
    font-size: 1.0588235294em;
    line-height: 1.6666666667em; }
    .footer-navigation__item a:hover {
      color: #CE4610; }

.footer__credits {
  text-align: center; }
  .footer__credits a {
    font-weight: 600; }
    .footer__credits a:hover {
      border-bottom: 1px solid #CE4610; }

@media screen and (max-width: 991px) {
  .footer__content {
    text-align: left;
    padding: 0 17px;
    margin-bottom: 0; }

  .footer__text a {
    display: flex; }

  .footer__item {
    margin-bottom: 30px; }
    .footer__item:last-of-type {
      margin-bottom: 0; }

  #newsletter-email {
    width: 100%; }

  #newsletter-btn {
    position: relative !important;
    margin-top: 9px;
    border-radius: 4px;
    padding: 7px 10px; }

  .footer__bottom-container {
    display: flex;
    flex-direction: column; }

  .footer__row--credit {
    order: 3; }

  .footer__copyright-credits {
    width: 80%;
    margin: 0 auto; }

  .footer__copyright-credits--copyright,
  .footer__copyright-credits--credit {
    display: block; }

  .footer-navigation__item {
    border-bottom: 1px solid #DFDFDF; }
    .footer-navigation__item a {
      padding: 14px 0; }
    .footer-navigation__item:first-of-type {
      border-top: 1px solid #DFDFDF; } }
@media screen and (min-width: 992px) {
  .footer__content {
    margin-bottom: 0;
    text-align: left; }

  .footer-navigation {
    margin: 15px 0 15px; }

  .footer-navigation__item {
    display: inline-block; }
    .footer-navigation__item a {
      display: block;
      padding: 0 15px; }
    .footer-navigation__item:last-child:after {
      display: none; } }
@media screen and (min-width: 769px) {
  .footer__heading {
    margin-top: 10px; } }
.custom-widget-code .custom-widget-code-item {
  margin: 15px 0; }

/** FEATURES STYLE START */
.featured-accommodation .card__text,
.accommodation-wrapper .card__text {
  margin-top: 0;
  margin-bottom: 0; }

.featured-accommodation .experience__heading {
  margin-bottom: 0; }
.featured-accommodation .showcase {
  padding: 70px 0 30px; }
  .featured-accommodation .showcase .showcase__nav {
    line-height: 1em; }

.accommodation__link-icon {
  float: right;
  font-size: 40px; }

.card__price, .accommodation-price {
  padding: 0px;
  color: #073752;
  font-size: 0.9411764706em;
  line-height: 1.875em;
  font-weight: 700; }
  .home .card__price,
  .home .accommodation-price {
    color: #ffffff; }
  .card__price span, .accommodation-price span {
    padding: 0px;
    vertical-align: middle; }

.extra-info {
  color: #073752;
  font-weight: 700;
  display: inline-block;
  margin: 0 15px; }

.card-features {
  color: #6A6A6A;
  padding: 20px 0px;
  border-top: 2px solid #E8E8E8;
  border-bottom: 2px solid #E8E8E8; }

.card-features__item {
  display: inline-block;
  padding-right: 25px; }
  .card-features--main .card-features__item {
    font-size: 1.09em; }
  .card-features__item:last-child {
    padding-right: 0; }

.card-features__item-icon {
  font-size: 1.1764705882em;
  line-height: 1em;
  margin-right: 10px;
  vertical-align: inherit; }
  .card-features--main .card-features__item-icon {
    font-size: 1.4117647059em;
    line-height: 1.25em;
    margin: 10px; }

.card-featured__room:before {
  content: url("../../graphics/room-size.png");
  margin-right: 10px; }

/** FEATURES STYLE END */
/** ACCOMMODATION DETAILS STYLE START */
.accommodation-booking {
  padding-bottom: 35px; }
  .accommodation-booking h2 {
    text-align: center; }
    .accommodation-booking h2:before {
      border-bottom: 0 solid transparent !important; }

/** FACILITIES & HIGHLIGHTS STYLE START */
.accommodation-amenities {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #E8E8E8;
  position: relative; }
  .accommodation-amenities ul {
    font-family: "Oswald", sans-serif;
    margin-top: 30px; }
    .accommodation-amenities ul li {
      display: block;
      width: 100%;
      padding: 5px 35px;
      position: relative;
      font-size: 1.0588235294em;
      line-height: 1.6666666667em;
      font-weight: 400; }
      .accommodation-amenities ul li:before {
        content: '\f00c';
        display: block;
        color: #CE4610;
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        position: absolute;
        left: 0;
        top: 5px;
        font-size: 1.1764705882em; }
  .accommodation-amenities .section__heading {
    font-size: 1.7647058824em;
    line-height: 1.0666666667em; }

@media screen and (min-width: 768px) {
  .accommodation-amenities ul li {
    display: inline-block;
    width: 33.33%;
    margin-right: -4px;
    vertical-align: top; } }
@media screen and (min-width: 768px) {
  .card-features__item-right {
    float: right;
    margin-top: -5px; } }
@media screen and (min-width: 1024px) {
  .card-features__item {
    display: inline-block;
    padding-right: 25px; } }
@media screen and (max-width: 360px) {
  .card-features__item {
    padding-right: 20px; } }
.blog-showcase .slick-dots {
  margin: 0;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  text-align: center; }
  .blog-showcase .slick-dots li {
    border-color: transparent;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #ffffff; }
    .blog-showcase .slick-dots li.slick-active {
      border-color: #ffffff;
      background-color: #ffffff; }

.section__btn-blog {
  margin: 30px 0; }

@media screen and (max-width: 991px) {
  .blog.blog--featured {
    max-width: 100% !important; } }
.blog-default__wrapper {
  position: relative;
  text-align: center;
  height: 350px;
  padding: 0px 8px; }

.blog-default__figure {
  height: 100%;
  display: block;
  position: relative;
  margin: 0; }
  .blog-default__figure:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 100%);
    z-index: 0;
    transition: all 0.5s; }

.blog-default__heading {
  color: #ffffff;
  font-size: 2.0588235294em;
  line-height: 1.7714285714em;
  letter-spacing: 0.6px;
  padding-bottom: 10px; }
  .blog-default__heading:before {
    content: none; }

.blog-default__figure__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; }

.blog-default__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }

.blog-default__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
  transition: all 0.5s;
  z-index: 1;
  padding: 15px; }

.blog-default__content-link {
  opacity: 0;
  display: none;
  color: #ffffff; }

.blog-default__content-link {
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 0px;
  border-bottom: 3px solid #CE4610; }

.ql-default-content {
  padding-top: 30px;
  border-top: 2px solid #9EBC0A; }

@media screen and (max-width: 768px) {
  .blog-default__wrapper {
    height: 220px;
    padding: 0px; }

  .blog-default__heading {
    font-size: 1.2941176471em;
    line-height: 1.7727272727em;
    letter-spacing: 0px; } }
@media screen and (min-width: 580px) {
  .blog-default__wrapper .blog-default__figure {
    overflow: hidden; }
  .blog-default__wrapper:hover .blog-default__figure__img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
.blog {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  width: 100%; }
  .blog-list .blog:after {
    content: '';
    display: block;
    width: 100%;
    border-top: 1px solid #CE4610;
    margin-top: 30px;
    margin-bottom: 30px; }

.blog-list .blog__image {
  padding-left: 0px;
  padding-right: 0px; }
.blog__image.no-image {
  height: 0px;
  display: none; }

.post__content img {
  max-width: 100%; }

.blog__figure {
  min-height: 250px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  margin: 0px; }

.blog__figure-link {
  height: 250px;
  width: 100%;
  overflow: hidden;
  display: block; }
  .blog__figure-link:hover .blog__figure-img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.blog__figure-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.blog__content {
  padding-top: 10px;
  min-height: 250px; }

.blog__heading {
  color: #1E1E1E;
  font-size: 1.2941176471em;
  line-height: 1.2727272727em; }
  .blog__heading:before {
    margin-top: 0px; }

.blog__link {
  font-weight: 600; }
  .blog__link:hover {
    border-bottom: 1px solid #073752; }

.blog__btn-link {
  position: absolute;
  bottom: 15px; }

.blog-list__inner .author {
  font-weight: 700; }

/** Blog Module CSS END **/
@media screen and (max-width: 991px) {
  .blog {
    max-width: 450px; }

  .blog__content {
    padding-top: 30px; }

  .blog__heading,
  .author {
    margin-bottom: 20px; }

  .blog__btn-link {
    position: relative;
    bottom: 0; } }
@media screen and (max-width: 1024px) and (min-width: 992px) {
  .blog__btn-link {
    bottom: 0; } }
.sidebar {
  padding: 15px;
  background-color: #F2F2F2;
  margin-bottom: 15px;
  list-style-type: disc; }

.sidebar__heading {
  font-size: 1.1764705882em;
  line-height: 1.2em; }

.sidebar__content {
  display: table;
  padding-left: 10px; }

.sidebar__content-item {
  display: inherit;
  margin: 5px 0px !important; }
  .sidebar__content-item a:hover {
    color: #1E1E1E;
    text-decoration: underline; }
  .sidebar__content-item:before {
    content: "\f111";
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #1E1E1E;
    font-size: 7px;
    display: table-cell;
    padding-right: 10px; }

.sidebar__content-link {
  font-weight: 400;
  color: #464646; }

.booking-section {
  position: absolute;
  width: 100%;
  bottom: 23%;
  z-index: 9; }
  @media screen and (max-width: 767px) {
    .booking-section {
      position: static;
      margin-top: 15px; } }
  .booking-section .booking {
    margin: 0 auto;
    font-family: "Oswald", sans-serif; }
    .booking-section .booking .btn {
      min-width: 230px;
      font-size: 1.0588235294em;
      line-height: 1.3333333333em;
      padding: 13px 10px;
      font-family: "Oswald", sans-serif;
      font-weight: 600; }
    .booking-section .booking .check-in {
      min-width: 220px;
      min-height: 50px;
      padding-left: 18px;
      border-radius: 4px;
      background-color: #ffffff !important;
      cursor: pointer; }
      .booking-section .booking .check-in::-webkit-input-placeholder {
        font-family: "Oswald", sans-serif;
        color: #989898; }
      .booking-section .booking .check-in:-ms-input-placeholder {
        font-family: "Oswald", sans-serif;
        color: #989898; }
      .booking-section .booking .check-in::placeholder {
        font-family: "Oswald", sans-serif;
        color: #989898; }
    .booking-section .booking .form-group:after {
      position: absolute;
      top: 15px;
      left: 185px;
      height: 50px;
      width: 50px;
      content: " ";
      background-image: url(/graphics/calendar.png);
      background-size: 19px;
      background-repeat: no-repeat;
      pointer-events: none; }
    .booking-section .booking .booking--img {
      position: absolute;
      right: 16px;
      width: 20px;
      top: 12px; }
    .booking-section .booking .form-inline {
      justify-content: center; }
      .booking-section .booking .form-inline .form-group {
        position: relative; }

@media screen and (min-width: 720px) {
  .booking-section .booking .btn {
    margin-left: 20px; } }
@media screen and (max-width: 736px) {
  .booking-section .booking .btn, .booking-section .booking .check-in {
    min-width: 279px; }
  .booking-section .booking form {
    justify-content: center; }
    .booking-section .booking form .form-group {
      margin-bottom: 0; }
      .booking-section .booking form .form-group:after {
        left: 244px; } }
@media screen and (max-width: 768px) {
  .booking-section {
    bottom: 32%; } }
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #CE4610;
  background: #F2F2F2;
  border: 1px solid #F2F2F2;
  border-bottom-color: #F2F2F2;
  font-family: "Oswald", sans-serif;
  padding-right: 8px;
  min-width: 434px;
  min-height: 300px;
  border-radius: 10px; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-single {
  *zoom: 1; }
  .pika-single:before, .pika-single:after {
    content: " ";
    display: table; }
  .pika-single:after {
    clear: both; }

.pika-lendar {
  float: left;
  width: 100%;
  margin: 5px;
  padding: 15px 15px 0 15px; }

.pika-title {
  width: 363px;
  margin: 0 auto;
  position: relative;
  text-align: center; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.0588235294em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.1666666667em;
  color: #CE4610;
  background-color: transparent; }

.pika-prev {
  position: relative;
  top: 3px;
  right: 6px; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 10px;
  height: 17px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .5;
  *position: absolute;
  *top: 0;
  margin-top: 5px; }
  .pika-prev:hover,
  .pika-next:hover {
    color: yellow; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: .2; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAARCAYAAAAL4VbbAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK6wAACusBgosNWgAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xNC8xNpkA830AAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAABDUlEQVQokYWRsUoDQRCGvzmvjfgG4zv4GIJphCUo4SoROz2xE1PYiCA2EVOonbKdjYXgExisfILt0oYUNsJYOCdncp5b7T/7/T8zO2JmtB3RcAV8WIpl/g9YANtALhokawFL4A7oAO/Ac2OyaBgAJy7HQNdSnCzAouEcOHT5AmxailOAfA4cATsun4CepTir3nOHloBboO/1B6BvKX7WwzLRsArc18ARsDUPVsmXQNf1m6W42zQ0QAYUwND1mmi4Fg3SBEu1QdFwAey39lxdLMUD4NRlD3gUDZ3G5J+ChiPgzOWvf16A3bBXm2MMbFiKk0bYDQVw462+AoM/YTes872sZWDYCrvhGFixFMsv+xRkFBo1MvcAAAAASUVORK5CYII=");
  *left: 0;
  margin-left: 5px; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAARCAYAAADkIz3lAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK6wAACusBgosNWgAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xNC8xNpkA830AAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAABHUlEQVQokX3RQUvUQRgH4Ge2W3QRPIXsQCSh0VfoEAuFZCbRjmcv3bvoR+hj2EHwz3oRQpTw4D1UqKMk/0MnO+lVeD3sIG6728Achnl45zfvm3T7Cd8wiLbZMmV1sIUlbKZcFv4H9/ALz3CYcnk+CaaIkHJ5iiN08Ru9aJuLfyuKtjnHCi7xBHspl7kxWPFZzfoXL7Cfcnk8Biv+gQ+4rng35TJzl3EseC6v8BVzOMDnibDiL9iox++dKWgNn+pxG+tjFVMu77GLB4YTW422uRmBKZfXFT3CMd5F21yNfCbl0jOc0sOKlqNtru+K1Mks1stZnOBNtM3l/UidGnxQ0c/63Ahi2PCXmMcp3kbb/JnYr4ig29/R7X+MCNP2Lffbevj3rGC6AAAAAElFTkSuQmCC");
  *right: 0; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  height: 220px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th,
  .pika-table td {
    padding: 0; }
  .pika-table th {
    width: 14.285714285714286%;
    color: #CE4610;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 3px 0 10px 0; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 47px;
  height: 32px;
  padding: 5px;
  color: gray;
  font-size: 12px;
  line-height: 15px;
  background: #ffffff;
  text-align: right; }
  .is-today .pika-button {
    color: #ffffff;
    font-weight: bold;
    background: #CE4610; }
  .is-selected .pika-button {
    color: #ffffff;
    font-weight: bold;
    background: #55819A; }
  .is-disabled .pika-button, .is-outside-current-month .pika-button {
    pointer-events: none;
    cursor: default;
    color: #CCCCCC;
    opacity: .4;
    background: #ffffff; }
  .pika-button:hover {
    color: white;
    background: #55819A;
    box-shadow: none; }

.pika-week {
  font-size: 11px;
  color: gray; }

@media screen and (max-width: 414px) {
  .pika-single {
    min-width: auto;
    min-height: auto; }
    .pika-single .pika-lendar {
      width: 240px;
      margin: 8px;
      padding: 0; }
      .pika-single .pika-lendar .pika-title {
        width: auto;
        left: 6px; }
      .pika-single .pika-lendar .pika-table {
        width: 245px; }
        .pika-single .pika-lendar .pika-table .pika-button {
          width: 35px;
          height: 35px; }
      .pika-single .pika-lendar .pika-prev,
      .pika-single .pika-lendar .pika-next {
        width: 19px;
        height: 33px;
        margin-top: -2px; } }
@media screen and (max-width: 1025px) {
  .pika-next {
    padding: 20px;
    left: 16px;
    top: -4px; }

  .pika-prev {
    padding: 20px;
    right: 28px;
    top: -4px; } }
/*
* If no hero banner
*/
.no-banner .booking-section {
  position: relative;
  width: 100%;
  bottom: -126px;
  margin-top: 10px;
  margin-bottom: 20px; }

/** GRID LISTING STYLE START */
.card__rate {
  font-weight: 700;
  color: #989898; }

.featured-experience {
  background-color: #073752;
  padding-bottom: 50px; }
  .home .featured-experience {
    padding: 0; }

.feature-exp-heading,
.feature-exp2-heading {
  background-color: #9EBC0A;
  padding: 20px 0; }
  .feature-exp-heading .experience__heading,
  .feature-exp2-heading .experience__heading {
    color: #ffffff; }
    .feature-exp-heading .experience__heading:before,
    .feature-exp2-heading .experience__heading:before {
      display: none; }

.feature-exp-slider {
  padding-top: 30px;
  padding-bottom: 30px; }
  .feature-exp-slider .showcase__nav {
    top: -95px;
    color: #ffffff; }

.featured-experience .card__heading,
.experience .card__heading {
  margin-bottom: 0px; }
.featured-experience .card__text, .experience .card__text {
  color: #1E1E1E; }
  .home .featured-experience .card__text,
  .home .experience .card__text {
    color: #ffffff; }

.prime-color {
  color: #9EBC0A; }

.featured-experience .card__price,
.featured-experience .accommodation-price,
.featured-experience .card__heading,
.featured-experience .card__text {
  color: #ffffff; }

.featured-experience .card__price,
.featured-experience .accommodation-price {
  font-size: 16px; }

.c-sign {
  font-size: 25px; }

/** GRID LISTING STYLE END */
/** DETAILS PAGE STYLE START */
.main__experience-subtitle,
.main__experience-price,
.experience-category__item {
  font-weight: 700;
  color: #F7F7F7; }

.main__experience-price {
  font-size: 1.4117647059em;
  line-height: 1.25em;
  margin: 15px auto; }

.experience-category {
  margin: 10px; }

.experience-category__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.experience-category__item {
  display: inline-block;
  padding: 0px 8px; }
  .experience-category__item:not(:last-child):after {
    content: '';
    border-right: 2px solid #F7F7F7;
    padding: 0 8px; }

.card__booking {
  padding: 3px 0px;
  text-align: right; }

.experience__price {
  color: #6A6A6A;
  margin: 15px auto !important;
  padding: 20px 0px;
  border-top: 2px solid #E8E8E8;
  border-bottom: 2px solid #E8E8E8;
  display: block; }

.featured-experience .section__header-wrapper {
  margin-bottom: 0; }
.featured-experience .experience__heading {
  margin-bottom: 0;
  color: #ffffff; }
.featured-experience .showcase {
  padding: 30px 0; }
  .featured-experience .showcase .showcase__nav {
    line-height: 1em; }

@media screen and (max-width: 1024px) {
  .experience-showcase .card__content,
  .experience-showcase .card__cta {
    padding: 0px;
    margin: 0px; } }
@media screen and (max-width: 767px) {
  .experience__price,
  .card__booking {
    text-align: center; } }
.experience-accordion {
  border-bottom: 1px solid #E8E8E8; }

/** FACILITIES & HIGHLIGHTS STYLE START */
.experience-amenities {
  padding: 0 0 30px 0;
  margin: 0 -15px;
  position: relative;
  text-align: left; }
  .experience-amenities a {
    text-decoration: none; }
  .experience-amenities .experience__link-icon {
    float: right;
    font-size: 40px;
    color: #CE4610; }
  .experience-amenities ul {
    font-family: "Oswald", sans-serif;
    margin: 30px 0 30px 0; }
    .experience-amenities ul li {
      display: block;
      width: 100%;
      padding: 5px 35px;
      position: relative;
      font-size: 1.0588235294em;
      line-height: 1.6666666667em;
      font-weight: 400; }
      .experience-amenities ul li:before {
        content: '\f00c';
        display: block;
        color: #CE4610;
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        position: absolute;
        left: 0;
        top: 5px;
        font-size: 1.1764705882em; }
  .experience-amenities .section__heading {
    font-size: 1.7647058824em;
    line-height: 1.0666666667em; }

@media screen and (min-width: 768px) {
  .experience-amenities ul li {
    display: inline-block;
    width: 33.33%;
    margin-right: -4px;
    vertical-align: top; } }
@media screen and (max-width: 768px) and (min-width: 768px) {
  .experience .card {
    padding: 8px; }

  .card__booking {
    right: 32px; } }
@media screen and (max-width: 1025px) {
  .featured-experience {
    padding-bottom: 15px; } }
.experience-item {
  margin-bottom: 15px; }
  .experience-item.shuffle-item .card__figure {
    height: 350px; }
  .experience-item .card__content-inner {
    padding-left: 25px;
    padding-right: 25px; }

.experience-wtb-section {
  background-color: #073752;
  color: #ffffff; }
  .experience-wtb-section .section__heading {
    color: #ffffff;
    text-align: center; }
    .experience-wtb-section .section__heading:before {
      margin: 20px auto 15px auto; }

.content__row ul {
  list-style: disc;
  padding-left: 18px; }

/** Syle for accordion view */
.faq.active:last-of-type .faq__body {
  border-bottom: 1px solid #E8E8E8; }
.faq:not(.active):last-of-type .faq__link {
  border-bottom: 1px solid #E8E8E8; }

.faq__title,
.faq__head {
  margin: 0; }

.faq__title {
  border-top: 1px solid #E8E8E8;
  font-size: 1.2941176471em;
  line-height: 1.5909090909em; }
  .faq__title:before {
    display: none; }

.faq__link {
  position: relative;
  display: block;
  padding: 15px 8px;
  border-top: 1px solid #E8E8E8; }
  .faq__link.active {
    color: #1E1E1E; }

.faq__link-icon {
  float: right;
  margin-top: 6px; }

.faq__body {
  padding: 0 8px 20px; }

/** Syle for list view */
.faq-list .faq:last-of-type {
  border-bottom: 0px; }
.faq-list .faq-title {
  position: relative;
  display: block;
  padding: 10px 8px; }
.faq-list .faq__title {
  padding-top: 18px; }
.faq-list .faq__body {
  padding: 10px 0px;
  padding-bottom: 23px;
  margin: 0px; }

#tc-modal.in {
  opacity: 1; }

.modal-body ul, .modal-body ol {
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 40px; }
.modal-body ul {
  list-style: disc; }
.modal-body ol {
  list-style: decimal; }

.comp-form {
  /* Rounded sliders */ }
  .comp-form .form__group--two {
    width: 49%;
    display: inline-block; }
  .comp-form select, .comp-form .date-control, .comp-form input[type=tel] {
    height: 45px !important;
    border-radius: 2px; }
  .comp-form .checkbox-inline span {
    font-size: 1em;
    padding-right: 15px; }
  .comp-form .switch {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 34px;
    margin-bottom: 10px;
    margin-left: 0 !important; }
    .comp-form .switch input {
      display: none; }
    .comp-form .switch .toggle__switch__label {
      padding-left: 70px;
      width: 100%;
      display: inline-block;
      width: 100%;
      vertical-align: middle;
      padding-top: 10px; }
  .comp-form .toggle__switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F2F2F2;
    -webkit-transition: .4s;
    transition: .4s;
    width: 60px; }
    .comp-form .toggle__switch::before {
      position: absolute;
      content: "";
      height: 26px;
      width: 26px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s; }
  .comp-form input:checked + .toggle__switch {
    background-color: #CE4610; }
  .comp-form input:focus + .toggle__switch {
    box-shadow: 0 0 1px #CE4610; }
  .comp-form input:checked + .toggle__switch:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px); }
  .comp-form .toggle__switch.round {
    border-radius: 34px; }
  .comp-form .toggle__switch.round:before {
    border-radius: 50%; }

@media screen and (max-width: 768px) {
  .comp-form .form__group--two {
    width: 100%;
    display: block; } }
/** Gallery Showcase Style Start */
.showcase-gallery__carousel .slick-list {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.showcase-gallery__item {
  height: 220px;
  padding: 15px; }
  .showcase-gallery__item.slick-center .showcase-gallery__figure {
    transform: scale(1.15);
    box-shadow: 0 0 5px 2px rgba(70, 70, 70, 0.2); }
  .showcase-gallery__item.slick-center:hover .showcase-gallery__image {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.showcase-gallery__figure {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: block;
  margin-bottom: 0px; }

.showcase-gallery__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.showcase-gallery__carousel-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 24px;
  color: #464646;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .showcase-gallery__carousel-nav:hover, .showcase-gallery__carousel-nav:active, .showcase-gallery__carousel-nav:focus {
    color: #073752; }

.showcase-gallery__carousel-nav--prev {
  left: -40px;
  z-index: 1; }

.showcase-gallery__carousel-nav--next {
  right: -40px;
  text-align: right; }

/** Gallery Showcase Style End */
@media screen and (min-width: 768px) {
  .showcase-gallery__carousel-nav {
    font-size: 40px; } }
@media screen and (max-width: 1024px) {
  .showcase-gallery__carousel-nav--prev {
    left: -10px; }

  .showcase-gallery__carousel-nav--next {
    right: -10px; } }
@media screen and (min-width: 992px) {
  .showcase-gallery__item {
    height: 320px; } }
/** Gallery Single Style Start */
.section-gallery-single {
  background-color: #F2F2F2; }

.gallery-single {
  margin: 30px auto;
  padding: 0;
  width: 100%;
  display: grid;
  grid-gap: 10px; }

.gallery-single__three-col {
  grid-template-columns: 1fr 1.5fr 1fr; }

.gallery-single__two-col {
  grid-template-columns: 1fr 1fr; }

.gallery-single__one-col {
  grid-template-columns: 1fr;
  width: 50%; }

.gallery-single__item {
  position: relative;
  height: 220px; }
  .gallery-single__item:hover .gallery-single__image {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.gallery-single__item-hidden {
  display: none; }

.gallery-single__item-img-overlay {
  background: #1E1E1E;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  overflow: hidden; }

.gallery-single__item-view-more {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: -webkit-translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  pointer-events: none;
  background-color: #ffffff;
  color: #1E1E1E;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-family: "Open Sans", sans-serif;
  font-size: 1.7647058824em;
  font-weight: 500;
  z-index: 3; }
  .gallery-single__item-view-more i {
    margin-left: 2px; }

.gallery-single__figure {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: block;
  margin-bottom: 0px; }

.gallery-single__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

/** Gallery Single Style End */
@media screen and (max-width: 768px) {
  .section-gallery-single {
    background-color: transparent; }

  .gallery-single__three-col {
    grid-template-columns: none;
    grid-gap: 0px; }
    .gallery-single__three-col .gallery-single {
      grid-template-columns: repeat(2, [col] 1fr);
      grid-template-rows: repeat(3, [row] auto); }
    .gallery-single__three-col .gallery-single__item {
      height: 165px;
      margin: 3px; }
      .gallery-single__three-col .gallery-single__item:nth-of-type(1n) {
        grid-column: col 1 / span 1;
        grid-row: row; }
      .gallery-single__three-col .gallery-single__item:nth-of-type(2n) {
        grid-column: col 2 / span 1;
        grid-row: row; }
      .gallery-single__three-col .gallery-single__item:nth-of-type(3n) {
        grid-column: col / span 2;
        grid-row: row 2; }

  .gallery-single__one-col {
    width: 100%; } }
@media screen and (min-width: 992px) {
  .gallery-single__item {
    height: 360px; } }
/** GALLERY GRID LIST STYLE START*/
.section-gallery {
  padding: 16px; }

.gallery-item {
  height: 125px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  padding: 2px !important;
  margin-bottom: 0px; }
  .gallery-item:hover .gallery-item__image {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.gallery-item__figure {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: block;
  margin-bottom: 0px; }

.gallery-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

/** GALLERY GRID LIST STYLE END */
@media screen and (min-width: 414px) {
  .gallery-item {
    height: 140px; } }
@media screen and (min-width: 481px) {
  .gallery-item {
    height: 150px; } }
@media screen and (min-width: 768px) {
  .gallery-item {
    height: 210px; } }
@media screen and (min-width: 1024px) {
  .gallery-item {
    height: 260px; } }
@media screen and (min-width: 1200px) {
  .gallery-item {
    height: 280px; } }
@media screen and (min-width: 1400px) {
  .gallery-item__figure {
    margin: 8px; } }
@media screen and (min-width: 1660px) {
  .gallery-item {
    height: 380px; } }
/** VIDEO STYLE START */
.banner__video-figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 0px; }

.banner__video-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.banner__video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.4em;
  color: #1E1E1E;
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff; }
  .banner__video-link i {
    padding: 25px 26px; }
  .banner__video-link:hover {
    background-color: #F2F2F2; }

.hero-video-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000;
  display: none; }
  .hero-video-popup .hero-video-popup-close {
    color: #ffffff;
    font-size: 25px;
    position: relative;
    Float: right;
    right: 10px;
    top: 10px;
    z-index: 5;
    text-decoration: none;
    opacity: 0.7; }
    .hero-video-popup .hero-video-popup-close:hover {
      opacity: 1; }

.hero-video-popup.open {
  z-index: 999;
  display: block; }

.mobile-video-banner {
  height: auto;
  padding-bottom: 60%; }

@media screen and (max-width: 767px) {
  .banner--fs {
    max-height: 300px; } }
/** VIDEO STYLE END */
/** CSS FOR HeroBanner MODULE*/
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 85%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .exp-page .banner, .home .banner {
    height: 100%;
    position: relative; }
    @media screen and (min-width: 1280px) {
      .exp-page .banner .banner__scroll, .home .banner .banner__scroll {
        position: absolute;
        text-align: center;
        bottom: 0px;
        left: calc(50% - 70px);
        color: #fff;
        background-color: rgba(0, 0, 0, 0.3);
        padding: 14px 48px 3px;
        border-radius: 150px 154px 0 0; } }

@media screen and (max-width: 767px) {
  .banner__scroll {
    display: none; } }

.banner__top {
  position: absolute;
  top: 60%;
  right: auto;
  left: auto;
  width: 100%;
  text-align: center; }
  .banner__top .banner-logo {
    width: 425px;
    max-width: 80%; }

.banner__content-box {
  position: absolute;
  z-index: 3;
  bottom: 115px;
  left: 50%;
  text-align: center;
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #ffffff;
  line-height: normal;
  width: 100%;
  max-width: 960px;
  padding: 0 30px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px; }

.banner__content-inner {
  padding: 15px;
  width: 100%;
  max-width: 960px; }

.banner__content-title {
  font-size: 2.6470588235em;
  line-height: 1.3777777778em;
  font-family: "Oswald", sans-serif;
  font-weight: 400; }
  .banner__content-title::before {
    content: '';
    display: block;
    border-bottom: 6px solid #9EBC0A;
    width: 60px;
    margin: 20px auto 15px auto; }

.banner__content-subtitle {
  margin-bottom: 20px;
  width: 100%;
  margin: 20px 0;
  font-size: 1.1764705882em;
  line-height: 1.7em;
  font-weight: 700;
  color: #9EBC0A; }

/** SLIDER STYLE START */
.banner__slider-figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 0px;
  background-size: cover;
  background-repeat: no-repeat; }
  .banner__slider-figure::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: transparent linear-gradient(0deg, #0000009E 0%, #54545400 100%) 0% 0% no-repeat padding-box; }
  @media screen and (max-width: 960px) {
    .banner__slider-figure::after {
      background: transparent linear-gradient(0deg, #00000017 0%, #54545400 100%) 0% 0% no-repeat padding-box; } }

.banner__slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; }

.banner__slider {
  width: 100%;
  height: 100%; }
  @media screen and (min-width: 1025px) {
    .home .banner__slider {
      /*position: fixed; */ } }

.banner-nav {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 56px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .banner-nav .arrows {
    border-color: #ffffff; }
    .banner-nav .arrows:hover, .banner-nav .arrows:active, .banner-nav .arrows:focus {
      border-color: #CE4610; }

.banner-nav--prev {
  left: 80px; }

.banner-nav--next {
  text-align: right;
  right: 80px; }

@media screen and (max-width: 768px) {
  .banner {
    height: 98%; }

  .banner__content-inner {
    padding: 15px 0; }

  .banner__slider-figure::after {
    height: 400px; }

  .banner-nav {
    font-size: 40px;
    width: 40px;
    height: 40px;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }

  .banner-nav--prev {
    left: 20px; }

  .banner-nav--next {
    right: 20px; }

  .banner__content-box {
    bottom: 130px;
    padding: 0 15px; }

  .banner__content-subtitle {
    margin-bottom: 10px; }

  .banner__content-title {
    font-size: 1.6470588235em;
    line-height: 1.3125em; }

  .banner__top {
    top: 70%; }
    .banner__top .banner-logo {
      width: 270px; }

  .mobile-slider-slide {
    height: 280px;
    margin: 0px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

  .mobile_banner {
    height: 280px;
    margin: 0px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

  .banner__content-box {
    bottom: 3%; }

  .banner__video-image {
    height: 280px; } }
@media screen and (min-width: 768px) {
  .banner__content {
    padding: 0 50px; } }
@media screen and (max-width: 900px) and (max-height: 450px) {
  .banner__top {
    top: 10px; }

  .banner__content-box {
    bottom: 40px; } }
/** highlight Module CSS START **/
.section-highlight {
  background-color: #F2F2F2;
  padding-top: 50px; }

.highlight {
  display: grid;
  grid-column-gap: 10px;
  padding: 16px; }

.highlight__heading {
  font-family: "Oswald", sans-serif;
  font-size: 2.3529411765em;
  line-height: 1.5em;
  margin-bottom: 20px; }

.highlight__subheading {
  font-family: "Oswald", sans-serif;
  font-size: 1em;
  line-height: 1.7647058824em;
  font-weight: 700;
  color: #073752; }

.highlight__content {
  position: relative;
  padding-left: 31px;
  padding-left: 54px; }
  .highlight__content:before {
    content: '\f105';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2.9411764706em;
    line-height: 1.12em;
    color: #9EBC0A; }

.highlight__text {
  margin: 0 0 22px; }

.highlight__4-col {
  grid-template-columns: repeat(5, [col] 1fr); }

.highlight__3-col {
  grid-template-columns: repeat(4, [col] 1fr); }

.highlight__2-col {
  grid-template-columns: repeat(3, [col] 1fr); }

.highlight__1-col {
  grid-template-columns: repeat(2, [col] 1fr); }

.highlight__item {
  padding: 0;
  width: 100%; }

.highlight__item_item1 {
  grid-column: col / span 1;
  grid-row: row; }

.highlight__item_item2 {
  grid-column: col 2 / span 1;
  grid-row: row; }

.highlight__item_item3 {
  grid-column: col 3 / span 1;
  grid-row: row; }

.highlight__item_item4 {
  grid-column: col 4 / span 1;
  grid-row: row; }

.highlight__item_item5 {
  grid-column: col 5 / span 1;
  grid-row: row; }

.highlight__image {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  display: block;
  margin: 0px; }

.highlight__figure {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .highlight__figure:hover .highlight__figure-img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.highlight__figure-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

@media screen and (max-width: 1024px) {
  .highlight {
    grid-gap: 5px;
    grid-template-rows: repeat(3, [row] auto);
    padding: 0px; }

  .highlight__heading {
    font-size: 2.1764705882em;
    line-height: 1.027027027em;
    margin: 30px 0; }

  .highlight__content {
    font-size: 1em;
    line-height: 1.6470588235em; }
    .highlight__content:before {
      top: 0;
      font-size: 3em;
      line-height: 1.0196078431em; }

  .highlight__item_item1 {
    grid-column: col / span 4;
    grid-row: row 3; }

  .highlight__item_item2 {
    grid-column: col 1 / span 2;
    grid-row: row 1; }

  .highlight__item_item3 {
    grid-column: col 1 / span 2;
    grid-row: row 2; }

  .highlight__item_item4 {
    grid-column: col 3 / span 4;
    grid-row: 1 / 3; }

  .highlight__2-col {
    grid-template-columns: repeat(2, [col] 1fr); }
    .highlight__2-col .highlight__item_item2 {
      grid-column: col 1 / span 1;
      grid-row: row 1; }
    .highlight__2-col .highlight__item_item3 {
      grid-column: col 2 / span 2;
      grid-row: row 1; }

  .highlight__4-col {
    grid-template-columns: repeat(4, [col] 1fr); }
    .highlight__4-col .highlight__item_item4 {
      grid-column: col 3 / span 4;
      grid-row: 2 / 3; }
    .highlight__4-col .highlight__item_item5 {
      grid-column: col 3 / span 4;
      grid-row: 1 / 2; } }
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .highlight__item_item2 .highlight__image,
  .highlight__item_item3 .highlight__image {
    height: 330px; } }
@media screen and (min-width: 1660px) {
  .highlight__1-images {
    grid-template-columns: repeat(3, [col] 1fr); }
    .highlight__1-images .highlight__item_item1 {
      grid-column: col 1/span 2;
      grid-row: row; }
    .highlight__1-images .highlight__item_item2 {
      grid-column: col 3/span 1;
      grid-row: row; }
      .highlight__1-images .highlight__item_item2 .highlight__image {
        height: 600px; } }
@media screen and (max-width: 1659px) and (min-width: 1025px) {
  .highlight {
    grid-gap: 5px;
    grid-template-rows: repeat(5, [row] auto);
    padding: 0; }

  .highlight__item_item1 {
    grid-column: col 1/span 2;
    grid-row: row 1/3; }

  .highlight__item_item2 {
    grid-column: col 3/span 1;
    grid-row: row 1; }

  .highlight__item_item3 {
    grid-column: col 3/span 1;
    grid-row: row 2; }

  .highlight__item_item4 {
    grid-column: col 4/span 1;
    grid-row: 1/3; }

  .highlight__2-images {
    grid-template-columns: repeat(3, [col] 1fr); }
    .highlight__2-images .highlight__item_item1 {
      grid-column: col/span 1;
      grid-row: row; }
    .highlight__2-images .highlight__item_item2 {
      grid-column: col 2/span 1;
      grid-row: row; }
    .highlight__2-images .highlight__item_item3 {
      grid-column: col 3/span 1;
      grid-row: row; } }
@media screen and (max-width: 414px) {
  .highlight__item_item2 .highlight__image,
  .highlight__item_item3 .highlight__image {
    height: 120px; }

  .highlight__item_item4 .highlight__image {
    height: 241px; } }
/* ==| INSTAGRAM ======================= */
.instagram-carousel__header {
  margin-bottom: 30px; }
.instagram-carousel__heading {
  margin: 0; }
  .instagram-carousel__heading span {
    font-style: italic;
    font-size: 0.741em; }
  .instagram-carousel__heading::before {
    margin: 20px auto; }
.instagram-carousel__heading-icon {
  margin-right: 10px; }

#instagram-carousel .instagram__link {
  position: relative;
  display: none !important;
  overflow: hidden;
  height: 100%;
  margin: 0 5px; }
  #instagram-carousel .instagram__link:hover .instagram__img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  #instagram-carousel .instagram__link.instagram__link--cover {
    display: inline-block !important; }
#instagram-carousel .instagram__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.instagram__nav {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  z-index: 2;
  font-size: 40px;
  line-height: 45px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .instagram__nav i {
    padding: 0px 15px; }
  .instagram__nav:hover {
    color: #1E1E1E; }

.instagram__nav--prev {
  left: 0; }

.instagram__nav--next {
  right: 0;
  text-align: right; }

@media screen and (max-width: 350px) {
  #instagram-carousel .instagram__link {
    height: 90px; } }
@media screen and (min-width: 351px) {
  #instagram-carousel .instagram__link {
    height: 100px; } }
@media screen and (min-width: 568px) {
  #instagram-carousel .instagram__link {
    height: 170px; } }
@media screen and (min-width: 667px) {
  #instagram-carousel .instagram__link {
    height: 203px; } }
@media screen and (min-width: 736px) {
  #instagram-carousel .instagram__link {
    height: 226px; } }
@media screen and (min-width: 768px) {
  #instagram-carousel .instagram__link {
    height: 236px; } }
@media screen and (min-width: 812px) {
  #instagram-carousel .instagram__link {
    height: 251px; } }
@media screen and (min-width: 1024px) {
  #instagram-carousel .instagram__link {
    height: 239px; } }
@media screen and (min-width: 1200px) {
  #instagram-carousel .instagram__link {
    height: 283px; } }
@media screen and (min-width: 1500px) {
  #instagram-carousel .instagram__link {
    height: 260px; } }
@media screen and (min-width: 1800px) {
  #instagram-carousel .instagram__link {
    height: 285px; } }
@media screen and (min-width: 1900px) {
  #instagram-carousel .instagram__link {
    height: 300px; } }
/* ==| INSTAGRAM GRID STYLE ======================= */
.instagram-grid__header {
  margin-bottom: 30px; }
.instagram-grid__heading {
  margin: 0;
  color: #1E1E1E; }
  .instagram-grid__heading span {
    color: #1E1E1E;
    font-style: italic;
    font-size: 0.741em; }
.instagram-grid__heading-icon {
  margin-right: 10px;
  color: #1E1E1E; }

#instagram-grid {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 20px;
  grid-auto-rows: minmax(33.33%, auto);
  grid-auto-flow: dense; }
  #instagram-grid .instagram__link {
    position: relative;
    display: none !important;
    overflow: hidden;
    height: 100%;
    margin: 0px; }
    #instagram-grid .instagram__link:hover .instagram__img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    #instagram-grid .instagram__link.instagram__link--cover {
      display: inline-block !important; }
  #instagram-grid .instagram__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

@media screen and (max-width: 767px) {
  #instagram-grid {
    grid-gap: 10px; } }
.map {
  position: relative; }

#map-canvas {
  height: 500px; }

.infobox {
  background: #ffffff;
  padding: 30px;
  width: 100%;
  max-width: 450px;
  font-size: 17px; }

.infobox__heading {
  color: #464646;
  font-size: 1.412em; }
  .infobox__heading:before {
    content: none; }

.infobox__caption {
  font-size: 1em;
  color: #464646; }

.map__canvas {
  height: 500px;
  margin: 15px 0 25px 0;
  background-color: #F7F7F7; }

.map__preloader {
  margin: 0;
  padding: 10px 15px; }

.map__img,
.map__trigger {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.map__img {
  padding-bottom: 67%;
  margin-top: 20px; }

.map__trigger,
.map__trigger:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  cursor: pointer; }

.map__trigger:after {
  content: "";
  background-color: rgba(30, 30, 30, 0.6);
  z-index: 3; }

.map__trigger-text {
  display: block;
  position: absolute;
  min-width: 220px;
  left: 50%;
  top: 50%;
  transform: -webkit-translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
  color: #ffffff; }

.map__img-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
  z-index: 2; }

@media screen and (max-width: 581px) {
  .infobox {
    max-width: 250px; }

  .infobox__heading {
    font-size: 1.3em; } }
@media screen and (min-width: 767px) {
  .map-infobox {
    padding-left: 130px;
    width: 400px; }

  .map-infobox__img {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0; } }
@media screen and (max-width: 767px) {
  #map-canvas {
    margin-bottom: 30px; } }
.newsletter .form__group {
  position: relative;
  padding: 0px;
  margin-bottom: 0px; }

.newsletter .form__control {
  background-color: #ffffff;
  border-color: #ffffff; }
.newsletter .form__control:focus {
  border-color: #FCFCFC; }

#newsletter-email {
  padding: 0 60px 0 10px;
  border-radius: 4px;
  font-size: 0.9411764706em;
  line-height: 1.75em;
  color: #464646;
  background-color: #DFDFDF; }

#newsletter-btn {
  font-family: "Open Sans", sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  background: #9EBC0A;
  border: none;
  width: 120px;
  bottom: 0;
  outline-style: none;
  color: #ffffff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-weight: 700;
  font-size: 1.1764705882em; }
  #newsletter-btn:hover {
    background: #CE4610; }
  #newsletter-btn:active {
    background: #768E00; }

.newsletter__warning {
  color: #f78687 !important; }

.newsletter__success {
  color: #ffffff !important; }

.section__partner {
  padding: 0; }

.partner-logo__item {
  padding: 0 5px;
  text-align: center;
  margin: 0 auto;
  height: 150px;
  overflow: hidden;
  display: flex !important; }

.partner-logo__link {
  display: block;
  width: 100%;
  height: 100%; }

.partner-logo__image {
  width: 90%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  align-self: center; }

.partner-logo__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 40px;
  color: #9EBC0A;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .partner-logo__nav:hover, .partner-logo__nav:active, .partner-logo__nav:focus {
    color: #768E00; }

.partner-logo__nav--prev {
  left: -40px; }

.partner-logo__nav--next {
  right: -40px; }

@media screen and (max-width: 991px) {
  .partner-logo {
    padding: 10px 20px; }

  .partner-logo__nav--prev {
    left: -10px; }

  .partner-logo__nav--next {
    right: -10px; } }
@media screen and (max-width: 414px) {
  .partner-logo__image {
    width: 100%; } }
.ql__card {
  margin-bottom: 15px;
  border: 0px;
  background: none; }

.ql__card__inner {
  position: relative;
  background: transparent;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ql__card__figure {
  height: 350px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden; }

.ql__card__btn {
  margin: 0px; }

.ql__card__heading {
  font-size: 1.7647058824em;
  line-height: 1.2em;
  color: #ffffff; }
  .ql__card__heading:before {
    content: none; }

.ql__card__figure-link {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: block; }

.ql__card__figure-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; }

.ql__card__content,
.ql__card__cta {
  display: block;
  text-align: center; }

.ql__card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
  z-index: 1;
  padding: 15px;
  overflow: hidden; }
  .ql__card__content-inner {
    padding: 0px 50px;
    height: 10px !important;
    opacity: 0;
    transition: all 1s; }

.ql__card__cta {
  text-align: left;
  padding: 0;
  margin: 0; }

/** ql__card style 1 with shadow */
.ql__card--with-shadow .ql__card__inner {
  background-color: #ffffff; }
.ql__card--with-shadow .ql__card__content {
  padding: 25px 0px; }

@media screen and (min-width: 576px) {
  .ql__card {
    margin-bottom: 30px;
    margin-top: 30px; } }
@media screen and (max-width: 767px) {
  .ql__card__figure {
    height: 194px;
    padding-left: 0;
    padding-right: 0; }

  .ql__card__inner {
    max-width: 400px;
    width: 100%;
    margin: 0 auto; }

  .ql__card--with-shadow .ql__card__content {
    padding: 15px; }

  .ql__card__cta {
    margin: 15px; }

  .ql__card__heading {
    font-size: 1.2941176471em;
    line-height: 1.7727272727em; } }
@media screen and (min-width: 1025px) {
  .ql__card:hover .ql__card__inner:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    transition: all 1s; }
  .ql__card:hover .ql__card__content-inner {
    height: 200px !important;
    opacity: 1; }
  .ql__card:hover .ql__card__figure-image {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
@media screen and (max-width: 1659px) {
  .ql__card__heading {
    padding: 0 20px; } }
@media screen and (max-width: 1024px) {
  .ql__card__heading-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; } }
.quicklinks {
  background-color: #9EBC0A;
  padding-bottom: 50px; }

/** Quicklinks Cover Style Starts */
.ql-cover {
  padding: 0;
  background-color: #ffffff; }

.ql-cover__image {
  min-height: 250px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden; }

.ql-cover__figure-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .ql-cover__figure-img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.ql-cover__figure {
  height: 100%;
  display: block;
  position: relative;
  margin: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .ql-cover__figure:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.ql-cover__details-inner {
  padding: 30px 15px; }

.ql-cover__heading {
  font-size: 2.0588235294em;
  line-height: 1.7714285714em;
  font-weight: 600; }

@media screen and (max-width: 768px) {
  .ql-cover--odd {
    display: flex;
    flex-wrap: wrap-reverse; }

  .ql-cover__heading {
    font-size: 1.2941176471em;
    line-height: 1.7727272727em;
    font-weight: 600; } }
@media screen and (max-width: 479px) {
  .quicklink {
    flex-basis: 100% !important; } }
@media screen and (min-width: 580px) {
  .ql-cover__image {
    height: 300px; }

  .ql-cover__details-inner {
    padding: 30px; } }
@media screen and (min-width: 768px) {
  .ql-cover__details-inner {
    text-align: left; }

  .ql-cover__image {
    height: 400px; } }
@media screen and (min-width: 992px) {
  .ql-cover__details-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    max-width: 750px; } }
@media screen and (min-width: 1024px) {
  .ql-cover__image {
    height: 450px; } }
@media screen and (min-width: 1280px) {
  .ql-cover__image {
    height: 550px; } }
#booking-form {
  font-family: "ProximaNova-Regular";
  display: none;
  position: relative;
  width: 100%;
  z-index: 99999; }
  #booking-form h2:before {
    border: 0px solid transparent !important;
    margin: 0; }

.pika-single {
  z-index: 99999; }

.booking-receipt-btn-disabled {
  pointer-events: none; }

.loading-content {
  position: absolute;
  background: #746661;
  height: 100%;
  width: 100%;
  z-index: 9999;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; }

.loading-content .booking-loader {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0; }

.loading-avatar {
  display: flex;
  align-items: center;
  justify-content: center; }

.booking-form {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #eaeaea; }

.booking-form__content {
  margin: 0 auto; }

.booking-form__logo {
  height: 60px;
  margin: 25px 25px; }

.booking-form__title {
  color: #746560;
  font-size: 40px;
  line-height: 78px; }

.booking-form__left {
  height: 500px;
  width: 74.75%;
  float: left;
  padding-right: 25px; }

.booking-form__right {
  background: #FFFFFF;
  width: 25%;
  float: left; }

.booking-form__nav {
  display: none;
  background: #746661;
  color: #EFECE6;
  width: 100%;
  height: 90px;
  margin-bottom: 30px; }

.booking-form__nav .row {
  padding-bottom: 0;
  margin: 0; }

.booking-form__list {
  position: relative;
  background: #ffffff;
  width: 100%;
  height: auto;
  padding: 20px 25px 20px 25px; }

.booking-nav__item {
  position: relative;
  width: 25%;
  float: left; }

.booking-nav__item:before {
  content: "";
  height: 1px;
  background-color: #D6D6D6;
  display: block;
  position: absolute;
  right: 38px;
  left: 0px;
  top: -12px; }

.booking-form__nav {
  padding-top: 32px;
  padding-left: 22px; }

.booking-nav__item:after {
  content: "";
  height: 1px;
  background-color: #D6D6D6;
  display: block;
  position: absolute;
  right: 38px;
  left: 0px;
  bottom: -12px; }

.booking-nav__text {
  margin-right: 58px;
  margin-left: 29px; }

.booking-nav__children,
.booking-nav__adult {
  margin-left: 29px; }

.booking-nav__calendar-img {
  position: absolute;
  height: 35px;
  margin-top: -6px;
  margin-left: -5px;
  pointer-events: none; }

.booking-nav__avatar {
  position: absolute;
  height: 22px;
  margin-top: 0px;
  margin-left: -1px;
  pointer-events: none; }

.booking-list .booking-list__item:nth-child(2) {
  border-top: 0 solid transparent; }

.booking-list__title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #4b505b;
  font-size: 2.1176470588em; }

.booking-list__item {
  border-top: 1px solid #CCCCCC;
  height: auto;
  padding-top: 20px;
  margin-bottom: 30px;
  position: relative; }

.booking-list__left {
  float: left;
  height: 100%;
  width: 100%;
  padding-right: 15px;
  overflow: hidden; }

.booking-list__right {
  height: 100%;
  width: 100%;
  padding-left: 15px;
  overflow: hidden; }

.booking-list__avatar {
  position: relative;
  height: 280px;
  overflow: hidden;
  cursor: pointer; }
  .booking-list__avatar .swiper-container {
    height: 280px !important; }
  .booking-list__avatar .booking-list__avatar-overlay {
    position: absolute;
    width: 100%;
    height: 90%;
    cursor: pointer;
    z-index: 9; }

.gallery-modal {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  display: flex;
  align-items: center;
  justify-content: center; }
  .gallery-modal .gallery-modal-holder {
    width: 50%; }
  .gallery-modal .swiper-container, .gallery-modal .swiper-wrapper, .gallery-modal .humbnail-image, .gallery-modal .booking-list__avatar-img {
    height: 100%;
    width: 100%; }
  .gallery-modal .gallery-modal-close {
    position: absolute;
    z-index: 9999;
    top: 7px;
    right: 8px;
    color: #ffffff;
    font-size: 1.7647058824em;
    cursor: pointer; }
  .gallery-modal .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important; }

.hide-swiper-pagination {
  display: none; }

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px !important; }

.booking-list__avatar img {
  height: 250px;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; }

.booking-list__content {
  position: relative;
  height: 100%;
  color: #4b505b;
  padding-top: 10px; }

.booking-list__content h2 {
  font-size: 1.4117647059em;
  line-height: 0.8275862069em; }

.booking-list__legend {
  font-family: "ProximaNova-Regular";
  padding-bottom: 25px;
  font-size: 0.7058823529em;
  line-height: 1.25em;
  color: #4b505b; }

.booking-list__text {
  position: relative;
  width: 80%; }
  .booking-list__text .booking-list__desc {
    font-family: "ProximaNova-Regular";
    width: 100%;
    padding-bottom: 5px;
    text-align: justify;
    display: -webkit-box;
    height: 67px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.9411764706em;
    line-height: 1.375em; }
  .booking-list__text .booking-list__read-more {
    font-family: "ProximaNova-bold";
    position: absolute;
    bottom: 0;
    right: -30px;
    cursor: pointer; }
  .booking-list__text .show-desc {
    height: auto;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial; }

.calendar {
  width: 100%;
  height: 60px; }

.calendar .bk > div {
  pointer-events: none;
  background: #CCCCCC !important; }

.cell-wrap {
  position: relative;
  width: 37px;
  float: left;
  border: 1px solid #4b505b;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 20px; }
  .cell-wrap .cell-wrap__label {
    font-family: "ProximaNova-semibold";
    position: absolute;
    top: -23px;
    right: 10px;
    font-size: 0.7647058824em;
    color: #A1A5AD; }

.calendar .cell-wrap .sl > div {
  background: #4b505b;
  color: #ffffff; }

.cell-wrap .cell {
  position: relative;
  cursor: pointer;
  margin: 0;
  text-align: center;
  display: block;
  height: 35px; }
.cell-wrap .bk {
  pointer-events: none; }

.cell-wrap .cell div {
  font-family: "ProximaNova-Regular";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  line-height: 40px;
  font-weight: 400;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.8823529412em;
  line-height: 38px; }

.calendar .cell-wrap {
  display: none; }

.calendar .cell-wrap:nth-child(1),
.calendar .cell-wrap:nth-child(2),
.calendar .cell-wrap:nth-child(3),
.calendar .cell-wrap:nth-child(4),
.calendar .cell-wrap:nth-child(5),
.calendar .cell-wrap:nth-child(6),
.calendar .cell-wrap:nth-child(7),
.calendar .cell-wrap:nth-child(8),
.calendar .cell-wrap:nth-child(9),
.calendar .cell-wrap:nth-child(10),
.calendar .cell-wrap:nth-child(11),
.calendar .cell-wrap:nth-child(12),
.calendar .cell-wrap:nth-child(13),
.calendar .cell-wrap:nth-child(14),
.calendar .cell-wrap:nth-child(15) {
  display: block !important; }

.calendar .bknew:after {
  height: 51px;
  left: 50%;
  width: 1px;
  background: #423e41;
  top: -8px;
  content: "";
  position: absolute;
  -webkit-transform: rotate(-47deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  z-index: 9; }

.calendar .bk:after {
  height: 51px;
  left: 50%;
  width: 1px;
  background: #423e41;
  top: -8px;
  content: "";
  position: absolute;
  -webkit-transform: rotate(-47deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  z-index: 9; }

.legend {
  margin: 20px 0 0 0; }

.legend li {
  display: inline-block;
  margin-right: 10px; }

.legend li span {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #746460;
  background: #fff;
  vertical-align: bottom;
  margin-right: 10px;
  top: -3px; }

.legend .bk:after {
  height: 17px;
  left: 38%;
  width: 1px;
  background: #423e41;
  top: -3px;
  content: "";
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg); }

.legend .sl {
  background: #756360; }

.cell-wrap .cell .fa-star {
  display: none; }

.cell-wrap .cell.sp .fa-star {
  display: block !important;
  z-index: 9;
  position: absolute;
  font-size: 8px;
  right: 12px; }

.cell-wrap .sl:before {
  display: none; }

.legend .sp .fa-star {
  font-size: 7px;
  position: absolute;
  top: 2px;
  right: 2px; }

.booking-list__btn {
  margin-bottom: 20px;
  float: left; }

.booking-list__btn a {
  padding: 13px 20px;
  background: #746560;
  color: #EFECE6 !important; }

.disabled {
  pointer-events: none; }

.text-center {
  text-align: center; }

.cal-head {
  text-align: center; }
  .cal-head .cal-next {
    float: right; }
  .cal-head .cal-prev {
    float: left; }

.cal-head span {
  font-size: 24px;
  font-weight: 500; }

.month-label {
  text-transform: uppercase; }

.cal-head a, .cal-head span {
  display: inline-block;
  padding: 0 15px 5px 0; }

.cal-head a .fa, .cal-head span .fa {
  font-size: 30px;
  pointer-events: none; }

.cal-head .cal-nav {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -ms-user-select: none;
  user-select: none;
  color: #746460; }

.month-label {
  font-family: "ProximaNova-bold";
  position: relative;
  top: 0; }

.booking-list__price-holder {
  position: absolute;
  right: 0;
  height: 50px;
  width: 78px;
  top: 36px; }

.booking-list__price-from {
  font-family: "ProximaNova-Regular";
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  top: -27px;
  right: 0;
  color: #7E838D; }

.booking-list__price-night {
  font-family: "ProximaNova-Regular";
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  top: 14px;
  right: 0;
  color: #7E838D; }

.booking-list__price-value {
  font-family: "ProximaNova-bold";
  position: absolute;
  top: -15px;
  font-size: 25px;
  line-height: 30px;
  right: 0;
  font-weight: bold;
  color: #4b505b; }

.booking-receipt {
  display: inline-table;
  position: relative;
  padding: 15px 15px 25px 15px;
  text-align: left;
  min-height: 699px; }
  .booking-receipt .form-group {
    background: #F4F4F4;
    overflow: hidden;
    padding: 22px 15px; }

.booking-receipt__classification-name {
  font-weight: 700; }

.booking-receipt__title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2941176471em;
  line-height: 1.1818181818em;
  color: #4B505B;
  font-weight: 700; }

.booking-receipt__content {
  margin-top: 15px;
  padding-bottom: 10px; }
  .booking-receipt__content input {
    margin-bottom: 12px; }
  .booking-receipt__content .booking-receipt-form {
    position: relative;
    width: 100%;
    float: left;
    z-index: 1; }
  .booking-receipt__content .booking-receipt-input-value {
    position: absolute;
    right: 0;
    width: 153px;
    padding-left: 43px !important;
    border: 0px solid;
    top: 12px;
    pointer-events: none;
    font-weight: 600; }
  .booking-receipt__content .accom_receipt_check_in {
    cursor: pointer; }
  .booking-receipt__content .booking-receipt-form__adult input {
    cursor: pointer; }
  .booking-receipt__content .booking-receipt-form__adult .booking-receipt-input-value {
    position: absolute;
    right: 18px;
    padding-left: 43px !important;
    border: 0px solid;
    top: 12px;
    pointer-events: none;
    width: 0; }
  .booking-receipt__content .booking-receipt-form__child input {
    cursor: pointer; }
  .booking-receipt__content .booking-receipt-form__child .booking-receipt-input-value {
    position: absolute;
    right: 18px;
    padding-left: 43px !important;
    border: 0px solid;
    top: 12px;
    pointer-events: none;
    width: 0; }
  .booking-receipt__content .booking-receipt__instruction {
    font-family: "ProximaNova-Regular";
    font-size: 0.9411764706em;
    line-height: 1.375em;
    color: #4b505b; }
  .booking-receipt__content .minimum-stay-warning {
    margin-top: 30px; }
    .booking-receipt__content .minimum-stay-warning .minimum-stay-warning__content p {
      font-size: 0.9411764706em;
      line-height: 1.375em;
      color: #F31431;
      font-weight: 700; }

.booking-receipt__content p {
  padding-bottom: 0; }

.booking-receipt__total-price {
  border-top: 1px solid #CCCCCC;
  position: relative;
  height: 40px;
  margin-top: 15px;
  padding-top: 10px;
  top: -10px; }

.booking--receipt__total {
  font-size: 20px;
  position: absolute;
  left: 0; }

.booking-receipt__currency {
  font-size: 17px; }

.booking--receipt__currency-holder {
  position: absolute;
  right: 0; }

.booking-receipt__value {
  font-size: 1.5882352941em;
  font-weight: 700; }

.booking-receipt__checkin {
  line-height: 10px; }

.booking-receipt__checkout {
  margin-bottom: 10px; }

.booking-list__heading-mobile {
  position: relative; }

.booking-list__heading-mobile h2 {
  font-size: 20px !important;
  line-height: 23px;
  color: #746560;
  font-weight: 400;
  position: relative;
  top: -7px; }

.booking-list__heading-mobile .fa-angle-down {
  position: absolute;
  font-size: 26px;
  top: -7px;
  right: 2px; }

.booking-receipt__btn {
  display: table-footer-group;
  vertical-align: bottom;
  margin-bottom: 15px;
  width: 100%;
  padding: 15px; }
  .booking-receipt__btn .booking-receipt__total-price {
    padding-bottom: 44px; }
  .booking-receipt__btn.disabled a {
    background: #C5C5C5; }

.booking-receipt__btn a {
  padding: 13px 110px;
  font-weight: 700;
  background: #073752;
  color: #ffffff !important; }

.booking-list__right .booking-loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #3498db;
  width: 25px;
  height: 25px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin-top: 20px;
  margin: 0 auto; }

.booking-left-loader {
  position: absolute !important;
  right: 0 !important;
  left: 0 !important;
  margin: 0 auto !important;
  top: 6px !important; }

.booking-receipt-mobile-holder {
  transition: 0.8s all;
  width: 320px;
  background-color: #F4F4F4;
  position: fixed;
  height: 100%;
  z-index: 9999;
  right: -100%;
  top: 0; }

.booking-receipt-mobile-holder.show-receipt-mobile {
  right: 0; }

.booking-receipt-mobile-overlay {
  opacity: 0.5;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
  left: 0;
  position: fixed;
  display: none; }

.booking-receipt-mobile-overlay.show-receipt-mobile-overlay {
  display: block; }

.booking-receipt.fixed {
  position: fixed;
  width: 344px !important; }

.no-price {
  width: 120px !important; }

.no-price .booking-list__price-value {
  left: -18px !important;
  font-size: 20px; }

.no-price .fa-info-circle {
  right: 0;
  position: absolute;
  top: -12px;
  cursor: pointer; }

.booking-list__tip {
  font-family: "ProximaNova-Regular";
  position: absolute;
  background: #746560;
  width: 356px;
  right: -151px;
  top: -89px;
  z-index: 9999;
  color: white;
  border-radius: 10px;
  padding: 15px; }

.cal-prev-disabled {
  pointer-events: none; }

.booking-list-warning {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 60px;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5); }

.booking-list-warning > div {
  position: relative;
  font-family: "ProximaNova-Regular";
  background: #ffffff;
  height: auto;
  width: 491px;
  margin: 0 auto;
  border-radius: 10px;
  color: #F31431;
  padding: 23px; }

.booking-list-warning > div .fa-times {
  position: absolute;
  right: 11px;
  font-size: 20px;
  top: 2px;
  cursor: pointer; }

.booking-receipt-mobile__dates-holder {
  width: 50%;
  text-align: center;
  margin-bottom: 15px; }

.booking-form__error {
  background: white;
  height: 200px;
  margin: 0 auto;
  text-align: center; }

.booking-form__error p {
  color: #746560;
  font-size: 20px;
  line-height: 78px; }

.booking-form__error a {
  padding: 10px 20px;
  background: #746560;
  color: #EFECE6 !important; }

.selected-dates {
  position: relative;
  height: 0; }
  .selected-dates .selected-dates-heading h2 {
    font-size: 1.1764705882em;
    line-height: 1.2em;
    color: #4b505b;
    font-weight: 400;
    position: relative;
    top: -7px;
    width: 93%; }
  .selected-dates .fa-angle-down, .selected-dates .fa-angle-up {
    position: absolute;
    font-size: 26px;
    top: 9px;
    right: 17px; }
  .selected-dates .booking-list__toggle {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px; }
  .selected-dates .booking-receipt-form {
    float: initial; }
  .selected-dates .booking--receipt__total {
    font-size: 1em;
    line-height: 1.2352941176em;
    color: #4b505b; }
  .selected-dates .booking-receipt__currency {
    font-size: 0.7647058824em;
    line-height: 0.52em;
    color: #7E838D; }
  .selected-dates .booking-receipt__value {
    font-size: 1.2352941176em;
    line-height: 1.1904761905em;
    color: #4b505b; }
  .selected-dates .booking-receipt__total-price {
    height: 0 !important;
    border-top: 0px solid transparent !important; }

.selected-dates.show-selected-content {
  height: 100%; }

.booking-receipt-remove-selection,
.booking-receipt-nights {
  font-size: 0.8823529412em;
  line-height: 1.2em;
  color: #4b505b; }

.booking-receipt-remove-selection {
  cursor: pointer; }

.swiper-button-prev {
  width: 0.36rem;
  height: 0.28rem;
  background: url("path") no-repeat;
  background-size: 100% 100%; }

.swiper-button-next {
  width: 0.36rem;
  height: 0.28rem;
  background: url("path") no-repeat;
  background-size: 100% 100%; }

.booking-receipt__content {
  overflow-y: auto;
  height: 600px; }
  .booking-receipt__content .accom-increment-adults,
  .booking-receipt__content .accom-increment-child {
    height: 44px;
    top: 1px;
    right: 1px; }
  .booking-receipt__content .accom-increment-adults .accom-increment-adults__down,
  .booking-receipt__content .accom-increment-child .accom-increment-child__down {
    top: 21px; }

.booking-list__right-title {
  font-family: "ProximaNova-bold";
  position: relative;
  width: 80%; }

@media only screen and (max-width: 768px) {
  .booking-nav__item:after {
    display: none; }

  .booking-nav__item:before {
    top: -7px; }

  .booking-form__nav {
    height: 220px;
    padding-top: 30px; }

  .booking-nav__item {
    height: 42px;
    width: 100%; }

  .booking-nav__text {
    margin-right: 139px; }

  .booking-form__content {
    padding: 0 15px 0 15px; }

  .booking-form__left {
    width: 100%;
    padding-right: 0;
    height: inherit; }

  .booking-form__right {
    width: 100%; }

  .booking-nav .booking-nav__item:last-child:after {
    content: "";
    height: 1px;
    background-color: #D6D6D6;
    display: block;
    position: absolute;
    right: 38px;
    left: 0px;
    bottom: 6px; }

  .booking-list__right {
    padding-left: 0; }

  .booking-list__title {
    font-size: 30px; }

  .booking-list__heading-mobile {
    pointer-events: none;
    top: 8px;
    right: -11px; }

  .show-content .booking-list__left {
    height: 100%; }

  .show-content .booking-list__right {
    height: 100%; }

  .booking-list__toggle {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }

  .show-content .booking-list__toggle {
    height: 4% !important; }

  .booking-list__content h2 {
    display: none; }

  .booking-list__price-holder {
    position: relative;
    width: 100%;
    margin-top: 10px;
    top: 35px; }

  .booking-list__price-holder span {
    position: relative;
    top: inherit;
    right: inherit; }

  .booking-list__desc {
    font-size: 16px; }

  .month-label {
    font-size: 16px !important; }

  .cal-head {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px; }

  .cal-prev {
    position: absolute;
    left: 0; }

  .cal-next {
    position: absolute;
    right: 0; }

  .cell-wrap {
    width: 45px; }

  .cell-wrap .cell {
    height: 39px; }

  .calendar .bknew:after {
    height: 58px;
    left: 49%;
    width: 1px;
    top: -9px;
    -webkit-transform: rotate(-48deg);
    -moz-transform: rotate(-48deg);
    -ms-transform: rotate(-48deg);
    -o-transform: rotate(-48deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

  .booking-list__btn {
    text-align: center;
    margin-bottom: 40px; }

  .booking-list__desc {
    width: 100%; }

  .no-price .fa-info-circle {
    top: 0 !important; }

  .booking-receipt-mobile {
    width: 320px;
    float: right;
    height: 100% !important; }

  .booking-receipt__btn {
    position: absolute;
    bottom: 10px !important;
    margin: 0;
    left: 0;
    right: 0; } }
@media only screen and (max-width: 375px) {
  .cell-wrap {
    width: 40px; }

  .cell-wrap .cell {
    height: 35px; } }
@media only screen and (max-width: 768px) and (min-width: 768px) {
  .booking-list__tip {
    right: -15px !important;
    top: -97px !important; }

  .booking-list__avatar {
    width: 50% !important;
    float: left; }

  .booking-list__price-holder {
    width: 50% !important;
    float: left;
    padding-left: 15px; }

  .no-price .fa-info-circle {
    top: 4px !important;
    padding-left: 6px; } }
@media only screen and (max-width: 414px) {
  .booking-list__tip {
    right: -27px !important;
    top: -96px !important; }

  .accom-increment-adults__input,
  .accom-increment-child__input {
    width: 60px !important; } }
@media only screen and (min-width: 769px) {
  .booking-list__left {
    width: 41.67% !important; }

  .booking-list__right {
    width: 58.34% !important; }

  .booking-list__heading-mobile {
    display: none; } }
@media only screen and (min-width: 770px) {
  .booking-list__right {
    width: 100% !important; } }
@media only screen and (min-width: 992px) {
  .booking-list__left {
    width: 29.37% !important; }

  .booking-list__right {
    width: 69.67% !important; } }
@media only screen and (min-width: 1024px) {
  .booking-form__content,
  .booking-form__error {
    max-width: 986px; } }
@media only screen and (min-width: 1060px) {
  .booking-form__content,
  .booking-form__error {
    max-width: 1160px; } }
@media only screen and (min-width: 1366px) {
  .booking-form__content,
  .booking-form__error {
    max-width: 1310px; } }
@media only screen and (min-width: 1400px) {
  .booking-form__content,
  .booking-form__error {
    max-width: 1376px; } }
@media only screen and (max-width: 736px) {
  .booking-list-warning {
    padding: 21px; }

  .booking-list-warning > div {
    width: 100%;
    padding: 23px; }

  .booking-slider {
    width: 100%; }

  .booking-list__title {
    font-size: 1.6470588235em;
    line-height: 1.2142857143em; }

  .booking-list__avatar {
    height: 135px;
    width: 151px;
    float: left; }

  .booking-form__list {
    padding: 15px; }

  .booking-list__heading-mobile h2 {
    font-size: 1.4117647059em !important;
    line-height: 1.2083333333em; }

  .booking-list__price-holder {
    height: auto !important;
    padding-left: 163px !important; }

  .booking-list__price-mobile-holder {
    position: relative;
    top: -7px; }

  .booking-list__legend {
    float: left;
    text-align: center;
    margin-top: 11px;
    padding-bottom: 10px; }
    .booking-list__legend ul {
      width: 80%;
      margin: 0 auto; }

  .no-price {
    width: 280px !important; }

  .calendar .cell-wrap:nth-child(8),
  .calendar .cell-wrap:nth-child(9),
  .calendar .cell-wrap:nth-child(10),
  .calendar .cell-wrap:nth-child(11),
  .calendar .cell-wrap:nth-child(12),
  .calendar .cell-wrap:nth-child(13),
  .calendar .cell-wrap:nth-child(14),
  .calendar .cell-wrap:nth-child(15) {
    display: none !important; }

  .booking-receipt__btn a {
    padding: 13px 99px; }

  .booking-list__avatar img {
    height: auto !important; }
  .booking-list__avatar .swiper-container {
    height: 127px !important; }

  .cell-wrap .cell.sp .fa-star {
    right: 17px; }

  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -3px !important; }

  .gallery-modal .swiper-pagination-bullets {
    bottom: 2px !important; }
  .gallery-modal .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important; }

  .booking-list__content {
    padding-top: 0; }
    .booking-list__content .booking-list__desc {
      margin-top: 0; } }
@media only screen and (min-width: 737px) {
  .booking-list__right .calendar {
    height: 60px; } }
@media only screen and (max-height: 900px) and (min-height: 768px) {
  body .booking-receipt {
    height: 622px;
    min-height: auto; }
  body .booking-receipt__content {
    height: 425px;
    min-height: auto; } }
@media only screen and (max-width: 1366px) and (min-width: 1366px) {
  body .booking-receipt.fixed {
    width: 327px !important; } }
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
  body .booking-receipt__btn a {
    padding: 13px 84px; } }
@media only screen and (max-width: 1280px) and (min-width: 1280px) {
  body .booking-receipt.fixed {
    width: 290px !important; } }
@media only screen and (max-width: 1024px) and (min-width: 1024px) {
  body .booking-receipt.fixed {
    width: 246px !important; } }
@media only screen and (max-width: 1280px) and (min-width: 1280px) {
  body .cell-wrap {
    width: 30px !important; }
    body .cell-wrap .cell.sp .fa-star {
      right: 9px !important; }
    body .cell-wrap .bk:after {
      height: 45px;
      top: -4px;
      -webkit-transform: rotate(-40deg);
      -moz-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
      -o-transform: rotate(-40deg);
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); } }
@media only screen and (max-width: 1024px) and (min-width: 1024px) {
  body .booking-receipt {
    padding: 15px 10px 25px 10px; }
    body .booking-receipt .booking-receipt__btn a {
      padding: 13px 67px; }
    body .booking-receipt .booking-receipt-input-value {
      font-size: 14px;
      right: -29px;
      top: 14px; }
    body .booking-receipt .form-group input {
      padding-left: 39px !important; }
    body .booking-receipt .accom-increment-adults .accom-increment-adults__input,
    body .booking-receipt .accom-increment-child .accom-increment-child__input {
      padding-left: 0 !important;
      width: 32px; }
    body .booking-receipt .accom-increment-adults .accom-increment-adults__up,
    body .booking-receipt .accom-increment-child .accom-increment-child__up {
      width: 20px; }
    body .booking-receipt .accom-increment-adults__up:after,
    body .booking-receipt .accom-increment-child__up:after {
      top: 2px;
      left: 1px; }
    body .booking-receipt .accom-increment-adults .accom-increment-adults__down,
    body .booking-receipt .accom-increment-child .accom-increment-child__down {
      width: 20px; }
    body .booking-receipt .accom-increment-adults__down:after,
    body .booking-receipt .accom-increment-child__down:after {
      top: 6px;
      left: 1px; } }
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
  body .booking-receipt .accom-increment-adults .accom-increment-adults__input,
  body .booking-receipt .accom-increment-child .accom-increment-child__input {
    padding-left: 0 !important;
    width: 32px; }
  body .booking-receipt .accom-increment-adults .accom-increment-adults__up,
  body .booking-receipt .accom-increment-child .accom-increment-child__up {
    width: 20px; }
  body .booking-receipt .accom-increment-adults__up:after,
  body .booking-receipt .accom-increment-child__up:after {
    top: 2px;
    left: 1px; }
  body .booking-receipt .accom-increment-adults .accom-increment-adults__down,
  body .booking-receipt .accom-increment-child .accom-increment-child__down {
    width: 20px; }
  body .booking-receipt .accom-increment-adults__down:after,
  body .booking-receipt .accom-increment-child__down:after {
    top: 6px;
    left: 1px; } }
@media only screen and (max-width: 1366px) and (min-width: 1024px) {
  body .booking-list__text .booking-list__desc {
    width: 90%; }
  body .booking-list__text .booking-list__read-more {
    right: 7px; } }
@media only screen and (max-height: 650px) and (min-height: 650px) {
  body .booking-receipt {
    min-height: auto; }
    body .booking-receipt .booking-receipt__content {
      height: 358px; }
    body .booking-receipt.fixed {
      top: 13px;
      min-height: auto; }
      body .booking-receipt.fixed .booking-receipt__content {
        height: 462px; } }
@media only screen and (max-height: 650px) and (min-height: 648px) {
  body .booking-receipt {
    min-height: auto; }
    body .booking-receipt .booking-receipt__content {
      height: 358px; }
    body .booking-receipt.fixed {
      top: 13px;
      min-height: auto; }
      body .booking-receipt.fixed .booking-receipt__content {
        height: 462px; } }
@media only screen and (max-height: 600px) and (min-height: 600px) {
  body .booking-receipt {
    min-height: auto; }
    body .booking-receipt .booking-receipt__content {
      height: 311px; }
    body .booking-receipt.fixed {
      top: 13px;
      min-height: auto; }
      body .booking-receipt.fixed .booking-receipt__content {
        height: 400px; } }
@media screen and (max-width: 640px) and (min-width: 340px) and (max-height: 670px) {
  body .booking-receipt-mobile {
    top: 13px;
    height: 649px !important;
    min-height: auto !important; }
    body .booking-receipt-mobile .booking-receipt__content {
      height: 477px; } }
@media screen and (max-width: 640px) and (min-width: 340px) and (max-height: 640px) {
  body .booking-receipt-mobile {
    top: 13px;
    height: 632px !important;
    min-height: auto !important; }
    body .booking-receipt-mobile .booking-receipt__content {
      height: 462px; } }
@media screen and (max-width: 1280px) and (min-width: 1280px) and (max-height: 610px) {
  body .booking-receipt {
    min-height: auto; }
    body .booking-receipt .booking-receipt__content {
      height: 317px; }
    body .booking-receipt.fixed {
      top: 13px;
      min-height: auto; }
      body .booking-receipt.fixed .booking-receipt__content {
        height: 415px; } }
@media screen and (max-width: 1280px) and (min-width: 1280px) and (max-height: 577px) {
  body .booking-receipt {
    min-height: auto; }
    body .booking-receipt .booking-receipt__content {
      height: 288px; }
    body .booking-receipt.fixed {
      top: 13px;
      min-height: auto; }
      body .booking-receipt.fixed .booking-receipt__content {
        height: 386px; } }
/** pikaday **/
.pika-label, .pika-table th {
  color: #4B505B !important; }

.booking-slider {
  right: 0;
  transition: 0.8s all;
  width: 320px;
  background-color: #F4F4F4;
  position: fixed;
  height: 100%;
  z-index: 9999;
  right: -100%;
  top: 0; }
  .booking-slider .close-booking-slider,
  .booking-slider .close-booking-slider-mobile {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    right: 0;
    cursor: pointer;
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 1; }
  .booking-slider .close-booking-slider-mobile {
    display: none; }
  .booking-slider input {
    height: 50px;
    width: 300px; }
  .booking-slider .booking-slider-content {
    position: relative;
    height: 100%;
    padding: 60px 20px 20px 20px;
    text-align: center; }
  .booking-slider .booking-slider-input-value {
    position: absolute;
    font-family: "ProximaNova-semibold";
    right: 33px;
    width: 56px;
    padding-left: 27px !important;
    border: 0px solid;
    top: 12px;
    pointer-events: none; }
  .booking-slider .booking-slider-form__checkin .booking-slider-input-value {
    width: 128px; }

.show-booking-slider {
  right: 0; }

.close-booking-slider .fa-times {
  font-size: 50px;
  text-align: center;
  padding-top: 15px; }

.booking-slider-form {
  position: relative;
  margin-bottom: 25px; }

.booking-slider-form__enquiry {
  position: relative;
  height: 88px; }

.booking-accommodation .booking-slider-form__enquiry {
  position: relative;
  float: left;
  width: 100%;
  height: 120px; }

.booking-slider__arrow {
  height: 18px;
  float: right;
  margin-right: 15px;
  margin-top: 21px; }

.booking-slider__close {
  margin-top: 13px; }

.form-group input {
  font-family: "ProximaNova-Regular" !important;
  color: #7E838D !important;
  background-color: transparent !important;
  padding-left: 50px !important; }

.form-group input[type=text]:focus {
  border: 2px solid #CCCCCC !important;
  box-shadow: 0 0 0 transparent !important; }

.booking-slider-form__checkin,
.booking-slider-form__adult,
.booking-slider-form__child {
  position: relative;
  width: 100%;
  float: left;
  z-index: 1; }

.booking-slider-form__adult input,
.booking-slider-form__child input,
#accom_check_in {
  cursor: pointer;
  margin-bottom: 15px; }

.accom_check_out {
  cursor: pointer; }

.booking-slider-form__email {
  border-bottom: 1px solid #EFECE6;
  width: 100%; }

.booking-slider-form__email input {
  padding-left: 5px; }

.booking-slider-form__calendar {
  position: absolute;
  margin-top: 11px;
  margin-left: 12px;
  pointer-events: none; }

.booking-slider-form__avatar {
  position: absolute;
  margin-top: 11px;
  margin-left: 12px;
  pointer-events: none; }

::-webkit-input-placeholder {
  /* Edge */
  color: white; }

:-ms-input-placeholder {
  /* Internet Explorer */
  color: white; }

::placeholder {
  color: white; }

.booking-primary-btn {
  font-family: "ProximaNova-bold" !important;
  max-width: 228px;
  border-radius: 0;
  padding: 15.92px 64.63px;
  font-size: 15px;
  line-height: 16px;
  background: #073752;
  color: #ffffff !important;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  top: 8px; }

.booking-slider-form__enquiry .book-now-btn {
  padding: 15.92px 75px; }

.boat-increment-adults,
.boat-increment-child,
.winery-increment-adults,
.accom-increment-adults,
.accom-increment-child {
  text-align: center; }

.accom-increment-adults .accom-increment-adults__down,
.accom-increment-child .accom-increment-child__down {
  right: 0px;
  cursor: pointer;
  width: 30px;
  text-align: center;
  color: #746661;
  font-size: 28px;
  user-select: none;
  display: inline-block;
  line-height: 20px;
  background: #F4F4F4;
  height: 50%;
  border-left: 1px solid #CECECE;
  border-top: 1px solid #CECECE;
  top: 23px; }

.accom-increment-adults,
.accom-increment-child {
  height: 50px;
  position: absolute;
  top: 1px;
  right: 26px; }

.accom-increment-adults__down,
.accom-increment-child__down {
  position: relative; }
  .accom-increment-adults__down:after,
  .accom-increment-child__down:after {
    position: absolute;
    top: 8px;
    left: 6px;
    height: 25px;
    width: 25px;
    content: " ";
    background-image: url(/graphics/minus-img.png);
    background-repeat: no-repeat;
    pointer-events: none;
    transform: scale(0.7, 0.7); }

.accom-increment-adults__up,
.accom-increment-child__up {
  position: relative; }
  .accom-increment-adults__up:after,
  .accom-increment-child__up:after {
    position: absolute;
    top: 3px;
    left: 5px;
    height: 25px;
    width: 25px;
    content: " ";
    background-image: url(/graphics/plus-img.png);
    background-repeat: no-repeat;
    pointer-events: none;
    transform: scale(0.7, 0.7); }

.accom-increment-adults .accom-increment-adults__up,
.accom-increment-child .accom-increment-child__up {
  position: absolute;
  right: 0;
  height: 50%;
  width: 30px;
  cursor: pointer;
  text-align: center;
  color: #746661;
  font-size: 18px;
  user-select: none;
  display: inline-block;
  line-height: 24px;
  background: #F4F4F4;
  border-left: 1px solid #CECECE; }

.accom-increment-adults .accom-increment-adults__input,
.accom-increment-child .accom-increment-child__input {
  font-family: "ProximaNova-semibold" !important;
  font-size: 15px;
  background: white !important;
  color: #746661 !important;
  display: inline-block;
  width: 45px;
  padding: 0 !important;
  margin: 0;
  height: 92%;
  top: 2px;
  border: none;
  text-align: center;
  vertical-align: top;
  border-radius: inherit;
  pointer-events: none;
  position: relative;
  right: -3px; }

.no-border-bottom {
  border-bottom: 0px solid transparent; }

.booking-slider-form__error {
  position: relative;
  font-family: "ProximaNova-Regular";
  top: -10px;
  color: #F31431; }

.booking-loader {
  border: 6px solid #E2990D;
  border-radius: 50%;
  border-top: 6px solid #00000029;
  width: 25px;
  height: 25px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin-top: 20px;
  right: -30px;
  position: relative;
  top: -17px; }

.booking-email-success p {
  color: white;
  margin-top: 20px;
  padding-bottom: 0; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@media (min-width: 1000px) {
  .booking-slider {
    width: 391px; } }
.booking-slider-credits {
  position: absolute;
  bottom: 0;
  width: 100%; }

.booking-slider-credits a {
  color: #EFECE6 !important; }

.booking-slider-credits p {
  color: #EFECE6;
  padding: 0;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 10px; }

.disabled-btn {
  pointer-events: none;
  background: #00000029 !important; }

.check-availability .form-inline {
  justify-content: center; }
.check-availability .form-group {
  position: relative; }
  .check-availability .form-group:after {
    top: 13px !important;
    left: auto !important;
    right: -15px !important; }
  .check-availability .form-group input {
    padding-left: 15px !important; }

@media screen and (max-width: 768px) and (min-width: 768px) {
  body .booking-slider {
    width: 387px; } }
@media (min-height: 640px) and (max-height: 648px) {
  .booking-slider-content {
    padding: 100px 20px 20px 20px !important; } }
@media (max-width: 414px) {
  .pika-single {
    left: 18px !important; } }
@media (max-height: 736px) {
  .booking-slider-credits {
    position: relative;
    margin-top: 300px; } }
@media (max-height: 667px) {
  .booking-slider-credits {
    position: relative;
    margin-top: 228px; } }
@media (max-height: 568px) {
  .booking-slider-content {
    padding: 100px 20px 20px 20px; }

  .booking-slider-credits {
    position: relative;
    margin-top: 215px; } }
@media (max-width: 320px) {
  .booking-slider-form__checkin,
  .booking-slider-form__checkout,
  .booking-slider-form__adult,
  .booking-slider-form__child {
    width: 48% !important; } }
@media (max-width: 736px) {
  .booking-slider-form__enquiry .book-now-btn {
    padding: 15.5px 74px; }

  body .booking-slider {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    display: none; }
    body .booking-slider .close-booking-slider {
      top: 0; }
    body .booking-slider .booking-slider-content {
      position: relative;
      height: 100%;
      padding: 60px 20px 20px 20px;
      text-align: center;
      transition: 0.8s all;
      width: 345px;
      background-color: #F4F4F4;
      position: relative;
      height: 519px;
      z-index: 9999; }
    body .booking-slider input {
      width: 300px; }
    body .booking-slider .booking-slider-input-value {
      right: 5px; }
    body .booking-slider .close-booking-slider-mobile {
      display: block;
      top: 0; }
    body .booking-slider .close-booking-slider {
      display: none; }
  body .booking-slider.show-booking-slider {
    display: flex; }
  body .accom-increment-adults,
  body .accom-increment-child {
    right: 4px; } }
.review {
  padding: 30px 0; }
  .review.review--list {
    padding: 20px 0; }

.featured-posts + .featured-review,
.news-list-section + .featured-review,
.section-gallery + .featured-review,
.map-section + .featured-review,
.main__content + .featured-review {
  margin-top: 60px; }

.featured-review {
  background-color: #F2F2F2;
  position: relative;
  padding-top: 120px; }
  .featured-review:after {
    content: '';
    position: absolute;
    background-image: url("../../graphics/icn_review.png");
    height: 120px;
    width: 120px;
    top: -30px;
    left: calc(50% - 60px);
    background-color: #fff;
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 150px; }

.review__heading {
  font-size: 1.7647058824em;
  line-height: 1.6666666667em; }
  .review__heading:before {
    text-align: center;
    margin: 0px auto 30px auto; }

.review__item {
  border: 0px;
  padding: 15px 0; }
  .review--list .review__item {
    border-bottom: 1px solid #E8E8E8; }
  .review--list .review__item:last-of-type {
    border-bottom: none; }

.review__item-content {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-style: italic;
  line-height: 1.7647058824em; }
  .review--list .review__item-content {
    font-size: 1em; }

.review__item-person {
  font-size: 1.1764705882em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5em;
  margin-top: 25px; }
  .review--list .review__item-person {
    font-size: 1.1764705882em;
    font-weight: 600; }

.review--bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  .review--bg:before {
    /*content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba($black, 0.7);
    z-index: 0;*/ }
  .review--bg .review__item-content {
    color: #073752; }
  .review--bg .review__heading {
    color: #1E1E1E; }
  .review--bg .review__item-person {
    color: #9EBC0A; }

.review__carousel .slick-dots {
  margin: 0px 0px 25px; }
  .review__carousel .slick-dots li {
    border-color: transparent;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #55819A; }
    .review__carousel .slick-dots li.slick-active {
      border-color: #9EBC0A;
      background-color: #9EBC0A; }

.review__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 40px;
  color: #464646;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .review__nav:hover, .review__nav:active, .review__nav:focus {
    color: #073752; }

.review__nav--prev {
  left: -50px; }

.review__nav--next {
  right: -50px; }

.review__btn {
  margin-top: 20px; }

.review--list .review__item-content p:first-of-type {
  padding-top: 50px; }

@media screen and (max-width: 767px) {
  .review__nav {
    font-size: 24px; }

  .review__nav--prev {
    left: -30px; }

  .review__nav--next {
    right: -30px; }

  .review-carousel__item {
    border: 0px;
    padding: 0;
    display: block;
    height: 100%;
    top: 0; } }
.social-icons {
  margin: 10px auto; }

.social-icons__item {
  display: inline-block;
  margin: 6px;
  vertical-align: middle;
  padding: 0 13px; }
  .social-icons__item:first-of-type {
    padding: 0 13px 0 0;
    margin: 0; }

.social-icons__link {
  display: block;
  font-size: 2.3529411765em;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  padding: 0;
  line-height: 0; }
  .social-icons__link:active, .social-icons__link:focus {
    color: #768E00; }
  .social-icons__link:hover {
    color: #9EBC0A; }

.social-icons__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center; }

.social-icons__icon {
  position: relative;
  top: 50%;
  line-height: 1.1em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media screen and (max-width: 768px) {
  .social-icons__link {
    font-size: 2.9411764706em; } }
@media screen and (max-width: 1024px) and (min-width: 1024px) {
  .social-icons .social-icons__item:nth-child(5) {
    padding-left: 0;
    margin-left: 0;
    margin-top: 10px; } }
@media screen and (max-width: 375px) and (min-width: 360px) {
  .social-icons .social-icons__item:nth-child(5) {
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px; }

  .social-icons .social-icons__item:nth-child(6) {
    margin-top: 20px; } }
@media screen and (max-width: 414px) and (min-width: 411px) {
  .social-icons .social-icons__item:nth-child(6) {
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px; } }
@media screen and (min-width: 1366px) {
  .social-icons .social-icons__item:nth-child(6) {
    padding-left: 0;
    margin-left: 0;
    margin-top: 10px; } }

/*# sourceMappingURL=_main_xl.css.map */
