@charset "UTF-8";
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #737271;
  --gray-dark: #58595b;
  --primary: #338802;
  --secondary: #483729;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f2f2f2;
  --dark: #58595b;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1280px;
  --font-family-sans-serif: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #483729;
  text-align: left;
  background-color: #ffffff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #338802;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #173d01;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #737271;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.25rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-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-weight: 700;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 3.4375rem;
}

h2, .h2 {
  font-size: 2.1875rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.125rem;
}

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(72, 55, 41, 0.5);
}

small,
.small {
  font-size: 0.875em;
  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.25rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #737271;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dbdedb;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #737271;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
}
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,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #483729;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dbdedb;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dbdedb;
}
.table tbody + tbody {
  border-top: 2px solid #dbdedb;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dbdedb;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dbdedb;
}
.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(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #483729;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c6deb8;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #95c17b;
}

.table-hover .table-primary:hover {
  background-color: #b8d6a7;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b8d6a7;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #ccc7c3;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #a09790;
}

.table-hover .table-secondary:hover {
  background-color: #c0bab5;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c0bab5;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.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-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.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-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.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-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.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: #fbfbfb;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f8f8f8;
}

.table-hover .table-light:hover {
  background-color: #eeeeee;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #eeeeee;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #d0d1d1;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #a8a9aa;
}

.table-hover .table-dark:hover {
  background-color: #c3c4c4;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #c3c4c4;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #ffffff;
  background-color: #58595b;
  border-color: #6b6c6e;
}
.table .thead-light th {
  color: #666666;
  background-color: #eaeaea;
  border-color: #dbdedb;
}

.table-dark {
  color: #ffffff;
  background-color: #58595b;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #6b6c6e;
}
.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 {
  color: #ffffff;
  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;
  }
  .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;
  }
  .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;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1279.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.125rem + 2px);
  padding: 0.5625rem 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #483729;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #483729;
  background-color: #ffffff;
  border-color: #65fb0e;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 160, 36, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(76, 160, 36, 0.5);
}
.form-control::-webkit-input-placeholder {
  color: rgba(72, 55, 41, 0.6);
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: rgba(72, 55, 41, 0.6);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: rgba(72, 55, 41, 0.6);
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: rgba(72, 55, 41, 0.6);
  opacity: 1;
}
.form-control::placeholder {
  color: rgba(72, 55, 41, 0.6);
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #eaeaea;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #483729;
}
select.form-control:focus::-ms-value {
  color: #483729;
  background-color: #ffffff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.5625rem + 1px);
  padding-bottom: calc(0.5625rem + 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.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5625rem 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #483729;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #737271;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.9);
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.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 {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.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:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          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: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.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 {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.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:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #483729;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5625rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #483729;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 160, 36, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(76, 160, 36, 0.5);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #338802;
  border-color: #338802;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #256201;
  border-color: #205601;
}
.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: #256201;
  border-color: #205601;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 154, 40, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 154, 40, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #338802;
  border-color: #338802;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #205601;
  border-color: #1b4901;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 154, 40, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 154, 40, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #483729;
  border-color: #483729;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #30241b;
  border-color: #281e16;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #ffffff;
  background-color: #30241b;
  border-color: #281e16;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 85, 73, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 85, 73, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #483729;
  border-color: #483729;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #281e16;
  border-color: #1f1812;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(99, 85, 73, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(99, 85, 73, 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 {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 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 {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #483729;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #483729;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #483729;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 172, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(228, 172, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #483729;
  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: #ffffff;
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 172, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(228, 172, 12, 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 {
  color: #ffffff;
  background-color: #c82333;
  border-color: #bd2130;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #483729;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-light:hover {
  color: #483729;
  background-color: #dfdfdf;
  border-color: #d9d9d9;
}
.btn-light:focus, .btn-light.focus {
  color: #483729;
  background-color: #dfdfdf;
  border-color: #d9d9d9;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 214, 212, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(217, 214, 212, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #483729;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #483729;
  background-color: #d9d9d9;
  border-color: #d2d2d2;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 214, 212, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(217, 214, 212, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #58595b;
  border-color: #58595b;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #454648;
  border-color: #3f4041;
}
.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
  background-color: #454648;
  border-color: #3f4041;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 114, 116, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(113, 114, 116, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #58595b;
  border-color: #58595b;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #3f4041;
  border-color: #39393b;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 114, 116, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(113, 114, 116, 0.5);
}

.btn-outline-primary {
  color: #338802;
  border-color: #338802;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #338802;
  border-color: #338802;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 136, 2, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(51, 136, 2, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #338802;
  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: #338802;
  border-color: #338802;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 136, 2, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(51, 136, 2, 0.5);
}

.btn-outline-secondary {
  color: #483729;
  border-color: #483729;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #483729;
  border-color: #483729;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 55, 41, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 55, 41, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #483729;
  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: #483729;
  border-color: #483729;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 55, 41, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 55, 41, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #483729;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          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: #483729;
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-outline-light:hover {
  color: #483729;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f2f2f2;
  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: #483729;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}

.btn-outline-dark {
  color: #58595b;
  border-color: #58595b;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #58595b;
  border-color: #58595b;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 89, 91, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(88, 89, 91, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #58595b;
  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: #58595b;
  border-color: #58595b;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 89, 91, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(88, 89, 91, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #338802;
  text-decoration: none;
}
.btn-link:hover {
  color: #173d01;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #737271;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.375rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.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 {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0;
  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: #666666;
  text-align: left;
  list-style: none;
  background-color: #f2f2f2;
  background-clip: padding-box;
  border: 1px solid #e2dfdf;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-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;
  margin-left: 0;
  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;
  margin-left: 0;
  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;
  margin-left: 0;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0;
  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 #eaeaea;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.625rem 1.25rem;
  clear: both;
  font-weight: 400;
  color: #666666;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dbdedb;
}
.dropdown-item.active, .dropdown-item:active {
  color: #212529;
  text-decoration: none;
  background-color: #dbdedb;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #8c8c8c;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.25rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #737271;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.625rem 1.25rem;
  color: #666666;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 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-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.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.46875rem;
  padding-left: 0.46875rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .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:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5625rem 1rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #483729;
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.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;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.75rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.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.375rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2rem;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 2.125rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.625rem;
  height: 1.5625rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #338802;
  background-color: #338802;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 160, 36, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(76, 160, 36, 0.5);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #65fb0e;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #85fc40;
  border-color: #85fc40;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #737271;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #eaeaea;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: -0.0625rem;
  left: -2.125rem;
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: 1px solid #737271;
}
.custom-control-label::after {
  position: absolute;
  top: -0.0625rem;
  left: -2.125rem;
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #338802;
  background-color: #338802;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' 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(51, 136, 2, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(51, 136, 2, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' 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(51, 136, 2, 0.5);
}

.custom-switch {
  padding-left: 3.34375rem;
}
.custom-switch .custom-control-label::before {
  left: -3.34375rem;
  width: 2.84375rem;
  pointer-events: all;
  border-radius: 0.8125rem;
}
.custom-switch .custom-control-label::after {
  top: calc(-0.0625rem + 2px);
  left: calc(-3.34375rem + 2px);
  width: calc(1.625rem - 4px);
  height: calc(1.625rem - 4px);
  background-color: #737271;
  border-radius: 0.8125rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 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, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffffff;
  -webkit-transform: translateX(1.21875rem);
          transform: translateX(1.21875rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(51, 136, 2, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.125rem + 2px);
  padding: 0.5625rem 2rem 0.5625rem 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #483729;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%2358595b' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #65fb0e;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 136, 2, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(51, 136, 2, 0.25);
}
.custom-select:focus::-ms-value {
  color: #483729;
  background-color: #ffffff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}
.custom-select:disabled {
  color: #737271;
  background-color: #eaeaea;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #483729;
}

.custom-select-sm {
  height: calc(1.5em + 0.75rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.625rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.125rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.125rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #65fb0e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 160, 36, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(76, 160, 36, 0.5);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #eaeaea;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.125rem + 2px);
  padding: 0.5625rem 1rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #483729;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.125rem);
  padding: 0.5625rem 1rem;
  line-height: 1.5;
  color: #483729;
  content: "Browse";
  background-color: #ffffff;
  border-left: inherit;
}

.custom-range {
  width: 100%;
  height: 1.9rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(76, 160, 36, 0.5);
          box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(76, 160, 36, 0.5);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(76, 160, 36, 0.5);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(76, 160, 36, 0.5);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.5rem;
  background-color: #338802;
  border: 0;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #85fc40;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #cccccc;
  border-color: transparent;
}
.custom-range::-moz-range-thumb {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #338802;
  border: 0;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #85fc40;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #cccccc;
  border-color: transparent;
}
.custom-range::-ms-thumb {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #338802;
  border: 0;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #85fc40;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.75rem;
}
.custom-range::-ms-fill-lower {
  background-color: #cccccc;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #cccccc;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #8c8c8c;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #8c8c8c;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #8c8c8c;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #737271;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dbdedb;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #eaeaea #eaeaea #dbdedb;
}
.nav-tabs .nav-link.disabled {
  color: #737271;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #666666;
  background-color: #ffffff;
  border-color: #dbdedb #dbdedb #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #338802;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1279.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-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,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
}
.accordion > .card > .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.0625rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  list-style: none;
  background-color: #ffffff;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #338802;
  content: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" fill="%23338802" viewBox="0 0 256 512"%3e%3cpath d="M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z"/%3e%3c/svg%3e');
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #338802;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #338802;
  background-color: #ffffff;
  border: 1px solid #dbdedb;
}
.page-link:hover {
  z-index: 2;
  color: #173d01;
  text-decoration: none;
  background-color: #eaeaea;
  border-color: #dbdedb;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 160, 36, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(76, 160, 36, 0.5);
}

.page-item:first-child .page-link {
  margin-left: 0;
}
.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #338802;
  border-color: #338802;
}
.page-item.disabled .page-link {
  color: #737271;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dbdedb;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.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;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.badge-primary {
  color: #ffffff;
  background-color: #338802;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #ffffff;
  background-color: #205601;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 136, 2, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(51, 136, 2, 0.5);
}

.badge-secondary {
  color: #ffffff;
  background-color: #483729;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #ffffff;
  background-color: #281e16;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 55, 41, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 55, 41, 0.5);
}

.badge-success {
  color: #ffffff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #ffffff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #ffffff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #ffffff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #483729;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #483729;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #ffffff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #ffffff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #483729;
  background-color: #f2f2f2;
}
a.badge-light:hover, a.badge-light:focus {
  color: #483729;
  background-color: #d9d9d9;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}

.badge-dark {
  color: #ffffff;
  background-color: #58595b;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #ffffff;
  background-color: #3f4041;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 89, 91, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(88, 89, 91, 0.5);
}

.alert {
  position: relative;
  padding: 0.75rem 0.75rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 400;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 0.75rem;
  color: inherit;
}

.alert-primary {
  color: #1b4701;
  background-color: #d6e7cc;
  border-color: #c6deb8;
}
.alert-primary hr {
  border-top-color: #b8d6a7;
}
.alert-primary .alert-link {
  color: #081500;
}

.alert-secondary {
  color: #251d15;
  background-color: #dad7d4;
  border-color: #ccc7c3;
}
.alert-secondary hr {
  border-top-color: #c0bab5;
}
.alert-secondary .alert-link {
  color: #040403;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #7e7e7e;
  background-color: #fcfcfc;
  border-color: #fbfbfb;
}
.alert-light hr {
  border-top-color: #eeeeee;
}
.alert-light .alert-link {
  color: #656565;
}

.alert-dark {
  color: #2e2e2f;
  background-color: #dedede;
  border-color: #d0d1d1;
}
.alert-dark hr {
  border-top-color: #c3c4c4;
}
.alert-dark .alert-link {
  color: #151515;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}
.close:hover {
  color: #000000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 1.25rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 2.5rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 2.5rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 2.5rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 2.5rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.6;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dbdedb;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dbdedb;
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.875rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.75rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.75rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.75rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.75rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1280px) {
  .modal-xl {
    max-width: 65rem;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: 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: #000000;
}

.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: #000000;
}

.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: #000000;
}

.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: #000000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.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);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  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);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  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);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  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);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #ffffff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #483729;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.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: #338802 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #205601 !important;
}

.bg-secondary {
  background-color: #483729 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #281e16 !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: #f2f2f2 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d9d9d9 !important;
}

.bg-dark {
  background-color: #58595b !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #3f4041 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dbdedb !important;
}

.border-top {
  border-top: 1px solid #dbdedb !important;
}

.border-right {
  border-right: 1px solid #dbdedb !important;
}

.border-bottom {
  border-bottom: 1px solid #dbdedb !important;
}

.border-left {
  border-left: 1px solid #dbdedb !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: #338802 !important;
}

.border-secondary {
  border-color: #483729 !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: #f2f2f2 !important;
}

.border-dark {
  border-color: #58595b !important;
}

.border-white {
  border-color: #ffffff !important;
}

.rounded-sm {
  border-radius: 0.2rem !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-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive 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.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1280px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !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;
  margin: -1px;
  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 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          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;
}

.w-40 {
  width: 40% !important;
}

.w-60 {
  width: 60% !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;
}

.h-40 {
  height: 40% !important;
}

.h-60 {
  height: 60% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !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.125rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.125rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.125rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.125rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.125rem !important;
}

.m-2 {
  margin: 0.25rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.25rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.25rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.25rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.25rem !important;
}

.m-3 {
  margin: 0.375rem !important;
}

.mt-3,
.my-3 {
  margin-top: 0.375rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 0.375rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 0.375rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 0.375rem !important;
}

.m-4 {
  margin: 0.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 0.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 0.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 0.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 0.5rem !important;
}

.m-5 {
  margin: 1rem !important;
}

.mt-5,
.my-5 {
  margin-top: 1rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 1rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 1rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 1rem !important;
}

.m-6 {
  margin: 1.25rem !important;
}

.mt-6,
.my-6 {
  margin-top: 1.25rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 1.25rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 1.25rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 1.25rem !important;
}

.m-7 {
  margin: 1.5rem !important;
}

.mt-7,
.my-7 {
  margin-top: 1.5rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 1.5rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 1.5rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 1.5rem !important;
}

.m-8 {
  margin: 1.75rem !important;
}

.mt-8,
.my-8 {
  margin-top: 1.75rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 1.75rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 1.75rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 1.75rem !important;
}

.m-9 {
  margin: 2rem !important;
}

.mt-9,
.my-9 {
  margin-top: 2rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 2rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 2rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 2rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

.mt-10,
.my-10 {
  margin-top: 2.5rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 2.5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 2.5rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 2.5rem !important;
}

.m-11 {
  margin: 3rem !important;
}

.mt-11,
.my-11 {
  margin-top: 3rem !important;
}

.mr-11,
.mx-11 {
  margin-right: 3rem !important;
}

.mb-11,
.my-11 {
  margin-bottom: 3rem !important;
}

.ml-11,
.mx-11 {
  margin-left: 3rem !important;
}

.m-12 {
  margin: 4rem !important;
}

.mt-12,
.my-12 {
  margin-top: 4rem !important;
}

.mr-12,
.mx-12 {
  margin-right: 4rem !important;
}

.mb-12,
.my-12 {
  margin-bottom: 4rem !important;
}

.ml-12,
.mx-12 {
  margin-left: 4rem !important;
}

.m-13 {
  margin: 5rem !important;
}

.mt-13,
.my-13 {
  margin-top: 5rem !important;
}

.mr-13,
.mx-13 {
  margin-right: 5rem !important;
}

.mb-13,
.my-13 {
  margin-bottom: 5rem !important;
}

.ml-13,
.mx-13 {
  margin-left: 5rem !important;
}

.m-14 {
  margin: 6rem !important;
}

.mt-14,
.my-14 {
  margin-top: 6rem !important;
}

.mr-14,
.mx-14 {
  margin-right: 6rem !important;
}

.mb-14,
.my-14 {
  margin-bottom: 6rem !important;
}

.ml-14,
.mx-14 {
  margin-left: 6rem !important;
}

.m-15 {
  margin: 7rem !important;
}

.mt-15,
.my-15 {
  margin-top: 7rem !important;
}

.mr-15,
.mx-15 {
  margin-right: 7rem !important;
}

.mb-15,
.my-15 {
  margin-bottom: 7rem !important;
}

.ml-15,
.mx-15 {
  margin-left: 7rem !important;
}

.m-16 {
  margin: 8rem !important;
}

.mt-16,
.my-16 {
  margin-top: 8rem !important;
}

.mr-16,
.mx-16 {
  margin-right: 8rem !important;
}

.mb-16,
.my-16 {
  margin-bottom: 8rem !important;
}

.ml-16,
.mx-16 {
  margin-left: 8rem !important;
}

.m-17 {
  margin: 9rem !important;
}

.mt-17,
.my-17 {
  margin-top: 9rem !important;
}

.mr-17,
.mx-17 {
  margin-right: 9rem !important;
}

.mb-17,
.my-17 {
  margin-bottom: 9rem !important;
}

.ml-17,
.mx-17 {
  margin-left: 9rem !important;
}

.m-18 {
  margin: 10rem !important;
}

.mt-18,
.my-18 {
  margin-top: 10rem !important;
}

.mr-18,
.mx-18 {
  margin-right: 10rem !important;
}

.mb-18,
.my-18 {
  margin-bottom: 10rem !important;
}

.ml-18,
.mx-18 {
  margin-left: 10rem !important;
}

.m-19 {
  margin: 11rem !important;
}

.mt-19,
.my-19 {
  margin-top: 11rem !important;
}

.mr-19,
.mx-19 {
  margin-right: 11rem !important;
}

.mb-19,
.my-19 {
  margin-bottom: 11rem !important;
}

.ml-19,
.mx-19 {
  margin-left: 11rem !important;
}

.m-20 {
  margin: 12rem !important;
}

.mt-20,
.my-20 {
  margin-top: 12rem !important;
}

.mr-20,
.mx-20 {
  margin-right: 12rem !important;
}

.mb-20,
.my-20 {
  margin-bottom: 12rem !important;
}

.ml-20,
.mx-20 {
  margin-left: 12rem !important;
}

.m-21 {
  margin: 13rem !important;
}

.mt-21,
.my-21 {
  margin-top: 13rem !important;
}

.mr-21,
.mx-21 {
  margin-right: 13rem !important;
}

.mb-21,
.my-21 {
  margin-bottom: 13rem !important;
}

.ml-21,
.mx-21 {
  margin-left: 13rem !important;
}

.m-22 {
  margin: 14rem !important;
}

.mt-22,
.my-22 {
  margin-top: 14rem !important;
}

.mr-22,
.mx-22 {
  margin-right: 14rem !important;
}

.mb-22,
.my-22 {
  margin-bottom: 14rem !important;
}

.ml-22,
.mx-22 {
  margin-left: 14rem !important;
}

.m-23 {
  margin: 15rem !important;
}

.mt-23,
.my-23 {
  margin-top: 15rem !important;
}

.mr-23,
.mx-23 {
  margin-right: 15rem !important;
}

.mb-23,
.my-23 {
  margin-bottom: 15rem !important;
}

.ml-23,
.mx-23 {
  margin-left: 15rem !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.125rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.125rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.125rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.125rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.125rem !important;
}

.p-2 {
  padding: 0.25rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.25rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.25rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.25rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.25rem !important;
}

.p-3 {
  padding: 0.375rem !important;
}

.pt-3,
.py-3 {
  padding-top: 0.375rem !important;
}

.pr-3,
.px-3 {
  padding-right: 0.375rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 0.375rem !important;
}

.pl-3,
.px-3 {
  padding-left: 0.375rem !important;
}

.p-4 {
  padding: 0.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 0.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 0.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 0.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 0.5rem !important;
}

.p-5 {
  padding: 1rem !important;
}

.pt-5,
.py-5 {
  padding-top: 1rem !important;
}

.pr-5,
.px-5 {
  padding-right: 1rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 1rem !important;
}

.pl-5,
.px-5 {
  padding-left: 1rem !important;
}

.p-6 {
  padding: 1.25rem !important;
}

.pt-6,
.py-6 {
  padding-top: 1.25rem !important;
}

.pr-6,
.px-6 {
  padding-right: 1.25rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 1.25rem !important;
}

.pl-6,
.px-6 {
  padding-left: 1.25rem !important;
}

.p-7 {
  padding: 1.5rem !important;
}

.pt-7,
.py-7 {
  padding-top: 1.5rem !important;
}

.pr-7,
.px-7 {
  padding-right: 1.5rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 1.5rem !important;
}

.pl-7,
.px-7 {
  padding-left: 1.5rem !important;
}

.p-8 {
  padding: 1.75rem !important;
}

.pt-8,
.py-8 {
  padding-top: 1.75rem !important;
}

.pr-8,
.px-8 {
  padding-right: 1.75rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 1.75rem !important;
}

.pl-8,
.px-8 {
  padding-left: 1.75rem !important;
}

.p-9 {
  padding: 2rem !important;
}

.pt-9,
.py-9 {
  padding-top: 2rem !important;
}

.pr-9,
.px-9 {
  padding-right: 2rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 2rem !important;
}

.pl-9,
.px-9 {
  padding-left: 2rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.pt-10,
.py-10 {
  padding-top: 2.5rem !important;
}

.pr-10,
.px-10 {
  padding-right: 2.5rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 2.5rem !important;
}

.pl-10,
.px-10 {
  padding-left: 2.5rem !important;
}

.p-11 {
  padding: 3rem !important;
}

.pt-11,
.py-11 {
  padding-top: 3rem !important;
}

.pr-11,
.px-11 {
  padding-right: 3rem !important;
}

.pb-11,
.py-11 {
  padding-bottom: 3rem !important;
}

.pl-11,
.px-11 {
  padding-left: 3rem !important;
}

.p-12 {
  padding: 4rem !important;
}

.pt-12,
.py-12 {
  padding-top: 4rem !important;
}

.pr-12,
.px-12 {
  padding-right: 4rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 4rem !important;
}

.pl-12,
.px-12 {
  padding-left: 4rem !important;
}

.p-13 {
  padding: 5rem !important;
}

.pt-13,
.py-13 {
  padding-top: 5rem !important;
}

.pr-13,
.px-13 {
  padding-right: 5rem !important;
}

.pb-13,
.py-13 {
  padding-bottom: 5rem !important;
}

.pl-13,
.px-13 {
  padding-left: 5rem !important;
}

.p-14 {
  padding: 6rem !important;
}

.pt-14,
.py-14 {
  padding-top: 6rem !important;
}

.pr-14,
.px-14 {
  padding-right: 6rem !important;
}

.pb-14,
.py-14 {
  padding-bottom: 6rem !important;
}

.pl-14,
.px-14 {
  padding-left: 6rem !important;
}

.p-15 {
  padding: 7rem !important;
}

.pt-15,
.py-15 {
  padding-top: 7rem !important;
}

.pr-15,
.px-15 {
  padding-right: 7rem !important;
}

.pb-15,
.py-15 {
  padding-bottom: 7rem !important;
}

.pl-15,
.px-15 {
  padding-left: 7rem !important;
}

.p-16 {
  padding: 8rem !important;
}

.pt-16,
.py-16 {
  padding-top: 8rem !important;
}

.pr-16,
.px-16 {
  padding-right: 8rem !important;
}

.pb-16,
.py-16 {
  padding-bottom: 8rem !important;
}

.pl-16,
.px-16 {
  padding-left: 8rem !important;
}

.p-17 {
  padding: 9rem !important;
}

.pt-17,
.py-17 {
  padding-top: 9rem !important;
}

.pr-17,
.px-17 {
  padding-right: 9rem !important;
}

.pb-17,
.py-17 {
  padding-bottom: 9rem !important;
}

.pl-17,
.px-17 {
  padding-left: 9rem !important;
}

.p-18 {
  padding: 10rem !important;
}

.pt-18,
.py-18 {
  padding-top: 10rem !important;
}

.pr-18,
.px-18 {
  padding-right: 10rem !important;
}

.pb-18,
.py-18 {
  padding-bottom: 10rem !important;
}

.pl-18,
.px-18 {
  padding-left: 10rem !important;
}

.p-19 {
  padding: 11rem !important;
}

.pt-19,
.py-19 {
  padding-top: 11rem !important;
}

.pr-19,
.px-19 {
  padding-right: 11rem !important;
}

.pb-19,
.py-19 {
  padding-bottom: 11rem !important;
}

.pl-19,
.px-19 {
  padding-left: 11rem !important;
}

.p-20 {
  padding: 12rem !important;
}

.pt-20,
.py-20 {
  padding-top: 12rem !important;
}

.pr-20,
.px-20 {
  padding-right: 12rem !important;
}

.pb-20,
.py-20 {
  padding-bottom: 12rem !important;
}

.pl-20,
.px-20 {
  padding-left: 12rem !important;
}

.p-21 {
  padding: 13rem !important;
}

.pt-21,
.py-21 {
  padding-top: 13rem !important;
}

.pr-21,
.px-21 {
  padding-right: 13rem !important;
}

.pb-21,
.py-21 {
  padding-bottom: 13rem !important;
}

.pl-21,
.px-21 {
  padding-left: 13rem !important;
}

.p-22 {
  padding: 14rem !important;
}

.pt-22,
.py-22 {
  padding-top: 14rem !important;
}

.pr-22,
.px-22 {
  padding-right: 14rem !important;
}

.pb-22,
.py-22 {
  padding-bottom: 14rem !important;
}

.pl-22,
.px-22 {
  padding-left: 14rem !important;
}

.p-23 {
  padding: 15rem !important;
}

.pt-23,
.py-23 {
  padding-top: 15rem !important;
}

.pr-23,
.px-23 {
  padding-right: 15rem !important;
}

.pb-23,
.py-23 {
  padding-bottom: 15rem !important;
}

.pl-23,
.px-23 {
  padding-left: 15rem !important;
}

.m-n1 {
  margin: -0.125rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.125rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.125rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.125rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.125rem !important;
}

.m-n2 {
  margin: -0.25rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.25rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.25rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.25rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.25rem !important;
}

.m-n3 {
  margin: -0.375rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -0.375rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -0.375rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -0.375rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -0.375rem !important;
}

.m-n4 {
  margin: -0.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -0.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -0.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -0.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -0.5rem !important;
}

.m-n5 {
  margin: -1rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -1rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -1rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -1rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -1rem !important;
}

.m-n6 {
  margin: -1.25rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -1.25rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -1.25rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -1.25rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -1.25rem !important;
}

.m-n7 {
  margin: -1.5rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -1.5rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -1.5rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -1.5rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -1.5rem !important;
}

.m-n8 {
  margin: -1.75rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -1.75rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -1.75rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -1.75rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -1.75rem !important;
}

.m-n9 {
  margin: -2rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -2rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -2rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -2rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -2rem !important;
}

.m-n10 {
  margin: -2.5rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -2.5rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -2.5rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -2.5rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -2.5rem !important;
}

.m-n11 {
  margin: -3rem !important;
}

.mt-n11,
.my-n11 {
  margin-top: -3rem !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -3rem !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -3rem !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -3rem !important;
}

.m-n12 {
  margin: -4rem !important;
}

.mt-n12,
.my-n12 {
  margin-top: -4rem !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -4rem !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -4rem !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -4rem !important;
}

.m-n13 {
  margin: -5rem !important;
}

.mt-n13,
.my-n13 {
  margin-top: -5rem !important;
}

.mr-n13,
.mx-n13 {
  margin-right: -5rem !important;
}

.mb-n13,
.my-n13 {
  margin-bottom: -5rem !important;
}

.ml-n13,
.mx-n13 {
  margin-left: -5rem !important;
}

.m-n14 {
  margin: -6rem !important;
}

.mt-n14,
.my-n14 {
  margin-top: -6rem !important;
}

.mr-n14,
.mx-n14 {
  margin-right: -6rem !important;
}

.mb-n14,
.my-n14 {
  margin-bottom: -6rem !important;
}

.ml-n14,
.mx-n14 {
  margin-left: -6rem !important;
}

.m-n15 {
  margin: -7rem !important;
}

.mt-n15,
.my-n15 {
  margin-top: -7rem !important;
}

.mr-n15,
.mx-n15 {
  margin-right: -7rem !important;
}

.mb-n15,
.my-n15 {
  margin-bottom: -7rem !important;
}

.ml-n15,
.mx-n15 {
  margin-left: -7rem !important;
}

.m-n16 {
  margin: -8rem !important;
}

.mt-n16,
.my-n16 {
  margin-top: -8rem !important;
}

.mr-n16,
.mx-n16 {
  margin-right: -8rem !important;
}

.mb-n16,
.my-n16 {
  margin-bottom: -8rem !important;
}

.ml-n16,
.mx-n16 {
  margin-left: -8rem !important;
}

.m-n17 {
  margin: -9rem !important;
}

.mt-n17,
.my-n17 {
  margin-top: -9rem !important;
}

.mr-n17,
.mx-n17 {
  margin-right: -9rem !important;
}

.mb-n17,
.my-n17 {
  margin-bottom: -9rem !important;
}

.ml-n17,
.mx-n17 {
  margin-left: -9rem !important;
}

.m-n18 {
  margin: -10rem !important;
}

.mt-n18,
.my-n18 {
  margin-top: -10rem !important;
}

.mr-n18,
.mx-n18 {
  margin-right: -10rem !important;
}

.mb-n18,
.my-n18 {
  margin-bottom: -10rem !important;
}

.ml-n18,
.mx-n18 {
  margin-left: -10rem !important;
}

.m-n19 {
  margin: -11rem !important;
}

.mt-n19,
.my-n19 {
  margin-top: -11rem !important;
}

.mr-n19,
.mx-n19 {
  margin-right: -11rem !important;
}

.mb-n19,
.my-n19 {
  margin-bottom: -11rem !important;
}

.ml-n19,
.mx-n19 {
  margin-left: -11rem !important;
}

.m-n20 {
  margin: -12rem !important;
}

.mt-n20,
.my-n20 {
  margin-top: -12rem !important;
}

.mr-n20,
.mx-n20 {
  margin-right: -12rem !important;
}

.mb-n20,
.my-n20 {
  margin-bottom: -12rem !important;
}

.ml-n20,
.mx-n20 {
  margin-left: -12rem !important;
}

.m-n21 {
  margin: -13rem !important;
}

.mt-n21,
.my-n21 {
  margin-top: -13rem !important;
}

.mr-n21,
.mx-n21 {
  margin-right: -13rem !important;
}

.mb-n21,
.my-n21 {
  margin-bottom: -13rem !important;
}

.ml-n21,
.mx-n21 {
  margin-left: -13rem !important;
}

.m-n22 {
  margin: -14rem !important;
}

.mt-n22,
.my-n22 {
  margin-top: -14rem !important;
}

.mr-n22,
.mx-n22 {
  margin-right: -14rem !important;
}

.mb-n22,
.my-n22 {
  margin-bottom: -14rem !important;
}

.ml-n22,
.mx-n22 {
  margin-left: -14rem !important;
}

.m-n23 {
  margin: -15rem !important;
}

.mt-n23,
.my-n23 {
  margin-top: -15rem !important;
}

.mr-n23,
.mx-n23 {
  margin-right: -15rem !important;
}

.mb-n23,
.my-n23 {
  margin-bottom: -15rem !important;
}

.ml-n23,
.mx-n23 {
  margin-left: -15rem !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.125rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.125rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.125rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.125rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.125rem !important;
  }
  .m-sm-2 {
    margin: 0.25rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.25rem !important;
  }
  .m-sm-3 {
    margin: 0.375rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 0.375rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 0.375rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 0.375rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 0.375rem !important;
  }
  .m-sm-4 {
    margin: 0.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 0.5rem !important;
  }
  .m-sm-5 {
    margin: 1rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 1rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 1rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 1rem !important;
  }
  .m-sm-6 {
    margin: 1.25rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 1.25rem !important;
  }
  .m-sm-7 {
    margin: 1.5rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 1.5rem !important;
  }
  .m-sm-8 {
    margin: 1.75rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 1.75rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 1.75rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 1.75rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 1.75rem !important;
  }
  .m-sm-9 {
    margin: 2rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 2rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 2rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 2rem !important;
  }
  .m-sm-10 {
    margin: 2.5rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 2.5rem !important;
  }
  .m-sm-11 {
    margin: 3rem !important;
  }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 3rem !important;
  }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 3rem !important;
  }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 3rem !important;
  }
  .m-sm-12 {
    margin: 4rem !important;
  }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 4rem !important;
  }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 4rem !important;
  }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 4rem !important;
  }
  .m-sm-13 {
    margin: 5rem !important;
  }
  .mt-sm-13,
  .my-sm-13 {
    margin-top: 5rem !important;
  }
  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 5rem !important;
  }
  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 5rem !important;
  }
  .m-sm-14 {
    margin: 6rem !important;
  }
  .mt-sm-14,
  .my-sm-14 {
    margin-top: 6rem !important;
  }
  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 6rem !important;
  }
  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 6rem !important;
  }
  .m-sm-15 {
    margin: 7rem !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 7rem !important;
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 7rem !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 7rem !important;
  }
  .m-sm-16 {
    margin: 8rem !important;
  }
  .mt-sm-16,
  .my-sm-16 {
    margin-top: 8rem !important;
  }
  .mr-sm-16,
  .mx-sm-16 {
    margin-right: 8rem !important;
  }
  .mb-sm-16,
  .my-sm-16 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-16,
  .mx-sm-16 {
    margin-left: 8rem !important;
  }
  .m-sm-17 {
    margin: 9rem !important;
  }
  .mt-sm-17,
  .my-sm-17 {
    margin-top: 9rem !important;
  }
  .mr-sm-17,
  .mx-sm-17 {
    margin-right: 9rem !important;
  }
  .mb-sm-17,
  .my-sm-17 {
    margin-bottom: 9rem !important;
  }
  .ml-sm-17,
  .mx-sm-17 {
    margin-left: 9rem !important;
  }
  .m-sm-18 {
    margin: 10rem !important;
  }
  .mt-sm-18,
  .my-sm-18 {
    margin-top: 10rem !important;
  }
  .mr-sm-18,
  .mx-sm-18 {
    margin-right: 10rem !important;
  }
  .mb-sm-18,
  .my-sm-18 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-18,
  .mx-sm-18 {
    margin-left: 10rem !important;
  }
  .m-sm-19 {
    margin: 11rem !important;
  }
  .mt-sm-19,
  .my-sm-19 {
    margin-top: 11rem !important;
  }
  .mr-sm-19,
  .mx-sm-19 {
    margin-right: 11rem !important;
  }
  .mb-sm-19,
  .my-sm-19 {
    margin-bottom: 11rem !important;
  }
  .ml-sm-19,
  .mx-sm-19 {
    margin-left: 11rem !important;
  }
  .m-sm-20 {
    margin: 12rem !important;
  }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 12rem !important;
  }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 12rem !important;
  }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 12rem !important;
  }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 12rem !important;
  }
  .m-sm-21 {
    margin: 13rem !important;
  }
  .mt-sm-21,
  .my-sm-21 {
    margin-top: 13rem !important;
  }
  .mr-sm-21,
  .mx-sm-21 {
    margin-right: 13rem !important;
  }
  .mb-sm-21,
  .my-sm-21 {
    margin-bottom: 13rem !important;
  }
  .ml-sm-21,
  .mx-sm-21 {
    margin-left: 13rem !important;
  }
  .m-sm-22 {
    margin: 14rem !important;
  }
  .mt-sm-22,
  .my-sm-22 {
    margin-top: 14rem !important;
  }
  .mr-sm-22,
  .mx-sm-22 {
    margin-right: 14rem !important;
  }
  .mb-sm-22,
  .my-sm-22 {
    margin-bottom: 14rem !important;
  }
  .ml-sm-22,
  .mx-sm-22 {
    margin-left: 14rem !important;
  }
  .m-sm-23 {
    margin: 15rem !important;
  }
  .mt-sm-23,
  .my-sm-23 {
    margin-top: 15rem !important;
  }
  .mr-sm-23,
  .mx-sm-23 {
    margin-right: 15rem !important;
  }
  .mb-sm-23,
  .my-sm-23 {
    margin-bottom: 15rem !important;
  }
  .ml-sm-23,
  .mx-sm-23 {
    margin-left: 15rem !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.125rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.125rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.125rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.125rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.125rem !important;
  }
  .p-sm-2 {
    padding: 0.25rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.25rem !important;
  }
  .p-sm-3 {
    padding: 0.375rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 0.375rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 0.375rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 0.375rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 0.375rem !important;
  }
  .p-sm-4 {
    padding: 0.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 0.5rem !important;
  }
  .p-sm-5 {
    padding: 1rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 1rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 1rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 1rem !important;
  }
  .p-sm-6 {
    padding: 1.25rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 1.25rem !important;
  }
  .p-sm-7 {
    padding: 1.5rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 1.5rem !important;
  }
  .p-sm-8 {
    padding: 1.75rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 1.75rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 1.75rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 1.75rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 1.75rem !important;
  }
  .p-sm-9 {
    padding: 2rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 2rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 2rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 2rem !important;
  }
  .p-sm-10 {
    padding: 2.5rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 2.5rem !important;
  }
  .p-sm-11 {
    padding: 3rem !important;
  }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 3rem !important;
  }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 3rem !important;
  }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 3rem !important;
  }
  .p-sm-12 {
    padding: 4rem !important;
  }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 4rem !important;
  }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 4rem !important;
  }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 4rem !important;
  }
  .p-sm-13 {
    padding: 5rem !important;
  }
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 5rem !important;
  }
  .pr-sm-13,
  .px-sm-13 {
    padding-right: 5rem !important;
  }
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-13,
  .px-sm-13 {
    padding-left: 5rem !important;
  }
  .p-sm-14 {
    padding: 6rem !important;
  }
  .pt-sm-14,
  .py-sm-14 {
    padding-top: 6rem !important;
  }
  .pr-sm-14,
  .px-sm-14 {
    padding-right: 6rem !important;
  }
  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-14,
  .px-sm-14 {
    padding-left: 6rem !important;
  }
  .p-sm-15 {
    padding: 7rem !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 7rem !important;
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 7rem !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 7rem !important;
  }
  .p-sm-16 {
    padding: 8rem !important;
  }
  .pt-sm-16,
  .py-sm-16 {
    padding-top: 8rem !important;
  }
  .pr-sm-16,
  .px-sm-16 {
    padding-right: 8rem !important;
  }
  .pb-sm-16,
  .py-sm-16 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-16,
  .px-sm-16 {
    padding-left: 8rem !important;
  }
  .p-sm-17 {
    padding: 9rem !important;
  }
  .pt-sm-17,
  .py-sm-17 {
    padding-top: 9rem !important;
  }
  .pr-sm-17,
  .px-sm-17 {
    padding-right: 9rem !important;
  }
  .pb-sm-17,
  .py-sm-17 {
    padding-bottom: 9rem !important;
  }
  .pl-sm-17,
  .px-sm-17 {
    padding-left: 9rem !important;
  }
  .p-sm-18 {
    padding: 10rem !important;
  }
  .pt-sm-18,
  .py-sm-18 {
    padding-top: 10rem !important;
  }
  .pr-sm-18,
  .px-sm-18 {
    padding-right: 10rem !important;
  }
  .pb-sm-18,
  .py-sm-18 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-18,
  .px-sm-18 {
    padding-left: 10rem !important;
  }
  .p-sm-19 {
    padding: 11rem !important;
  }
  .pt-sm-19,
  .py-sm-19 {
    padding-top: 11rem !important;
  }
  .pr-sm-19,
  .px-sm-19 {
    padding-right: 11rem !important;
  }
  .pb-sm-19,
  .py-sm-19 {
    padding-bottom: 11rem !important;
  }
  .pl-sm-19,
  .px-sm-19 {
    padding-left: 11rem !important;
  }
  .p-sm-20 {
    padding: 12rem !important;
  }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 12rem !important;
  }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 12rem !important;
  }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 12rem !important;
  }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 12rem !important;
  }
  .p-sm-21 {
    padding: 13rem !important;
  }
  .pt-sm-21,
  .py-sm-21 {
    padding-top: 13rem !important;
  }
  .pr-sm-21,
  .px-sm-21 {
    padding-right: 13rem !important;
  }
  .pb-sm-21,
  .py-sm-21 {
    padding-bottom: 13rem !important;
  }
  .pl-sm-21,
  .px-sm-21 {
    padding-left: 13rem !important;
  }
  .p-sm-22 {
    padding: 14rem !important;
  }
  .pt-sm-22,
  .py-sm-22 {
    padding-top: 14rem !important;
  }
  .pr-sm-22,
  .px-sm-22 {
    padding-right: 14rem !important;
  }
  .pb-sm-22,
  .py-sm-22 {
    padding-bottom: 14rem !important;
  }
  .pl-sm-22,
  .px-sm-22 {
    padding-left: 14rem !important;
  }
  .p-sm-23 {
    padding: 15rem !important;
  }
  .pt-sm-23,
  .py-sm-23 {
    padding-top: 15rem !important;
  }
  .pr-sm-23,
  .px-sm-23 {
    padding-right: 15rem !important;
  }
  .pb-sm-23,
  .py-sm-23 {
    padding-bottom: 15rem !important;
  }
  .pl-sm-23,
  .px-sm-23 {
    padding-left: 15rem !important;
  }
  .m-sm-n1 {
    margin: -0.125rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.125rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.125rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.125rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.125rem !important;
  }
  .m-sm-n2 {
    margin: -0.25rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n3 {
    margin: -0.375rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -0.375rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -0.375rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -0.375rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -0.375rem !important;
  }
  .m-sm-n4 {
    margin: -0.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n5 {
    margin: -1rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -1rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -1rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -1rem !important;
  }
  .m-sm-n6 {
    margin: -1.25rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -1.25rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -1.25rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -1.25rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -1.25rem !important;
  }
  .m-sm-n7 {
    margin: -1.5rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n8 {
    margin: -1.75rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -1.75rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -1.75rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -1.75rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -1.75rem !important;
  }
  .m-sm-n9 {
    margin: -2rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -2rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -2rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -2rem !important;
  }
  .m-sm-n10 {
    margin: -2.5rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -2.5rem !important;
  }
  .m-sm-n11 {
    margin: -3rem !important;
  }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -3rem !important;
  }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -3rem !important;
  }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -3rem !important;
  }
  .m-sm-n12 {
    margin: -4rem !important;
  }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -4rem !important;
  }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -4rem !important;
  }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -4rem !important;
  }
  .m-sm-n13 {
    margin: -5rem !important;
  }
  .mt-sm-n13,
  .my-sm-n13 {
    margin-top: -5rem !important;
  }
  .mr-sm-n13,
  .mx-sm-n13 {
    margin-right: -5rem !important;
  }
  .mb-sm-n13,
  .my-sm-n13 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n13,
  .mx-sm-n13 {
    margin-left: -5rem !important;
  }
  .m-sm-n14 {
    margin: -6rem !important;
  }
  .mt-sm-n14,
  .my-sm-n14 {
    margin-top: -6rem !important;
  }
  .mr-sm-n14,
  .mx-sm-n14 {
    margin-right: -6rem !important;
  }
  .mb-sm-n14,
  .my-sm-n14 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n14,
  .mx-sm-n14 {
    margin-left: -6rem !important;
  }
  .m-sm-n15 {
    margin: -7rem !important;
  }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -7rem !important;
  }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -7rem !important;
  }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -7rem !important;
  }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -7rem !important;
  }
  .m-sm-n16 {
    margin: -8rem !important;
  }
  .mt-sm-n16,
  .my-sm-n16 {
    margin-top: -8rem !important;
  }
  .mr-sm-n16,
  .mx-sm-n16 {
    margin-right: -8rem !important;
  }
  .mb-sm-n16,
  .my-sm-n16 {
    margin-bottom: -8rem !important;
  }
  .ml-sm-n16,
  .mx-sm-n16 {
    margin-left: -8rem !important;
  }
  .m-sm-n17 {
    margin: -9rem !important;
  }
  .mt-sm-n17,
  .my-sm-n17 {
    margin-top: -9rem !important;
  }
  .mr-sm-n17,
  .mx-sm-n17 {
    margin-right: -9rem !important;
  }
  .mb-sm-n17,
  .my-sm-n17 {
    margin-bottom: -9rem !important;
  }
  .ml-sm-n17,
  .mx-sm-n17 {
    margin-left: -9rem !important;
  }
  .m-sm-n18 {
    margin: -10rem !important;
  }
  .mt-sm-n18,
  .my-sm-n18 {
    margin-top: -10rem !important;
  }
  .mr-sm-n18,
  .mx-sm-n18 {
    margin-right: -10rem !important;
  }
  .mb-sm-n18,
  .my-sm-n18 {
    margin-bottom: -10rem !important;
  }
  .ml-sm-n18,
  .mx-sm-n18 {
    margin-left: -10rem !important;
  }
  .m-sm-n19 {
    margin: -11rem !important;
  }
  .mt-sm-n19,
  .my-sm-n19 {
    margin-top: -11rem !important;
  }
  .mr-sm-n19,
  .mx-sm-n19 {
    margin-right: -11rem !important;
  }
  .mb-sm-n19,
  .my-sm-n19 {
    margin-bottom: -11rem !important;
  }
  .ml-sm-n19,
  .mx-sm-n19 {
    margin-left: -11rem !important;
  }
  .m-sm-n20 {
    margin: -12rem !important;
  }
  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -12rem !important;
  }
  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -12rem !important;
  }
  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -12rem !important;
  }
  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -12rem !important;
  }
  .m-sm-n21 {
    margin: -13rem !important;
  }
  .mt-sm-n21,
  .my-sm-n21 {
    margin-top: -13rem !important;
  }
  .mr-sm-n21,
  .mx-sm-n21 {
    margin-right: -13rem !important;
  }
  .mb-sm-n21,
  .my-sm-n21 {
    margin-bottom: -13rem !important;
  }
  .ml-sm-n21,
  .mx-sm-n21 {
    margin-left: -13rem !important;
  }
  .m-sm-n22 {
    margin: -14rem !important;
  }
  .mt-sm-n22,
  .my-sm-n22 {
    margin-top: -14rem !important;
  }
  .mr-sm-n22,
  .mx-sm-n22 {
    margin-right: -14rem !important;
  }
  .mb-sm-n22,
  .my-sm-n22 {
    margin-bottom: -14rem !important;
  }
  .ml-sm-n22,
  .mx-sm-n22 {
    margin-left: -14rem !important;
  }
  .m-sm-n23 {
    margin: -15rem !important;
  }
  .mt-sm-n23,
  .my-sm-n23 {
    margin-top: -15rem !important;
  }
  .mr-sm-n23,
  .mx-sm-n23 {
    margin-right: -15rem !important;
  }
  .mb-sm-n23,
  .my-sm-n23 {
    margin-bottom: -15rem !important;
  }
  .ml-sm-n23,
  .mx-sm-n23 {
    margin-left: -15rem !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.125rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.125rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.125rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.125rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.125rem !important;
  }
  .m-md-2 {
    margin: 0.25rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.25rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.25rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.25rem !important;
  }
  .m-md-3 {
    margin: 0.375rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 0.375rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 0.375rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 0.375rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 0.375rem !important;
  }
  .m-md-4 {
    margin: 0.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 0.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 0.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 0.5rem !important;
  }
  .m-md-5 {
    margin: 1rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 1rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 1rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 1rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 1rem !important;
  }
  .m-md-6 {
    margin: 1.25rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 1.25rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 1.25rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 1.25rem !important;
  }
  .m-md-7 {
    margin: 1.5rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 1.5rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 1.5rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 1.5rem !important;
  }
  .m-md-8 {
    margin: 1.75rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 1.75rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 1.75rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 1.75rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 1.75rem !important;
  }
  .m-md-9 {
    margin: 2rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 2rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 2rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 2rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 2rem !important;
  }
  .m-md-10 {
    margin: 2.5rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 2.5rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 2.5rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 2.5rem !important;
  }
  .m-md-11 {
    margin: 3rem !important;
  }
  .mt-md-11,
  .my-md-11 {
    margin-top: 3rem !important;
  }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 3rem !important;
  }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 3rem !important;
  }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 3rem !important;
  }
  .m-md-12 {
    margin: 4rem !important;
  }
  .mt-md-12,
  .my-md-12 {
    margin-top: 4rem !important;
  }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 4rem !important;
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 4rem !important;
  }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 4rem !important;
  }
  .m-md-13 {
    margin: 5rem !important;
  }
  .mt-md-13,
  .my-md-13 {
    margin-top: 5rem !important;
  }
  .mr-md-13,
  .mx-md-13 {
    margin-right: 5rem !important;
  }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 5rem !important;
  }
  .ml-md-13,
  .mx-md-13 {
    margin-left: 5rem !important;
  }
  .m-md-14 {
    margin: 6rem !important;
  }
  .mt-md-14,
  .my-md-14 {
    margin-top: 6rem !important;
  }
  .mr-md-14,
  .mx-md-14 {
    margin-right: 6rem !important;
  }
  .mb-md-14,
  .my-md-14 {
    margin-bottom: 6rem !important;
  }
  .ml-md-14,
  .mx-md-14 {
    margin-left: 6rem !important;
  }
  .m-md-15 {
    margin: 7rem !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 7rem !important;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 7rem !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 7rem !important;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 7rem !important;
  }
  .m-md-16 {
    margin: 8rem !important;
  }
  .mt-md-16,
  .my-md-16 {
    margin-top: 8rem !important;
  }
  .mr-md-16,
  .mx-md-16 {
    margin-right: 8rem !important;
  }
  .mb-md-16,
  .my-md-16 {
    margin-bottom: 8rem !important;
  }
  .ml-md-16,
  .mx-md-16 {
    margin-left: 8rem !important;
  }
  .m-md-17 {
    margin: 9rem !important;
  }
  .mt-md-17,
  .my-md-17 {
    margin-top: 9rem !important;
  }
  .mr-md-17,
  .mx-md-17 {
    margin-right: 9rem !important;
  }
  .mb-md-17,
  .my-md-17 {
    margin-bottom: 9rem !important;
  }
  .ml-md-17,
  .mx-md-17 {
    margin-left: 9rem !important;
  }
  .m-md-18 {
    margin: 10rem !important;
  }
  .mt-md-18,
  .my-md-18 {
    margin-top: 10rem !important;
  }
  .mr-md-18,
  .mx-md-18 {
    margin-right: 10rem !important;
  }
  .mb-md-18,
  .my-md-18 {
    margin-bottom: 10rem !important;
  }
  .ml-md-18,
  .mx-md-18 {
    margin-left: 10rem !important;
  }
  .m-md-19 {
    margin: 11rem !important;
  }
  .mt-md-19,
  .my-md-19 {
    margin-top: 11rem !important;
  }
  .mr-md-19,
  .mx-md-19 {
    margin-right: 11rem !important;
  }
  .mb-md-19,
  .my-md-19 {
    margin-bottom: 11rem !important;
  }
  .ml-md-19,
  .mx-md-19 {
    margin-left: 11rem !important;
  }
  .m-md-20 {
    margin: 12rem !important;
  }
  .mt-md-20,
  .my-md-20 {
    margin-top: 12rem !important;
  }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 12rem !important;
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 12rem !important;
  }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 12rem !important;
  }
  .m-md-21 {
    margin: 13rem !important;
  }
  .mt-md-21,
  .my-md-21 {
    margin-top: 13rem !important;
  }
  .mr-md-21,
  .mx-md-21 {
    margin-right: 13rem !important;
  }
  .mb-md-21,
  .my-md-21 {
    margin-bottom: 13rem !important;
  }
  .ml-md-21,
  .mx-md-21 {
    margin-left: 13rem !important;
  }
  .m-md-22 {
    margin: 14rem !important;
  }
  .mt-md-22,
  .my-md-22 {
    margin-top: 14rem !important;
  }
  .mr-md-22,
  .mx-md-22 {
    margin-right: 14rem !important;
  }
  .mb-md-22,
  .my-md-22 {
    margin-bottom: 14rem !important;
  }
  .ml-md-22,
  .mx-md-22 {
    margin-left: 14rem !important;
  }
  .m-md-23 {
    margin: 15rem !important;
  }
  .mt-md-23,
  .my-md-23 {
    margin-top: 15rem !important;
  }
  .mr-md-23,
  .mx-md-23 {
    margin-right: 15rem !important;
  }
  .mb-md-23,
  .my-md-23 {
    margin-bottom: 15rem !important;
  }
  .ml-md-23,
  .mx-md-23 {
    margin-left: 15rem !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.125rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.125rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.125rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.125rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.125rem !important;
  }
  .p-md-2 {
    padding: 0.25rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.25rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.25rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.25rem !important;
  }
  .p-md-3 {
    padding: 0.375rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 0.375rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 0.375rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 0.375rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 0.375rem !important;
  }
  .p-md-4 {
    padding: 0.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 0.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 0.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 0.5rem !important;
  }
  .p-md-5 {
    padding: 1rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 1rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 1rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 1rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 1rem !important;
  }
  .p-md-6 {
    padding: 1.25rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 1.25rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 1.25rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 1.25rem !important;
  }
  .p-md-7 {
    padding: 1.5rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 1.5rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 1.5rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 1.5rem !important;
  }
  .p-md-8 {
    padding: 1.75rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 1.75rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 1.75rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 1.75rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 1.75rem !important;
  }
  .p-md-9 {
    padding: 2rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 2rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 2rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 2rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 2rem !important;
  }
  .p-md-10 {
    padding: 2.5rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 2.5rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 2.5rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 2.5rem !important;
  }
  .p-md-11 {
    padding: 3rem !important;
  }
  .pt-md-11,
  .py-md-11 {
    padding-top: 3rem !important;
  }
  .pr-md-11,
  .px-md-11 {
    padding-right: 3rem !important;
  }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 3rem !important;
  }
  .pl-md-11,
  .px-md-11 {
    padding-left: 3rem !important;
  }
  .p-md-12 {
    padding: 4rem !important;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 4rem !important;
  }
  .pr-md-12,
  .px-md-12 {
    padding-right: 4rem !important;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 4rem !important;
  }
  .pl-md-12,
  .px-md-12 {
    padding-left: 4rem !important;
  }
  .p-md-13 {
    padding: 5rem !important;
  }
  .pt-md-13,
  .py-md-13 {
    padding-top: 5rem !important;
  }
  .pr-md-13,
  .px-md-13 {
    padding-right: 5rem !important;
  }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 5rem !important;
  }
  .pl-md-13,
  .px-md-13 {
    padding-left: 5rem !important;
  }
  .p-md-14 {
    padding: 6rem !important;
  }
  .pt-md-14,
  .py-md-14 {
    padding-top: 6rem !important;
  }
  .pr-md-14,
  .px-md-14 {
    padding-right: 6rem !important;
  }
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 6rem !important;
  }
  .pl-md-14,
  .px-md-14 {
    padding-left: 6rem !important;
  }
  .p-md-15 {
    padding: 7rem !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 7rem !important;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 7rem !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 7rem !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 7rem !important;
  }
  .p-md-16 {
    padding: 8rem !important;
  }
  .pt-md-16,
  .py-md-16 {
    padding-top: 8rem !important;
  }
  .pr-md-16,
  .px-md-16 {
    padding-right: 8rem !important;
  }
  .pb-md-16,
  .py-md-16 {
    padding-bottom: 8rem !important;
  }
  .pl-md-16,
  .px-md-16 {
    padding-left: 8rem !important;
  }
  .p-md-17 {
    padding: 9rem !important;
  }
  .pt-md-17,
  .py-md-17 {
    padding-top: 9rem !important;
  }
  .pr-md-17,
  .px-md-17 {
    padding-right: 9rem !important;
  }
  .pb-md-17,
  .py-md-17 {
    padding-bottom: 9rem !important;
  }
  .pl-md-17,
  .px-md-17 {
    padding-left: 9rem !important;
  }
  .p-md-18 {
    padding: 10rem !important;
  }
  .pt-md-18,
  .py-md-18 {
    padding-top: 10rem !important;
  }
  .pr-md-18,
  .px-md-18 {
    padding-right: 10rem !important;
  }
  .pb-md-18,
  .py-md-18 {
    padding-bottom: 10rem !important;
  }
  .pl-md-18,
  .px-md-18 {
    padding-left: 10rem !important;
  }
  .p-md-19 {
    padding: 11rem !important;
  }
  .pt-md-19,
  .py-md-19 {
    padding-top: 11rem !important;
  }
  .pr-md-19,
  .px-md-19 {
    padding-right: 11rem !important;
  }
  .pb-md-19,
  .py-md-19 {
    padding-bottom: 11rem !important;
  }
  .pl-md-19,
  .px-md-19 {
    padding-left: 11rem !important;
  }
  .p-md-20 {
    padding: 12rem !important;
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 12rem !important;
  }
  .pr-md-20,
  .px-md-20 {
    padding-right: 12rem !important;
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 12rem !important;
  }
  .pl-md-20,
  .px-md-20 {
    padding-left: 12rem !important;
  }
  .p-md-21 {
    padding: 13rem !important;
  }
  .pt-md-21,
  .py-md-21 {
    padding-top: 13rem !important;
  }
  .pr-md-21,
  .px-md-21 {
    padding-right: 13rem !important;
  }
  .pb-md-21,
  .py-md-21 {
    padding-bottom: 13rem !important;
  }
  .pl-md-21,
  .px-md-21 {
    padding-left: 13rem !important;
  }
  .p-md-22 {
    padding: 14rem !important;
  }
  .pt-md-22,
  .py-md-22 {
    padding-top: 14rem !important;
  }
  .pr-md-22,
  .px-md-22 {
    padding-right: 14rem !important;
  }
  .pb-md-22,
  .py-md-22 {
    padding-bottom: 14rem !important;
  }
  .pl-md-22,
  .px-md-22 {
    padding-left: 14rem !important;
  }
  .p-md-23 {
    padding: 15rem !important;
  }
  .pt-md-23,
  .py-md-23 {
    padding-top: 15rem !important;
  }
  .pr-md-23,
  .px-md-23 {
    padding-right: 15rem !important;
  }
  .pb-md-23,
  .py-md-23 {
    padding-bottom: 15rem !important;
  }
  .pl-md-23,
  .px-md-23 {
    padding-left: 15rem !important;
  }
  .m-md-n1 {
    margin: -0.125rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.125rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.125rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.125rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.125rem !important;
  }
  .m-md-n2 {
    margin: -0.25rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.25rem !important;
  }
  .m-md-n3 {
    margin: -0.375rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -0.375rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -0.375rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -0.375rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -0.375rem !important;
  }
  .m-md-n4 {
    margin: -0.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -0.5rem !important;
  }
  .m-md-n5 {
    margin: -1rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -1rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -1rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -1rem !important;
  }
  .m-md-n6 {
    margin: -1.25rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -1.25rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -1.25rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -1.25rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -1.25rem !important;
  }
  .m-md-n7 {
    margin: -1.5rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -1.5rem !important;
  }
  .m-md-n8 {
    margin: -1.75rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -1.75rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -1.75rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -1.75rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -1.75rem !important;
  }
  .m-md-n9 {
    margin: -2rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -2rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -2rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -2rem !important;
  }
  .m-md-n10 {
    margin: -2.5rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -2.5rem !important;
  }
  .m-md-n11 {
    margin: -3rem !important;
  }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -3rem !important;
  }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -3rem !important;
  }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -3rem !important;
  }
  .m-md-n12 {
    margin: -4rem !important;
  }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -4rem !important;
  }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -4rem !important;
  }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -4rem !important;
  }
  .m-md-n13 {
    margin: -5rem !important;
  }
  .mt-md-n13,
  .my-md-n13 {
    margin-top: -5rem !important;
  }
  .mr-md-n13,
  .mx-md-n13 {
    margin-right: -5rem !important;
  }
  .mb-md-n13,
  .my-md-n13 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n13,
  .mx-md-n13 {
    margin-left: -5rem !important;
  }
  .m-md-n14 {
    margin: -6rem !important;
  }
  .mt-md-n14,
  .my-md-n14 {
    margin-top: -6rem !important;
  }
  .mr-md-n14,
  .mx-md-n14 {
    margin-right: -6rem !important;
  }
  .mb-md-n14,
  .my-md-n14 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n14,
  .mx-md-n14 {
    margin-left: -6rem !important;
  }
  .m-md-n15 {
    margin: -7rem !important;
  }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -7rem !important;
  }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -7rem !important;
  }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -7rem !important;
  }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -7rem !important;
  }
  .m-md-n16 {
    margin: -8rem !important;
  }
  .mt-md-n16,
  .my-md-n16 {
    margin-top: -8rem !important;
  }
  .mr-md-n16,
  .mx-md-n16 {
    margin-right: -8rem !important;
  }
  .mb-md-n16,
  .my-md-n16 {
    margin-bottom: -8rem !important;
  }
  .ml-md-n16,
  .mx-md-n16 {
    margin-left: -8rem !important;
  }
  .m-md-n17 {
    margin: -9rem !important;
  }
  .mt-md-n17,
  .my-md-n17 {
    margin-top: -9rem !important;
  }
  .mr-md-n17,
  .mx-md-n17 {
    margin-right: -9rem !important;
  }
  .mb-md-n17,
  .my-md-n17 {
    margin-bottom: -9rem !important;
  }
  .ml-md-n17,
  .mx-md-n17 {
    margin-left: -9rem !important;
  }
  .m-md-n18 {
    margin: -10rem !important;
  }
  .mt-md-n18,
  .my-md-n18 {
    margin-top: -10rem !important;
  }
  .mr-md-n18,
  .mx-md-n18 {
    margin-right: -10rem !important;
  }
  .mb-md-n18,
  .my-md-n18 {
    margin-bottom: -10rem !important;
  }
  .ml-md-n18,
  .mx-md-n18 {
    margin-left: -10rem !important;
  }
  .m-md-n19 {
    margin: -11rem !important;
  }
  .mt-md-n19,
  .my-md-n19 {
    margin-top: -11rem !important;
  }
  .mr-md-n19,
  .mx-md-n19 {
    margin-right: -11rem !important;
  }
  .mb-md-n19,
  .my-md-n19 {
    margin-bottom: -11rem !important;
  }
  .ml-md-n19,
  .mx-md-n19 {
    margin-left: -11rem !important;
  }
  .m-md-n20 {
    margin: -12rem !important;
  }
  .mt-md-n20,
  .my-md-n20 {
    margin-top: -12rem !important;
  }
  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -12rem !important;
  }
  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -12rem !important;
  }
  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -12rem !important;
  }
  .m-md-n21 {
    margin: -13rem !important;
  }
  .mt-md-n21,
  .my-md-n21 {
    margin-top: -13rem !important;
  }
  .mr-md-n21,
  .mx-md-n21 {
    margin-right: -13rem !important;
  }
  .mb-md-n21,
  .my-md-n21 {
    margin-bottom: -13rem !important;
  }
  .ml-md-n21,
  .mx-md-n21 {
    margin-left: -13rem !important;
  }
  .m-md-n22 {
    margin: -14rem !important;
  }
  .mt-md-n22,
  .my-md-n22 {
    margin-top: -14rem !important;
  }
  .mr-md-n22,
  .mx-md-n22 {
    margin-right: -14rem !important;
  }
  .mb-md-n22,
  .my-md-n22 {
    margin-bottom: -14rem !important;
  }
  .ml-md-n22,
  .mx-md-n22 {
    margin-left: -14rem !important;
  }
  .m-md-n23 {
    margin: -15rem !important;
  }
  .mt-md-n23,
  .my-md-n23 {
    margin-top: -15rem !important;
  }
  .mr-md-n23,
  .mx-md-n23 {
    margin-right: -15rem !important;
  }
  .mb-md-n23,
  .my-md-n23 {
    margin-bottom: -15rem !important;
  }
  .ml-md-n23,
  .mx-md-n23 {
    margin-left: -15rem !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.125rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.125rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.125rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.125rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.125rem !important;
  }
  .m-lg-2 {
    margin: 0.25rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.25rem !important;
  }
  .m-lg-3 {
    margin: 0.375rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 0.375rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 0.375rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 0.375rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 0.375rem !important;
  }
  .m-lg-4 {
    margin: 0.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 0.5rem !important;
  }
  .m-lg-5 {
    margin: 1rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 1rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 1rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 1rem !important;
  }
  .m-lg-6 {
    margin: 1.25rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 1.25rem !important;
  }
  .m-lg-7 {
    margin: 1.5rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 1.5rem !important;
  }
  .m-lg-8 {
    margin: 1.75rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 1.75rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 1.75rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 1.75rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 1.75rem !important;
  }
  .m-lg-9 {
    margin: 2rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 2rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 2rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 2rem !important;
  }
  .m-lg-10 {
    margin: 2.5rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 2.5rem !important;
  }
  .m-lg-11 {
    margin: 3rem !important;
  }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 3rem !important;
  }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 3rem !important;
  }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 3rem !important;
  }
  .m-lg-12 {
    margin: 4rem !important;
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 4rem !important;
  }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 4rem !important;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 4rem !important;
  }
  .m-lg-13 {
    margin: 5rem !important;
  }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 5rem !important;
  }
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 5rem !important;
  }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 5rem !important;
  }
  .m-lg-14 {
    margin: 6rem !important;
  }
  .mt-lg-14,
  .my-lg-14 {
    margin-top: 6rem !important;
  }
  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 6rem !important;
  }
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 6rem !important;
  }
  .m-lg-15 {
    margin: 7rem !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 7rem !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 7rem !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 7rem !important;
  }
  .m-lg-16 {
    margin: 8rem !important;
  }
  .mt-lg-16,
  .my-lg-16 {
    margin-top: 8rem !important;
  }
  .mr-lg-16,
  .mx-lg-16 {
    margin-right: 8rem !important;
  }
  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-16,
  .mx-lg-16 {
    margin-left: 8rem !important;
  }
  .m-lg-17 {
    margin: 9rem !important;
  }
  .mt-lg-17,
  .my-lg-17 {
    margin-top: 9rem !important;
  }
  .mr-lg-17,
  .mx-lg-17 {
    margin-right: 9rem !important;
  }
  .mb-lg-17,
  .my-lg-17 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-17,
  .mx-lg-17 {
    margin-left: 9rem !important;
  }
  .m-lg-18 {
    margin: 10rem !important;
  }
  .mt-lg-18,
  .my-lg-18 {
    margin-top: 10rem !important;
  }
  .mr-lg-18,
  .mx-lg-18 {
    margin-right: 10rem !important;
  }
  .mb-lg-18,
  .my-lg-18 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-18,
  .mx-lg-18 {
    margin-left: 10rem !important;
  }
  .m-lg-19 {
    margin: 11rem !important;
  }
  .mt-lg-19,
  .my-lg-19 {
    margin-top: 11rem !important;
  }
  .mr-lg-19,
  .mx-lg-19 {
    margin-right: 11rem !important;
  }
  .mb-lg-19,
  .my-lg-19 {
    margin-bottom: 11rem !important;
  }
  .ml-lg-19,
  .mx-lg-19 {
    margin-left: 11rem !important;
  }
  .m-lg-20 {
    margin: 12rem !important;
  }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 12rem !important;
  }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 12rem !important;
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 12rem !important;
  }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 12rem !important;
  }
  .m-lg-21 {
    margin: 13rem !important;
  }
  .mt-lg-21,
  .my-lg-21 {
    margin-top: 13rem !important;
  }
  .mr-lg-21,
  .mx-lg-21 {
    margin-right: 13rem !important;
  }
  .mb-lg-21,
  .my-lg-21 {
    margin-bottom: 13rem !important;
  }
  .ml-lg-21,
  .mx-lg-21 {
    margin-left: 13rem !important;
  }
  .m-lg-22 {
    margin: 14rem !important;
  }
  .mt-lg-22,
  .my-lg-22 {
    margin-top: 14rem !important;
  }
  .mr-lg-22,
  .mx-lg-22 {
    margin-right: 14rem !important;
  }
  .mb-lg-22,
  .my-lg-22 {
    margin-bottom: 14rem !important;
  }
  .ml-lg-22,
  .mx-lg-22 {
    margin-left: 14rem !important;
  }
  .m-lg-23 {
    margin: 15rem !important;
  }
  .mt-lg-23,
  .my-lg-23 {
    margin-top: 15rem !important;
  }
  .mr-lg-23,
  .mx-lg-23 {
    margin-right: 15rem !important;
  }
  .mb-lg-23,
  .my-lg-23 {
    margin-bottom: 15rem !important;
  }
  .ml-lg-23,
  .mx-lg-23 {
    margin-left: 15rem !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.125rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.125rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.125rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.125rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.125rem !important;
  }
  .p-lg-2 {
    padding: 0.25rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.25rem !important;
  }
  .p-lg-3 {
    padding: 0.375rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 0.375rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 0.375rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 0.375rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 0.375rem !important;
  }
  .p-lg-4 {
    padding: 0.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 0.5rem !important;
  }
  .p-lg-5 {
    padding: 1rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 1rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 1rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 1rem !important;
  }
  .p-lg-6 {
    padding: 1.25rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 1.25rem !important;
  }
  .p-lg-7 {
    padding: 1.5rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 1.5rem !important;
  }
  .p-lg-8 {
    padding: 1.75rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 1.75rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 1.75rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 1.75rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 1.75rem !important;
  }
  .p-lg-9 {
    padding: 2rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 2rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 2rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 2rem !important;
  }
  .p-lg-10 {
    padding: 2.5rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 2.5rem !important;
  }
  .p-lg-11 {
    padding: 3rem !important;
  }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 3rem !important;
  }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 3rem !important;
  }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 3rem !important;
  }
  .p-lg-12 {
    padding: 4rem !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 4rem !important;
  }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 4rem !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 4rem !important;
  }
  .p-lg-13 {
    padding: 5rem !important;
  }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 5rem !important;
  }
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 5rem !important;
  }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 5rem !important;
  }
  .p-lg-14 {
    padding: 6rem !important;
  }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 6rem !important;
  }
  .pr-lg-14,
  .px-lg-14 {
    padding-right: 6rem !important;
  }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-14,
  .px-lg-14 {
    padding-left: 6rem !important;
  }
  .p-lg-15 {
    padding: 7rem !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 7rem !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 7rem !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 7rem !important;
  }
  .p-lg-16 {
    padding: 8rem !important;
  }
  .pt-lg-16,
  .py-lg-16 {
    padding-top: 8rem !important;
  }
  .pr-lg-16,
  .px-lg-16 {
    padding-right: 8rem !important;
  }
  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-16,
  .px-lg-16 {
    padding-left: 8rem !important;
  }
  .p-lg-17 {
    padding: 9rem !important;
  }
  .pt-lg-17,
  .py-lg-17 {
    padding-top: 9rem !important;
  }
  .pr-lg-17,
  .px-lg-17 {
    padding-right: 9rem !important;
  }
  .pb-lg-17,
  .py-lg-17 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-17,
  .px-lg-17 {
    padding-left: 9rem !important;
  }
  .p-lg-18 {
    padding: 10rem !important;
  }
  .pt-lg-18,
  .py-lg-18 {
    padding-top: 10rem !important;
  }
  .pr-lg-18,
  .px-lg-18 {
    padding-right: 10rem !important;
  }
  .pb-lg-18,
  .py-lg-18 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-18,
  .px-lg-18 {
    padding-left: 10rem !important;
  }
  .p-lg-19 {
    padding: 11rem !important;
  }
  .pt-lg-19,
  .py-lg-19 {
    padding-top: 11rem !important;
  }
  .pr-lg-19,
  .px-lg-19 {
    padding-right: 11rem !important;
  }
  .pb-lg-19,
  .py-lg-19 {
    padding-bottom: 11rem !important;
  }
  .pl-lg-19,
  .px-lg-19 {
    padding-left: 11rem !important;
  }
  .p-lg-20 {
    padding: 12rem !important;
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 12rem !important;
  }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 12rem !important;
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 12rem !important;
  }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 12rem !important;
  }
  .p-lg-21 {
    padding: 13rem !important;
  }
  .pt-lg-21,
  .py-lg-21 {
    padding-top: 13rem !important;
  }
  .pr-lg-21,
  .px-lg-21 {
    padding-right: 13rem !important;
  }
  .pb-lg-21,
  .py-lg-21 {
    padding-bottom: 13rem !important;
  }
  .pl-lg-21,
  .px-lg-21 {
    padding-left: 13rem !important;
  }
  .p-lg-22 {
    padding: 14rem !important;
  }
  .pt-lg-22,
  .py-lg-22 {
    padding-top: 14rem !important;
  }
  .pr-lg-22,
  .px-lg-22 {
    padding-right: 14rem !important;
  }
  .pb-lg-22,
  .py-lg-22 {
    padding-bottom: 14rem !important;
  }
  .pl-lg-22,
  .px-lg-22 {
    padding-left: 14rem !important;
  }
  .p-lg-23 {
    padding: 15rem !important;
  }
  .pt-lg-23,
  .py-lg-23 {
    padding-top: 15rem !important;
  }
  .pr-lg-23,
  .px-lg-23 {
    padding-right: 15rem !important;
  }
  .pb-lg-23,
  .py-lg-23 {
    padding-bottom: 15rem !important;
  }
  .pl-lg-23,
  .px-lg-23 {
    padding-left: 15rem !important;
  }
  .m-lg-n1 {
    margin: -0.125rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.125rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.125rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.125rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.125rem !important;
  }
  .m-lg-n2 {
    margin: -0.25rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n3 {
    margin: -0.375rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -0.375rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -0.375rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -0.375rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -0.375rem !important;
  }
  .m-lg-n4 {
    margin: -0.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n5 {
    margin: -1rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -1rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -1rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -1rem !important;
  }
  .m-lg-n6 {
    margin: -1.25rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -1.25rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -1.25rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -1.25rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -1.25rem !important;
  }
  .m-lg-n7 {
    margin: -1.5rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n8 {
    margin: -1.75rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -1.75rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -1.75rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -1.75rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -1.75rem !important;
  }
  .m-lg-n9 {
    margin: -2rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -2rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -2rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -2rem !important;
  }
  .m-lg-n10 {
    margin: -2.5rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -2.5rem !important;
  }
  .m-lg-n11 {
    margin: -3rem !important;
  }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -3rem !important;
  }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -3rem !important;
  }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -3rem !important;
  }
  .m-lg-n12 {
    margin: -4rem !important;
  }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -4rem !important;
  }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -4rem !important;
  }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -4rem !important;
  }
  .m-lg-n13 {
    margin: -5rem !important;
  }
  .mt-lg-n13,
  .my-lg-n13 {
    margin-top: -5rem !important;
  }
  .mr-lg-n13,
  .mx-lg-n13 {
    margin-right: -5rem !important;
  }
  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n13,
  .mx-lg-n13 {
    margin-left: -5rem !important;
  }
  .m-lg-n14 {
    margin: -6rem !important;
  }
  .mt-lg-n14,
  .my-lg-n14 {
    margin-top: -6rem !important;
  }
  .mr-lg-n14,
  .mx-lg-n14 {
    margin-right: -6rem !important;
  }
  .mb-lg-n14,
  .my-lg-n14 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n14,
  .mx-lg-n14 {
    margin-left: -6rem !important;
  }
  .m-lg-n15 {
    margin: -7rem !important;
  }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -7rem !important;
  }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -7rem !important;
  }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -7rem !important;
  }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -7rem !important;
  }
  .m-lg-n16 {
    margin: -8rem !important;
  }
  .mt-lg-n16,
  .my-lg-n16 {
    margin-top: -8rem !important;
  }
  .mr-lg-n16,
  .mx-lg-n16 {
    margin-right: -8rem !important;
  }
  .mb-lg-n16,
  .my-lg-n16 {
    margin-bottom: -8rem !important;
  }
  .ml-lg-n16,
  .mx-lg-n16 {
    margin-left: -8rem !important;
  }
  .m-lg-n17 {
    margin: -9rem !important;
  }
  .mt-lg-n17,
  .my-lg-n17 {
    margin-top: -9rem !important;
  }
  .mr-lg-n17,
  .mx-lg-n17 {
    margin-right: -9rem !important;
  }
  .mb-lg-n17,
  .my-lg-n17 {
    margin-bottom: -9rem !important;
  }
  .ml-lg-n17,
  .mx-lg-n17 {
    margin-left: -9rem !important;
  }
  .m-lg-n18 {
    margin: -10rem !important;
  }
  .mt-lg-n18,
  .my-lg-n18 {
    margin-top: -10rem !important;
  }
  .mr-lg-n18,
  .mx-lg-n18 {
    margin-right: -10rem !important;
  }
  .mb-lg-n18,
  .my-lg-n18 {
    margin-bottom: -10rem !important;
  }
  .ml-lg-n18,
  .mx-lg-n18 {
    margin-left: -10rem !important;
  }
  .m-lg-n19 {
    margin: -11rem !important;
  }
  .mt-lg-n19,
  .my-lg-n19 {
    margin-top: -11rem !important;
  }
  .mr-lg-n19,
  .mx-lg-n19 {
    margin-right: -11rem !important;
  }
  .mb-lg-n19,
  .my-lg-n19 {
    margin-bottom: -11rem !important;
  }
  .ml-lg-n19,
  .mx-lg-n19 {
    margin-left: -11rem !important;
  }
  .m-lg-n20 {
    margin: -12rem !important;
  }
  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -12rem !important;
  }
  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -12rem !important;
  }
  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -12rem !important;
  }
  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -12rem !important;
  }
  .m-lg-n21 {
    margin: -13rem !important;
  }
  .mt-lg-n21,
  .my-lg-n21 {
    margin-top: -13rem !important;
  }
  .mr-lg-n21,
  .mx-lg-n21 {
    margin-right: -13rem !important;
  }
  .mb-lg-n21,
  .my-lg-n21 {
    margin-bottom: -13rem !important;
  }
  .ml-lg-n21,
  .mx-lg-n21 {
    margin-left: -13rem !important;
  }
  .m-lg-n22 {
    margin: -14rem !important;
  }
  .mt-lg-n22,
  .my-lg-n22 {
    margin-top: -14rem !important;
  }
  .mr-lg-n22,
  .mx-lg-n22 {
    margin-right: -14rem !important;
  }
  .mb-lg-n22,
  .my-lg-n22 {
    margin-bottom: -14rem !important;
  }
  .ml-lg-n22,
  .mx-lg-n22 {
    margin-left: -14rem !important;
  }
  .m-lg-n23 {
    margin: -15rem !important;
  }
  .mt-lg-n23,
  .my-lg-n23 {
    margin-top: -15rem !important;
  }
  .mr-lg-n23,
  .mx-lg-n23 {
    margin-right: -15rem !important;
  }
  .mb-lg-n23,
  .my-lg-n23 {
    margin-bottom: -15rem !important;
  }
  .ml-lg-n23,
  .mx-lg-n23 {
    margin-left: -15rem !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: 1280px) {
  .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.125rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.125rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.125rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.125rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.125rem !important;
  }
  .m-xl-2 {
    margin: 0.25rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.25rem !important;
  }
  .m-xl-3 {
    margin: 0.375rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 0.375rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 0.375rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 0.375rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 0.375rem !important;
  }
  .m-xl-4 {
    margin: 0.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 0.5rem !important;
  }
  .m-xl-5 {
    margin: 1rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 1rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 1rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 1rem !important;
  }
  .m-xl-6 {
    margin: 1.25rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 1.25rem !important;
  }
  .m-xl-7 {
    margin: 1.5rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 1.5rem !important;
  }
  .m-xl-8 {
    margin: 1.75rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 1.75rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 1.75rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 1.75rem !important;
  }
  .m-xl-9 {
    margin: 2rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 2rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 2rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 2rem !important;
  }
  .m-xl-10 {
    margin: 2.5rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 2.5rem !important;
  }
  .m-xl-11 {
    margin: 3rem !important;
  }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 3rem !important;
  }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 3rem !important;
  }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 3rem !important;
  }
  .m-xl-12 {
    margin: 4rem !important;
  }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 4rem !important;
  }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 4rem !important;
  }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 4rem !important;
  }
  .m-xl-13 {
    margin: 5rem !important;
  }
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 5rem !important;
  }
  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 5rem !important;
  }
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 5rem !important;
  }
  .m-xl-14 {
    margin: 6rem !important;
  }
  .mt-xl-14,
  .my-xl-14 {
    margin-top: 6rem !important;
  }
  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 6rem !important;
  }
  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 6rem !important;
  }
  .m-xl-15 {
    margin: 7rem !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 7rem !important;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 7rem !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 7rem !important;
  }
  .m-xl-16 {
    margin: 8rem !important;
  }
  .mt-xl-16,
  .my-xl-16 {
    margin-top: 8rem !important;
  }
  .mr-xl-16,
  .mx-xl-16 {
    margin-right: 8rem !important;
  }
  .mb-xl-16,
  .my-xl-16 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-16,
  .mx-xl-16 {
    margin-left: 8rem !important;
  }
  .m-xl-17 {
    margin: 9rem !important;
  }
  .mt-xl-17,
  .my-xl-17 {
    margin-top: 9rem !important;
  }
  .mr-xl-17,
  .mx-xl-17 {
    margin-right: 9rem !important;
  }
  .mb-xl-17,
  .my-xl-17 {
    margin-bottom: 9rem !important;
  }
  .ml-xl-17,
  .mx-xl-17 {
    margin-left: 9rem !important;
  }
  .m-xl-18 {
    margin: 10rem !important;
  }
  .mt-xl-18,
  .my-xl-18 {
    margin-top: 10rem !important;
  }
  .mr-xl-18,
  .mx-xl-18 {
    margin-right: 10rem !important;
  }
  .mb-xl-18,
  .my-xl-18 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-18,
  .mx-xl-18 {
    margin-left: 10rem !important;
  }
  .m-xl-19 {
    margin: 11rem !important;
  }
  .mt-xl-19,
  .my-xl-19 {
    margin-top: 11rem !important;
  }
  .mr-xl-19,
  .mx-xl-19 {
    margin-right: 11rem !important;
  }
  .mb-xl-19,
  .my-xl-19 {
    margin-bottom: 11rem !important;
  }
  .ml-xl-19,
  .mx-xl-19 {
    margin-left: 11rem !important;
  }
  .m-xl-20 {
    margin: 12rem !important;
  }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 12rem !important;
  }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 12rem !important;
  }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 12rem !important;
  }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 12rem !important;
  }
  .m-xl-21 {
    margin: 13rem !important;
  }
  .mt-xl-21,
  .my-xl-21 {
    margin-top: 13rem !important;
  }
  .mr-xl-21,
  .mx-xl-21 {
    margin-right: 13rem !important;
  }
  .mb-xl-21,
  .my-xl-21 {
    margin-bottom: 13rem !important;
  }
  .ml-xl-21,
  .mx-xl-21 {
    margin-left: 13rem !important;
  }
  .m-xl-22 {
    margin: 14rem !important;
  }
  .mt-xl-22,
  .my-xl-22 {
    margin-top: 14rem !important;
  }
  .mr-xl-22,
  .mx-xl-22 {
    margin-right: 14rem !important;
  }
  .mb-xl-22,
  .my-xl-22 {
    margin-bottom: 14rem !important;
  }
  .ml-xl-22,
  .mx-xl-22 {
    margin-left: 14rem !important;
  }
  .m-xl-23 {
    margin: 15rem !important;
  }
  .mt-xl-23,
  .my-xl-23 {
    margin-top: 15rem !important;
  }
  .mr-xl-23,
  .mx-xl-23 {
    margin-right: 15rem !important;
  }
  .mb-xl-23,
  .my-xl-23 {
    margin-bottom: 15rem !important;
  }
  .ml-xl-23,
  .mx-xl-23 {
    margin-left: 15rem !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.125rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.125rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.125rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.125rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.125rem !important;
  }
  .p-xl-2 {
    padding: 0.25rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.25rem !important;
  }
  .p-xl-3 {
    padding: 0.375rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 0.375rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 0.375rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 0.375rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 0.375rem !important;
  }
  .p-xl-4 {
    padding: 0.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 0.5rem !important;
  }
  .p-xl-5 {
    padding: 1rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 1rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 1rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 1rem !important;
  }
  .p-xl-6 {
    padding: 1.25rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 1.25rem !important;
  }
  .p-xl-7 {
    padding: 1.5rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 1.5rem !important;
  }
  .p-xl-8 {
    padding: 1.75rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 1.75rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 1.75rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 1.75rem !important;
  }
  .p-xl-9 {
    padding: 2rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 2rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 2rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 2rem !important;
  }
  .p-xl-10 {
    padding: 2.5rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 2.5rem !important;
  }
  .p-xl-11 {
    padding: 3rem !important;
  }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 3rem !important;
  }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 3rem !important;
  }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 3rem !important;
  }
  .p-xl-12 {
    padding: 4rem !important;
  }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 4rem !important;
  }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 4rem !important;
  }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 4rem !important;
  }
  .p-xl-13 {
    padding: 5rem !important;
  }
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 5rem !important;
  }
  .pr-xl-13,
  .px-xl-13 {
    padding-right: 5rem !important;
  }
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-13,
  .px-xl-13 {
    padding-left: 5rem !important;
  }
  .p-xl-14 {
    padding: 6rem !important;
  }
  .pt-xl-14,
  .py-xl-14 {
    padding-top: 6rem !important;
  }
  .pr-xl-14,
  .px-xl-14 {
    padding-right: 6rem !important;
  }
  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-14,
  .px-xl-14 {
    padding-left: 6rem !important;
  }
  .p-xl-15 {
    padding: 7rem !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 7rem !important;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 7rem !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 7rem !important;
  }
  .p-xl-16 {
    padding: 8rem !important;
  }
  .pt-xl-16,
  .py-xl-16 {
    padding-top: 8rem !important;
  }
  .pr-xl-16,
  .px-xl-16 {
    padding-right: 8rem !important;
  }
  .pb-xl-16,
  .py-xl-16 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-16,
  .px-xl-16 {
    padding-left: 8rem !important;
  }
  .p-xl-17 {
    padding: 9rem !important;
  }
  .pt-xl-17,
  .py-xl-17 {
    padding-top: 9rem !important;
  }
  .pr-xl-17,
  .px-xl-17 {
    padding-right: 9rem !important;
  }
  .pb-xl-17,
  .py-xl-17 {
    padding-bottom: 9rem !important;
  }
  .pl-xl-17,
  .px-xl-17 {
    padding-left: 9rem !important;
  }
  .p-xl-18 {
    padding: 10rem !important;
  }
  .pt-xl-18,
  .py-xl-18 {
    padding-top: 10rem !important;
  }
  .pr-xl-18,
  .px-xl-18 {
    padding-right: 10rem !important;
  }
  .pb-xl-18,
  .py-xl-18 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-18,
  .px-xl-18 {
    padding-left: 10rem !important;
  }
  .p-xl-19 {
    padding: 11rem !important;
  }
  .pt-xl-19,
  .py-xl-19 {
    padding-top: 11rem !important;
  }
  .pr-xl-19,
  .px-xl-19 {
    padding-right: 11rem !important;
  }
  .pb-xl-19,
  .py-xl-19 {
    padding-bottom: 11rem !important;
  }
  .pl-xl-19,
  .px-xl-19 {
    padding-left: 11rem !important;
  }
  .p-xl-20 {
    padding: 12rem !important;
  }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 12rem !important;
  }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 12rem !important;
  }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 12rem !important;
  }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 12rem !important;
  }
  .p-xl-21 {
    padding: 13rem !important;
  }
  .pt-xl-21,
  .py-xl-21 {
    padding-top: 13rem !important;
  }
  .pr-xl-21,
  .px-xl-21 {
    padding-right: 13rem !important;
  }
  .pb-xl-21,
  .py-xl-21 {
    padding-bottom: 13rem !important;
  }
  .pl-xl-21,
  .px-xl-21 {
    padding-left: 13rem !important;
  }
  .p-xl-22 {
    padding: 14rem !important;
  }
  .pt-xl-22,
  .py-xl-22 {
    padding-top: 14rem !important;
  }
  .pr-xl-22,
  .px-xl-22 {
    padding-right: 14rem !important;
  }
  .pb-xl-22,
  .py-xl-22 {
    padding-bottom: 14rem !important;
  }
  .pl-xl-22,
  .px-xl-22 {
    padding-left: 14rem !important;
  }
  .p-xl-23 {
    padding: 15rem !important;
  }
  .pt-xl-23,
  .py-xl-23 {
    padding-top: 15rem !important;
  }
  .pr-xl-23,
  .px-xl-23 {
    padding-right: 15rem !important;
  }
  .pb-xl-23,
  .py-xl-23 {
    padding-bottom: 15rem !important;
  }
  .pl-xl-23,
  .px-xl-23 {
    padding-left: 15rem !important;
  }
  .m-xl-n1 {
    margin: -0.125rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.125rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.125rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.125rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.125rem !important;
  }
  .m-xl-n2 {
    margin: -0.25rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n3 {
    margin: -0.375rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -0.375rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -0.375rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -0.375rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -0.375rem !important;
  }
  .m-xl-n4 {
    margin: -0.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n5 {
    margin: -1rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -1rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -1rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -1rem !important;
  }
  .m-xl-n6 {
    margin: -1.25rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -1.25rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -1.25rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -1.25rem !important;
  }
  .m-xl-n7 {
    margin: -1.5rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n8 {
    margin: -1.75rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -1.75rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -1.75rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -1.75rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -1.75rem !important;
  }
  .m-xl-n9 {
    margin: -2rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -2rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -2rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -2rem !important;
  }
  .m-xl-n10 {
    margin: -2.5rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -2.5rem !important;
  }
  .m-xl-n11 {
    margin: -3rem !important;
  }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -3rem !important;
  }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -3rem !important;
  }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -3rem !important;
  }
  .m-xl-n12 {
    margin: -4rem !important;
  }
  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -4rem !important;
  }
  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -4rem !important;
  }
  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -4rem !important;
  }
  .m-xl-n13 {
    margin: -5rem !important;
  }
  .mt-xl-n13,
  .my-xl-n13 {
    margin-top: -5rem !important;
  }
  .mr-xl-n13,
  .mx-xl-n13 {
    margin-right: -5rem !important;
  }
  .mb-xl-n13,
  .my-xl-n13 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n13,
  .mx-xl-n13 {
    margin-left: -5rem !important;
  }
  .m-xl-n14 {
    margin: -6rem !important;
  }
  .mt-xl-n14,
  .my-xl-n14 {
    margin-top: -6rem !important;
  }
  .mr-xl-n14,
  .mx-xl-n14 {
    margin-right: -6rem !important;
  }
  .mb-xl-n14,
  .my-xl-n14 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n14,
  .mx-xl-n14 {
    margin-left: -6rem !important;
  }
  .m-xl-n15 {
    margin: -7rem !important;
  }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -7rem !important;
  }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -7rem !important;
  }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -7rem !important;
  }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -7rem !important;
  }
  .m-xl-n16 {
    margin: -8rem !important;
  }
  .mt-xl-n16,
  .my-xl-n16 {
    margin-top: -8rem !important;
  }
  .mr-xl-n16,
  .mx-xl-n16 {
    margin-right: -8rem !important;
  }
  .mb-xl-n16,
  .my-xl-n16 {
    margin-bottom: -8rem !important;
  }
  .ml-xl-n16,
  .mx-xl-n16 {
    margin-left: -8rem !important;
  }
  .m-xl-n17 {
    margin: -9rem !important;
  }
  .mt-xl-n17,
  .my-xl-n17 {
    margin-top: -9rem !important;
  }
  .mr-xl-n17,
  .mx-xl-n17 {
    margin-right: -9rem !important;
  }
  .mb-xl-n17,
  .my-xl-n17 {
    margin-bottom: -9rem !important;
  }
  .ml-xl-n17,
  .mx-xl-n17 {
    margin-left: -9rem !important;
  }
  .m-xl-n18 {
    margin: -10rem !important;
  }
  .mt-xl-n18,
  .my-xl-n18 {
    margin-top: -10rem !important;
  }
  .mr-xl-n18,
  .mx-xl-n18 {
    margin-right: -10rem !important;
  }
  .mb-xl-n18,
  .my-xl-n18 {
    margin-bottom: -10rem !important;
  }
  .ml-xl-n18,
  .mx-xl-n18 {
    margin-left: -10rem !important;
  }
  .m-xl-n19 {
    margin: -11rem !important;
  }
  .mt-xl-n19,
  .my-xl-n19 {
    margin-top: -11rem !important;
  }
  .mr-xl-n19,
  .mx-xl-n19 {
    margin-right: -11rem !important;
  }
  .mb-xl-n19,
  .my-xl-n19 {
    margin-bottom: -11rem !important;
  }
  .ml-xl-n19,
  .mx-xl-n19 {
    margin-left: -11rem !important;
  }
  .m-xl-n20 {
    margin: -12rem !important;
  }
  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -12rem !important;
  }
  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -12rem !important;
  }
  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -12rem !important;
  }
  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -12rem !important;
  }
  .m-xl-n21 {
    margin: -13rem !important;
  }
  .mt-xl-n21,
  .my-xl-n21 {
    margin-top: -13rem !important;
  }
  .mr-xl-n21,
  .mx-xl-n21 {
    margin-right: -13rem !important;
  }
  .mb-xl-n21,
  .my-xl-n21 {
    margin-bottom: -13rem !important;
  }
  .ml-xl-n21,
  .mx-xl-n21 {
    margin-left: -13rem !important;
  }
  .m-xl-n22 {
    margin: -14rem !important;
  }
  .mt-xl-n22,
  .my-xl-n22 {
    margin-top: -14rem !important;
  }
  .mr-xl-n22,
  .mx-xl-n22 {
    margin-right: -14rem !important;
  }
  .mb-xl-n22,
  .my-xl-n22 {
    margin-bottom: -14rem !important;
  }
  .ml-xl-n22,
  .mx-xl-n22 {
    margin-left: -14rem !important;
  }
  .m-xl-n23 {
    margin: -15rem !important;
  }
  .mt-xl-n23,
  .my-xl-n23 {
    margin-top: -15rem !important;
  }
  .mr-xl-n23,
  .mx-xl-n23 {
    margin-right: -15rem !important;
  }
  .mb-xl-n23,
  .my-xl-n23 {
    margin-bottom: -15rem !important;
  }
  .ml-xl-n23,
  .mx-xl-n23 {
    margin-left: -15rem !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;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !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: 1280px) {
  .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-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #338802 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #173d01 !important;
}

.text-secondary {
  color: #483729 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #17120d !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f2f2f2 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cccccc !important;
}

.text-dark {
  color: #58595b !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #323334 !important;
}

.text-body {
  color: #483729 !important;
}

.text-muted {
  color: #737271 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-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 #8c8c8c;
    page-break-inside: avoid;
  }
  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 #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dbdedb !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dbdedb;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dbdedb;
  }
}
.date-picker-wrapper {
  position: absolute;
  z-index: 1;
  border: 1px solid #eaeaea;
  background-color: #ffffff;
  font-size: 18px;
  line-height: 1;
  color: #483729;
  font-family: Arial, sans-serif;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: initial;
          box-sizing: initial;
  z-index: 1060;
  overflow-y: scroll;
}

.date-picker-inner {
  position: relative;
  height: 100%;
  padding: 2rem 3rem;
}

.dp-clearfix {
  clear: both;
  height: 0;
  font-size: 0;
}

.date-picker-wrapper.inline-wrapper {
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
}
.date-picker-wrapper.single-date {
  width: auto;
}
.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px;
}
.date-picker-wrapper strong {
  color: #666;
  font-weight: 700;
}
.date-picker-wrapper a {
  color: rgb(107, 180, 214);
  text-decoration: underline;
}
.date-picker-wrapper .month-name {
  font-size: 16px;
  color: #666666;
  font-weight: 700;
  text-transform: capitalize;
}
.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.date-picker-wrapper .select-wrapper:hover {
  text-decoration: underline;
}
.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle;
}
.date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 0.01;
}
.date-picker-wrapper .month-wrapper {
  background-color: #ffffff;
  cursor: default;
  position: relative;
  _overflow: hidden;
}
.date-picker-wrapper .month-wrapper table {
  width: 280px;
  float: left;
  border-collapse: collapse;
}
.date-picker-wrapper .month-wrapper table th, .date-picker-wrapper .month-wrapper table td {
  vertical-align: middle;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.date-picker-wrapper .month-wrapper table td:not(:first-of-type) .day:not(.nextMonth):not(.lastMonth) {
  border-left: 1px solid #8c8c8c;
}
.date-picker-wrapper .month-wrapper table .day {
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: default;
}
.date-picker-wrapper .month-wrapper table .day.invalid {
  color: #eaeaea;
}
.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #d9edcc;
}
.date-picker-wrapper .month-wrapper table .week-name {
  font-weight: 700;
  text-transform: capitalize;
}
.date-picker-wrapper .month-wrapper table .week-name th {
  width: 40px;
  height: 40px;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip {
  white-space: nowrap;
}
.date-picker-wrapper .time label {
  white-space: nowrap;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  cursor: pointer;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #d9edcc;
}
.date-picker-wrapper .month-wrapper table .day.nextMonth, .date-picker-wrapper .month-wrapper table .day.lastMonth {
  display: none;
}
.date-picker-wrapper table .caption {
  height: 2rem;
}
.date-picker-wrapper table .caption > th:first-of-type, .date-picker-wrapper table .caption > th:last-of-type {
  width: 27px;
}
.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: red;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0;
}
.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}
.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative;
}
.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
}
.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid white;
}
.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid white;
}
.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3;
}
.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3;
}
.date-picker-wrapper .selected-days {
  display: none;
}
.date-picker-wrapper .drp_top-bar {
  line-height: 1.2;
  position: relative;
  padding: 0px 1.875rem;
}
.date-picker-wrapper .drp_top-bar .error-top, .date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar .default-top {
  display: block;
}
.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}
.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block;
}
.date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
  color: #333;
}
.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0px;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00adee", endColorstr="#0078a5");
  color: white;
  line-height: initial;
}
.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ededed");
}
.date-picker-wrapper .time {
  position: relative;
}
.date-picker-wrapper.single-month .time {
  display: block;
}
.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}
.date-picker-wrapper .time1 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

/*time styling*/
.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

.date-picker-wrapper .time1 {
  float: left;
}
.date-picker-wrapper .time2 {
  float: right;
}
.date-picker-wrapper .hour {
  text-align: right;
}

.minute {
  text-align: right;
}

.date-picker-wrapper .hide {
  display: none;
}
.date-picker-wrapper .first-date-selected, .date-picker-wrapper .last-date-selected {
  background-color: #338802 !important;
  color: #ffffff !important;
}
.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  color: #ffffff;
  background-color: #483729;
  padding: 6px; /* Increased padding for better readability */
  border-radius: 4px; /* Slightly more rounded */
  font-size: 12px;
  line-height: 18px; /* Increased line height for better spacing */
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  max-width: 100px; /* Adjusted to ensure text fits */
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* Center vertically */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Center horizontally */
  white-space: normal; /* Ensures the line break works */
  word-wrap: break-word;
}
.date-picker-wrapper .date-range-length-tip:after {
  content: "";
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #483729;
  left: 50%;
  margin-left: -6px;
  bottom: -6px;
}
.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}
.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}
.date-picker-wrapper .week-number.week-number-selected {
  color: #49e;
  font-weight: bold;
}
.date-picker-wrapper .next,
.date-picker-wrapper .prev {
  display: block;
  position: absolute;
  top: 50%;
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  width: 3rem;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.date-picker-wrapper .next {
  right: 0;
}
.date-picker-wrapper .prev {
  left: 0;
}
.date-picker-wrapper .close {
  font-size: 1.875rem;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem;
  z-index: 10;
}
@media (min-width: 768px) {
  .date-picker-wrapper .close {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .date-picker-wrapper {
    position: absolute !important;
    height: 100%;
    max-height: 100vh;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }
  .date-picker-wrapper .month-wrapper table {
    float: none;
  }
  .date-picker-wrapper .month-wrapper table .day {
    height: 2rem;
    line-height: 2rem;
  }
  .date-picker-wrapper .month2 {
    margin-top: 0.5rem;
  }
  .date-picker-wrapper .next,
  .date-picker-wrapper .prev {
    top: 50%;
    width: auto;
    z-index: 100;
  }
  .date-picker-inner {
    padding-top: 3rem;
    top: 0 !important;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
@media (max-width: 575.98px) {
  .date-picker-wrapper {
    position: absolute;
    overflow-y: scroll;
  }
  .date-picker-wrapper .next,
  .date-picker-wrapper .prev {
    top: 58%;
    width: 2rem;
  }
  .date-picker-inner {
    padding: 1rem;
    width: 100%;
    bottom: env(safe-area-inset-bottom);
  }
}
@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0 ; /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: rgba(72, 55, 41, 0.6);
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(72, 55, 41, 0.6);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #dc3545;
}
.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  float: none;
  display: block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle, .bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.375rem 0.625rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1000;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(72, 55, 41, 0.6) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: rgb(245, 245, 245);
  border: 1px solid rgb(227, 227, 227);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
          animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: " ";
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1001;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #483729;
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid #483729;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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 {
  display: block;
}
.slick-slide.slick-loading img {
  display: 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;
}

.slick-loading .slick-list {
  background: #fff url(./images/ajax-loader.gif?hash=fb6f3c230cb846e25247) center center no-repeat;
}

.slick-slide {
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          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-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.75;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
}

.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-dotted.slick-slider {
  margin-bottom: 60px;
}

.slick-dots {
  position: absolute;
  bottom: -50px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 40px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 40px;
  width: 40px;
  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: 40px;
  height: 40px;
  font-size: 60px;
  line-height: 40px;
  text-align: center;
  color: #cccccc;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #338802;
  opacity: 1;
}

.slick-prev,
.slick-next {
  height: 47px;
  width: 15px;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  height: 47px;
  width: 15px;
  background-repeat: no-repeat;
  background-position: center;
}

.slick-prev:before {
  background-image: url(./images/carousel-arrow-left.png?hash=26333540a4689f8fa7e0);
}

.slick-next:before {
  background-image: url(./images/carousel-arrow-right.png?hash=01b2db83081940b01a3b);
}

.esa-inner-arrows .slick-prev {
  left: 10px;
  z-index: 1;
}
.esa-inner-arrows .slick-prev:before {
  background-image: url(./images/carousel-arrow-left-white.png?hash=40a13187ce5425a639e0);
}
.esa-inner-arrows .slick-next {
  right: 10px;
  z-index: 1;
}
.esa-inner-arrows .slick-next:before {
  background-image: url(./images/carousel-arrow-right-white.png?hash=81ba524f3b7270becb2b);
}
.esa-inner-arrows.esa-inner-arrows--rounded .slick-prev {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.esa-inner-arrows.esa-inner-arrows--rounded .slick-prev:before {
  background-image: none;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-right: 3px solid #338802;
  border-bottom: 3px solid #338802;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.esa-inner-arrows.esa-inner-arrows--rounded .slick-next {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.esa-inner-arrows.esa-inner-arrows--rounded .slick-next:before {
  background-image: none;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-right: 3px solid #338802;
  border-bottom: 3px solid #338802;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.alert .close {
  color: #ffffff;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.esa-alert-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.375rem;
          flex: 0 0 4.375rem;
  padding: 0 0.625rem;
  font-size: 3.125rem;
  line-height: 1;
  text-align: center;
}

.esa-alert-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 0.625rem;
}
.esa-alert-text > :last-child {
  margin-bottom: 0;
}

.alert-info {
  color: #ffffff;
  border-color: #426495;
  background-color: #172e52;
}
.alert-info a, .alert-info a:hover, .alert-info a:focus {
  color: #ffffff;
}
.alert-info .esa-alert-icon {
  color: #426495;
}

.alert-success {
  color: #ffffff;
  border-color: #338802;
  background-color: #338802;
}
.alert-success a, .alert-success a:hover, .alert-success a:focus {
  color: #ffffff;
}
.alert-success .esa-alert-icon {
  color: #FFFFFF;
}

.alert-info-2 {
  color: #ffffff;
  background-color: #1F8DB3;
}

.badge {
  color: #ffffff;
  background-color: #8c8c8c;
}

.badge-pill {
  border-radius: 10rem;
}

.esa-circle-badge {
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.badge-light-blue {
  color: #00AAEB;
  background-color: rgba(0, 170, 235, 0.1);
}

.breadcrumb {
  margin-top: 0.125rem;
  padding: 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  .breadcrumb {
    font-size: 0.875rem;
  }
}

.breadcrumb-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.breadcrumb-item.active {
  font-weight: 700;
}
.breadcrumb-item + .breadcrumb-item:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: no-repeat center/contain;
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" fill="%23338802" viewBox="0 0 256 512"%3e%3cpath d="M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z"/%3e%3c/svg%3e');
  padding-right: 0;
  margin-right: 0.5rem;
}

.btn:not(.esa-btn-select):not(.esa-btn-main-nav-book):not(.esa-btn-plain) {
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .btn:not(.esa-btn-select):not(.esa-btn-main-nav-book):not(.esa-btn-plain) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    white-space: normal;
  }
}

.btn-outline-primary {
  background-color: #ffffff;
}

.btn-outline-secondary {
  background-color: #ffffff;
}

.btn-outline-success {
  background-color: #ffffff;
}

.btn-outline-info {
  background-color: #ffffff;
}

.btn-outline-warning {
  background-color: #ffffff;
}

.btn-outline-danger {
  background-color: #ffffff;
}

.btn-outline-light {
  background-color: #ffffff;
}

.btn-outline-dark {
  background-color: #ffffff;
}

.esa-btn-plain {
  border: 0;
  background-color: transparent;
  padding: 0;
  font-size: inherit;
}

.esa-btn-select {
  color: #483729;
  background-color: #ffffff;
  border-color: #cccccc;
}
.esa-btn-select:hover {
  color: #483729;
  background-color: #ffffff;
  border-color: #cccccc;
}
.esa-btn-select:focus {
  color: #483729;
  background-color: #ffffff;
  border-color: #65fb0e;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 160, 36, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(76, 160, 36, 0.5);
}
.esa-btn-select:disabled, .esa-btn-select[readonly] {
  background-color: #eaeaea;
  opacity: 1;
}

.esa-btn-control {
  color: #483729;
  background-color: #ffffff;
  border-color: #338802;
  padding-top: 0.4375rem;
  white-space: nowrap;
}
.esa-btn-control:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.esa-btn-control > * {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.esa-btn-control .esa-btn-control-icon {
  color: #338802;
  font-size: 0.875rem;
}
.esa-btn-control .esa-btn-control-text {
  font-size: 0.75rem;
}
.esa-btn-control.dropdown-toggle .esa-btn-control-text {
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .esa-btn-control .esa-btn-control-icon {
    font-size: 1.25rem;
  }
  .esa-btn-control .esa-btn-control-text {
    font-size: 0.875rem;
  }
}

.esa-btn-control-label {
  display: none;
  font-size: 0.6875rem;
  text-transform: uppercase;
  margin-left: 0.75rem;
}
@media (min-width: 768px) {
  .esa-btn-control-label {
    display: block;
  }
}

.esa-btn-control-container {
  display: inline-block;
  position: relative;
}

.esa-btn-quick-view,
.esa-btn-room-zoom {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  padding: 0.25rem;
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background-color: rgba(51, 136, 2, 0.75);
}
.esa-btn-quick-view.esa-btn-quick-view-icon--round,
.esa-btn-room-zoom.esa-btn-quick-view-icon--round {
  top: 10px;
  right: 10px;
  bottom: unset;
  border-radius: 100%;
  color: #338802;
  background-color: rgba(255, 255, 255, 0.75);
}
.esa-btn-quick-view .esa-btn-quick-view-icon,
.esa-btn-room-zoom .esa-btn-quick-view-icon {
  font-size: 1.5rem;
}
.esa-btn-quick-view:hover, .esa-btn-quick-view:focus,
.esa-btn-room-zoom:hover,
.esa-btn-room-zoom:focus {
  color: #ffffff;
  background-color: #338802;
}

.esa-btn-favorite-property {
  position: absolute;
  top: 15px;
  left: 20px;
  display: block;
  padding: 0;
  color: #338802;
  text-align: center;
}
.esa-btn-favorite-property .esa-btn-favorite-property-icon {
  font-size: 3rem;
}

.esa-btn-video-play {
  display: block;
  max-width: 7.5rem;
  border: 0;
  background-color: transparent;
  padding: 0;
  font-size: inherit;
  color: #338802;
  opacity: 0.7;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.esa-btn-video-play .esa-btn-inner-text {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.esa-btn-video-play:hover, .esa-btn-video-play:focus {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 768px) {
  .esa-btn-video-play {
    max-width: 9.6875rem;
  }
}
@media (min-width: 992px) {
  .esa-btn-video-play {
    max-width: 11.875rem;
  }
}

.esa-toggle-password-visibility-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(1.5em + 1.125rem + 2px);
  height: calc(1.5em + 1.125rem + 2px);
  border: 0;
  padding: 0;
  background-color: transparent;
  line-height: 1.5;
  font-size: 1.25rem;
}

.cursor-pointer {
  cursor: pointer;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 160, 36, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(76, 160, 36, 0.5);
}

.esa-card-nav .card {
  -webkit-box-shadow: 0 0 5px 1px rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 5px 1px rgba(204, 204, 204, 0.5);
}
.esa-card-nav .card {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 45%;
          flex: 1 0 45%;
}
@media (min-width: 992px) {
  .esa-card-nav .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
.esa-card-nav a:hover {
  text-decoration: none;
}
.esa-card-nav img {
  height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.card-body ul {
  padding-left: 1rem;
}

.esa-card-featured-destinations-img {
  position: relative;
}
.esa-card-featured-destinations-img img {
  width: 100%;
  height: 21.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.esa-card-featured-destinations-img-wide {
  position: relative;
}
.esa-card-featured-destinations-img-wide img {
  width: 100%;
  height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.esa-card-featured-destinations-content {
  padding: 1rem;
}
.esa-card-featured-destinations-content :last-child {
  margin-bottom: 0;
}

.esa-bg-grey-300 .text-primary {
  color: #145E00 !important;
}

.esa-carousel-link:not(.btn) {
  font-size: 1rem;
  font-weight: 700;
  text-decoration: underline;
}

.esa-carousel-layout-1 .esa-carousel-headline {
  font-size: 2.25rem;
  color: #a1a1a1;
  text-align: center;
}
.esa-carousel-layout-1 .esa-carousel .slick-list {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.esa-carousel-layout-1 .esa-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.esa-carousel-layout-1 .esa-carousel .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.esa-carousel-layout-1 .esa-carousel .slick-slide > * {
  height: 100%;
}
.esa-carousel-layout-1 .esa-carousel-slide-container {
  height: 100%;
}
.esa-carousel-layout-1 .esa-carousel-slide {
  margin: 0 1.25rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.125rem 0.3125rem 0 rgba(117, 128, 146, 0.25);
          box-shadow: 0 0.125rem 0.3125rem 0 rgba(117, 128, 146, 0.25);
  border-radius: 0.25rem;
  height: 100%;
  max-width: 18.75rem;
}
.esa-carousel-layout-1 .esa-carousel-slide:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(115, 192, 77, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(115, 192, 77, 0.25);
}
@media (max-width: 575.98px) {
  .esa-carousel-layout-1 .esa-carousel-slide {
    max-width: 15.625rem;
  }
}
@media (min-width: 768px) {
  .esa-carousel-layout-1 .esa-carousel-slide {
    max-width: 15.375rem;
  }
}
.esa-carousel-layout-1 .esa-carousel-slide .esa-carousel-slide-header {
  position: relative;
}
.esa-carousel-layout-1 .esa-carousel-slide .esa-carousel-slide-header img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.esa-carousel-layout-1 .esa-carousel-slide .esa-carousel-slide-header .esa-zygzak {
  position: absolute;
  height: 1.3125rem;
  width: 100%;
  left: 0;
  bottom: -0.8125rem;
  background-color: transparent;
  background-image: url(./images/zygzak.png?hash=1396eba45ec7d2d7541c);
  background-size: 100% 1.3125rem;
  background-position: left bottom;
  background-repeat: repeat-x;
  z-index: 2;
}
.esa-carousel-layout-1 .esa-carousel-slide .esa-carousel-slide-body {
  padding: 1.125rem 0.625rem;
}
.esa-carousel-layout-1 .esa-carousel-slide .esa-carousel-slide-body .title {
  font-size: 1.25rem;
  line-height: normal;
}
.esa-carousel-layout-1 .esa-carousel-slide .esa-carousel-slide-body .sub-title {
  font-size: 1rem;
  color: #3a4147;
  margin-bottom: 0;
}
.esa-carousel-layout-1 .esa-carousel-prev-arrow,
.esa-carousel-layout-1 .esa-carousel-next-arrow {
  height: 2.5625rem;
  width: 2.5625rem;
  border-radius: 50%;
  outline: none;
  border: none;
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.19);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.esa-carousel-layout-1 .esa-carousel-prev-arrow img,
.esa-carousel-layout-1 .esa-carousel-next-arrow img {
  width: 1rem;
  height: 1rem;
}
.esa-carousel-layout-1 .esa-carousel-prev-arrow {
  background-image: -webkit-gradient(linear, right top, left top, from(#74be4c), to(#a3e77f));
  background-image: linear-gradient(-90deg, #74be4c 0%, #a3e77f 100%);
  left: 0;
}
.esa-carousel-layout-1 .esa-carousel-prev-arrow .esa-carousel-arrow {
  top: 11px;
}
.esa-carousel-layout-1 .esa-carousel-next-arrow {
  background-image: -webkit-gradient(linear, left top, right top, from(#74be4c), to(#a3e77f));
  background-image: linear-gradient(90deg, #74be4c 0%, #a3e77f 100%);
  right: 0;
}
.esa-carousel-layout-1 .esa-carousel-next-arrow .esa-carousel-arrow {
  bottom: 11px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.esa-carousel-layout-1 .esa-carousel-next-arrow img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.esa-carousel-layout-1 .esa-carousel-arrow:before {
  content: url(./images/deals-carousel-arrow.svg?hash=18390e2587ef03ec6b28);
}

.esa-carousel-layout-2 .slick-list {
  padding-top: 8px;
}
.esa-carousel-layout-2 .esa-carousel-link {
  margin-top: 1rem;
}
.esa-carousel-layout-2 .esa-carousel-prev,
.esa-carousel-layout-2 .esa-carousel-next {
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  bottom: -2.5rem;
}
@media (min-width: 768px) {
  .esa-carousel-layout-2 .esa-carousel-prev,
  .esa-carousel-layout-2 .esa-carousel-next {
    bottom: -1.25rem;
  }
}
.esa-carousel-layout-2 .esa-carousel-prev {
  left: 0;
}
@media (min-width: 768px) {
  .esa-carousel-layout-2 .esa-carousel-prev {
    left: 0.5rem;
  }
}
@media (min-width: 992px) {
  .esa-carousel-layout-2 .esa-carousel-prev {
    left: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .esa-carousel-layout-2 .esa-carousel-prev {
    left: 2rem;
  }
}
.esa-carousel-layout-2 .esa-carousel-next {
  right: 0;
}
@media (min-width: 768px) {
  .esa-carousel-layout-2 .esa-carousel-next {
    right: 0.5rem;
  }
}
@media (min-width: 992px) {
  .esa-carousel-layout-2 .esa-carousel-next {
    right: 1.1rem;
  }
}
@media (min-width: 1280px) {
  .esa-carousel-layout-2 .esa-carousel-next {
    right: 1.6rem;
  }
}
.esa-carousel-layout-2 .esa-carousel-next img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.esa-carousel-layout-2 .slick-slide .esa-carousel-slide-card {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.esa-carousel-layout-2 .slick-slide.slick-center-left .esa-carousel-slide-card {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.esa-carousel-layout-2 .slick-slide.slick-center-right .esa-carousel-slide-card {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.esa-carousel-layout-2 .slick-slide.slick-center .esa-carousel-slide-card {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.esa-carousel-layout-2 .esa-carousel-arrow:before {
  content: url(./images/whats-new-carousel-arrow.svg?hash=113bdd525afa56b4f632);
}
.esa-carousel-layout-2 .esa-carousel-prev .esa-carousel-arrow {
  bottom: -4px;
}
.esa-carousel-layout-2 .esa-carousel-next {
  position: absolute;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.esa-carousel-layout-2 .esa-carousel-next .esa-carousel-arrow {
  bottom: 1px;
  right: 6px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.esa-carousel-layout-2 .esa-carousel-slide {
  aspect-ratio: 60/73;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
}
.esa-carousel-layout-2 .esa-carousel-slide .carousel-main-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: 100%;
  border-radius: 6px 6px 0px 0px;
}
.esa-carousel-layout-2 .esa-carousel-slide .heading-container {
  height: 25%;
  background-color: #f2f2f2;
  border-radius: 0px 0px 6px 6px;
  container-type: inline-size;
}
.esa-carousel-layout-2 .esa-carousel-slide .esa-carousel-slide-card {
  border-radius: 6px;
}
.esa-carousel-layout-2 .esa-carousel-slide .esa-carousel-card-label {
  position: absolute;
  z-index: 1000;
  word-break: keep-all;
  display: inline-block;
  text-align: center;
  padding: 12px;
  font-weight: bold;
  border-radius: 5px;
  -webkit-transform: translate(-8px, -8px);
          transform: translate(-8px, -8px);
  line-height: calc(0.4vw + 0.4vh + 6px);
  text-transform: uppercase;
  font-size: calc(0.4vw + 0.4vh + 6px);
}
.esa-carousel-layout-2 .esa-carousel-slide .carousel-logo-image {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  max-height: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.esa-carousel-layout-2 .esa-carousel-slide .layout-2-heading {
  font-size: 1.5rem;
  font-size: 7cqw;
  line-height: normal;
}
.esa-carousel-layout-2 .esa-carousel-slide .layout-2-sub-heading {
  font-size: 1rem;
  font-size: 4.5cqw;
  letter-spacing: 2px;
  line-height: normal;
}

.esa-carousel-layout-3 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.esa-carousel-layout-3 .slick-slide {
  padding: 0 2.5px;
}
.esa-carousel-layout-3 .esa-carousel-slide img {
  height: 20rem;
}
@media (min-width: 992px) {
  .esa-carousel-layout-3 .esa-carousel-slide img {
    height: 30rem;
  }
}
.esa-carousel-layout-3 .esa-carousel-slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.5rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.esa-carousel-layout-3 .esa-carousel-slide-content, .esa-carousel-layout-3 .esa-carousel-slide-content:hover, .esa-carousel-layout-3 .esa-carousel-slide-content:focus {
  color: #ffffff;
  text-decoration: none;
}
.esa-carousel-layout-3 .esa-carousel-slide-content p {
  max-width: 31.25rem;
  line-height: 1.25;
  font-weight: 700;
}
@media (min-width: 992px) {
  .esa-carousel-layout-3 .esa-carousel-slide-content {
    padding: 1.5rem 3.5rem;
  }
}

.esa-carousel-layout-5 .esa-carousel-link {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.esa-carousel-layout-5 .esa-carousel-slide > img {
  height: 25rem;
}
.esa-carousel-layout-5 .esa-carousel-slide .esa-btn-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 1;
  text-transform: uppercase;
}

.esa-carousel-layout-7 {
  position: relative;
  margin-bottom: 50px;
}
.esa-carousel-layout-7 > .slick-arrow {
  position: absolute;
  height: 22px;
  width: 22px;
  margin-top: 20px;
  margin-left: 0.75rem;
  bottom: -55px;
  left: 2.5rem;
  top: unset;
  right: unset;
  z-index: 100;
  outline: none;
}
@media (min-width: 576px) {
  .esa-carousel-layout-7 > .slick-arrow {
    left: 0;
  }
}
.esa-carousel-layout-7 > .slick-arrow:hover {
  outline: none;
}
.esa-carousel-layout-7 > .slick-arrow.slick-prev:before, .esa-carousel-layout-7 > .slick-arrow.slick-next:before {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  background-image: none;
}
.esa-carousel-layout-7 > .slick-arrow.slick-prev:before {
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.esa-carousel-layout-7 > .slick-arrow.slick-next {
  right: 2.5rem;
  left: unset;
}
@media (min-width: 576px) {
  .esa-carousel-layout-7 > .slick-arrow.slick-next {
    right: 0;
  }
}
.esa-carousel-layout-7 > .slick-arrow.slick-next:before {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.esa-carousel-layout-7 > .slick-arrow.slick-disabled {
  opacity: 0.3;
}
.esa-carousel-layout-7.new-hotels {
  width: 100%;
}
.esa-carousel-layout-7.new-hotels .esa-carousel-prev,
.esa-carousel-layout-7.new-hotels .esa-carousel-next {
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
}
.esa-carousel-layout-7.new-hotels .esa-carousel-prev.slick-arrow,
.esa-carousel-layout-7.new-hotels .esa-carousel-next.slick-arrow {
  left: initial;
  width: auto;
  height: auto;
}
.esa-carousel-layout-7.new-hotels .esa-carousel-prev.slick-arrow {
  left: 0.5rem;
}
.esa-carousel-layout-7.new-hotels .esa-carousel-next.slick-arrow {
  right: 1.5rem;
}
.esa-carousel-layout-7.new-hotels .esa-carousel-prev {
  left: 0;
  bottom: -3.5rem;
}
.esa-carousel-layout-7.new-hotels .esa-carousel-next {
  right: 0;
  bottom: -3.3rem;
}
.esa-carousel-layout-7.new-hotels .esa-carousel-next img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.esa-carousel-layout-7.new-hotels .esa-carousel-arrow:before {
  content: url(./images/whats-new-carousel-arrow.svg?hash=113bdd525afa56b4f632);
}
.esa-carousel-layout-7.new-hotels .esa-carousel-prev .esa-carousel-arrow {
  margin-top: 0.5rem;
  bottom: 1px;
}
.esa-carousel-layout-7.new-hotels .esa-carousel-next {
  position: absolute;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.esa-carousel-layout-7.new-hotels .esa-carousel-next .esa-carousel-arrow {
  bottom: 1px;
  right: 6px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.esa-carousel-layout-7.new-hotels .slick-track {
  width: 100% !important;
}
.esa-carousel-layout-7.esa-hotel-card-carousel__brands .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.esa-carousel-layout-7.esa-hotel-card-carousel__brands .slick-track .slick-slide > div {
  height: 100%;
}

.esa-carousel-layout-8 .esa-carousel-link {
  margin-top: 1rem;
}
.esa-carousel-layout-8 .esa-carousel-prev,
.esa-carousel-layout-8 .esa-carousel-next {
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  bottom: -2.5rem;
}
@media (min-width: 768px) {
  .esa-carousel-layout-8 .esa-carousel-prev,
  .esa-carousel-layout-8 .esa-carousel-next {
    bottom: -1.25rem;
  }
}
.esa-carousel-layout-8 .esa-carousel-prev {
  left: 0;
}
@media (min-width: 768px) {
  .esa-carousel-layout-8 .esa-carousel-prev {
    left: 0.5rem;
  }
}
@media (min-width: 992px) {
  .esa-carousel-layout-8 .esa-carousel-prev {
    left: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .esa-carousel-layout-8 .esa-carousel-prev {
    left: 2rem;
  }
}
.esa-carousel-layout-8 .esa-carousel-next {
  right: 0;
}
@media (min-width: 768px) {
  .esa-carousel-layout-8 .esa-carousel-next {
    right: 0.5rem;
  }
}
@media (min-width: 992px) {
  .esa-carousel-layout-8 .esa-carousel-next {
    right: 1.1rem;
  }
}
@media (min-width: 1280px) {
  .esa-carousel-layout-8 .esa-carousel-next {
    right: 1.6rem;
  }
}
.esa-carousel-layout-8 .esa-carousel-next img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.esa-carousel-layout-8 .slick-slide .esa-carousel-slide-card {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.esa-carousel-layout-8 .slick-slide.slick-center-left .esa-carousel-slide-card {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.esa-carousel-layout-8 .slick-slide.slick-center-right .esa-carousel-slide-card {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.esa-carousel-layout-8 .slick-slide.slick-center .esa-carousel-slide-card {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.esa-carousel-layout-8 .esa-carousel-arrow:before {
  content: url(./images/whats-new-carousel-arrow.svg?hash=113bdd525afa56b4f632);
}
.esa-carousel-layout-8 .esa-carousel-prev .esa-carousel-arrow {
  bottom: -4px;
}
.esa-carousel-layout-8 .esa-carousel-next {
  position: absolute;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.esa-carousel-layout-8 .esa-carousel-next .esa-carousel-arrow {
  bottom: 1px;
  right: 6px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.esa-carousel-layout-8 .esa-carousel-slide {
  aspect-ratio: 60/73;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
}
.esa-carousel-layout-8 .esa-carousel-slide .carousel-main-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-width: 100%;
}
.esa-carousel-layout-8 .esa-carousel-slide .carousel-main-image__container {
  max-width: 275px;
  height: calc(100% - 3rem);
  max-height: 275px;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  margin: auto;
}
.esa-carousel-layout-8 .esa-carousel-slide .carousel-main-image__container .esa-btn-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 1;
  text-transform: uppercase;
}
.esa-carousel-layout-8 .esa-carousel-slide .heading-container {
  height: 25%;
  background-color: #f2f2f2;
  border-radius: 0px 0px 6px 6px;
  container-type: inline-size;
}
.esa-carousel-layout-8 .esa-carousel-slide .esa-carousel-slide-card {
  border-radius: 6px;
}
.esa-carousel-layout-8 .esa-carousel-slide .esa-carousel-card-label {
  position: absolute;
  z-index: 1000;
  word-break: keep-all;
  display: inline-block;
  text-align: center;
  padding: 12px;
  font-weight: bold;
  border-radius: 5px;
  -webkit-transform: translate(-8px, -8px);
          transform: translate(-8px, -8px);
  line-height: calc(0.4vw + 0.4vh + 6px);
  text-transform: uppercase;
  font-size: calc(0.4vw + 0.4vh + 6px);
}
.esa-carousel-layout-8 .esa-carousel-slide .carousel-logo-image {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  max-height: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.esa-carousel-layout-8 .esa-carousel-slide .layout-2-heading {
  font-size: 1.5rem;
  font-size: 7cqw;
  line-height: normal;
}
.esa-carousel-layout-8 .esa-carousel-slide .layout-2-sub-heading {
  font-size: 1rem;
  font-size: 4.5cqw;
  letter-spacing: 2px;
  line-height: normal;
}

.destinations-carousel-responsive-width {
  width: 100%;
}

@media screen and (min-width: 1024px), screen and (max-width: 1200px) {
  .destinations-carousel-responsive-width {
    width: 85% !important;
  }
}
@media screen and (min-width: 1200px) {
  .destinations-carousel-responsive-width {
    width: 70% !important;
    max-width: 60rem;
  }
}
.esa-carousel-layout-6 {
  /* Large devices - custom width because container is now smaller than xs on desktops */
  /* Small devices - custom width because container is now smaller than xs on desktops */
}
.esa-carousel-layout-6 .subheading {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: white;
}
@media screen and (min-width: 540px) {
  .esa-carousel-layout-6 .subheading {
    margin-bottom: 5.25rem;
    margin-right: 5.25rem;
  }
}
@media (max-width: 539px) {
  .esa-carousel-layout-6 {
    max-height: 860px;
  }
  .esa-carousel-layout-6 .subheading {
    margin-right: 2rem;
  }
}
.esa-carousel-layout-6 .esa-carousel-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  pointer-events: none;
}
.esa-carousel-layout-6 img {
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
}
.esa-carousel-layout-6 figure {
  width: intrinsic;
}
.esa-carousel-layout-6 img.header-img {
  width: auto;
  height: auto;
}
.esa-carousel-layout-6 .esa-carousel-slide-content {
  z-index: 1000;
  position: absolute;
  bottom: 2rem;
  left: 10%;
}
.esa-carousel-layout-6 .btn {
  padding-right: 3rem;
  padding-left: 3rem;
}
.esa-carousel-layout-6 .slick-dots {
  bottom: 5%;
  right: 7%;
  margin-right: 5%;
  text-align: right;
}
.esa-carousel-layout-6 .slick-dots li {
  width: 60px;
  height: 5px;
  margin: 5px;
  outline: none;
  /* Custom width here because the width on desktop is smaller than xs */
}
@media (max-width: 539px) {
  .esa-carousel-layout-6 .slick-dots li {
    display: none;
  }
}
.esa-carousel-layout-6 .slick-dots li button {
  width: 100%;
  height: 5px;
}
@media (max-width: 767.98px) {
  .esa-carousel-layout-6 .slick-dots li button {
    width: 10px;
  }
}
.esa-carousel-layout-6 .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 55px;
  height: 5px;
  font-size: 60px;
  line-height: 40px;
  text-align: center;
  background-color: gray;
  color: #cccccc;
  opacity: 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.esa-carousel-layout-6 .slick-dots li button:hover:before {
  background-color: white;
  opacity: 1;
}
.esa-carousel-layout-6 .slick-dots li button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.esa-carousel-layout-6 .slick-dots li.slick-active button:before {
  background-color: white;
  outline: none;
  color: #338802;
  opacity: 1;
}

.esa-carousel-layout-7 .esa-carousel-slide {
  height: 525px;
}
.esa-carousel-layout-7 .esa-carousel-slide .esa-banner-layout-5 {
  margin: 0 0.25rem;
}
.esa-carousel-layout-7 .esa-carousel-slide .esa-banner-layout-5 .h-100 {
  height: 525px;
}
@media (max-width: 1279.98px) {
  .esa-carousel-layout-7 .esa-carousel-slide {
    height: 425px;
  }
  .esa-carousel-layout-7 .esa-carousel-slide .esa-banner-layout-5 .h-100 {
    height: 425px;
  }
  .esa-carousel-layout-7 .esa-carousel-slide .esa-banner-layout-5 .btn-primary {
    padding: 0.375rem 0.625rem;
  }
}
@media (max-width: 767.98px) {
  .esa-carousel-layout-7 .esa-carousel-slide {
    height: 325px;
  }
  .esa-carousel-layout-7 .esa-carousel-slide .esa-banner-layout-5 .h-100 {
    height: 325px;
  }
  .esa-carousel-layout-7 .esa-carousel-slide .esa-banner-layout-5__terms, .esa-carousel-layout-7 .esa-carousel-slide .esa-banner-layout-5__description {
    font-size: 0.875rem;
  }
}

.esa-carousel-layout-9 .esa-carousel-headline {
  font-size: 2.25rem;
  color: #a1a1a1;
  text-align: center;
}
.esa-carousel-layout-9 .esa-carousel .slick-list {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.esa-carousel-layout-9 .esa-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.esa-carousel-layout-9 .esa-carousel .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.esa-carousel-layout-9 .esa-carousel .slick-slide > * {
  height: 100%;
}
.esa-carousel-layout-9 .esa-carousel .slick-slide .esa-carousel-slide {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.esa-carousel-layout-9 .esa-carousel .slick-slide.slick-center-left .esa-carousel-slide {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.esa-carousel-layout-9 .esa-carousel .slick-slide.slick-center-right .esa-carousel-slide {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.esa-carousel-layout-9 .esa-carousel .slick-slide.slick-center .esa-carousel-slide {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.esa-carousel-layout-9 .esa-carousel-slide {
  margin: 0 1.25rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.125rem 0.3125rem 0 rgba(117, 128, 146, 0.25);
          box-shadow: 0 0.125rem 0.3125rem 0 rgba(117, 128, 146, 0.25);
  border-radius: 0.25rem;
  height: 100%;
  max-width: 18.75rem;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media (max-width: 575.98px) {
  .esa-carousel-layout-9 .esa-carousel-slide {
    max-width: 15.625rem;
  }
}
@media (min-width: 768px) {
  .esa-carousel-layout-9 .esa-carousel-slide {
    max-width: 15.375rem;
  }
}
.esa-carousel-layout-9 .esa-carousel-slide .esa-carousel-slide-header {
  position: relative;
}
.esa-carousel-layout-9 .esa-carousel-slide .esa-carousel-slide-header img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.esa-carousel-layout-9 .esa-carousel-prev-arrow,
.esa-carousel-layout-9 .esa-carousel-next-arrow {
  height: 2.5625rem;
  width: 2.5625rem;
  border-radius: 50%;
  outline: none;
  border: none;
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.19);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.esa-carousel-layout-9 .esa-carousel-prev-arrow img,
.esa-carousel-layout-9 .esa-carousel-next-arrow img {
  width: 1rem;
  height: 1rem;
}
.esa-carousel-layout-9 .esa-carousel-prev-arrow {
  background-image: -webkit-gradient(linear, right top, left top, from(#74be4c), to(#a3e77f));
  background-image: linear-gradient(-90deg, #74be4c 0%, #a3e77f 100%);
  left: 0;
}
.esa-carousel-layout-9 .esa-carousel-prev-arrow .esa-carousel-arrow {
  top: 11px;
}
.esa-carousel-layout-9 .esa-carousel-next-arrow {
  background-image: -webkit-gradient(linear, left top, right top, from(#74be4c), to(#a3e77f));
  background-image: linear-gradient(90deg, #74be4c 0%, #a3e77f 100%);
  right: 0;
}
.esa-carousel-layout-9 .esa-carousel-next-arrow .esa-carousel-arrow {
  bottom: 11px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.esa-carousel-layout-9 .esa-carousel-next-arrow img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.esa-carousel-layout-9 .esa-carousel-arrow:before {
  content: url(./images/deals-carousel-arrow.svg?hash=18390e2587ef03ec6b28);
}

.esa-carousel-layout-10 .esa-sliding-banner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 500px;
}
.esa-carousel-layout-10 .esa-sliding-banner .item {
  display: block !important;
}
.esa-carousel-layout-10 .esa-sliding-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}
.esa-carousel-layout-10 .esa-sliding-banner__caption {
  z-index: 2;
  bottom: 2rem;
  left: 2rem;
}
.esa-carousel-layout-10 .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.esa-carousel-layout-10 .slick-dots {
  bottom: 0.5rem;
}

.esa-previously-viewed-hotels-widget {
  margin-bottom: 50px;
}
.esa-previously-viewed-hotels-widget .slick-track,
.esa-previously-viewed-hotels-widget .slick-track .slick-slide,
.esa-previously-viewed-hotels-widget .slick-slide > div {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.esa-previously-viewed-hotels-widget .slick-slide > div {
  width: 100%;
}

.dropdown-item:hover, .dropdown-item:focus {
  cursor: pointer;
}
.dropdown-item:hover a, .dropdown-item:focus a {
  color: #212529;
}
.dropdown-item a {
  color: #666666;
  text-decoration: none;
}
.dropdown-item a:hover {
  color: #212529;
}

.dropdown-toggle::after {
  vertical-align: middle;
}

.dropdown-menu {
  background-clip: border-box;
}

label:not(.custom-control-label) {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-left: 0.75rem;
}

.form-control {
  background-clip: border-box;
}
.form-control[readonly] {
  background-color: #ffffff;
}
.form-control.form-control-dark {
  background-color: #cccccc;
}
.form-control.no-resize {
  resize: none;
}

.form-group {
  position: relative;
  margin-bottom: 1.6875rem;
}

.esa-datepicker,
.esa-date-range-picker {
  padding-right: 2.5rem;
  background-image: url(./images/icon-calendar.svg?hash=bdd0afea1cc70e99d794);
  background-repeat: no-repeat;
  background-size: 1.375rem;
  background-position: center right 0.75rem;
}

.esa-date-range-start,
.esa-date-range-end {
  cursor: pointer;
}

.custom-control-label::before, .custom-control-label::after {
  border-radius: 0.1875rem;
}

.custom-control-lg {
  min-height: 1.5rem;
  padding-left: 2.625rem;
}
.custom-control-lg .custom-control-input {
  width: 1.875rem;
  height: 1.875rem;
}
.custom-control-lg .custom-control-label {
  font-size: 1.375rem;
}
.custom-control-lg .custom-control-label::before {
  top: 0;
  left: -2.625rem;
  width: 1.875rem;
  height: 1.875rem;
}
.custom-control-lg .custom-control-label::after {
  top: 0;
  left: -2.625rem;
  width: 1.875rem;
  height: 1.875rem;
}

.custom-range::-ms-thumb {
  border-radius: 2rem;
}
.custom-range::-moz-range-thumb {
  border-radius: 2rem;
}
.custom-range::-webkit-slider-thumb {
  border-radius: 2rem;
}

.esa-hero-form {
  padding: 0.9375rem 1.25rem 0.625rem 1.25rem;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 0.625rem;
}
.esa-hero-form__hidden-field {
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
.esa-hero-form__hidden-field.active {
  opacity: 1;
  height: auto;
}
.esa-hero-form .form-group {
  margin-bottom: 1rem;
}
.esa-hero-form .form-control,
.esa-hero-form .esa-btn-select,
.esa-hero-form .input-group-text {
  border-color: transparent;
  font-weight: 700;
}
.esa-hero-form .form-control::-webkit-input-placeholder {
  font-weight: 700;
}
.esa-hero-form .form-control::-moz-placeholder {
  font-weight: 700;
}
.esa-hero-form .form-control:-ms-input-placeholder {
  font-weight: 700;
}
.esa-hero-form .form-control::-ms-input-placeholder {
  font-weight: 700;
}
.esa-hero-form .form-control::placeholder {
  font-weight: 700;
}
.esa-hero-form.esa-hero-form-booking-widget {
  max-width: 62.5rem;
}
@media (max-width: 991.98px) {
  .esa-hero-form.esa-hero-form-booking-widget .esa-widget-best-rate {
    display: block;
  }
}
.esa-hero-form.esa-hero-form-corporate-signup {
  max-width: 60.3125rem;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.esa-hero-form.esa-hero-form-corporate-signup .form-group {
  margin-bottom: 1.25rem;
}

.esa-modal-close {
  width: 20px;
  height: 20px;
  font-weight: bold;
  background: #cccccc;
  color: #f2f2f2;
  line-height: 15px;
  text-align: center;
  cursor: pointer;
  outline: none;
  border: none;
}

.esa-booking-form {
  /* Do not want inputs to turn green on search widget */
}
@media (max-width: 991.98px) {
  .esa-booking-form .form-group {
    margin-bottom: 0.5rem;
  }
}
.esa-booking-form .form-control,
.esa-booking-form .esa-btn-select,
.esa-booking-form .input-group-text {
  border-color: transparent;
  font-weight: 700;
}
.esa-booking-form .form-control::-webkit-input-placeholder {
  font-weight: 700;
}
.esa-booking-form .form-control::-moz-placeholder {
  font-weight: 700;
}
.esa-booking-form .form-control:-ms-input-placeholder {
  font-weight: 700;
}
.esa-booking-form .form-control::-ms-input-placeholder {
  font-weight: 700;
}
.esa-booking-form .form-control::placeholder {
  font-weight: 700;
}
.esa-booking-form .esa-btn-close-dropdown {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem 1rem;
}
.esa-booking-form .esa-room-display-label,
.esa-booking-form .esa-guest-display-label {
  font-size: 1rem;
}
.esa-booking-form .esa-room-guest-dropdown {
  padding: 2.5rem 1.25rem 1.25rem 1.25rem;
}
@media (min-width: 992px) {
  .esa-booking-form .esa-room-guest-dropdown {
    min-width: 18.75rem;
    width: 100%;
  }
}
.esa-booking-form .esa-room-guest-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.esa-booking-form .esa-room-guest-row > :first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.esa-booking-form .esa-room-guest-row > :last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
.esa-booking-form .esa-room-guest-row .dropdown-toggle {
  padding: 0.4375rem;
  line-height: 1;
}
.esa-booking-form .esa-special-rate-dropdown {
  padding: 1.875rem 1.25rem 1.25rem 1.25rem;
}
@media (min-width: 992px) {
  .esa-booking-form .esa-special-rate-dropdown {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
@media (max-width: 767.98px) {
  .esa-booking-form .esa-special-rate-dropdown {
    max-height: 250px;
    overflow-y: scroll;
  }
}
@media (min-width: 992px) and (max-width: 1279.98px) {
  .esa-booking-form .esa-special-rate-dropdown .custom-control {
    max-width: 15rem;
  }
}
.esa-booking-form .esa-special-rate-dropdown .custom-radio {
  min-height: 1.875rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 2.75rem;
}
.esa-booking-form .esa-special-rate-dropdown .custom-control-label {
  line-height: 1.7;
}
.esa-booking-form .esa-special-rate-dropdown .custom-control-label:after,
.esa-booking-form .esa-special-rate-dropdown .custom-control-label:before {
  left: -2.75rem;
  width: 1.875rem;
  height: 1.875rem;
}
.esa-booking-form .esa-special-rate-dropdown .esa-rate-code-container {
  margin-bottom: 0;
}
.esa-booking-form .esa-special-rate-dropdown .custom-control-input:valid ~ .custom-control-label:before,
.esa-booking-form .esa-special-rate-dropdown .custom-control-label:before {
  border-color: #cccccc;
  background-color: #cccccc;
}
.esa-booking-form .esa-special-rate-dropdown .custom-control-input.custom-control-input-z {
  z-index: 1;
}
.esa-booking-form .esa-special-rate-dropdown .custom-control-input:checked:valid ~ .custom-control-label:before,
.esa-booking-form .esa-special-rate-dropdown .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #cccccc;
  border-width: 4px;
  background-color: #338802;
}
.esa-booking-form .esa-special-rate-dropdown .custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: none;
}
.esa-booking-form.was-validated .custom-control-input:valid ~ .custom-control-label,
.esa-booking-form .custom-control-input.is-valid ~ .custom-control-label {
  color: inherit;
}
.was-validated .esa-booking-form .esa-btn-select:invalid, .esa-booking-form .esa-btn-select.is-invalid {
  border-color: #dc3545;
}
@media (max-width: 767.98px) {
  .esa-booking-form .form-control,
  .esa-booking-form .esa-btn-select,
  .esa-booking-form .input-group-text {
    font-size: 0.9375rem;
  }
  .esa-booking-form .esa-btn-submit .btn-text {
    font-size: 1rem;
  }
}

.esa-perks-signup-form .form-group {
  margin-bottom: 1rem;
}
.esa-perks-signup-form .form-control::-webkit-input-placeholder {
  font-style: italic;
}
.esa-perks-signup-form .form-control::-moz-placeholder {
  font-style: italic;
}
.esa-perks-signup-form .form-control:-ms-input-placeholder {
  font-style: italic;
}
.esa-perks-signup-form .form-control::-ms-input-placeholder {
  font-style: italic;
}
.esa-perks-signup-form .form-control::placeholder {
  font-style: italic;
}

.valid-feedback,
.invalid-feedback {
  position: absolute;
  top: 100%;
  margin-top: 0;
  margin-left: 0.75rem;
}

.was-validated .form-control.is-invalid:valid {
  border-color: #dc3545;
}

.esa-input-number-spin-button-hide {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.esa-input-number-spin-button-hide::-webkit-inner-spin-button, .esa-input-number-spin-button-hide::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

label[for=headerLoginEmail],
label[for=headerLoginPassword] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.esa-add-new-credit-card {
  border: 1px solid #cccccc;
  padding: 10px;
  margin: 10px 0px;
  position: relative;
  display: none;
}
.esa-add-new-credit-card .heading {
  font-size: 20px;
  font-weight: 600;
}
.esa-add-new-credit-card #closeIframeWindow {
  position: absolute;
  top: 10px;
  right: 2px;
  margin: 0px 10px 10px 0px;
  cursor: pointer;
}
.esa-add-new-credit-card #perksFpayIframe {
  width: 100%;
  height: 100%;
}
.esa-add-new-credit-card #perksFpayIframe iframe {
  width: 100% !important;
  height: 100% !important;
}

#addNewCreditCard {
  cursor: pointer;
}

.esa-apart-referral__success-message {
  background: #E5F6FD;
}
.esa-apart-referral__success-message a {
  color: #483729;
  text-decoration: underline;
}

.esa-basic-contact-us-form {
  min-height: 100vh;
}
.esa-basic-contact-us-form .esa-basic-contact-us-form-background-image {
  -o-object-fit: cover;
     object-fit: cover;
}
.esa-basic-contact-us-form .esa-basic-contact-us-form__wrapper {
  width: calc(100% - 3rem);
  max-width: 650px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.esa-basic-contact-us-form .esa-basic-contact-us-form__form {
  padding: 1.25rem;
  background-color: hsla(0, 0%, 100%, 0.75);
  border-radius: 0.625rem;
}

.custom-checkbox {
  cursor: pointer;
}

.esa-stay-finder .form-control {
  font-weight: 400;
}
.esa-stay-finder .form-control::-webkit-input-placeholder {
  font-weight: 400;
  color: #483729;
}
.esa-stay-finder .form-control::-moz-placeholder {
  font-weight: 400;
  color: #483729;
}
.esa-stay-finder .form-control:-ms-input-placeholder {
  font-weight: 400;
  color: #483729;
}
.esa-stay-finder .form-control::-ms-input-placeholder {
  font-weight: 400;
  color: #483729;
}
.esa-stay-finder .form-control::placeholder {
  font-weight: 400;
  color: #483729;
}
.esa-stay-finder .esa-stay-finder__dates-display {
  bottom: -0.5rem;
}
.esa-stay-finder__bg-filter {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  padding-top: 4.125rem;
}
@media (min-width: 992px) {
  .esa-stay-finder__bg-filter {
    padding-top: 7.25rem;
  }
}
@media (max-width: 767.98px) {
  .esa-stay-finder__bg-filter .form-control {
    font-size: 0.9375rem;
  }
}
.esa-stay-finder .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: white;
  background-color: white;
}
.esa-stay-finder .invalid-feedback {
  position: relative;
  top: unset;
}

.esa-slider-input {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 50px;
  background: white;
  outline: none;
  -webkit-transition: 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background-repeat: no-repeat;
  background-size: 50% 100%;
}
.esa-slider-input:hover {
  opacity: 1;
}
.esa-slider-input:focus, .esa-slider-input:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.esa-slider-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 28px;
  height: 28px;
  background: white;
  cursor: pointer;
  border-radius: 100%;
  border: 8px solid #338802;
  -webkit-box-shadow: 0px 0px 6px -1px #000000;
  box-shadow: 0px 0px 6px -1px #000000;
}
.esa-slider-input::-moz-range-thumb {
  width: 28px;
  height: 28px;
  background: var(--saving-cal-color);
  cursor: pointer;
  border-radius: 100%;
  border: 4px solid #fff;
  -webkit-box-shadow: 0px 0px 6px -1px #000000;
  box-shadow: 0px 0px 6px -1px #000000;
}

.esa-gallery-container .nav-tabs {
  border: none;
}
.esa-gallery-container .nav-tabs .nav-link {
  color: #fff;
  outline: none;
  border: none;
  padding: 0.3em;
  margin-right: 1.5rem;
  border-bottom-width: 0.3rem;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}
.esa-gallery-container .nav-tabs .nav-link.active {
  color: #fff;
  background-color: transparent;
  border: none;
  border-bottom-width: 0.25rem;
  border-bottom-style: solid;
  border-bottom-color: #fff;
}
.esa-gallery-container .nav-tabs .nav-link:hover {
  border: none;
  border-bottom-width: 0.3rem;
  border-bottom-style: solid;
  border-bottom-color: #fff;
}
.esa-gallery-container .embed-responsive {
  height: 60vh;
  min-height: 500px;
}
.esa-gallery-container .embed-responsive iframe,
.esa-gallery-container .embed-responsive embed,
.esa-gallery-container .embed-responsive object,
.esa-gallery-container .embed-responsive video {
  z-index: 100;
}

.esa-video-gallery-carousel {
  margin-bottom: 0.8rem;
}
.esa-video-gallery-carousel iframe {
  aspect-ratio: 16/9;
}

.esa-gallery-carousel {
  margin-bottom: 1.5rem;
}
.esa-gallery-carousel .esa-carousel-slide img {
  height: 21.875rem;
}
@media (min-width: 576px) {
  .esa-gallery-carousel .esa-carousel-slide img {
    height: 26.25rem;
  }
}
@media (min-width: 768px) {
  .esa-gallery-carousel .esa-carousel-slide img {
    height: 30rem;
  }
}
@media (min-width: 992px) {
  .esa-gallery-carousel .esa-carousel-slide img {
    height: 33.125rem;
  }
}
.esa-gallery-carousel .esa-carousel-slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3rem 2rem 1rem 2rem;
  color: #ffffff;
  font-weight: 700;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.esa-property-room-carousel .esa-carousel-slide img {
  visibility: hidden;
}
.esa-property-room-carousel .esa-carousel-slide img.lazyloaded {
  visibility: visible;
}
.esa-property-room-carousel.esa-property-room-carousel--zero-height-img .esa-carousel-slide img {
  height: 0;
  aspect-ratio: 16/9;
}
.esa-property-room-carousel.esa-property-room-carousel--zero-height-img .esa-carousel-slide img.lazyloaded {
  height: auto;
}

.esa-gallery-nav-carousel .esa-carousel-slide,
.esa-property-room-carousel-nav .esa-carousel-slide {
  margin: 0 9px 0 1px;
}
.esa-gallery-nav-carousel .esa-carousel-slide img,
.esa-property-room-carousel-nav .esa-carousel-slide img {
  width: 9.375rem;
  height: 5rem;
  border: 4px solid transparent;
  visibility: hidden;
}
.esa-gallery-nav-carousel .esa-carousel-slide img.lazyloaded,
.esa-property-room-carousel-nav .esa-carousel-slide img.lazyloaded {
  visibility: visible;
}
.esa-gallery-nav-carousel .esa-carousel-slide .video-caption,
.esa-property-room-carousel-nav .esa-carousel-slide .video-caption {
  width: 9.375rem;
  min-height: 3.125rem;
  border: 4px solid transparent;
}
.esa-gallery-nav-carousel .video-thumbnail:hover ::after,
.esa-property-room-carousel-nav .video-thumbnail:hover ::after {
  content: "";
  background-image: url(./images/video-play-icon.svg?hash=562d584118252fc2f9ec);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 16%;
  left: 39%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.esa-gallery-nav-carousel .video-thumbnail:hover img,
.esa-property-room-carousel-nav .video-thumbnail:hover img {
  border-radius: 4px !important;
  border: 4px solid #338802 !important;
  cursor: pointer;
}
.esa-gallery-nav-carousel .video-thumbnail:hover .video-caption,
.esa-property-room-carousel-nav .video-thumbnail:hover .video-caption {
  display: block !important;
}
.esa-gallery-nav-carousel .slick-current .video-thumbnail .video-caption,
.esa-property-room-carousel-nav .slick-current .video-thumbnail .video-caption {
  display: block !important;
}
.esa-gallery-nav-carousel .slick-current .esa-carousel-slide img,
.esa-property-room-carousel-nav .slick-current .esa-carousel-slide img {
  border-color: #338802;
  border-radius: 4px;
}

.esa-property-room-carousel-nav {
  position: relative;
  padding-bottom: 5rem;
}
.esa-property-room-carousel-nav__prev, .esa-property-room-carousel-nav__next {
  border: 0;
  background: transparent;
  position: absolute;
  bottom: 0.5rem;
  font-size: 1.8rem;
}
.esa-property-room-carousel-nav__prev {
  left: 0;
}
.esa-property-room-carousel-nav__next {
  right: 0;
}
.esa-property-room-carousel-nav .slick-dots {
  bottom: 1rem;
}

.esa-video-modal .modal-dialog {
  max-width: 65rem;
}
.esa-video-modal .modal-content {
  border: 0;
  background-color: transparent;
}

.modal-dialog button.close {
  position: absolute;
  top: -1.25rem;
  right: -1rem;
  font-size: 1.25rem;
  color: #ffffff;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #000000;
  opacity: 0.75;
  border-radius: 50%;
  z-index: 2;
}
@media (min-width: 768px) {
  .modal-dialog button.close {
    top: -1.875rem;
    right: -1.875rem;
    font-size: 1.875rem;
    height: 3.75rem;
    width: 3.75rem;
  }
}

.esa-perks-modal-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  color: #ffffff;
  background: #234168;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0.625rem;
}
.esa-perks-modal-container .esa-perks-logo {
  height: auto;
}

.tooltip-inner ul, .tooltip-inner ol, .tooltip-inner dl {
  text-align: left;
  padding-left: 1.5rem;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  letter-spacing: -0.05rem;
}

@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 1.75rem;
  }
}

@media (max-width: 991.98px) {
  h2, .h2 {
    font-size: 1.875rem;
  }
}
@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: 1.5625rem;
  }
}

@media (max-width: 991.98px) {
  h3, .h3 {
    font-size: 1.5625rem;
  }
}
@media (max-width: 767.98px) {
  h3, .h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 991.98px) {
  h4, .h4 {
    font-size: 1.375rem;
  }
}
@media (max-width: 767.98px) {
  h4, .h4 {
    font-size: 1.25rem;
  }
}

.esa-site-header {
  z-index: 1030;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 4rem;
}
@media print {
  .esa-site-header {
    display: none;
  }
}

body.esa-transparent-site-header {
  padding-top: 0;
}
body.esa-transparent-site-header.esa-transparent-main-nav-only:not(.esa-solid-site-header):not(.esa-show-mobile-nav) .esa-action-bar {
  background-color: #338802;
}
body.esa-transparent-site-header:not(.esa-solid-site-header):not(.esa-show-mobile-nav) .esa-action-bar {
  background-color: var(--esa-top-navbar-color, rgba(255, 255, 255, 0.1254901961));
}
body.esa-transparent-site-header:not(.esa-solid-site-header):not(.esa-show-mobile-nav) .esa-main-nav {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.esa-transparent-site-header:not(.esa-solid-site-header):not(.esa-show-mobile-nav) .esa-main-nav-menu-link {
  color: #ffffff;
}
body.esa-transparent-site-header:not(.esa-solid-site-header):not(.esa-show-mobile-nav) .esa-main-nav-logo-img {
  display: none;
}
body.esa-transparent-site-header:not(.esa-solid-site-header):not(.esa-show-mobile-nav) .esa-main-nav-logo-img-white {
  display: block;
}
body.esa-transparent-site-header:not(.esa-solid-site-header):not(.esa-show-mobile-nav) .esa-main-nav-phone-link,
body.esa-transparent-site-header:not(.esa-solid-site-header):not(.esa-show-mobile-nav) .esa-main-nav-menu-btn {
  color: #ffffff;
}
body.esa-transparent-site-header:not(.esa-solid-site-header):not(.esa-show-mobile-nav) .esa-action-bar-link {
  color: #ffffff !important;
}

.esa-action-bar {
  position: relative;
  height: 1.625rem;
  background-color: #eaeaea;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.esa-action-bar .dropdown-toggle::after {
  display: none;
}

.esa-action-bar-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.esa-action-bar-list > li {
  position: relative;
  display: inline-block;
}
.esa-action-bar-list > li + li {
  margin-left: 18px;
}

.esa-action-bar-link {
  display: inline-block;
  color: #483729 !important;
}
.esa-action-bar-link, .esa-action-bar-link:hover, .esa-action-bar-link:focus {
  color: #ffffff;
}

.esa-action-bar-dropdown {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  color: #483729;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.esa-action-bar-dropdown.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.esa-action-bar-dropdown label {
  display: block;
  margin: 0;
}
.esa-action-bar-dropdown .btn,
.esa-action-bar-dropdown .form-control {
  font-size: 1.125rem;
  padding: 0.5rem 1rem;
  height: auto;
}
.esa-action-bar-dropdown .form-control {
  border-color: transparent;
}

.esa-action-bar-dropdown-container {
  width: 25rem;
  padding: 2.5rem;
}

.esa-perks-signup-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 26.25rem;
  color: #ffffff;
  background: #234168;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.esa-perks-signup-container.esa-perks-signup-container_v2 {
  padding: 2.5rem 1.5rem;
}
.esa-perks-signup-container .esa-perks-logo {
  max-width: 12.5rem;
  height: auto;
}

body .esa-show-authenticated {
  display: none;
}
body.esa-authenticated .esa-show-unauthenticated {
  display: none;
}
body.esa-authenticated .esa-show-authenticated {
  display: block;
}
body.esa-authenticated li.esa-show-authenticated {
  display: inline-block;
  color: #483729;
}
body.esa-transparent-site-header:not(.esa-solid-site-header).esa-authenticated li.esa-show-authenticated {
  color: #fff;
}

.esa-main-nav {
  height: 4rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.esa-main-nav label,
.esa-main-nav legend {
  font-size: 1rem;
  text-transform: capitalize;
  margin-left: 0;
  margin-bottom: 0.25rem;
}

.esa-main-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}

.esa-main-nav-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7.1875rem;
          flex: 0 0 7.1875rem;
  max-width: 7.1875rem;
  margin-right: 15px;
}

.esa-main-nav-logo-img-white {
  display: none;
  height: 4rem;
  width: 10rem;
}

.esa-main-nav-logo-img {
  height: auto;
  width: 10rem;
}

.esa-main-nav-mobile-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -15px;
}

.esa-main-nav-menu-btn,
.esa-main-nav-phone-link {
  border: 0;
  background: none;
  padding-top: 1rem;
  padding-bottom: 0.9375rem;
  margin: 0;
  font-size: 1.375rem;
  color: #666666;
  text-align: center;
}
.esa-main-nav-menu-btn:focus,
.esa-main-nav-phone-link:focus {
  -webkit-box-shadow: inset 0 0 0 0.2rem rgba(76, 160, 36, 0.5);
          box-shadow: inset 0 0 0 0.2rem rgba(76, 160, 36, 0.5);
}

.esa-main-nav-menu-btn {
  padding-left: 0.5rem;
  padding-right: 1.25rem;
}

.esa-main-nav-phone-link {
  padding-left: 1rem;
  padding-right: 0.5rem;
}

.esa-main-nav-book-btn {
  display: none;
  color: #338802;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.3;
  text-transform: capitalize;
}

.esa-main-nav-menu-close-btn {
  position: absolute;
  top: -1.125rem;
  right: -0.75rem;
  font-size: 1.875rem;
  line-height: 1;
  color: #666666;
  padding: 0;
  background-color: transparent;
  border: 0;
}

.esa-main-nav-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.esa-main-nav-menu-link {
  display: block;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s ease 0.15s;
  transition: padding 0.2s ease 0.15s;
}
.esa-main-nav-menu-link, .esa-main-nav-menu-link:hover, .esa-main-nav-menu-link:focus {
  color: #666666;
}

.esa-main-nav-menu-perks-logo {
  max-width: 9.375rem;
}

.esa-main-nav-form-heading {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: normal;
  margin-bottom: 0.75rem;
}

.button-to-link {
  background: none !important;
  border: none;
  padding: 0 !important;
  font-weight: inherit;
}

.button-to-link:hover {
  background: none;
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  body.esa-show-booking-form .esa-main-nav-book-btn {
    display: inline-block;
  }
  body.esa-show-mobile-nav {
    overflow: hidden;
    height: 100%;
  }
  body.esa-show-mobile-nav .esa-main-nav-menu {
    height: 100vh;
    overflow-y: auto;
  }
  body.esa-show-mobile-nav-menu .esa-main-nav-menu-mobile {
    left: 0;
  }
  body.esa-show-mobile-nav-signin .esa-main-nav-signin-form {
    left: 0;
  }
  body.esa-show-mobile-nav-booking .esa-main-nav-booking-form {
    left: 0;
  }
  body.esa-show-mobile-nav-mystays .esa-main-nav-mystays-form {
    left: 0;
  }
  .esa-action-bar {
    display: none;
  }
  .esa-main-nav .form-control,
  .esa-main-nav .esa-btn-select {
    font-size: 1.125rem;
  }
  .esa-main-nav-menu-mobile-container {
    position: relative;
    margin: 2.25rem;
  }
  .esa-main-nav-menu-mobile,
  .esa-main-nav-signin-form,
  .esa-main-nav-booking-form,
  .esa-main-nav-mystays-form {
    position: absolute;
    top: 0;
    left: calc(100% + 2.25rem * 2);
    width: 100%;
    height: 33.75rem;
    -webkit-transition: left 0.3s ease-in;
    transition: left 0.3s ease-in;
  }
  .esa-main-nav-menu {
    position: fixed;
    top: 4rem;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(36rem, #f2f0f1), color-stop(36rem, rgba(72, 55, 41, 0.4)));
    background-image: linear-gradient(#f2f0f1 36rem, rgba(72, 55, 41, 0.4) 36rem);
    z-index: -1;
    -webkit-transition: height 0.3s linear;
    transition: height 0.3s linear;
  }
  .esa-main-nav-menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .esa-main-nav-menu-link {
    color: #483729;
    font-size: 0.9375rem;
  }
  .esa-main-nav-booking-form .esa-main-nav-booking-date-range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .esa-main-nav-booking-form .esa-main-nav-booking-date-range .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
  .esa-main-nav-booking-form-btn {
    font-size: 0.875rem;
    width: 100%;
    margin-top: 1.75rem;
  }
}
@media (min-width: 992px) {
  body.esa-show-booking-form .esa-main-nav-menu-list {
    height: 2.125rem;
  }
  body.esa-show-booking-form .esa-main-nav-menu-link {
    padding-top: 0.625rem;
    padding-bottom: 0;
  }
  body.esa-show-booking-form .esa-main-nav-booking-form {
    height: 3.375rem;
    overflow: visible;
    opacity: 1;
    pointer-events: all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .esa-site-header {
    height: 7.125rem;
  }
  .esa-action-bar {
    display: block;
  }
  .esa-main-nav-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10rem;
            flex: 0 0 10rem;
    max-width: 10rem;
  }
  .esa-main-nav {
    height: 5.5rem;
  }
  .esa-main-nav-mobile-buttons {
    display: none;
  }
  .esa-main-nav-menu {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    height: 5.5rem;
  }
  .esa-main-nav-menu-close-btn {
    display: none;
  }
  .esa-main-nav-menu-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 5.5rem;
  }
  .esa-main-nav-menu-link {
    padding: 1.25rem;
  }
  .esa-main-nav-booking-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 50rem;
    padding: 0;
    margin: 0 0 0 auto;
    height: 0;
    opacity: 0;
    display: none;
    overflow: hidden;
    pointer-events: none;
    -webkit-transition: height 0.35s ease, opacity 0.15s linear;
    transition: height 0.35s ease, opacity 0.15s linear;
  }
  .esa-main-nav-booking-form fieldset {
    padding-left: 5px;
    padding-right: 5px;
  }
  .esa-main-nav-booking-form .form-group {
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
  .esa-main-nav-booking-form .form-control {
    height: 2.5rem;
    font-size: 1.125rem;
    padding: 0.375rem 0.625rem;
    background-color: #eaeaea;
  }
  .esa-main-nav-booking-form .esa-datepicker {
    padding-right: 2.375rem;
    background-size: 1.25rem;
    background-position: center right 0.625rem;
  }
  .esa-main-nav-booking-form .esa-search-locations {
    width: 13.75rem;
  }
  .esa-main-nav-booking-form-btn {
    font-size: 1rem;
    width: 10.625rem;
    padding: 0.4375rem 0.625rem;
  }
  .esa-main-nav-signin-form,
  .esa-main-nav-mystays-form {
    display: none;
  }
}
.esa-site-footer {
  padding: 2.5rem 0;
  background-color: #666666;
  color: #ffffff;
}
@media print {
  .esa-site-footer {
    display: none;
  }
}
@media (min-width: 768px) {
  .esa-site-footer {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 992px) {
  .esa-site-footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.esa-site-footer #extendedPerksSignupFooter .form-control.is-invalid {
  border-color: #ffc107;
}
.esa-site-footer #extendedPerksSignupFooter .esa-input-inner-spinner {
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.esa-site-footer .gdprLink a {
  color: #ffffff;
  text-decoration: underline;
}

.esa-site-footer-heading {
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .esa-site-footer-heading {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .esa-site-footer-heading {
    font-size: 1.5rem;
  }
}

.esa-site-footer-link {
  display: inline-block;
  font-size: 0.9375rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.esa-site-footer-link, .esa-site-footer-link:hover, .esa-site-footer-link:focus {
  color: #ffffff;
}
@media (min-width: 768px) {
  .esa-site-footer-link {
    font-size: 1.125rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.esa-site-footer-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0 0 1rem 0;
  list-style: none;
}
@media (min-width: 768px) {
  .esa-site-footer-social-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.esa-site-footer-social-link {
  display: block;
  width: 1.875rem;
  margin: 0 0.3125rem;
}
.esa-site-footer-social-link, .esa-site-footer-social-link:hover, .esa-site-footer-social-link:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .esa-site-footer-social-link {
    width: 2.125rem;
  }
}
@media (min-width: 992px) {
  .esa-site-footer-social-link {
    width: 2.25rem;
  }
}

.esa-site-footer-logo-container {
  border-bottom: 1px solid white;
  margin-bottom: 20px;
  text-align: center !important;
}

.perks-banner-logo {
  max-width: 37.5rem;
}

.esa-site-footer-logo {
  max-width: 8.4375rem;
  margin: 1.25rem 0;
}
@media (min-width: 768px) {
  .esa-site-footer-logo {
    max-width: 11.25rem;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .esa-site-footer-logo {
    max-width: 13.75rem;
    margin-bottom: 1.875rem;
  }
}

.esa-site-footer-legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.75rem;
  text-align: center;
}
.esa-site-footer-legal .list-inline-item:not(:last-child) {
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .esa-site-footer-legal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 0.875rem;
    margin-top: 2.5rem;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .esa-site-footer-legal {
    margin-top: 5rem;
  }
}

.esa-featured-properties-carousel-bg {
  background-image: url(./images/carousel-background.png?hash=8d9085e66f6cbf9785f0);
  background-position: 85% center;
}

.esa-featured-properties-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.esa-featured-properties-carousel .slick-slide > * {
  height: 100%;
}
.esa-featured-properties-carousel .slick-center {
  position: relative;
  z-index: 1;
}
.esa-featured-properties-carousel .slick-track {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.esa-featured-properties-carousel .esa-property-image-banner {
  background-color: #234168;
}

.esa-featured-properties-slide {
  height: 100%;
  padding: 0.625rem 1.25rem;
}
@media (min-width: 768px) {
  .slick-slide .esa-featured-properties-slide {
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  }
  .slick-center .esa-featured-properties-slide, .slick-center-clone .esa-featured-properties-slide {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}
@media (min-width: 1280px) {
  .slick-center .esa-featured-properties-slide, .slick-center-clone .esa-featured-properties-slide {
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1);
  }
  .slick-center-left .esa-featured-properties-slide, .slick-center-left-clone .esa-featured-properties-slide {
    -webkit-transform: scale3d(1.1, 1.1, 1) translateX(-10px);
            transform: scale3d(1.1, 1.1, 1) translateX(-10px);
  }
  .slick-center-right .esa-featured-properties-slide, .slick-center-right-clone .esa-featured-properties-slide {
    -webkit-transform: scale3d(1.1, 1.1, 1) translateX(10px);
            transform: scale3d(1.1, 1.1, 1) translateX(10px);
  }
}

.esa-featured-properties-slide-card {
  height: 100%;
  max-width: 15.625rem;
  margin: 0 auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}

.esa-featured-properties-slide-image {
  position: relative;
}
.esa-featured-properties-slide-image img {
  width: 100%;
  height: 12.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.esa-featured-properties-slide-content {
  padding: 1rem;
}
.esa-featured-properties-slide-content :last-child {
  margin-bottom: 0;
}

.esa-search-results-mobile-summary {
  padding: 0.625rem 0;
  background-color: #eaeaea;
}
.esa-search-results-mobile-summary .esa-container {
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.esa-search-results-mobile-summary.hide .esa-container {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .esa-search-results-mobile-summary {
    display: none;
  }
}

.esa-search-results-booking-form {
  position: relative;
  padding-bottom: 1.0625rem;
  background-color: #eaeaea;
}
.esa-search-results-booking-form label:not(.custom-control-label) {
  display: block;
  margin-bottom: 0.125rem;
  font-size: 0.6875rem;
  line-height: 1.1;
}
.esa-search-results-booking-form .form-group {
  margin-bottom: 0.5rem;
}
.esa-search-results-booking-form .form-control,
.esa-search-results-booking-form .esa-btn-select {
  height: 2.25rem;
  padding: 0.375rem;
  line-height: 1.1;
}
.esa-search-results-booking-form .esa-datepicker,
.esa-search-results-booking-form .esa-date-range-picker {
  padding-right: 2.125rem;
  background-position: center right 0.375rem;
}
.esa-search-results-booking-form .btn {
  padding: 0.4375rem;
}
.esa-search-results-booking-form .close {
  position: absolute;
  top: -2.5rem;
  right: 1.25rem;
  font-size: 2.125rem;
}
.esa-search-results-booking-form .filter-option {
  line-height: 1.3;
}
.esa-search-results-booking-form .esa-room-guest-dropdown {
  min-width: 18.75rem;
}
.esa-search-results-booking-form .esa-special-rate-dropdown {
  min-width: 17.5rem;
}
@media (min-width: 768px) {
  .esa-search-results-booking-form {
    padding-top: 0.8125rem;
  }
  .esa-search-results-booking-form .close {
    display: none;
  }
}
@media (min-width: 992px) {
  .esa-search-results-booking-form .form-group {
    margin-bottom: 0;
  }
  .esa-search-results-booking-form .col-lg:nth-child(1),
  .esa-search-results-booking-form .col-lg:nth-child(4),
  .esa-search-results-booking-form .col-lg:nth-child(5) {
    -ms-flex-preferred-size: 11.25rem;
        flex-basis: 11.25rem;
  }
  .esa-search-results-booking-form .col-lg:nth-child(2),
  .esa-search-results-booking-form .col-lg:nth-child(3) {
    -ms-flex-preferred-size: 7.5rem;
        flex-basis: 7.5rem;
  }
  .esa-search-results-booking-form .col-lg:nth-child(6) {
    -ms-flex-preferred-size: 8.75rem;
        flex-basis: 8.75rem;
  }
  .esa-search-results-booking-form .filter-option {
    max-width: 10rem;
  }
}

.esa-search-results-modify-btn {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .esa-search-results-modify-btn {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .esa-search-results-modify-btn {
    font-size: 1.25rem;
    margin-top: 0.25rem;
  }
}

.esa-search-results-control-bar {
  padding-top: 0.5rem;
  padding-bottom: 0.875rem;
  background-color: #ffffff;
}
.esa-search-results-control-bar .esa-btn-control-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}
.esa-search-results-control-bar .esa-btn-control-container:first-child {
  width: 60%;
  padding-left: 0;
}
.esa-search-results-control-bar .esa-btn-control-container:last-child {
  width: 40%;
  padding-right: 0;
}
.esa-search-results-control-bar .esa-btn-control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  white-space: normal;
  padding-top: 0.71875rem;
  padding-bottom: 0.71875rem;
  padding-left: 1.5rem;
}
.esa-search-results-control-bar .esa-btn-control.dropdown-toggle .esa-btn-control-text {
  max-width: 9.375rem;
}
.esa-search-results-control-bar .esa-sort-select-wrapper {
  position: relative;
}
.esa-search-results-control-bar .esa-sort-select-wrapper .esa-sort-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  white-space: nowrap !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1.2;
  vertical-align: middle;
  min-height: 2.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .esa-search-results-control-bar .esa-sort-select-wrapper .esa-sort-select {
    font-size: 0.875rem;
  }
}
.esa-search-results-control-bar .esa-sort-select-wrapper::after {
  content: "▼";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  color: #000;
  font-size: 0.625rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .esa-search-results-control-bar .esa-sort-select-wrapper::after {
    font-size: 0.75rem;
  }
}
.esa-search-results-control-bar .esa-sort-icon {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  color: #338802;
  font-size: 0.875rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .esa-search-results-control-bar .esa-sort-icon {
    font-size: 1.25rem;
  }
}
.esa-search-results-control-bar .esa-range-dropdown {
  padding: 0.625rem;
}
.esa-search-results-control-bar .esa-range-dropdown .form-group {
  margin: 0.5rem 0;
}
.esa-search-results-control-bar .esa-range-dropdown .custom-range {
  min-width: 8.75rem;
}
.esa-search-results-control-bar .esa-range-dropdown .esa-range-label {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 0.75rem;
  padding: 0.5rem;
}

.esa-map-view-active .esa-map-view-icon,
.esa-map-view-active .esa-map-view-text {
  display: none;
}

.esa-list-view-active .esa-list-view-icon,
.esa-list-view-active .esa-list-view-text {
  display: none;
}
@media (min-width: 576px) {
  .esa-list-view-active .esa-btn-control-container {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

.esa-map-view-icon,
.esa-list-view-icon {
  position: absolute;
  left: 1rem;
}

.esa-search-results-count {
  font-size: 3.875rem;
  font-weight: 700;
  line-height: 1;
}

.esa-search-results-best-rate {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15rem;
          flex: 0 0 15rem;
  max-width: 15rem;
  text-align: center;
  display: none;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 992px) {
  .esa-search-results-best-rate {
    display: block;
  }
}

.esa-search-result-item {
  padding: 2rem 0;
  background-color: #f2f2f2;
  border-bottom: 6px solid #ffffff;
}

.amenity-icon {
  width: 25px;
}

.esa-amenity-icon-list li {
  margin: 0.25rem;
}
.esa-amenity-icon-list li img {
  height: 1.75rem;
}

.esa-search-result-rate-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25rem;
  background-color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 1px rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 5px 1px rgba(204, 204, 204, 0.5);
}
@media (min-width: 768px) {
  .esa-search-result-rate-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.375rem;
            flex: 0 0 14.375rem;
    max-width: 14.375rem;
    height: 100%;
  }
}
.esa-search-result-rate-card.esa-search-result-rate-card-unavailable {
  color: #737271;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
}
.esa-search-result-rate-card .esa-promotion .esa-promotion-heading {
  font-weight: bold;
}

.esa-search-result-slide img {
  width: 100%;
  height: 13.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (min-width: 576px) {
  .esa-search-result-slide img {
    height: 18.75rem;
  }
}
@media (min-width: 768px) {
  .esa-search-result-slide img {
    height: 21.875rem;
  }
}
@media (min-width: 992px) {
  .esa-search-result-slide img {
    height: 15.625rem;
  }
}

.esa-search-result-slide-flag-new {
  position: absolute;
  top: 10px;
  right: 0px;
  left: 0px;
  display: block;
  padding: 0.25rem;
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.esa-search-result-slide-flag-bottom-card {
  position: absolute;
  bottom: 10px;
  right: 0px;
  left: 0px;
  display: block;
  width: 9.375rem;
  padding: 0.25rem;
}

.esa-search-result-slide-flag-bottom-card-quick-view {
  position: absolute;
  left: 0.9375rem;
  bottom: 0.9375rem;
  z-index: 10;
  padding: 0.25rem;
  max-width: 7.5rem;
}
@media (min-width: 576px) {
  .esa-search-result-slide-flag-bottom-card-quick-view {
    max-width: 5.625rem;
  }
}
@media (min-width: 768px) {
  .esa-search-result-slide-flag-bottom-card-quick-view {
    max-width: 5.625rem;
  }
}
@media (min-width: 992px) {
  .esa-search-result-slide-flag-bottom-card-quick-view {
    max-width: 9.375rem;
  }
}

.esa-search-result-slide-flag-renovated {
  position: absolute;
  top: 10px;
  right: 0px;
  left: 0px;
  display: block;
  padding: 0.25rem;
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background-color: #17355e;
}

.esa-search-result-no-image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.esa-search-result-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.esa-search-result-info > * {
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .esa-search-result-info > * {
    margin-bottom: 1rem;
  }
}
.esa-search-result-info .hotel-title-link {
  color: #483729;
}

.esa-quick-view-modal {
  padding-top: 1rem;
}
.esa-quick-view-modal .modal-body {
  padding: 0;
}
.esa-quick-view-modal .nav-tabs {
  border-bottom: none;
}
.esa-quick-view-modal .nav-tabs .nav-link {
  background-color: #eaeaea;
  border: none;
  color: #666666;
}
.esa-quick-view-modal .nav-tabs .nav-link.active {
  background-color: #eaeaea;
  font-weight: bold;
  border-bottom: 2px solid #338802;
}
.esa-quick-view-modal .esa-property-slide img {
  width: 100%;
  height: 13.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (min-width: 576px) {
  .esa-quick-view-modal .esa-property-slide img {
    height: 18.75rem;
  }
}
@media (min-width: 768px) {
  .esa-quick-view-modal .esa-property-slide img {
    height: 21.875rem;
  }
}
@media (min-width: 992px) {
  .esa-quick-view-modal .esa-property-slide img {
    height: 26.25rem;
  }
}
@media (min-width: 1280px) {
  .esa-quick-view-modal .esa-property-slide img {
    height: 30rem;
  }
}
.esa-quick-view-modal .esa-map-container div[id^=map_] {
  height: 26.25rem;
}
@media (min-width: 768px) {
  .esa-quick-view-modal .esa-map-container div[id^=map_] {
    height: 31.25rem;
  }
}
.esa-quick-view-modal .embed-responsive::before {
  padding-top: calc(70vh + 2rem);
}
.esa-quick-view-modal .embed-responsive iframe {
  max-height: 70vh;
}

.search-results-list-view {
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .search-results-list-view {
    position: relative;
    top: auto;
    left: auto;
    height: 70vh;
    width: 40%;
    overflow-y: scroll;
  }
}
.search-results-list-view-item {
  width: 100vw;
  -webkit-box-shadow: 0 0 5px 1px rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 5px 1px rgba(204, 204, 204, 0.5);
  background-color: #ffffff;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.search-results-list-view-item.active {
  background-color: #e8f5e2;
}
.search-results-list-view-item:hover {
  cursor: pointer;
}
@media (min-width: 992px) {
  .search-results-list-view-item {
    width: 100%;
  }
}
.search-results-list-view-item .esa-property-image {
  width: 4.6875rem;
  height: 4.6875rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-right: 0.9375rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}
@media (min-width: 768px) {
  .search-results-list-view-item .esa-property-image {
    width: 7.8125rem;
    height: 7.8125rem;
  }
}
.search-results-list-view-item .esa-property-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.search-results-list-view-item span {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  text-align: right;
}
.search-results-list-view__item {
  max-width: 37.5rem;
  border-bottom: 2px solid #f2f2f2;
  padding: 1rem;
}
@media (min-width: 992px) {
  .search-results-list-view__item {
    max-width: 100%;
  }
}
.search-results-list-view__item.active {
  background-color: #eef9fe;
  border-bottom: 2px solid #ffffff;
}
.search-results-list-view__item__title {
  font-size: 1rem;
}
.search-results-list-view__item__link {
  font-size: 0.875rem;
}
.search-results-list-view__item__brand-img {
  max-width: 4.7rem;
}
.search-results-list-view__item__rate {
  min-height: 3.75rem;
}
.search-results-list-view__item__rate-starting {
  display: block;
  font-style: italic;
  font-weight: 400;
  text-decoration: line-through;
  line-height: 1.2rem;
}
.search-results-list-view__item__total-rate {
  line-height: 1rem;
}
.search-results-list-view__item__img {
  height: 120px;
  overflow: hidden;
  position: relative;
}
.search-results-list-view__item__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.search-results-list-view__item a.h4 {
  color: #483729;
}
.search-results-list-view__item .btn {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
}
.search-results-list-view__item .g-user-rating {
  margin-bottom: 0.785rem !important;
  font-size: 0.9rem;
}
.search-results-list-view__item__carousel__img {
  overflow: hidden;
  height: 150px;
}
.search-results-list-view__item__carousel__img img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
}
.search-results-list-view__item__carousel__img--no-avail img {
  height: 100%;
  margin: auto;
}
.search-results-list-view__item__carousel .slick-next {
  right: 15px;
}
.search-results-list-view__item__carousel .slick-prev {
  left: 15px;
  position: absolute;
  z-index: 1;
}
.search-results-list-view__item__carousel .slick-prev:before,
.search-results-list-view__item__carousel .slick-next:before {
  height: 20px;
  width: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  opacity: 1;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

#searchResultsMapView .gm-style .gm-style-iw-c,
#locationsMapView .gm-style .gm-style-iw-c {
  border-radius: 0;
}
#searchResultsMapView .gm-style .gm-style-iw-t:after,
#locationsMapView .gm-style .gm-style-iw-t:after {
  width: 0;
}
#searchResultsMapView .gm-style *:focus,
#locationsMapView .gm-style *:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 160, 36, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(76, 160, 36, 0.5) !important;
}

.esa-info-window {
  font-family: Arial, Helvetica, sans-serif;
  width: 15rem;
}
.esa-info-window__img {
  width: 100%;
}
.esa-info-window .esa-iw-property-image {
  max-width: 10.625rem;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.esa-info-window .esa-iw-room-rate {
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
}
.esa-info-window .esa-iw-room-rate-dollars {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .esa-info-window .esa-iw-room-rate-dollars {
    font-size: 2.75rem;
  }
}
.esa-info-window .esa-iw-room-rate-dollars sup {
  font-size: 1.75rem;
  top: -0.3em;
}
@media (min-width: 768px) {
  .esa-info-window .esa-iw-room-rate-dollars sup {
    font-size: 2rem;
    top: -0.3em;
  }
}
.esa-info-window .esa-iw-room-rate-cents {
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .esa-info-window .esa-iw-room-rate-cents {
    font-size: 2rem;
  }
}
.esa-info-window .esa-iw-room-rate-cents em {
  font-size: 0.75rem;
  display: block;
  font-weight: 400;
}
@media (min-width: 768px) {
  .esa-info-window .esa-iw-room-rate-cents em {
    font-size: 0.875rem;
  }
}

.custom-clustericon {
  background: #338802;
  color: #ffffff;
  border-radius: 25%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 0.5rem;
}
.custom-clustericon.custom-clustericon-1:after {
  content: "HOTELS";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.6875rem;
  font-weight: 300;
  position: absolute;
  left: 50%;
  bottom: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.esa-date-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.esa-date-range-date {
  text-align: center;
}

.esa-date-range-month,
.esa-date-range-day-name {
  font-size: 0.875rem;
  line-height: 0.9;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .esa-date-range-day-name {
    display: none;
  }
}

.esa-date-range-day-number {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 0.9;
}
@media (min-width: 768px) {
  .esa-date-range-day-number {
    font-size: 2.5rem;
  }
}

.esa-date-range-divider {
  display: block;
  width: 0.625rem;
  height: 0.3125rem;
  background-color: #483729;
}
@media (min-width: 768px) {
  .esa-date-range-divider {
    width: 0.9375rem;
  }
}

.esa-hotel-rating > * {
  display: inline-block;
  vertical-align: middle;
}

.esa-hotel-rating-circles {
  --percent: calc(var(--rating) / 5 * 100%);
  position: relative;
  display: inline-block;
  font-size: 34px;
  line-height: 20px;
  letter-spacing: -2px;
  height: 20px;
  width: 100px;
}
.esa-hotel-rating-circles::before {
  content: "●●●●●";
  position: absolute;
  top: -4px;
  left: 0;
  display: block;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: -webkit-gradient(linear, left top, right top, from(#338802), to(#ffffff));
  background-image: linear-gradient(90deg, #338802 var(--percent), #ffffff var(--percent));
}
.esa-hotel-rating-circles::after {
  content: "○○○○○";
  position: absolute;
  top: -4px;
  left: 0;
  display: block;
  color: #338802;
}
@media (min-width: 768px) {
  .esa-hotel-rating-circles {
    font-size: 40px;
    line-height: 24px;
    letter-spacing: -1px;
    height: 24px;
    width: 120px;
  }
}

.esa-locations-states .col {
  padding-left: 2em;
}

.esa-locations-states-list,
.esa-locations-markets-list {
  padding-left: 0;
  list-style-type: none;
}

.esa-locations-states-list > li:nth-child(odd) {
  margin-top: 1em;
}
.esa-locations-states-list > li > a {
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
}
.esa-locations-states-list > li ul li {
  line-height: 1.4;
}
.esa-locations-states-list > li ul li a {
  color: #483729;
}
.esa-locations-states-list > li ul li a + span {
  background-color: #f7cfbc;
  border-radius: 2px;
  color: #e85a13;
  font-size: 0.7em;
  font-weight: bold;
  margin-left: 0.8em;
  padding: 0.3em 0.6em;
  text-transform: uppercase;
}
.esa-locations-states-list > li ul li a + img, .esa-locations-states-list > li ul li a + span + img {
  height: 1em;
}

.esa-property-top-banner {
  background-image: url(./images/blue-repeat-pattern-background.png?hash=710058cc93646ed1dce5);
  background-repeat: repeat;
  color: #ffffff;
}
.esa-property-top-banner__rate {
  font-size: 1rem;
  line-height: 1.25rem;
}
.esa-property-top-banner__rateFull {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.25rem;
}
@media (max-width: 767.98px) {
  .esa-property-top-banner {
    border-bottom: 1px solid #58595b;
  }
  .esa-property-top-banner .esa-property-top-banner__rateFull {
    font-size: 1rem;
    line-height: 0.875rem;
  }
  .esa-property-top-banner .esa-property-top-banner__starting-at {
    font-size: 0.875rem;
    line-height: 1.1rem;
  }
  .esa-property-top-banner .esa-property-top-banner__rate-btn {
    font-size: 0.875rem;
    padding: 0.35rem 0.75rem;
  }
  .esa-property-top-banner .esa-property-top-banner__rate-wrapper {
    width: 100%;
  }
}

.esa-property-top-banner-v2 {
  max-width: 1450px;
}
.esa-property-top-banner-v2__rate {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.esa-property-top-banner-v2__rateFull {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.esa-property-top-banner-v2__rateFull .font-weight-bold {
  font-size: 0.875rem;
}
.esa-property-top-banner-v2 .esa-property-top-banner__starting-at {
  font-style: italic;
  font-size: 0.875rem;
  line-height: 1rem;
}
.esa-property-top-banner-v2 h1 {
  font-size: 1.75rem;
}
@media (max-width: 767.98px) {
  .esa-property-top-banner-v2 {
    border-bottom: 1px solid #58595b;
  }
  .esa-property-top-banner-v2 h1 {
    font-size: 1.375rem;
  }
  .esa-property-top-banner-v2 .esa-property-top-banner__rateFull {
    font-size: 1.125rem;
    line-height: 1rem;
  }
  .esa-property-top-banner-v2 .esa-property-top-banner__starting-at {
    font-size: 0.875rem;
    line-height: 1rem;
  }
  .esa-property-top-banner-v2 .esa-property-top-banner__rate-btn {
    font-size: 0.875rem;
    padding: 0.35rem 0.75rem;
  }
  .esa-property-top-banner-v2 .esa-property-top-banner__rate-wrapper {
    width: 100%;
  }
}

.esa-btn-360-view img {
  width: 1.5rem;
}

.esa-container-hotel-header {
  max-width: 1450px;
}

.esa-property-top-banner-contact * {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .esa-property-top-banner-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1280px) {
  .esa-property-top-banner-contact {
    display: block;
  }
}

.esa-property-top-banner-divider {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1px;
          flex: 0 0 1px;
  max-width: 1px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background-color: #fff;
}
@media (min-width: 768px) {
  .esa-property-top-banner-divider {
    display: block;
  }
}

body.modify-room-path .esa-property-top-banner-rates,
body.modify-room-path .esa-property-top-banner-rates-button,
body.modify-room-path .esa-property-top-banner-get-directions,
body.modify-room-path .esa-property-top-banner-divider,
body.modify-room-path .esa-property-more-rooms-toggle {
  display: none;
}

#esa-property-home-carousel-widget .esa-add-favorite__wrapper {
  position: absolute;
  top: 1rem;
  left: 1rem;
  height: 2rem;
  width: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  z-index: 1;
}
#esa-property-home-carousel-widget .esa-add-favorite__wrapper .esa-add-favorite {
  padding: 0;
}
#esa-property-home-carousel-widget .esa-property-home-carousel__actions {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#esa-property-home-carousel-widget .esa-property-home-carousel__actions .esa-btn-action {
  height: 2rem;
  width: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  z-index: 1;
  border: none;
}

.esa-property-tabs {
  z-index: 1020 !important;
  top: 4rem !important;
  background-color: #f2f2f2;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.esa-property-tabs.esa-property-tabs--v2 .nav-link {
  padding: 0.625rem 1rem 0.625rem 0rem;
}
.esa-property-tabs.esa-property-tabs--v2 .nav-link.active {
  color: #338802;
  border-color: transparent;
}
@media (max-width: 1280px) {
  .esa-property-tabs.esa-property-tabs--v2 .nav {
    padding: 0;
  }
  .esa-property-tabs.esa-property-tabs--v2 .nav-link {
    padding: 0.625rem 1rem 0.625rem 1rem;
    margin: 0;
  }
}
.esa-property-tabs::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.esa-property-tabs .nav-link {
  display: inline-block;
  padding: 0;
  margin: 0.625rem 2rem 0.625rem 0;
  font-size: 1rem;
  line-height: 1.3;
  color: #483729;
  border-bottom: 3px solid transparent;
}
.esa-property-tabs .nav-link.active {
  font-weight: 700;
  border-bottom-color: #338802;
}
@media (min-width: 992px) {
  .esa-property-tabs {
    top: 7.125rem !important;
  }
}
@media (max-width: 767.98px) {
  .esa-property-tabs .nav {
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 15px;
  }
  .esa-property-tabs .nav .nav-item {
    display: inline-block;
  }
}

.esa-property-home-carousel .esa-carousel-slide img {
  height: 35rem;
}
@media (max-width: 991.98px) {
  .esa-property-home-carousel .esa-carousel-slide img {
    height: 22.5rem;
  }
}

.esa-property-slide-flag-new {
  position: absolute;
  top: 10px;
  right: 0px;
  left: 0px;
  display: block;
  padding: 0.25rem;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background-color: #338802;
}

.esa-property-slide-flag-renovated {
  position: absolute;
  top: 10px;
  right: 0px;
  left: 0px;
  display: block;
  padding: 0.25rem;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background-color: #17355e;
}

.esa-property-home-description-toggle {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  display: block !important;
  margin-top: 0.5rem;
}

.esa-property-page-booking-form .esa-page-booking-summary-location {
  display: none;
}
.esa-property-page-booking-form .esa-page-booking-form .esa-booking-form-location-col {
  display: none;
}
.esa-property-page-booking-form .esa-page-booking-form .esa-page-booking-form__toggle-mob-form .btn {
  margin-bottom: 0.5rem;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .esa-property-page-booking-form .esa-page-booking-form .esa-page-booking-form__toggle-mob-form .btn {
    font-size: 1rem !important;
  }
}

/*
/* Use for sub-elements as anchors. It adjusts the padding of the header to avoid the sticky header overlapping the parent content 
* See ECOMM-6236 
*/
.header__anchor__padding {
  position: absolute;
  top: -7rem;
  width: 1px;
  height: 1px;
}
@media (min-width: 768px) {
  .header__anchor__padding {
    top: -9.875rem;
  }
}

.esa-property-room-item {
  padding: 1.25rem 0 0.625rem 0;
  background-color: #f2f2f2;
  border-bottom: 6px solid #ffffff;
}
@media (min-width: 768px) {
  .esa-property-room-item {
    padding: 2rem 0;
  }
}
.esa-property-room-item.esa-property-room-item--v2 {
  border-bottom: none;
}
@media (max-width: 991.98px) {
  .esa-property-room-item.esa-property-room-item--v2 {
    padding: 0;
    margin: 0 1rem 2rem 1rem;
  }
}
.esa-property-room-item.esa-property-room-item--v2 .esa-container {
  -webkit-box-shadow: 0 0 5px 1px rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 5px 1px rgba(204, 204, 204, 0.5);
}

.esa-property-rooms-wrapper-v2 .esa-property-room-item {
  padding: 0 0.625rem 1.25rem;
}
.esa-property-rooms-wrapper-v2 .esa-property-room-item .esa-property-room-rates-toggle {
  padding: 0.625rem 1rem;
  font-size: 1.125rem;
}
@media (max-width: 991.98px) {
  .esa-property-rooms-wrapper-v2 .esa-property-room-item {
    padding: 0;
  }
  .esa-property-rooms-wrapper-v2 .esa-property-room-item .esa-property-room-rates-toggle {
    font-size: 1rem;
  }
}
.esa-property-rooms-wrapper-v2 .esa-property-carousel .esa-carousel-slide img {
  height: 12.5rem;
}
@media (min-width: 576px) {
  .esa-property-rooms-wrapper-v2 .esa-property-carousel .esa-carousel-slide img {
    height: 20rem;
  }
}
@media (min-width: 992px) {
  .esa-property-rooms-wrapper-v2 .esa-property-carousel .esa-carousel-slide img {
    height: 12.5rem;
  }
}

.esa-property-more-rooms-toggle {
  display: block;
  padding: 0.375rem;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 700;
  background-color: #f2f2f2;
}

.esa-property-more-rooms-toggle--v2 {
  padding: 0rem;
}
.esa-property-more-rooms-toggle--v2 .esa-toggle-arrow-icon {
  vertical-align: middle;
}

.esa-property-room-detail-toggle {
  font-size: 1.75rem;
  line-height: 1;
  padding: 0 0.25rem;
  vertical-align: middle;
}

.esa-property-room-rates-toggle {
  display: block;
  padding: 0.375rem;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 700;
}

.pay-now-later-label {
  color: #338802;
  background-color: #ffffff;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  -webkit-box-shadow: 0 0 5px 1px rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 5px 1px rgba(204, 204, 204, 0.5);
  margin-bottom: 3px;
  height: 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 12px;
}

.esa-property-carousel .esa-carousel-slide img {
  height: 12.5rem;
}
@media (min-width: 576px) {
  .esa-property-carousel .esa-carousel-slide img {
    height: 18.75rem;
  }
}
@media (min-width: 768px) {
  .esa-property-carousel .esa-carousel-slide img {
    height: 25rem;
  }
}
@media (min-width: 992px) {
  .esa-property-carousel .esa-carousel-slide img {
    height: 12.5rem;
  }
}

.esa-property-room-rate-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px 1px rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 5px 1px rgba(204, 204, 204, 0.5);
  margin-top: 1rem;
}
.esa-property-room-rate-card.esa-property-room-rate-card--v2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 0;
}
.esa-property-room-rate-card .pay-now-later-label-v2 {
  color: #338802;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 2px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
  width: 20%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  top: 0;
  text-align: left;
  height: auto;
  margin-bottom: 0px;
  line-height: 0.875rem;
}
@media (max-width: 991.98px) {
  .esa-property-room-rate-card .pay-now-later-label-v2 {
    width: 100%;
    line-height: 1rem;
    margin-bottom: 0;
    font-size: 1rem;
  }
}
.esa-property-room-rate-card__first-block {
  width: 65%;
}
@media (max-width: 992px) {
  .esa-property-room-rate-card .esa-property-room-rate-card__first-block {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .esa-property-room-rate-card {
    padding: 0.5rem;
  }
  .esa-property-room-rate-card .esa-property-room-rate-card__mobile-terms {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
.esa-property-room-rate-card .esa-total-rate--mobile {
  line-height: 1rem;
}
.esa-property-room-rate-card.esa-property-room-rate-card-unavailable {
  color: #737271;
  font-size: 1.4em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 390px) {
  .esa-property-room-rate-card button {
    font-size: 1rem;
  }
}

.esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card {
  display: none;
}
@media (min-width: 768px) {
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="1"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="2"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="2"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="3"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="3"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="3"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="4"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="4"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="4"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="4"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="5"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="5"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="5"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="5"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="5"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="6"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="6"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="6"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="6"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="6"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="6"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="7"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="7"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="7"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="7"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="7"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="7"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="7"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="8"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="8"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="8"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="8"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="8"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="8"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="8"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="8"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="9"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="9"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="9"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="9"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="9"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="9"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="9"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="9"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="9"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="10"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="10"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="10"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="10"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="10"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="10"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="10"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="10"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="10"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="10"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="11"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="11"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="11"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="11"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="11"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="11"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="11"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="11"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="11"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="11"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="11"][data-rate-number="11"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="12"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="12"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="12"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="12"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="12"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="12"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="12"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="12"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="12"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="12"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="12"][data-rate-number="11"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="12"][data-rate-number="12"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="13"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="13"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="13"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="13"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="13"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="13"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="13"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="13"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="13"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="13"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="13"][data-rate-number="11"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="13"][data-rate-number="12"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="13"][data-rate-number="13"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="14"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="14"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="14"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="14"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="14"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="14"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="14"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="14"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="14"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="14"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="14"][data-rate-number="11"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="14"][data-rate-number="12"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="14"][data-rate-number="13"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="14"][data-rate-number="14"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="15"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="15"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="15"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="15"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="15"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="15"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="15"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="15"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="15"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="15"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="15"][data-rate-number="11"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="15"][data-rate-number="12"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="15"][data-rate-number="13"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="15"][data-rate-number="14"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="15"][data-rate-number="15"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="16"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="16"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="16"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="16"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="16"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="16"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="16"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="16"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="16"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="16"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="16"][data-rate-number="11"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="16"][data-rate-number="12"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="16"][data-rate-number="13"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="16"][data-rate-number="14"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="16"][data-rate-number="15"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="16"][data-rate-number="16"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="17"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="17"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="17"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="17"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="17"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="17"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="17"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="17"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="17"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="17"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="17"][data-rate-number="11"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="17"][data-rate-number="12"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="17"][data-rate-number="13"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="17"][data-rate-number="14"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="17"][data-rate-number="15"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="17"][data-rate-number="16"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="17"][data-rate-number="17"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="18"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="18"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="18"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="18"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="18"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="18"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="18"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="18"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="18"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="18"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="18"][data-rate-number="11"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="18"][data-rate-number="12"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="18"][data-rate-number="13"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="18"][data-rate-number="14"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="18"][data-rate-number="15"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="18"][data-rate-number="16"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="18"][data-rate-number="17"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="18"][data-rate-number="18"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="19"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="19"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="19"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="19"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="19"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="19"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="19"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="19"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="19"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="19"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="19"][data-rate-number="11"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="19"][data-rate-number="12"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="19"][data-rate-number="13"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="19"][data-rate-number="14"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="19"][data-rate-number="15"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="19"][data-rate-number="16"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="19"][data-rate-number="17"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="19"][data-rate-number="18"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="19"][data-rate-number="19"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="20"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="20"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="20"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="20"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="20"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="20"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="20"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="20"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="20"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="20"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="20"][data-rate-number="11"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="20"][data-rate-number="12"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="20"][data-rate-number="13"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="20"][data-rate-number="14"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="20"][data-rate-number="15"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="20"][data-rate-number="16"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="20"][data-rate-number="17"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="20"][data-rate-number="18"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="20"][data-rate-number="19"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-desktop="20"][data-rate-number="20"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card_show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label {
  display: none;
}
.esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label_show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.esa-property-room-item .esa-property-room-item_rates_wrapper.esa-property-room-item_show_all_rates .esa-property-room-rate-card {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.esa-property-room-item .esa-property-room-item_rates_wrapper.esa-property-room-item_show_all_rates .pay-now-later-label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card--v2:nth-child(4n+1) {
  background-color: #f2f2f2;
}
.esa-property-room-item .esa-property-room-rates-toggle {
  cursor: pointer;
  color: #338802;
}
.esa-property-room-item .esa-property-room-rates-toggle .esa-toggle-label-expanded {
  display: none;
}
.esa-property-room-item .esa-property-room-rates-toggle .esa-toggle-arrow-icon {
  vertical-align: middle;
}
.esa-property-room-item .esa-property-room-rates-toggle.active .esa-toggle-label-expanded {
  display: inline-block;
}
.esa-property-room-item .esa-property-room-rates-toggle.active .esa-toggle-label-collapsed {
  display: none;
}
.esa-property-room-item .esa-property-room-rates-toggle.active .esa-toggle-arrow-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 991.98px) {
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="1"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="2"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="2"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="3"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="3"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="3"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="4"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="4"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="4"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="4"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="5"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="5"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="5"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="5"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="5"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="6"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="6"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="6"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="6"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="6"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="6"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="7"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="7"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="7"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="7"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="7"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="7"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="7"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="8"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="8"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="8"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="8"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="8"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="8"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="8"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="8"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="9"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="9"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="9"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="9"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="9"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="9"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="9"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="9"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="9"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="10"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="10"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="10"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="10"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="10"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="10"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="10"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="10"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="10"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="10"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="11"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="11"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="11"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="11"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="11"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="11"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="11"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="11"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="11"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="11"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="11"][data-rate-number="11"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="12"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="12"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="12"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="12"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="12"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="12"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="12"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="12"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="12"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="12"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="12"][data-rate-number="11"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="12"][data-rate-number="12"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="13"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="13"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="13"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="13"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="13"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="13"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="13"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="13"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="13"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="13"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="13"][data-rate-number="11"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="13"][data-rate-number="12"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="13"][data-rate-number="13"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="14"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="14"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="14"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="14"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="14"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="14"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="14"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="14"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="14"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="14"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="14"][data-rate-number="11"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="14"][data-rate-number="12"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="14"][data-rate-number="13"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="14"][data-rate-number="14"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="15"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="15"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="15"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="15"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="15"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="15"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="15"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="15"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="15"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="15"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="15"][data-rate-number="11"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="15"][data-rate-number="12"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="15"][data-rate-number="13"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="15"][data-rate-number="14"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="15"][data-rate-number="15"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="16"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="16"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="16"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="16"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="16"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="16"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="16"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="16"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="16"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="16"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="16"][data-rate-number="11"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="16"][data-rate-number="12"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="16"][data-rate-number="13"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="16"][data-rate-number="14"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="16"][data-rate-number="15"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="16"][data-rate-number="16"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="17"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="17"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="17"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="17"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="17"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="17"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="17"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="17"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="17"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="17"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="17"][data-rate-number="11"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="17"][data-rate-number="12"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="17"][data-rate-number="13"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="17"][data-rate-number="14"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="17"][data-rate-number="15"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="17"][data-rate-number="16"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="17"][data-rate-number="17"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="18"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="18"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="18"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="18"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="18"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="18"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="18"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="18"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="18"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="18"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="18"][data-rate-number="11"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="18"][data-rate-number="12"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="18"][data-rate-number="13"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="18"][data-rate-number="14"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="18"][data-rate-number="15"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="18"][data-rate-number="16"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="18"][data-rate-number="17"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="18"][data-rate-number="18"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="19"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="19"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="19"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="19"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="19"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="19"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="19"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="19"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="19"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="19"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="19"][data-rate-number="11"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="19"][data-rate-number="12"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="19"][data-rate-number="13"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="19"][data-rate-number="14"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="19"][data-rate-number="15"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="19"][data-rate-number="16"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="19"][data-rate-number="17"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="19"][data-rate-number="18"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="19"][data-rate-number="19"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="20"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="20"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="20"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="20"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="20"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="20"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="20"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="20"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="20"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="20"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="20"][data-rate-number="11"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="20"][data-rate-number="12"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="20"][data-rate-number="13"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="20"][data-rate-number="14"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="20"][data-rate-number="15"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="20"][data-rate-number="16"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="20"][data-rate-number="17"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="20"][data-rate-number="18"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="20"][data-rate-number="19"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .esa-property-room-rate-card[data-rates-to-show-mobile="20"][data-rate-number="20"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="1"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="2"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="2"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="3"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="3"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="3"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="4"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="4"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="4"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="4"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="5"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="5"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="5"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="5"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="5"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="6"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="6"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="6"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="6"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="6"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="6"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="7"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="7"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="7"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="7"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="7"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="7"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="7"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="8"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="8"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="8"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="8"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="8"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="8"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="8"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="8"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="9"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="9"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="9"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="9"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="9"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="9"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="9"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="9"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="9"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="10"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="10"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="10"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="10"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="10"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="10"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="10"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="10"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="10"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="10"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="11"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="11"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="11"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="11"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="11"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="11"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="11"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="11"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="11"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="11"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="11"][data-rate-number="11"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="12"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="12"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="12"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="12"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="12"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="12"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="12"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="12"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="12"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="12"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="12"][data-rate-number="11"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="12"][data-rate-number="12"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="13"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="13"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="13"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="13"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="13"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="13"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="13"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="13"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="13"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="13"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="13"][data-rate-number="11"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="13"][data-rate-number="12"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="13"][data-rate-number="13"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="14"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="14"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="14"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="14"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="14"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="14"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="14"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="14"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="14"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="14"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="14"][data-rate-number="11"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="14"][data-rate-number="12"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="14"][data-rate-number="13"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="14"][data-rate-number="14"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="15"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="15"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="15"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="15"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="15"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="15"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="15"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="15"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="15"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="15"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="15"][data-rate-number="11"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="15"][data-rate-number="12"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="15"][data-rate-number="13"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="15"][data-rate-number="14"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="15"][data-rate-number="15"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="16"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="16"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="16"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="16"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="16"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="16"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="16"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="16"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="16"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="16"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="16"][data-rate-number="11"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="16"][data-rate-number="12"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="16"][data-rate-number="13"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="16"][data-rate-number="14"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="16"][data-rate-number="15"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="16"][data-rate-number="16"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="17"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="17"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="17"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="17"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="17"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="17"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="17"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="17"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="17"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="17"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="17"][data-rate-number="11"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="17"][data-rate-number="12"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="17"][data-rate-number="13"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="17"][data-rate-number="14"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="17"][data-rate-number="15"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="17"][data-rate-number="16"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="17"][data-rate-number="17"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="18"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="18"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="18"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="18"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="18"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="18"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="18"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="18"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="18"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="18"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="18"][data-rate-number="11"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="18"][data-rate-number="12"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="18"][data-rate-number="13"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="18"][data-rate-number="14"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="18"][data-rate-number="15"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="18"][data-rate-number="16"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="18"][data-rate-number="17"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="18"][data-rate-number="18"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="19"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="19"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="19"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="19"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="19"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="19"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="19"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="19"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="19"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="19"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="19"][data-rate-number="11"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="19"][data-rate-number="12"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="19"][data-rate-number="13"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="19"][data-rate-number="14"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="19"][data-rate-number="15"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="19"][data-rate-number="16"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="19"][data-rate-number="17"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="19"][data-rate-number="18"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="19"][data-rate-number="19"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="20"][data-rate-number="1"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="20"][data-rate-number="2"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="20"][data-rate-number="3"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="20"][data-rate-number="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="20"][data-rate-number="5"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="20"][data-rate-number="6"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="20"][data-rate-number="7"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="20"][data-rate-number="8"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="20"][data-rate-number="9"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="20"][data-rate-number="10"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="20"][data-rate-number="11"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="20"][data-rate-number="12"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="20"][data-rate-number="13"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="20"][data-rate-number="14"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="20"][data-rate-number="15"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="20"][data-rate-number="16"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="20"][data-rate-number="17"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="20"][data-rate-number="18"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="20"][data-rate-number="19"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .esa-property-room-item .esa-property-room-item_rates_wrapper .pay-now-later-label[data-rates-to-show-mobile="20"][data-rate-number="20"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.esa-property-room-rate-card-title {
  width: 100%;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media (max-width: 1279.98px) {
  .esa-property-room-rate-card-title {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .esa-property-room-rate-card-title {
    font-size: 1rem !important;
  }
}
.esa-property-room-rate-card-title .esa-tooltip {
  position: relative;
  top: -0.25rem;
}

.esa-property-room-item--v2 .esa-property-room-rate-card-title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  text-align: left;
  width: 45%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.esa-property-room-item--v2 .esa-property-room-rate-card-title .esa-property-room-rate-card-title__rate-name {
  min-width: 0;
}
@media (max-width: 1279.98px) {
  .esa-property-room-item--v2 .esa-property-room-rate-card-title {
    width: 100%;
  }
  .esa-property-room-item--v2 .esa-property-room-rate-card-title .esa-property-room-rate-card-title__tooltip {
    padding-right: 0.5rem;
  }
}

.esa-property-room-rate-card-rate {
  width: 35%;
}
@media (max-width: 1279.98px) {
  .esa-property-room-rate-card-rate {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .esa-property-room-rate-card-rate span.font-weight-bold {
    font-weight: 400 !important;
  }
}

.esa-book-room-btn-wrapper {
  width: 15%;
}

.esa-room-rate-total {
  width: 20%;
  line-height: 1rem;
}

@media (max-width: 992px) {
  .esa-room-rate-total {
    width: 40%;
  }
  .esa-room-rate-total .lead {
    font-size: 1.25rem;
  }
  .esa-book-room-btn-wrapper {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .esa-room-rate-total {
    font-size: 1rem !important;
  }
  .esa-room-rate-total .lead {
    font-size: 1rem !important;
  }
  .esa-book-room-btn-wrapper {
    width: 15%;
  }
}
@media (max-width: 576px) {
  .esa-property-room-rate-card .esa-property-room-rate-card__first-block {
    width: 65%;
  }
  .esa-book-room-btn-wrapper {
    width: 35%;
  }
}
.esa-book-room-btn {
  min-width: 10rem;
}
@media (max-width: 991.98px) {
  .esa-book-room-btn {
    min-width: 7rem;
    line-height: 1rem;
  }
}

.esa-room-alert-tooltip .tooltip-inner {
  background-color: white;
  color: black;
  border: 1px black solid;
  border-radius: 0.25rem;
  padding: 0.5rem 0.3rem;
}
.esa-room-alert-tooltip.esa-tax-tooltip.tooltip.show {
  opacity: 1;
}
.esa-room-alert-tooltip.esa-tax-tooltip .tooltip-inner {
  width: 20.3125rem;
  max-width: none;
}

/* Black border arrow  */
.esa-room-alert-tooltip .arrow::before {
  content: "";
  position: absolute;
  top: 100%; /* position below the tooltip box */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 6x solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid black; /* black border */
}

/* White fill arrow*/
.esa-room-alert-tooltip .arrow::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
}

.esa-room-alert-tooltip[x-placement=bottom] .arrow::before {
  top: calc(100% - 8px);
  border-top: none;
  border-bottom: 6px solid black;
}

.esa-room-alert-tooltip[x-placement=bottom] .arrow::after {
  top: calc(100% - 4px);
  border-top: none;
  border-bottom: 6px solid white;
}

/*Fix the top placement for the cusotm room tooltip*/
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 7px;
}

.esa-room-alert-tooltip .tooltip-inner p {
  margin-bottom: 0;
}

.esa-property-amenities-list {
  list-style-type: none;
  padding: 0;
}
.esa-property-amenities-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 0 1.25rem 2.5rem;
}
.esa-property-amenities-list h5,
.esa-property-amenities-list p {
  margin-bottom: 0;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
@media (min-width: 992px) {
  .esa-property-amenities-list {
    -webkit-column-count: 3 !important;
       -moz-column-count: 3 !important;
            column-count: 3 !important;
  }
}
@media (min-width: 768px) {
  .esa-property-amenities-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-width: 50%;
       -moz-column-width: 50%;
            column-width: 50%;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
  .esa-property-amenities-list h5,
  .esa-property-amenities-list p {
    font-size: 1.25rem;
  }
}

.esa-property-other-amenities-list ul {
  padding-left: 1rem;
}
.esa-property-other-amenities-list ul li {
  margin-bottom: 0.5rem;
  padding-left: 0.75rem;
}
.esa-property-other-amenities-list ul li::marker {
  color: #338802;
}
@media (min-width: 768px) {
  .esa-property-other-amenities-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-width: 50%;
       -moz-column-width: 50%;
            column-width: 50%;
  }
}
@media (min-width: 992px) {
  .esa-property-other-amenities-list {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-width: 33.3%;
       -moz-column-width: 33.3%;
            column-width: 33.3%;
  }
}

.esa-property-amenities-list-icon {
  position: absolute;
  top: 0;
  left: -2.5rem;
  height: 1.875rem;
  max-width: 2rem;
}

.esa-property-amenities-list-v2 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style-type: none;
  padding: 0;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
.esa-property-amenities-list-v2 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.esa-property-amenities-list-v2 ul h5,
.esa-property-amenities-list-v2 ul p {
  font-size: 1.25rem;
  margin: 1rem 0 0 2.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
@media (max-width: 991.98px) {
  .esa-property-amenities-list-v2 ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .esa-property-amenities-list-v2 ul {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    row-gap: 0.75rem;
  }
  .esa-property-amenities-list-v2 ul p {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}

.esa-property-other-amenities-list-v2 ul {
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  list-style: none;
}
.esa-property-other-amenities-list-v2 ul li {
  font-size: 1.25rem;
  position: relative;
  padding-left: 0.75rem;
}
@media (max-width: 991.98px) {
  .esa-property-other-amenities-list-v2 ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .esa-property-other-amenities-list-v2 ul {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
  .esa-property-other-amenities-list-v2 ul li {
    font-size: 0.875rem;
  }
  .esa-property-other-amenities-list-v2 ul li p {
    margin: 0;
  }
}

.esa-property-other-amenities-list-v2 li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #338802;
}

.esa-property-amenities-list-icon-v2 {
  position: absolute;
  height: 1.875rem;
  max-width: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767.98px) {
  .esa-property-amenities-list-icon-v2 {
    margin-top: 0;
  }
}

.esa-whats-nearby-description {
  font-size: 0.875rem;
}
.esa-whats-nearby-description p {
  margin-bottom: 0;
}

.esa-whats-nearby-lists ul {
  padding-left: 1rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .esa-whats-nearby-lists ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}
.esa-whats-nearby-lists ul li {
  margin-bottom: 0;
  padding-left: 0.25rem;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .esa-whats-nearby-lists ul li {
    font-size: 1.25rem;
  }
}
.esa-whats-nearby-lists ul li::marker {
  color: #338802;
}
@media (max-width: 767.98px) {
  .esa-whats-nearby-lists ul li:nth-child(n+6) {
    display: none;
  }
}
.esa-whats-nearby-lists.esa-whats-nearby-lists--expanded ul li {
  display: list-item !important;
}

.esa-whats-nearby-toggle {
  font-size: 0.875rem;
  font-weight: 700;
  color: #338802;
  text-decoration: none;
}
@media (min-width: 768px) {
  .esa-whats-nearby-toggle {
    display: none;
    font-size: 1rem;
  }
}
.esa-whats-nearby-toggle:hover, .esa-whats-nearby-toggle:focus {
  color: #205601;
  text-decoration: none;
}
.esa-whats-nearby-toggle .esa-toggle-arrow-icon {
  font-size: 0.875rem;
  margin-left: 0.25rem;
}

#esaPropertyNearby {
  height: 75vh;
  width: 100%;
}

#propertySignupModal {
  overflow: auto;
}

.esa-property-reviews__carousel .slick-arrow {
  border: none;
  background: none;
  outline: none;
}
.esa-property-reviews__carousel .slick-arrow:focus {
  outline: none;
}
.esa-property-reviews__carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.esa-property-reviews__carousel .slick-slide {
  height: inherit !important;
}
.esa-property-reviews__carousel .slick-slide > div {
  height: 100%;
}
.esa-property-reviews__next {
  position: absolute;
  right: 1rem;
  bottom: -2.75rem;
  font-size: 1.75rem;
}
.esa-property-reviews__prev {
  position: absolute;
  right: 2.5rem;
  bottom: -2.75rem;
  font-size: 1.75rem;
}

.esa-review-card__user-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  height: 3rem;
  width: 3rem;
  overflow: hidden;
}
.esa-review-card.expandable:not(.expanded) .esa-review-card__text__intro:after {
  content: "...";
}
.esa-review-card__toggle {
  display: block;
  text-align: right;
  text-decoration: underline;
  color: #338802;
  font-size: 0.875rem;
}

.esa-sort-select-wrapper {
  position: relative;
}
.esa-sort-select-wrapper .esa-sort-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 2.5rem;
  padding-right: 1.5rem;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.2;
  vertical-align: middle;
  min-height: 2.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .esa-sort-select-wrapper .esa-sort-select {
    font-size: 0.875rem;
  }
}
.esa-sort-select-wrapper::after {
  content: "▼";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  color: #000;
  font-size: 0.625rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .esa-sort-select-wrapper::after {
    font-size: 0.75rem;
  }
}

.esa-sort-icon {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  color: #338802;
  font-size: 0.875rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .esa-sort-icon {
    font-size: 1.25rem;
  }
}

.esa-property-room-detail ul {
  padding-left: 1.25rem;
}

.esa-room-rate,
.esa-room-rate-lg {
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.esa-room-rate .esa-room-rate-dollars {
  font-size: 3.25rem;
}
.esa-room-rate .esa-room-rate-dollars sup {
  top: -1rem;
  font-size: 1.75rem;
}
@media (max-width: 365px) {
  .esa-room-rate .esa-room-rate-dollars {
    font-size: 1.9375rem;
  }
  .esa-room-rate .esa-room-rate-dollars sup {
    font-size: 0.875rem;
  }
}
.esa-room-rate .esa-room-rate-cents {
  font-size: 1.75rem;
}
.esa-room-rate .esa-room-rate-cents em {
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
}
@media (max-width: 365px) {
  .esa-room-rate .esa-room-rate-cents {
    font-size: 1.1875rem;
  }
  .esa-room-rate .esa-room-rate-cents em {
    font-size: 0.5rem;
  }
}

.esa-room-rate-lg .esa-room-rate-dollars {
  font-size: 3.25rem;
}
.esa-room-rate-lg .esa-room-rate-dollars sup {
  top: -1.5rem;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .esa-room-rate-lg .esa-room-rate-dollars {
    font-size: 4.125rem;
  }
  .esa-room-rate-lg .esa-room-rate-dollars sup {
    font-size: 1.875rem;
  }
}
.esa-room-rate-lg .esa-room-rate-cents {
  font-size: 2.25rem;
}
.esa-room-rate-lg .esa-room-rate-cents em {
  display: block;
  font-weight: 400;
  font-size: 0.625rem;
}
@media (min-width: 768px) {
  .esa-room-rate-lg .esa-room-rate-cents {
    font-size: 2.375rem;
  }
}
.esa-room-rate-lg .esa-room-rate-cents em {
  font-size: 1rem;
}

.esa-triptease-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.1;
}

.esa-triptease-verified {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 0.625rem;
  font-size: 0.625rem;
  text-align: right;
  color: rgba(0, 0, 0, 0.5);
}
.esa-triptease-verified span {
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  margin-left: 0.5rem;
}

@media (max-width: 767.98px) {
  .esa-triptease-widget {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .esa-triptease-comparisons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    padding: 0.3125rem;
    border: 1px solid #cccccc;
    border-right: 0;
  }
  .esa-triptease-direct {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    padding: 0.3125rem 0.3125rem 0.3125rem 1.25rem;
    color: #ffffff;
    background-color: #338802;
  }
  .esa-triptease-direct::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 1.25rem;
    height: 100%;
    background-color: #ffffff;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
}
.typeahead__container {
  position: relative;
}

.typeahead__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.typeahead__query {
  position: relative;
  z-index: 2;
  width: 100%;
}

.typeahead__input {
  padding-right: 2.125rem;
}

.typeahead__cancel-button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  right: 0;
  cursor: pointer;
  visibility: hidden;
  font-size: 1.5rem;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0.625rem;
}

.typeahead__container.cancel:not(.loading) .typeahead__cancel-button,
.typeahead__label .typeahead__cancel-button {
  visibility: visible;
}

.typeahead__container.cancel:not(.loading) .typeahead__cancel-button:hover,
.typeahead__label .typeahead__cancel-button:hover {
  color: #d0021b;
}

.typeahead__result .dropdown-menu {
  min-width: 100%;
}
@media (min-width: 992px) {
  .typeahead__result .dropdown-menu {
    width: 100%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
.typeahead__result .dropdown-item {
  white-space: normal;
}
.typeahead__result .dropdown-item.typeahead__group-city {
  padding-right: 1.875rem;
}
.typeahead__result .dropdown-item.typeahead__group-city ~ .typeahead__group-city {
  padding-right: 1.25rem;
}
.typeahead__result .dropdown-item.typeahead__group-state {
  padding-right: 1.875rem;
}
.typeahead__result .dropdown-item.typeahead__group-state ~ .typeahead__group-state {
  padding-right: 1.25rem;
}
.typeahead__result .dropdown-item.typeahead__group-airport {
  padding-right: 1.875rem;
}
.typeahead__result .dropdown-item.typeahead__group-airport ~ .typeahead__group-airport {
  padding-right: 1.25rem;
}
.typeahead__result .dropdown-item.typeahead__group-point-of-interest {
  padding-right: 1.875rem;
}
.typeahead__result .dropdown-item.typeahead__group-point-of-interest ~ .typeahead__group-point-of-interest {
  padding-right: 1.25rem;
}
.typeahead__result .dropdown-item .esa-search-suggest-text {
  display: inline-block;
  padding-right: 30px;
  color: #212529;
}
.typeahead__result .dropdown-item .esa-search-suggest-icon {
  right: 20px;
  position: absolute;
}
.typeahead__result .dropdown-item .esa-search-suggest-icon:not(.fa-history) {
  top: 12px;
}

.typeahead__list,
.typeahead__dropdown {
  position: absolute;
  left: 0;
  z-index: 1000;
  width: 100%;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-clip: padding-box;
}

.typeahead__group {
  /* For alignment of absolute positioned icons */
  position: relative;
  border-top: 1px solid #cccccc;
  z-index: 1;
}
.typeahead__group:first-of-type {
  border-top-width: 0;
}
.typeahead__group > a {
  pointer-events: none;
  cursor: default;
}
.typeahead__group > a, .typeahead__group > a:hover, .typeahead__group > a:focus {
  color: #666666;
}
.typeahead__group .esa-search-group-icon {
  top: 12px;
  right: 20px;
  position: absolute;
}

/* Applies to list items for history and active */
.typeahead__group-group {
  /* For alignment of absolute positioned icons */
  position: relative;
}

.typeahead__container + .typeahead__backdrop,
.typeahead__container .typeahead__dropdown,
.typeahead__container .typeahead__hint,
.typeahead__container .typeahead__list,
.typeahead__container.result .dropdown-menu {
  display: none;
}

.typeahead__container.backdrop + .typeahead__backdrop,
.typeahead__container.filter .typeahead__dropdown,
.typeahead__container.hint .typeahead__hint,
.typeahead__container.result .typeahead__list,
.typeahead__container.result .dropdown-menu {
  display: block;
}

.esa-input-spinner-container .btn,
.esa-input-spinner-container .form-control {
  height: auto;
  padding: 0.4375rem;
  font-weight: bold;
  line-height: 1;
  font-size: 1.5rem;
}
.esa-input-spinner-container .form-control {
  background-color: transparent;
}
.esa-input-spinner-container input::-webkit-outer-spin-button,
.esa-input-spinner-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.esa-input-spinner-container input[type=number] {
  -moz-appearance: textfield;
}

.esa-collage-card-col {
  height: 0;
  min-height: 16.25rem;
  position: relative;
  padding-bottom: 28%;
}

.esa-collage-card-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.5rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}
.esa-collage-card-content, .esa-collage-card-content:hover, .esa-collage-card-content:focus {
  color: #ffffff;
  text-decoration: none;
}
.esa-collage-card-content p {
  max-width: 31.25rem;
  line-height: 1.25;
  font-weight: 700;
}
@media (min-width: 992px) {
  .esa-collage-card-content {
    padding: 1.5rem 3.5rem;
  }
}

.esa-collage-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  background-color: rgba(51, 136, 2, 0.9);
  pointer-events: none;
  cursor: pointer;
  -webkit-transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
  transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
  transition: opacity 0.2s linear, transform 0.2s linear;
  transition: opacity 0.2s linear, transform 0.2s linear, -webkit-transform 0.2s linear;
}
.esa-collage-card-overlay.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  pointer-events: all;
}
@media (min-width: 992px) {
  .esa-collage-card-overlay {
    padding: 3rem;
  }
}

.esa-collage-card-overlay-close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  opacity: 1;
}
.esa-collage-card-overlay-close, .esa-collage-card-overlay-close:hover, .esa-collage-card-overlay-close:focus {
  color: #ffffff;
}

.esa-itinerary-bottom-border {
  border-bottom: solid 2px #d0d0d0;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 0 15px;
}

.esa-cost-summary-header {
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 0 15px;
  background: #dadeda;
}

.esa-guest-data-section-header {
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 1.4375rem 0 1.0625rem 0.9375rem;
  margin-bottom: 2.625rem;
  background: #dbdedb;
}
@media (min-width: 768px) {
  .esa-guest-data-section-header {
    padding: 1.4375rem 0 1.0625rem 2.625rem;
  }
}

.esa-circle-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 2.625rem;
  width: 2.625rem;
  background-color: #338802;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #ffffff;
}

#guestData select,
#ccForm select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

label[for=agreeToTOC] > a {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 576px) {
  .slightly-enlarge-mobile-text > .esa-font-20 {
    font-size: 1.3125rem !important;
  }
  .slightly-enlarge-mobile-text > .esa-font-16 {
    font-size: 1.0625rem !important;
  }
  .slightly-enlarge-mobile-text > .esa-font-14 {
    font-size: 0.9375rem !important;
  }
  .slightly-enlarge-mobile-text > .esa-font-10 {
    font-size: 0.6875rem !important;
  }
}
.esa-carousel-header {
  height: 80vh;
}
@media (min-width: 992px) {
  .esa-carousel-header {
    height: 100vh;
  }
}
.esa-carousel-header .esa-sliding-banner {
  position: relative;
  background-size: cover;
  background-position: 55% center;
  background-repeat: no-repeat;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 768px) {
  .esa-carousel-header .esa-sliding-banner {
    background-position: center;
  }
}
@media (min-width: 992px) {
  .esa-carousel-header .esa-sliding-banner {
    height: 100vh;
  }
}
.esa-carousel-header .esa-sliding-banner .esa-sliding-banner-inner {
  padding-left: 3.125rem;
}
@media (min-width: 768px) {
  .esa-carousel-header .esa-sliding-banner .esa-sliding-banner-inner {
    padding-left: 10.9375rem;
  }
}
.esa-carousel-header .esa-sliding-banner .esa-sliding-banner-inner h2 {
  text-shadow: 0px 3px 63.24px rgba(0, 0, 0, 0.3);
}
.esa-carousel-header .esa-sliding-banner .esa-sliding-banner-inner a:hover {
  text-decoration: none;
}
.esa-carousel-header .esa-sliding-banner .esa-sliding-banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  overflow: hidden;
}
.esa-carousel-header .esa-header-callout {
  background-color: #17355e;
  color: #ffffff;
  position: absolute;
  bottom: -0.9375rem;
  left: 1.875rem;
  width: 18.9375rem;
  height: 13.375rem;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-top-right-radius: 0.625rem;
  border-top-left-radius: 0.625rem;
}
@media (min-width: 768px) {
  .esa-carousel-header .esa-header-callout {
    left: 10.25rem;
  }
}
.esa-carousel-header .esa-header-callout-large-text {
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: -0.25rem;
  font-weight: bold;
}
.esa-carousel-header .esa-header-callout-xlarge-text {
  font-size: 5rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -0.25rem;
}
.esa-carousel-header .esa-header-callout-upper-row {
  margin-bottom: -0.625rem;
}
.esa-carousel-header .esa-header-callout-lower-row small:first-of-type {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: lighter;
  text-transform: uppercase;
  padding-top: 0.5rem;
  margin-right: 0.125rem;
}
.esa-carousel-header .esa-header-callout-lower-row small:last-of-type {
  font-size: 2.5rem;
  font-weight: bold;
}
.esa-carousel-header .esa-header-callout:before {
  content: " ";
  position: absolute;
  left: -0.75rem;
  bottom: 0rem;
  border-top: 15px solid #17355e;
  border-right: 0px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: none;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}

.esa-special-offers-page-booking-form .esa-page-booking-container {
  padding-top: 1rem;
}

.esa-wifi-column {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  min-height: 21.875rem;
  max-height: 33rem;
}
@media (min-width: 992px) {
  .esa-wifi-column {
    min-height: 33rem;
  }
}

.esa-video-modal-toggle-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 18.375rem;
  width: auto;
  border-radius: 1rem;
}
.esa-video-modal-toggle-container .esa-video-modal-player-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.esa-video-modal-toggle-container .esa-video-modal-player-controls .play-button {
  background-color: transparent;
  border: none;
}
.esa-video-modal-toggle-container .esa-video-modal-player-controls .play-button:hover {
  cursor: pointer;
}

.esa-featured-destinations-carousel .esa-state-card {
  margin: 0 0.9375rem;
}

.esa-page-booking-container {
  width: 100%;
  background-color: #f2f2f2;
}
.esa-page-booking-container__msg__inner p {
  margin-bottom: 0;
}

.esa-page-booking-mobile-summary {
  padding: 0.625rem 0;
}
.esa-page-booking-mobile-summary .esa-container {
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.esa-page-booking-mobile-summary.esa-hide-summary .esa-container {
  display: none;
}
@media (min-width: 768px) {
  .esa-page-booking-mobile-summary {
    display: none;
  }
}

.esa-page-booking-form {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.esa-page-booking-form__container {
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991.98px) {
  .esa-page-booking-form__container {
    background-color: transparent;
    padding-bottom: 0rem !important;
  }
}
.esa-page-booking-form__container .esa-date-range-picker,
.esa-page-booking-form__container .dropdown-toggle .filter-option.esa-font-20,
.esa-page-booking-form__container .esa-guest-display-label,
.esa-page-booking-form__container .esa-room-display-label {
  font-size: 1.25rem !important;
}
@media (max-width: 767.98px) {
  .esa-page-booking-form__container .esa-date-range-picker,
  .esa-page-booking-form__container .dropdown-toggle .filter-option.esa-font-20,
  .esa-page-booking-form__container .esa-guest-display-label,
  .esa-page-booking-form__container .esa-room-display-label {
    font-size: 1rem !important;
  }
}
.esa-page-booking-form__container .form-group label {
  margin-left: 0;
}
.esa-page-booking-form label:not(.custom-control-label) {
  display: block;
  margin-bottom: 0.125rem;
  font-size: 0.6875rem;
  line-height: 1.1;
}
.esa-page-booking-form .form-control,
.esa-page-booking-form .esa-btn-select,
.esa-page-booking-form .esa-booking-modify-btn {
  height: 2.5rem;
  padding: 0.375rem;
  line-height: 1.3;
  border: 1px solid #dbdedb;
}
.esa-page-booking-form .esa-datepicker,
.esa-page-booking-form .esa-date-range-picker {
  padding-right: 2.125rem;
  background-position: center right 0.375rem;
}
.esa-page-booking-form .btn {
  padding: 0.4375rem;
}
.esa-page-booking-form .esa-btn-close {
  position: absolute;
  top: 0.5rem;
  right: 1.25rem;
  font-size: 2.125rem;
}
.esa-page-booking-form .col-lg:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.esa-page-booking-form .col-lg:nth-child(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.esa-page-booking-form .col-lg:nth-child(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.esa-page-booking-form .col-lg:nth-child(4) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.esa-page-booking-form .col-lg:nth-child(5) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.esa-page-booking-form input[name=location] {
  padding-right: 1.5625rem;
}
@media (max-width: 991.98px) {
  .esa-page-booking-form .esa-page-booking-form__mob-collapse {
    display: none;
  }
  .esa-page-booking-form.esa-show-all .esa-page-booking-form__mob-collapse {
    display: block;
  }
  .esa-page-booking-form.esa-show-all .esa-page-booking-form__mob-collapse--reverse, .esa-page-booking-form.esa-show-all .esa-page-booking-form__mob-collapse--reverse.d-block {
    display: none !important;
  }
  .esa-page-booking-form.esa-show-all {
    padding-top: 2.5rem;
  }
}
@media (min-width: 768px) {
  .esa-page-booking-form {
    padding-top: 0.8125rem;
    padding-bottom: 0.5rem;
  }
  .esa-page-booking-form .esa-btn-close {
    display: none;
  }
}
@media (min-width: 992px) {
  .esa-page-booking-form .col-lg {
    -ms-flex-preferred-size: 8.75rem;
        flex-basis: 8.75rem;
  }
  .esa-page-booking-form .col-lg:nth-child(1) {
    -ms-flex-preferred-size: 10rem;
        flex-basis: 10rem;
  }
  .esa-page-booking-form .col-lg:nth-child(2) {
    -ms-flex-preferred-size: 17.5rem;
        flex-basis: 17.5rem;
  }
  .esa-page-booking-form .col-lg:nth-child(5) {
    -ms-flex-preferred-size: 7.5rem;
        flex-basis: 7.5rem;
    max-width: 7.5rem;
  }
}
@media (min-width: 1280px) {
  .esa-page-booking-form .col-lg:nth-child(2) {
    -ms-flex-preferred-size: 14.375rem;
        flex-basis: 14.375rem;
  }
  .esa-page-booking-form .col-lg:nth-child(3), .esa-page-booking-form .col-lg:nth-child(4) {
    -ms-flex-preferred-size: 10rem;
        flex-basis: 10rem;
  }
}
@media (max-width: 575.98px) {
  .esa-page-booking-form .filter-option {
    font-size: 1.0625rem;
  }
}

.esa-state-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  height: 13.75rem;
}
@media (min-width: 576px) {
  .esa-state-hero {
    height: 16.25rem;
  }
}
@media (min-width: 768px) {
  .esa-state-hero {
    height: 18.75rem;
  }
}
@media (min-width: 992px) {
  .esa-state-hero {
    height: 20.625rem;
  }
}

.esa-state-hero-title {
  color: #ffffff;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.esa-state-card {
  -webkit-box-shadow: 0 0 5px 1px rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 5px 1px rgba(204, 204, 204, 0.5);
}
.esa-state-card .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 20.625rem;
}
.esa-state-card .card-title {
  margin-bottom: 0;
}

.esa-perks-member-dashboard {
  -webkit-box-shadow: 1px 5px 19px 11px rgba(0, 0, 0, 0.05);
          box-shadow: 1px 5px 19px 11px rgba(0, 0, 0, 0.05);
}
.esa-perks-member-dashboard .esa-member-anniversay {
  font-size: 12px;
  font-weight: 300;
  color: #999999;
}

.esa-perks-member-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.esa-perks-member-nav li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.3333%;
          flex: 1 1 33.3333%;
  min-height: 3.125rem;
}
@media (min-width: 992px) {
  .esa-perks-member-nav li {
    border-left: 1px solid #D8D8D8;
  }
}
.esa-perks-member-nav li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.875rem;
  padding: 0 1.75rem;
  white-space: nowrap;
}

.esa-my-stays-tab-nav {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: none;
}
@media (min-width: 768px) {
  .esa-my-stays-tab-nav li.nav-item {
    min-width: 11.25rem;
  }
}
.esa-my-stays-tab-nav li.nav-item a.nav-link {
  font-size: 0.875rem;
  font-weight: 300;
  color: #666666;
  text-align: center;
  border: none;
  border-bottom: 4px solid #d8d8d8;
}
@media (min-width: 768px) {
  .esa-my-stays-tab-nav li.nav-item a.nav-link {
    font-size: 1.25rem;
  }
}
.esa-my-stays-tab-nav li.nav-item a.nav-link.active {
  color: #282828;
  font-weight: 600;
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom-color: #338802;
}
.esa-my-stays-tab-nav li.nav-item a.nav-link:hover {
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom-color: #338802;
}

.esa-my-stays {
  scroll-margin-top: 6.25rem;
}
@media (min-width: 768px) {
  .esa-my-stays {
    scroll-margin-top: 6.25rem;
  }
}
@media (min-width: 992px) {
  .esa-my-stays {
    scroll-margin-top: 9.375rem;
  }
}

.esa-my-stays-res-container {
  background-color: #f2f2f2;
  min-height: 7.8125rem;
  margin-bottom: 1.5rem;
}
.esa-my-stays-res-container.hidden {
  display: none;
}
.esa-my-stays-res-container .esa-my-stays-res-img-container {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.esa-my-stays-res-container .esa-my-stays-res-img-container img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 991.98px) {
  .esa-my-stays-res-container .esa-my-stays-res-img-container img {
    height: 100%;
  }
}
.esa-my-stays-res-container .esa-my-stays-res-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding-right: 2rem;
}
.esa-my-stays-res-container .esa-my-stays-res-info-branding {
  font-size: 1rem;
  color: #74BE4C;
  letter-spacing: -0.0225rem;
}
.esa-my-stays-res-container .esa-my-stays-res-info-hotel-name {
  font-size: 1.5rem;
  color: #282828;
  letter-spacing: -0.033125rem;
  line-height: 1;
}
.esa-my-stays-res-container .esa-my-stays-res-info-hotel-name:hover {
  cursor: pointer;
  text-decoration: none;
  color: #338802;
}
.esa-my-stays-res-container .esa-my-stays-res-info-hotel-address, .esa-my-stays-res-container .esa-my-stays-res-info-hotel-phone, .esa-my-stays-res-container .esa-my-stays-res-info-hotel-email {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
}
.esa-my-stays-res-container .esa-my-stays-res-info-hotel-phone, .esa-my-stays-res-container .esa-my-stays-res-info-hotel-email {
  display: inline-block;
  margin-bottom: 1.0625rem;
}
.esa-my-stays-res-container .esa-my-stays-res-info-check-in-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.esa-my-stays-res-container .esa-my-stays-res-info-check-in-out span {
  font-size: 14px;
  color: #999999;
  letter-spacing: -0.31px;
}
.esa-my-stays-res-container .esa-my-stays-res-info-check-in-out span.date {
  font-size: 22px;
  font-weight: 600;
  color: #282828;
  letter-spacing: -0.49px;
}
.esa-my-stays-res-container .esa-my-stays-res-info-beds, .esa-my-stays-res-container .esa-my-stays-res-info-guests {
  font-size: 14px;
  color: #282828;
  letter-spacing: 0;
  line-height: 1;
}
.esa-my-stays-res-container .esa-my-stays-res-info-guests {
  min-width: 155px;
}
.esa-my-stays-res-container .esa-my-stays-res-info-cancellation {
  font-size: 0.75rem;
  color: #B6B6B6;
  letter-spacing: 0;
  line-height: 1.0625rem;
  text-decoration: underline;
}
.esa-my-stays-res-container .esa-my-stays-res-info-cancellation a {
  text-decoration: underline;
}
.esa-my-stays-res-container .esa-my-stays-res-controls {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (min-width: 768px) {
  .esa-my-stays-res-container .esa-my-stays-res-controls {
    min-width: 14rem;
  }
}
.esa-my-stays-res-container .esa-my-stays-res-controls-confirmation {
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.esa-my-stays-res-container .esa-my-stays-res-controls-confirmation-header {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.esa-my-stays-res-container .esa-my-stays-res-controls-confirmation-number {
  font-size: 20px;
  font-weight: 600;
}
.esa-my-stays-res-container .esa-my-stays-res-controls-cancel {
  font-size: 1rem;
  color: #999999;
  letter-spacing: 0;
  text-align: center;
  text-decoration: underline;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.esa-my-stays-res-container .esa-my-stays-res-controls__actions a, .esa-my-stays-res-container .esa-my-stays-res-controls__actions button {
  margin-bottom: 1.2rem;
}
.esa-my-stays-res-container .esa-my-stays-res-more-detail {
  color: #212529;
  background-color: #eaeaea;
}
.esa-my-stays-res-container .esa-my-stays-res-more-detail-toggle {
  display: block;
  padding: 0.5rem;
  font-weight: 700;
  text-align: center;
}
.esa-my-stays-res-container .esa-my-stays-res-more-detail-toggle, .esa-my-stays-res-container .esa-my-stays-res-more-detail-toggle:hover, .esa-my-stays-res-container .esa-my-stays-res-more-detail-toggle:focus {
  color: #212529;
}
.esa-my-stays-res-container .esa-my-stays-res-more-detail-label {
  font-size: 0.875rem;
  color: #58595b;
  text-transform: uppercase;
}
.esa-my-stays-res-container .esa-my-stays-res-more-detail-value {
  font-size: 1.125rem;
  font-weight: 400;
}
.esa-my-stays-res-container .esa-my-stays-res-more-detail-amount {
  font-size: 0.875rem;
  font-weight: 400;
}
.esa-my-stays-res-container .esa-my-stays-res-more-detail-cost hr {
  margin: 0.5rem 0;
  border-color: #ffffff;
}
.esa-my-stays-res-container .esa-my-stays-res-more-detail-cost .esa-my-stays-res-more-detail-amount {
  margin-left: auto;
}
.esa-my-stays-res-container .esa-my-stays-res-more-detail-cost .esa-my-stays-res-more-detail-total-label {
  font-weight: 700;
  font-size: 1.125rem;
  color: #58595b;
  text-transform: uppercase;
}
.esa-my-stays-res-container .esa-my-stays-res-more-detail-cost .esa-my-stays-res-more-detail-total-amount {
  margin-left: auto;
  font-size: 1.25rem;
  font-weight: 700;
}

.esa-my-stays-paginations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.esa-my-stays-paginations.hidden {
  display: none;
}
.esa-my-stays-paginations ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.esa-my-stays-paginations ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.esa-my-stays-paginations ul li a {
  border: none;
  font-size: 14px;
  color: #5A6872;
  margin-left: 0;
}
.esa-my-stays-paginations ul li a.active {
  color: #FFFFFF;
  background: #74BE4C;
  border-radius: 0.3125rem;
}
.esa-my-stays-paginations ul li a i {
  font-size: 0.625rem;
}
.esa-my-stays-paginations ul li button {
  border: none;
  font-size: 14px;
  color: #5A6872;
  margin-left: 0;
}
.esa-my-stays-paginations ul li button.active {
  color: #FFFFFF;
  background: #74BE4C;
  border-radius: 0.3125rem;
}
.esa-my-stays-paginations ul li button i {
  font-size: 0.625rem;
}

.esa-my-stays-cancellation-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.esa-my-stays-cancellation-policy span {
  font-size: 14px;
  color: #666666;
}
.esa-my-stays-cancellation-policy span a {
  text-decoration: underline;
  color: inherit;
}

.esa-extended-perks-faq + .esa-video-background {
  margin-bottom: 3.125rem;
}

.esa-extended-perks-faq {
  background-color: #ffffff;
  padding: 1.875rem 1rem;
}
@media (min-width: 992px) {
  .esa-extended-perks-faq {
    max-width: 1140px;
    margin: 0 auto;
  }
}
.esa-extended-perks-faq .esa-extended-perks-faq-header {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  padding: 0;
}
.esa-extended-perks-faq .esa-extended-perks-faq-inner {
  padding: 0;
}
.esa-extended-perks-faq .esa-extended-perks-faq-inner .card {
  border: none;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.esa-extended-perks-faq .esa-extended-perks-faq-inner .card .card-header {
  background-color: #ffffff;
  border: none;
  color: #000000;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.esa-extended-perks-faq .esa-extended-perks-faq-inner .card .card-header span {
  color: #338701;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0;
}
.esa-extended-perks-faq .esa-extended-perks-faq-inner .card .card-header span p {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .esa-extended-perks-faq .esa-extended-perks-faq-inner .card .card-header span {
    font-size: 1rem;
    line-height: 1rem;
  }
}
.esa-extended-perks-faq .esa-extended-perks-faq-inner .card .card-header button {
  background: #338802;
  border-radius: 0.3125rem;
  outline: none;
  border: none;
}
.esa-extended-perks-faq .esa-extended-perks-faq-inner .card .card-body {
  padding-left: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.esa-extended-perks-faq .esa-extended-perks-faq-inner .card .card-body p {
  margin-bottom: 0.25rem;
}
.esa-extended-perks-faq .esa-extended-perks-faq-inner .card .esa-faq-answer {
  color: #000000;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.375rem;
  letter-spacing: 0;
  padding-right: 0;
}
.esa-extended-perks-faq .esa-extended-perks-faq-inner .card .esa-faq-answer p {
  margin-bottom: 0.25rem;
}
@media (max-width: 991.98px) {
  .esa-extended-perks-faq .esa-extended-perks-faq-inner .card .esa-faq-answer {
    font-size: 1rem;
    line-height: 1rem;
  }
}

.esa-extended-perks-faq + .esa-video-background {
  margin-bottom: 3.125rem;
}

.esa-property-faq_V2 .esa-property-faq-header {
  color: #333333;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  padding: 0;
}
@media (min-width: 1281px) {
  .esa-property-faq_V2 .esa-property-faq-header {
    padding: 0 7.5rem;
  }
}
.esa-property-faq_V2 .esa-property-faq-inner {
  padding: 0;
}
.esa-property-faq_V2 .esa-property-faq-inner .card {
  background-color: #f5f5f5;
  border: none;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.esa-property-faq_V2 .esa-property-faq-inner .card .card-header {
  background-color: #f5f5f5;
  border: none;
  color: #000000;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.esa-property-faq_V2 .esa-property-faq-inner .card .card-header span {
  color: #338701;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: left;
}
@media (max-width: 991.98px) {
  .esa-property-faq_V2 .esa-property-faq-inner .card .card-header span {
    font-size: 1rem;
    line-height: 1rem;
  }
}
.esa-property-faq_V2 .esa-property-faq-inner .card .card-header button {
  background: #338802;
  border-radius: 0.3125rem;
  outline: none;
  border: none;
  margin-left: 1rem !important;
}
.esa-property-faq_V2 .esa-property-faq-inner .card .card-body {
  padding-left: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.esa-property-faq_V2 .esa-property-faq-inner .card .card-body p {
  margin-bottom: 0.25rem;
}
.esa-property-faq_V2 .esa-property-faq-inner .card .esa-faq-answer {
  color: #333333;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.375rem;
  letter-spacing: 0;
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .esa-property-faq_V2 .esa-property-faq-inner .card .esa-faq-answer {
    font-size: 1rem;
    line-height: 1rem;
  }
}
.esa-property-faq_V2 .esa-property-faq-inner .card .esa-faq-answer p {
  margin-bottom: 0.25rem;
}

.esa-perks-form-sms-label {
  pointer-events: none;
}

.esa-perks-my-favorites #esaMyFavorites {
  position: absolute;
  top: -15rem;
  display: block;
}
.esa-perks-my-favorites .esa-favorite-card .esa-add-favorite {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  top: 1rem;
  right: 1rem;
}
.esa-perks-my-favorites .esa-favorite-card__brand-logo {
  position: absolute;
  top: 1rem;
  left: 1rem;
  max-width: 5rem;
}
.esa-perks-my-favorites .esa-favorite-card__carousel {
  width: 100%;
}
.esa-perks-my-favorites .esa-favorite-card__carousel-slide img {
  width: 100%;
  height: 13.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (min-width: 576px) {
  .esa-perks-my-favorites .esa-favorite-card__carousel-slide img {
    height: 18.75rem;
  }
}
@media (min-width: 768px) {
  .esa-perks-my-favorites .esa-favorite-card__carousel-slide img {
    height: 21.875rem;
  }
}
@media (min-width: 992px) {
  .esa-perks-my-favorites .esa-favorite-card__carousel-slide img {
    height: 15.625rem;
  }
}
.esa-perks-my-favorites .esa-favorite-card a.h4 {
  font-size: 1.15rem;
  color: #483729;
}
.esa-perks-my-favorites .esa-favorite-card hr {
  border-color: #E1E1E1;
}

/* Extend My Stay Modal */
.extend-my-stay-modal__header {
  background: #F1F9ED;
}
.extend-my-stay-modal .date-picker-wrapper {
  border: none;
}
.extend-my-stay-modal .extend-my-stay-modal__calendar {
  margin-bottom: 0rem;
}
@media (max-width: 991.98px) {
  .extend-my-stay-modal .date-picker-wrapper {
    position: relative !important;
  }
  .extend-my-stay-modal .date-picker-wrapper .month-wrapper table {
    float: none;
    margin: auto;
  }
  .extend-my-stay-modal .date-picker-inner {
    padding-top: 0 !important;
  }
  .extend-my-stay-modal .date-picker-mobile-close {
    display: none;
  }
}
.extend-my-stay-modal .modal-dialog {
  max-width: 750px;
}

.esa-confirmation-page-map {
  height: 40vh;
}

.esa-extended-perks-signup {
  scroll-margin-top: calc(var(--sticky-wrapper-top-spacing, 0px) + 4rem + 3rem);
}
@media (min-width: 992px) {
  .esa-extended-perks-signup {
    scroll-margin-top: calc(var(--sticky-wrapper-top-spacing, 0px) + 7.125rem + 4rem);
  }
}
.esa-extended-perks-signup .toggle-password-icon {
  position: absolute;
  top: 0.8125rem;
  right: 0.9375rem;
  z-index: 1;
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.esa-extended-perks-signup .toggle-password-icon:hover {
  cursor: pointer;
}
.esa-extended-perks-signup input[name=password] + button + div.alert {
  display: none;
}
.esa-extended-perks-signup input[name=password]:focus + button + div.alert {
  display: block;
}
.esa-extended-perks-signup.was-validated input[name=password].form-control:invalid + button + div.alert {
  display: block;
}

.esa-join-perks-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
}

.esa-tabbed-content .esa-nav-tabs-container {
  display: block;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  text-align: center;
}
.esa-tabbed-content .nav-tabs {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 4px solid #cccccc;
  margin-bottom: 0;
}
.esa-tabbed-content .nav-tabs .nav-link {
  font-size: 0.875rem;
  font-weight: 700;
  color: #999;
  background-color: white;
  border: none;
  border-bottom: 4px solid transparent;
  padding: 0.75rem;
}
.esa-tabbed-content .nav-tabs .nav-link.active {
  color: #483729;
  border-color: #338802;
  background-color: transparent;
}
.esa-tabbed-content .nav-tabs .nav-link:hover {
  border-color: #338802;
}
.esa-tabbed-content .nav-tabs .nav-link:focus {
  border-color: rgba(51, 136, 2, 0.6);
  outline: none;
}
.esa-tabbed-content .nav-tabs .nav-item {
  margin-bottom: -4px;
}
.esa-tabbed-content .tab-pane {
  padding: 1rem;
  margin: 0 auto;
  max-width: 78.125rem;
}
.esa-tabbed-content .tab-pane img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .esa-tabbed-content .nav-tabs .nav-link {
    font-size: 1.125rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.esa-map .gm-style .gm-style-iw-c {
  border-radius: 0;
}
.esa-map .gm-style .gm-style-iw-t:after {
  width: 0;
}
.esa-map .gm-style .gm-style-iw-tc::after {
  content: none;
}
.esa-map .esa-info-window-locations {
  min-height: 7.8125rem;
}
@media (min-width: 992px) {
  .esa-map .esa-info-window-locations {
    min-height: 6.25rem;
    min-width: 36.75rem;
  }
}
.esa-map .esa-info-window-locations .esa-iw-property-image {
  max-width: 9.0625rem;
  min-height: 9.0625rem;
  min-height: 7rem;
  max-height: 7rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.esa-map.esa-map-lg {
  height: 75vh;
}
.esa-map .esa-map__mobile-hotel-list {
  bottom: 1rem;
  width: 100%;
  z-index: 500;
  height: 325px;
}

@media (min-width: 768px) {
  #searchResultsMapView {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 70vh;
    overflow: hidden;
  }
  #searchResultsMapView > .position-relative {
    width: 60%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #searchResultsMapView #searchResultsMapListDesktop {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    /* Make ONLY the list scrollable in 'map view' for screen size >= 150% */
    height: 100%;
    overflow-y: auto;
  }
}
#searchResultsMapView #search-results-map {
  height: 70vh;
}
#searchResultsMapView #search-results-map .esa-info-window .g-user-rating {
  margin-bottom: 0.785rem !important;
}
#searchResultsMapView #search-results-map .esa-info-window__title {
  font-size: 1rem;
}
#searchResultsMapView #search-results-map .esa-info-window__view-rate {
  padding: 0.5rem 1.25rem !important;
  font-size: 0.875rem !important;
  width: 100%;
}
#searchResultsMapView #search-results-map [aria-label=Close] {
  top: -1.25rem !important;
  right: -1.25rem !important;
  font-size: 1.25rem !important;
  color: #ffffff !important;
  height: 2.5rem !important;
  width: 2.5rem !important;
  background-color: #000000 !important;
  opacity: 0.75 !important;
  border-radius: 50% !important;
  z-index: 2 !important;
}
#searchResultsMapView #search-results-map [aria-label=Close] span {
  margin: auto !important;
  width: 20px !important;
  height: 20px !important;
  -webkit-filter: invert(100%) !important;
}
#searchResultsMapView #search-results-map .gm-style .gm-style-iw,
#searchResultsMapView #search-results-map .gm-style .gm-style-iw-c {
  overflow: visible;
}
#searchResultsMapView #search-results-map .gm-style .gm-style-iw-tc::after {
  content: none;
}
@media (max-width: 991.98px) {
  #searchResultsMapView #search-results-map {
    height: 85vh;
  }
}
#searchResultsMapView .search-results-list-mobile-view {
  bottom: 1rem;
  width: 100%;
  z-index: 500;
  height: 345px;
}
#searchResultsMapView .search-results-list-mobile-view .slick-current .search-results-list-view__item {
  border: 2px solid #338802;
}
#searchResultsMapView .search-results-list-mobile-view .search-results-list-view__item {
  height: 345px;
  max-width: unset;
  width: calc(100% - 1rem) !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
#searchResultsMapView .search-results-list-mobile-view .search-results-list-view__item__rate-starting__wrapper {
  line-height: 1.25rem;
}
#searchResultsMapView .search-results-list-mobile-view .search-results-list-view__item__rate-starting {
  display: block;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 800;
  text-decoration: line-through;
  line-height: 1.5rem;
}
#searchResultsMapView .search-results-list-mobile-view .search-results-list-view__item hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.esa-map .esa-info-window .g-user-rating {
  margin-bottom: 0.785rem !important;
}
.esa-map .esa-info-window .g-user-rating {
  margin-bottom: 0.785rem !important;
}
.esa-map .esa-info-window .esa-amenity-icon-list .list-inline-item {
  margin: 0;
}
.esa-map .esa-info-window__title {
  font-size: 1rem;
}
.esa-map .esa-info-window__view-rate {
  padding: 0.5rem 1.25rem !important;
  font-size: 0.875rem !important;
  width: 100%;
}
.esa-map .esa-info-window ul.esa-amenity-icon-list {
  padding-top: 0.5rem;
  border-top: 1px solid #ccc;
}
.esa-map .esa-info-window ul.esa-amenity-icon-list li img {
  height: 1.25rem;
}
.esa-amenity-icon-list .esa-map .esa-info-window__title {
  font-size: 1rem;
}
.esa-map .esa-info-window__view-rate {
  padding: 0.5rem 1.25rem !important;
  font-size: 0.875rem !important;
  width: 100%;
}
.esa-map [aria-label=Close] {
  top: -1.25rem !important;
  right: -1.25rem !important;
  font-size: 1.25rem !important;
  color: #fff !important;
  height: 2.5rem !important;
  width: 2.5rem !important;
  background-color: #000 !important;
  opacity: 0.75 !important;
  border-radius: 50% !important;
  z-index: 2 !important;
}
.esa-map [aria-label=Close] span {
  margin: auto !important;
  width: 20px !important;
  height: 20px !important;
  -webkit-filter: invert(100%) !important;
}
.esa-map__mobile-hotel-list {
  bottom: 1rem;
  width: 100%;
  z-index: 500;
  height: 345px;
  display: none;
}
.esa-map__mobile-hotel-list .slick-current .search-results-list-view__item {
  border: 2px solid #338802;
}
.esa-map__mobile-hotel-list .search-results-list-view__item {
  height: 345px;
  max-width: unset;
  width: calc(100% - 1rem) !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.esa-map__mobile-hotel-list .search-results-list-view__item__rate-starting__wrapper {
  line-height: 1.25rem;
}
.esa-map__mobile-hotel-list .search-results-list-view__item__rate-starting {
  display: block;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 800;
  text-decoration: line-through;
  line-height: 1.5rem;
}
.esa-map__mobile-hotel-list .search-results-list-view__item hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 991.98px) {
  .esa-map__mobile-hotel-list.active {
    display: block;
  }
}
.esa-map .gm-style-iw-c {
  overflow: visible;
}

.esa-amenity-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; /* prevent wrapping */
  overflow: hidden; /* hide extra icons */
  gap: 1px; /* tighter spacing */
}

.esa-amenity-icon-list .list-inline-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; /* prevent shrinking */
}

@media print {
  .esa-print-col-12 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .esa-print-col-9 {
    width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .esa-print-col-4 {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .esa-print-col-3 {
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .esa-print-flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
.esa-icon-list .esa-icon-list-img {
  width: 200px;
  height: 200px;
}

.esa-rollover-card-collage .esa-rollover-card {
  width: 100%;
  height: 30rem;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
  background-size: cover;
  background-position: center center;
}
.esa-rollover-card-collage .esa-rollover-card .esa-rollover-card__content {
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
  z-index: 300;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center center;
}
.esa-rollover-card-collage .esa-rollover-card .esa-rollover-card__content a {
  text-decoration: underline;
}
.esa-rollover-card-collage .esa-rollover-card .esa-rollover-card__content__detail ul, .esa-rollover-card-collage .esa-rollover-card .esa-rollover-card__content__detail ol {
  text-align: left;
  padding-left: 10px;
}
.esa-rollover-card-collage .esa-rollover-card .esa-rollover-card__content.esa-rollover-card__rollover-content--roll-over {
  opacity: 0;
  z-index: 400;
  -webkit-transform: translate(-50%, -50%) scale(0.85);
          transform: translate(-50%, -50%) scale(0.85);
}
.esa-rollover-card-collage .esa-rollover-card .esa-rollover-card__content .esa-rollover-card__content__icon-image {
  max-width: 100%;
  max-height: 110px;
  width: auto;
  height: auto;
}
.esa-rollover-card-collage .esa-rollover-card.esa-rollover-card--active {
  -webkit-box-shadow: 0px 0px 15px -6px #000000;
          box-shadow: 0px 0px 15px -6px #000000;
}
.esa-rollover-card-collage .esa-rollover-card.esa-rollover-card--active .esa-rollover-card__rollover-content--roll-over {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.esa-rollover-card-collage .esa-rollover-card .esa-rollover-card__content_close {
  top: 15px;
  right: 15px;
  font-size: 30px;
  line-height: 20px;
  cursor: pointer;
}
.esa-rollover-card-collage[data-card-count="5"] .esa-rollover-card-collage .esa-rollover-card .esa-rollover-card__content__icon-image {
  max-width: 180px;
  max-height: 90px;
}
.esa-rollover-card-collage[data-card-count="5"] .esa-rollover-card-collage .esa-rollover-card h4, .esa-rollover-card-collage[data-card-count="5"] .esa-rollover-card-collage .esa-rollover-card .h4 {
  font-size: 1.2rem;
}
.esa-rollover-card-collage[data-card-count="5"] .esa-rollover-card-collage .esa-rollover-card .lead {
  font-size: 1.1rem;
}
@media (min-width: 992px) {
  .esa-rollover-card-collage .esa-rollover-card {
    font-size: 0.8rem !important;
  }
  .esa-rollover-card-collage .esa-rollover-card h4, .esa-rollover-card-collage .esa-rollover-card .h4 {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .esa-rollover-card-collage[data-card-count="3"] .esa-rollover-card-collage_card-wrapper > div:nth-child(2) .esa-rollover-card, .esa-rollover-card-collage[data-card-count="3"] .esa-rollover-card-collage_card-wrapper > div:nth-child(2) .esa-rollover-card {
    width: 100%;
    height: calc(100% + 50px);
    margin: -25px 0 0 0;
    z-index: 500;
  }
  .esa-rollover-card-collage[data-card-count="3"] .esa-rollover-card {
    height: 25rem;
  }
  .esa-rollover-card-collage[data-card-count="4"] .esa-rollover-card {
    height: 23rem;
  }
  .esa-rollover-card-collage[data-card-count="5"] .esa-rollover-card-collage_card-wrapper > div:nth-child(3) .esa-rollover-card, .esa-rollover-card-collage[data-card-count="5"] .esa-rollover-card-collage_card-wrapper > div:nth-child(3) .esa-rollover-card {
    width: 100%;
    height: calc(100% + 50px);
    margin: -25px 0 0 0;
    z-index: 500;
  }
  .esa-rollover-card-collage[data-card-count="5"] .esa-rollover-card-collage_card-wrapper > div:nth-child(2) .esa-rollover-card, .esa-rollover-card-collage[data-card-count="5"] .esa-rollover-card-collage_card-wrapper > div:nth-child(2) .esa-rollover-card {
    width: calc(100% + 26px);
    height: calc(100% + 26px);
    margin: -13px 0 0 0;
    z-index: 400;
  }
  .esa-rollover-card-collage[data-card-count="5"] .esa-rollover-card-collage_card-wrapper > div:nth-child(4) .esa-rollover-card, .esa-rollover-card-collage[data-card-count="5"] .esa-rollover-card-collage_card-wrapper > div:nth-child(4) .esa-rollover-card {
    width: calc(100% + 26px);
    height: calc(100% + 26px);
    margin: -13px 0 0 0;
    z-index: 400;
  }
  .esa-rollover-card-collage[data-card-count="5"] .esa-rollover-card {
    height: 22rem;
  }
}

.esa-external-link-popup__url {
  inline-size: 25rem;
  overflow-wrap: break-word;
  margin: auto;
}

.esa-promo-banner-logo {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
  max-width: 250px !important;
}
@media (max-width: 767.98px) {
  .esa-promo-banner-logo {
    max-width: 150px !important;
  }
}

.esa-banner-layout-5 {
  text-decoration: none !important;
}
.esa-banner-layout-5:hover * {
  text-decoration: none !important;
}
.esa-banner-layout-5__logo {
  max-height: 15rem;
}
.esa-banner-layout-5__logo img {
  max-width: 75%;
  width: auto !important;
  max-height: 100%;
}
.esa-banner-layout-5__main-content__img {
  max-height: 15rem;
  width: auto !important;
}
.esa-banner-layout-5__description {
  color: #fff;
  max-width: 25rem;
}
@media (max-width: 1279.98px) {
  .esa-banner-layout-5__logo {
    max-height: 12.5rem;
  }
  .esa-banner-layout-5__main-content__img {
    max-width: 12.5rem;
  }
}
@media (max-width: 767.98px) {
  .esa-banner-layout-5__logo {
    max-height: 10rem;
  }
  .esa-banner-layout-5__main-content__img {
    max-width: 10rem;
  }
}

.esa-content-horizontal-banner {
  padding: 1.25rem 0;
  background-color: #f2f2f2;
  border-bottom: 1px solid #dbdedb;
}
.esa-content-horizontal-banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}
.esa-content-horizontal-banner__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.esa-content-horizontal-banner__header {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.05rem;
  margin-bottom: 0.25rem;
}
.esa-content-horizontal-banner__header p {
  margin-bottom: 0;
}
.esa-content-horizontal-banner__subline {
  font-size: 0.875rem;
  line-height: 1.5;
}
.esa-content-horizontal-banner__copy {
  color: #666666;
}
.esa-content-horizontal-banner__link {
  font-weight: 700;
  text-transform: uppercase;
  color: #483729;
  margin-left: 0.25rem;
}
.esa-content-horizontal-banner__link:hover {
  color: #338802;
}
.esa-content-horizontal-banner__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 10rem;
}
.esa-content-horizontal-banner__image img {
  max-width: 100%;
  height: auto;
}
.esa-content-horizontal-banner--img-left .esa-content-horizontal-banner__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.esa-content-horizontal-banner--text-center .esa-content-horizontal-banner__text {
  text-align: center;
}
.esa-content-horizontal-banner--text-right .esa-content-horizontal-banner__text {
  text-align: right;
}
@media (max-width: 767.98px) {
  .esa-content-horizontal-banner__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .esa-content-horizontal-banner--img-left .esa-content-horizontal-banner__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .esa-content-horizontal-banner__image {
    max-width: 7.5rem;
  }
}

.countdown-clock-banner-widget.layout-1 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.countdown-clock-banner-widget.layout-1 .countdown-clock-banner,
.countdown-clock-banner-widget.layout-1 .countdown-banner-savings-image,
.countdown-clock-banner-widget.layout-1 .countdown-title-image {
  height: 4.5rem;
}
.countdown-clock-banner-widget.layout-1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.countdown-clock-banner-widget.layout-1 .bottom-pattern-image-border {
  height: 4px;
}
.countdown-clock-banner-widget.layout-1 .countdown-banner-featured-image {
  height: 100%;
  overflow: hidden;
}
.countdown-clock-banner-widget.layout-1 .countdown-banner-featured-image img {
  height: 4.5rem;
}
.countdown-clock-banner-widget.layout-1 .vl {
  border-left: 1px solid var(--countdown-text-mobile);
  opacity: 0.5;
  height: 3rem;
}
.countdown-clock-banner-widget.layout-1 .promo-button {
  white-space: nowrap;
  border-radius: 2px;
}
@media (max-width: 767.98px) {
  .countdown-clock-banner-widget.layout-1 {
    background-color: var(--countdown-banner-mobile, "transparent");
    color: var(--countdown-text-mobile, "revert");
  }
  .countdown-clock-banner-widget.layout-1 .promo-button {
    width: 100%;
    padding: 0.5rem;
    background: var(--countdown-promo-button-bg-mobile, "revert");
    color: var(--countdown-promo-button-text-mobile, "revert");
    border: 1px solid var(--countdown-promo-button-border-mobile, "revert");
  }
  .countdown-clock-banner-widget.layout-1 .promo-button:active {
    background: var(--countdown-promo-button-bg-mobile, "revert");
    color: var(--countdown-promo-button-text-mobile, "revert");
    -webkit-filter: opacity(0.8);
            filter: opacity(0.8);
  }
  .countdown-clock-banner-widget.layout-1 .countdown-banner-savings-image-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 10rem;
  }
  .countdown-clock-banner-widget.layout-1 .mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .countdown-clock-banner-widget.layout-1 .countdown-title-image-mobile {
    top: 0.5rem;
  }
  .countdown-clock-banner-widget.layout-1 .countdown-title-image-mobile img {
    width: 75vw !important;
    max-height: 6rem;
  }
  .countdown-clock-banner-widget.layout-1 .terms-text-mobile {
    display: inline-block !important;
  }
  .countdown-clock-banner-widget.layout-1 .clock-container,
  .countdown-clock-banner-widget.layout-1 .clock-container-inner,
  .countdown-clock-banner-widget.layout-1 .clock {
    width: 100%;
  }
  .countdown-clock-banner-widget.layout-1 .clock-container {
    gap: 6px;
  }
  .countdown-clock-banner-widget.layout-1 .apply-btn-container {
    width: 100%;
    margin-top: 1rem;
  }
  .countdown-clock-banner-widget.layout-1 .countdown-clock-banner {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    aspect-ratio: 11/9;
    height: 100%;
    padding: 0.8rem 0.7rem;
  }
  .countdown-clock-banner-widget.layout-1 .lowTimeReached {
    color: var(--countdown-lowtime-mobile, #d15530);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .countdown-clock-banner-widget.layout-1 {
    background-image: none !important;
    background-color: var(--countdown-banner-tablet, "transparent");
    color: var(--countdown-text-tablet, "revert");
  }
  .countdown-clock-banner-widget.layout-1 .tablet {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .countdown-clock-banner-widget.layout-1 .promo-button {
    background: var(--countdown-promo-button-bg-tablet, "revert");
    color: var(--countdown-promo-button-text-tablet, "revert");
    border: 1px solid var(--countdown-promo-button-border-tablet, "revert");
  }
  .countdown-clock-banner-widget.layout-1 .promo-button:active {
    background: var(--countdown-promo-button-bg-tablet, "revert");
    color: var(--countdown-promo-button-text-tablet, "revert");
    -webkit-filter: opacity(0.8);
            filter: opacity(0.8);
  }
  .countdown-clock-banner-widget.layout-1 .vl {
    border-left: 1px solid var(--countdown-text-tablet);
  }
  .countdown-clock-banner-widget.layout-1 .lowTimeReached {
    color: var(--countdown-lowtime-tablet, #d15530);
  }
}
@media (min-width: 992px) {
  .countdown-clock-banner-widget.layout-1 {
    background-image: none !important;
    background-color: var(--countdown-banner-desktop, "transparent");
    color: var(--countdown-text-desktop, "revert");
  }
  .countdown-clock-banner-widget.layout-1 .countdown-clock-banner,
  .countdown-clock-banner-widget.layout-1 .countdown-banner-savings-image,
  .countdown-clock-banner-widget.layout-1 .countdown-title-image {
    height: 5.6rem;
  }
  .countdown-clock-banner-widget.layout-1 .countdown-banner-featured-image img {
    height: 5.6rem;
  }
  .countdown-clock-banner-widget.layout-1 .desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .countdown-clock-banner-widget.layout-1 .promo-button {
    background: var(--countdown-promo-button-bg-desktop, "revert");
    color: var(--countdown-promo-button-text-desktop, "revert");
    border: 1px solid var(--countdown-promo-button-border-desktop, "revert");
  }
  .countdown-clock-banner-widget.layout-1 .promo-button:active {
    background: var(--countdown-promo-button-bg-desktop, "revert");
    color: var(--countdown-promo-button-text-desktop, "revert");
    -webkit-filter: opacity(0.8);
            filter: opacity(0.8);
  }
  .countdown-clock-banner-widget.layout-1 .vl {
    border-left: 1px solid var(--countdown-text-desktop);
  }
  .countdown-clock-banner-widget.layout-1 .lowTimeReached {
    color: var(--countdown-lowtime-desktop, #d15530);
  }
}

.countdown-clock-banner-widget.layout-2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.countdown-clock-banner-widget.layout-2 .countdown-clock-banner {
  height: 4.5rem;
  gap: 10px;
}
.countdown-clock-banner-widget.layout-2 .bottom-pattern-image-border {
  height: 4px;
}
.countdown-clock-banner-widget.layout-2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.countdown-clock-banner-widget.layout-2 .countdown-banner-featured-image {
  height: 100%;
  overflow: hidden;
}
.countdown-clock-banner-widget.layout-2 .countdown-banner-featured-image img {
  height: 4.5rem;
}
.countdown-clock-banner-widget.layout-2 .vl {
  mix-blend-mode: difference;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: invert(0.3);
  height: 3rem;
}
.countdown-clock-banner-widget.layout-2 .promo-button {
  white-space: nowrap;
  border-radius: 2px;
}
@media (min-width: 992px) {
  .countdown-clock-banner-widget.layout-2 {
    background-image: none !important;
    background-color: var(--countdown-banner-desktop, "transparent");
    color: var(--countdown-text-desktop, "revert");
  }
  .countdown-clock-banner-widget.layout-2 .desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .countdown-clock-banner-widget.layout-2 .countdown-clock-banner,
  .countdown-clock-banner-widget.layout-2 .countdown-banner-savings-image,
  .countdown-clock-banner-widget.layout-2 .countdown-title-image {
    height: 4.5rem;
  }
  .countdown-clock-banner-widget.layout-2 .countdown-banner-savings-image {
    height: 3.8rem;
  }
  .countdown-clock-banner-widget.layout-2 .promo-button {
    background: var(--countdown-promo-button-bg-desktop, "revert");
    color: var(--countdown-promo-button-text-desktop, "revert");
    border: 1px solid var(--countdown-promo-button-border-desktop, "revert");
  }
  .countdown-clock-banner-widget.layout-2 .promo-button:active {
    background: var(--countdown-promo-button-bg-desktop, "revert") !important;
    color: var(--countdown-promo-button-text-desktop, "revert");
    -webkit-filter: opacity(0.8);
            filter: opacity(0.8);
  }
  .countdown-clock-banner-widget.layout-2 .lowTimeReached {
    color: var(--countdown-lowtime-desktop, #d15530);
  }
  .countdown-clock-banner-widget.layout-2 .clock-container {
    max-width: 15rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .countdown-clock-banner-widget.layout-2 {
    background-image: none !important;
    background-color: var(--countdown-banner-tablet, "transparent");
    color: var(--countdown-text-tablet, "revert");
  }
  .countdown-clock-banner-widget.layout-2 .countdown-clock-banner,
  .countdown-clock-banner-widget.layout-2 .countdown-title-image {
    height: 4.5rem;
  }
  .countdown-clock-banner-widget.layout-2 .countdown-banner-savings-image {
    height: 3.8rem;
  }
  .countdown-clock-banner-widget.layout-2 .inner-container {
    gap: 10px;
  }
  .countdown-clock-banner-widget.layout-2 .tablet {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .countdown-clock-banner-widget.layout-2 .promo-button {
    background: var(--countdown-promo-button-bg-tablet, "revert");
    color: var(--countdown-promo-button-text-tablet, "revert");
    border: 1px solid var(--countdown-promo-button-border-tablet, "revert");
  }
  .countdown-clock-banner-widget.layout-2 .promo-button:active {
    background: var(--countdown-promo-button-bg-tablet, "revert") !important;
    color: var(--countdown-promo-button-text-tablet, "revert");
    -webkit-filter: opacity(0.8);
            filter: opacity(0.8);
  }
  .countdown-clock-banner-widget.layout-2 .clock-container {
    max-width: 15rem;
  }
  .countdown-clock-banner-widget.layout-2 .lowTimeReached {
    color: var(--countdown-lowtime-tablet, #d15530);
  }
}
@media (min-width: 576px) {
  .countdown-clock-banner-widget.layout-2 .countdown-clock-banner {
    height: 4.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .countdown-clock-banner-widget.layout-2 .mobile-layout-bottom-offer-applied {
    min-width: 33%;
  }
}
@media (max-width: 767.98px) {
  .countdown-clock-banner-widget.layout-2 {
    background-color: var(--countdown-banner-mobile, "transparent");
    color: var(--countdown-text-mobile, "revert");
  }
  .countdown-clock-banner-widget.layout-2 .mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .countdown-clock-banner-widget.layout-2 .clock-container {
    max-width: 30rem;
  }
  .countdown-clock-banner-widget.layout-2 .countdown-banner-savings-image-mobile,
  .countdown-clock-banner-widget.layout-2 .countdown-banner-featured-image {
    max-width: 8rem;
  }
  .countdown-clock-banner-widget.layout-2 .mobile-layout-bottom-offer-applied {
    min-width: 25%;
    gap: 1rem;
  }
  .countdown-clock-banner-widget.layout-2 .mobile-layout-bottom-offer-unapplied {
    gap: 1rem;
  }
  .countdown-clock-banner-widget.layout-2 .inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .countdown-clock-banner-widget.layout-2 .promo-button {
    background: var(--countdown-promo-button-bg-mobile, "revert");
    color: var(--countdown-promo-button-text-mobile, "revert");
    border: 1px solid var(--countdown-promo-button-border-mobile, "revert");
  }
  .countdown-clock-banner-widget.layout-2 .promo-button:active {
    background: var(--countdown-promo-button-bg-mobile, "revert") !important;
    color: var(--countdown-promo-button-text-mobile, "revert");
    -webkit-filter: opacity(0.8);
            filter: opacity(0.8);
  }
  .countdown-clock-banner-widget.layout-2 .countdown-banner-savings-image-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .countdown-clock-banner-widget.layout-2 .terms-text-mobile {
    display: inline-block !important;
  }
  .countdown-clock-banner-widget.layout-2 .clock-container,
  .countdown-clock-banner-widget.layout-2 .clock-container-inner,
  .countdown-clock-banner-widget.layout-2 .clock {
    width: 100%;
  }
  .countdown-clock-banner-widget.layout-2 .apply-btn-container {
    margin: 1rem 0rem;
  }
  .countdown-clock-banner-widget.layout-2 .countdown-clock-banner {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .countdown-clock-banner-widget.layout-2 .lowTimeReached {
    color: var(--countdown-lowtime-mobile, #d15530);
  }
}

@media (min-width: 992px) {
  .extnd-perks-widget {
    color: var(--perks-widget-text-desktop, "#fff");
  }
  .extnd-perks-widget .desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .extnd-perks-widget .perks-widget-logo {
    max-height: 100px;
    max-width: 500px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .extnd-perks-widget {
    color: var(--perks-widget-text-tablet, "#fff");
  }
  .extnd-perks-widget .tablet {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .extnd-perks-widget .perks-widget-logo {
    max-height: 100px;
    max-width: 70%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767.98px) {
  .extnd-perks-widget {
    color: var(--perks-widget-text-mobile, "#fff");
  }
  .extnd-perks-widget .mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .extnd-perks-widget .perks-widget-logo {
    max-height: 100px;
    max-width: 80%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.extnd-perks-widget .perks-widget-background-image {
  -o-object-fit: cover;
     object-fit: cover;
}
.extnd-perks-widget .logo-container {
  z-index: 1;
}
.extnd-perks-widget .logo-container picture {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.esa-icon-block {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.esa-icon-block__icon {
  width: 3.75rem;
  -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(10%) saturate(1736%) hue-rotate(345deg) brightness(101%) contrast(87%);
          filter: brightness(0) saturate(100%) invert(18%) sepia(10%) saturate(1736%) hue-rotate(345deg) brightness(101%) contrast(87%);
}
.esa-icon-block__content p {
  margin-bottom: 0;
}
.esa-icon-block:hover {
  background-color: #DCEFD2 !important;
}
.esa-icon-block:hover .esa-icon-block__icon {
  -webkit-filter: unset;
          filter: unset;
}

.collage-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.image-collage {
  gap: 1rem;
}

.collage-item {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 150px;
  position: relative;
}
.collage-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.45)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45), transparent);
  z-index: 1;
  border-radius: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.collage-item:hover::before {
  opacity: 0;
}
.collage-item .collage-text {
  position: absolute;
  bottom: 1.2rem;
  color: white;
  padding: 15px 1rem;
  text-align: center;
  font-weight: bold;
  width: 100%;
  border-radius: 5px;
  z-index: 2;
}
.collage-item .collage-text::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 5px;
  width: 140px;
  background-color: #338802;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.collage-item:hover .collage-text::after {
  opacity: 1;
}

.collage-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.first-column {
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.first-column .collage-item:nth-child(1) {
  height: 30%;
}
.first-column .collage-item:nth-child(1) .collage-text {
  bottom: revert;
  font-size: 32px;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}
.first-column .collage-item:nth-child(1) .collage-text::after {
  position: relative;
  -webkit-transform: revert;
          transform: revert;
  left: 0%;
}
.first-column .collage-item:nth-child(2) {
  height: 70%;
}

.collage-inner-container-1 {
  gap: 1rem;
}

.second-column {
  max-height: 100%;
  gap: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.second-inner-first-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

@media (max-width: 767.98px) {
  .first-column {
    width: 100%;
  }
  .first-column .collage-item:nth-child(1) {
    min-height: 10rem;
    max-height: 10rem;
  }
  .first-column .collage-item:nth-child(1) .collage-text {
    font-size: 25px;
  }
  .collage-item {
    min-height: 14rem;
    max-height: 14rem;
  }
  .collage-item .collage-text {
    font-size: 14px;
    font-weight: 600;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .second-column {
    width: 100%;
  }
  .second-inner-first-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .collage-container {
    margin: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 2rem);
  }
  .collage-inner-container-1 {
    height: 100%;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .third-column {
    display: none !important;
    height: 0%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .first-column {
    width: 50%;
  }
  .first-column .collage-item:nth-child(1) {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .first-column .collage-item:nth-child(1) .collage-text {
    text-align: left;
  }
  .second-column {
    width: 50%;
  }
  .collage-text {
    font-size: 22px;
    font-weight: 600;
  }
  .second-inner-first-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .collage-container {
    margin: 1rem;
    width: calc(100% - 2rem);
    aspect-ratio: 2/3.5;
  }
  .collage-inner-container-1 {
    height: 70%;
  }
  .second-column > .collage-item {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .first-column {
    width: 32%;
  }
  .collage-text {
    font-size: 19px;
    font-weight: 600;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .second-column {
    width: 68%;
  }
  .third-column {
    display: none !important;
    height: 0%;
  }
  .collage-container {
    width: 100%;
    aspect-ratio: 2.15;
    margin: 1rem 0px;
  }
  .collage-inner-container-1 {
    height: 100%;
  }
  .second-inner-first-column {
    height: 50%;
  }
}
.g-user-rating {
  cursor: pointer;
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.g-hotel-star-rating .fa-star,
.g-hotel-star-rating .fa-star-alt,
.g-hotel-star-rating .fa-star-half-alt,
.esa-hotel-star-rating .fa-star,
.esa-hotel-star-rating .fa-star-alt,
.esa-hotel-star-rating .fa-star-half-alt {
  color: #ffc700;
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.shimmer-background {
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(238, 238, 238, 0.3411764706)), color-stop(18%, #dddddd), color-stop(33%, rgba(238, 238, 238, 0.1411764706)));
  background: linear-gradient(to right, rgba(238, 238, 238, 0.3411764706) 10%, #dddddd 18%, rgba(238, 238, 238, 0.1411764706) 33%);
  background-size: 800px 104px;
  height: 25px;
  width: 80%;
  position: relative;
}

.esa-reviews-pop-up {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5555;
  overflow-y: scroll;
  background: rgba(133, 122, 122, 0.5);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.esa-reviews-pop-up .esa-reviews-pop-up__content {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.esa-reviews-pop-up.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.esa-reviews-pop-up.animated {
  opacity: 1;
}
.esa-reviews-pop-up.animated .esa-reviews-pop-up__content {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.esa-reviews-pop-up .esa-close-reviews-pop-up {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .esa-reviews-pop-up .esa-close-reviews-pop-up {
    top: 2rem;
    left: unset;
    right: 2rem;
  }
}
.esa-reviews-pop-up__content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100%;
  width: 50%;
  max-width: 750px;
  z-index: 200;
  -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.5);
  position: relative;
  -webkit-transition: -webkit-transform 0.75s;
  transition: -webkit-transform 0.75s;
  transition: transform 0.75s;
  transition: transform 0.75s, -webkit-transform 0.75s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 75%;
}
@media (max-width: 1279.98px) {
  .esa-reviews-pop-up__content {
    width: 100%;
    max-width: 100%;
  }
}
.esa-reviews-pop-up__header h2 {
  font-size: 1.5rem;
  margin: 0;
}
.esa-reviews-pop-up .form-control {
  font-size: 1rem;
  padding: 0.5rem 1rem !important;
  height: unset;
  border-radius: 0.25rem;
  text-align: left;
}
.esa-reviews-pop-up .pagination li.page-item {
  padding: 0 0.3rem;
}
.esa-reviews-pop-up .pagination li.page-item.active {
  pointer-events: none;
}
.esa-reviews-pop-up .pagination li.page-item.disabled a.page-link {
  color: #fff !important;
  background: #898b8c !important;
  border-color: #898b8c !important;
  opacity: 0.4;
  pointer-events: none;
}
.esa-reviews-pop-up .pagination li.page-item.active a.page-link {
  border: 2px solid #338802 !important;
  background: #fff !important;
  color: #338802 !important;
}
.esa-reviews-pop-up .pagination li.page-item.dots {
  pointer-events: none;
}
.esa-reviews-pop-up .pagination li.page-item a.page-link {
  border-radius: 0.3rem;
  font-weight: bold;
  color: #58595b;
  line-height: 1.5rem;
  height: 2.5rem;
}
.esa-reviews-pop-up .pagination li.page-item a.page-link.prev-page, .esa-reviews-pop-up .pagination li.page-item a.page-link.next-page {
  border: 1px solid #338802;
  color: #338802;
  font-size: 1rem;
}

body.no-scroll {
  overflow: hidden;
}

.esa-hotel-card-carousel-wrapper__brands {
  max-width: 1620px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .esa-hotel-card-carousel__brands .esa-hotel-card.--auto {
    width: 320px !important;
  }
}

.esa-hotel-card-brands__brand-link {
  height: 350px;
}
.esa-hotel-card-brands__brand-link:hover {
  text-decoration: none;
}
.esa-hotel-card-brands__brand-logo {
  max-width: 200px;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 2px solid white;
}
.esa-hotel-card-brands__brand-btn {
  display: inline-block;
  padding: 0.2rem 1rem;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 1rem;
  -webkit-transition: -webkit-filter 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-filter 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: filter 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: filter 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-filter 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.esa-hotel-card-brands__brand-link:hover .esa-hotel-card-brands__brand-btn {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
  text-decoration: none;
  color: inherit;
}
.esa-hotel-card-brands__brand-btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 160, 36, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(76, 160, 36, 0.5);
}

.esa-hotel-card {
  width: 420px;
}
.esa-hotel-card.--sm {
  width: 320px;
}
.esa-hotel-card.--md {
  width: 365px;
}
.esa-hotel-card.--auto {
  width: 100%;
}
.esa-hotel-card .esa-add-favorite {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  top: 1rem;
  right: 1rem;
}
.esa-hotel-card__brand-logo {
  position: absolute;
  top: 1rem;
  left: 1rem;
  max-width: 5rem;
}
.esa-hotel-card__carousel {
  width: 100%;
}
.esa-hotel-card__carousel .carousel-control-next,
.esa-hotel-card__carousel .carousel-control-prev {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.esa-hotel-card__carousel .carousel-control-next:hover,
.esa-hotel-card__carousel .carousel-control-prev:hover {
  background: rgba(0, 0, 0, 0.9);
}
.esa-hotel-card__carousel .carousel-control-next {
  right: 0.75rem;
}
.esa-hotel-card__carousel .carousel-control-prev {
  left: 0.75rem;
}
.esa-hotel-card__carousel-slide img {
  width: 100%;
  height: 13.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.esa-hotel-card__carousel-slide img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (min-width: 992px) {
  .esa-hotel-card__carousel-slide img {
    height: 15.625rem;
  }
}
.esa-hotel-card__status-wrapper {
  min-height: 1rem;
}
.esa-hotel-card a.h4 {
  font-size: 1.15rem;
  color: #483729;
}
.esa-hotel-card hr {
  border-color: #E1E1E1;
}

.hide-banner {
  display: none;
}

@media (max-width: 991.98px) {
  .esa-hotel-card {
    width: 330px !important;
  }
}
.esa-hotel-card__status-label {
  line-height: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.25rem;
}
.esa-hotel-card-carousel {
  min-width: 75vw;
}
.esa-hotel-card-carousel__slide {
  height: 100%;
  padding: 0 0.5rem;
}
.esa-hotel-card-carousel .slick-track {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.esa-hotel-card-carousel .slick-track .slick-slide {
  height: auto;
}
.esa-hotel-card-carousel .slick-track .slick-slide > div {
  height: 100%;
}

@media (max-width: 991.98px) {
  .esa-hotel-card-carousel {
    min-width: 100vw;
    margin-left: calc((768px - 100vw - 60px) / 2);
  }
}
@media (max-width: 767.98px) {
  .esa-hotel-card-carousel {
    margin-left: calc((576px - 100vw - 60px) / 2);
  }
}
@media (max-width: 575.98px) {
  .esa-hotel-card-carousel {
    margin-left: 0;
  }
}
.esa-my-reservation-wrapper .esa-add-favorite {
  display: none !important;
}

.esa-add-favorite {
  cursor: pointer;
  z-index: 100;
  padding: 0.5rem;
}
.esa-add-favorite .esa-heart-icon path {
  fill: #dc3545;
}
.esa-add-favorite .esa-heart-icon--filled,
.esa-add-favorite .esa-add-favorite__remove-label {
  display: none;
}
.esa-add-favorite .esa-heart-icon--filled path,
.esa-add-favorite .esa-add-favorite__remove-label path {
  fill: #dc3545;
}
.esa-add-favorite[data-is-favorite=true] .esa-heart-icon,
.esa-add-favorite[data-is-favorite=true] .esa-add-favorite__add-label {
  display: none;
}
.esa-add-favorite[data-is-favorite=true] .esa-heart-icon--filled,
.esa-add-favorite[data-is-favorite=true] .esa-add-favorite__remove-label {
  display: block;
}
.esa-add-favorite:hover .esa-heart-icon {
  -webkit-animation: heartbeat 0.75s infinite;
  animation: heartbeat 0.75s infinite;
}

.esa-my-stays-res-img-container .esa-add-favorite {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

.esa-favorites-confirm-modal,
.esa-favorites-error-modal {
  z-index: 5555;
}

@-webkit-keyframes heartbeat {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}

@keyframes heartbeat {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
.esa-room-guest-dropdown-search-widget {
  z-index: 9999;
}

.esa-smart-app-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 15px 12px 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 1000;
}

.esa-smart-app-banner__close {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
}

.esa-smart-app-banner__logo {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  margin-right: 10px;
  margin-left: 5px;
  padding: 3px;
  background-color: transparent;
}

.esa-smart-app-banner__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.esa-smart-app-banner__title {
  font-weight: bold;
  font-size: 15px;
  margin: 0;
}

.esa-smart-app-banner__subtitle {
  font-size: 13px;
  margin: 0;
}

.esa-smart-app-banner__button {
  background-color: transparent;
  border: 1.5px solid;
  border-radius: 25px;
  padding: 3px 15px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

.esa-smart-app-banner-close__icon {
  width: 15px;
  height: 15px;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
}

.esa-smart-app-banner__hidden {
  display: none;
}

.carousel-button {
  padding: 0;
  border: none;
  background: none;
  display: inline-block;
  line-height: 0; /* Removes any extra line spacing */
}

.carousel-button picture,
.carousel-button img {
  display: block; /* Removes inline spacing gaps */
}

/*# sourceMappingURL=home.bundle.css.map?hash=66a2a6175e9a2330ca03*/