@charset "UTF-8";
@font-face {
  font-family: "URW Garamond W01 Regular";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local("URW Garamond W01 Regular"), url("../../nelios-base/src/fonts/urw-garamond/e3b1ca53-3d0b-45bb-b541-d9e94bbdf62f.woff2") format("woff2"), url("../../nelios-base/src/fonts/urw-garamond/05a78f6a-c2a7-45f6-aeb8-22a853bf278e.woff") format("woff");
}
@font-face {
  font-family: "URW Garamond W01 Bold";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: local("URW Garamond W01 Bold"), url("../../nelios-base/src/fonts/urw-garamond/326b8d8a-4219-4e1a-94b3-ed128b6231a3.woff2") format("woff2"), url("../../nelios-base/src/fonts/urw-garamond/8f74f514-b0e4-4791-a289-a9b6987dae6b.woff") format("woff");
}
@font-face {
  font-family: "URW Garamond W15 Regular";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local("URW Garamond W15 Regular"), url("../../nelios-base/src/fonts/urw-garamond/6b4a73db-1f3c-448d-af8d-b109e6cb37c8.woff2") format("woff2"), url("../../nelios-base/src/fonts/urw-garamond/16925eed-1181-428c-9b90-8429e5d8223e.woff") format("woff");
}
@font-face {
  font-family: "URW Garamond W15 Bold";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: local("URW Garamond W15 Bold"), url("../../nelios-base/src/fonts/urw-garamond/6bf4761a-0a86-494b-b099-4eea1751d49f.woff2") format("woff2"), url("../../nelios-base/src/fonts/urw-garamond/56932502-708b-4ed4-95de-34fb558b6c15.woff") format("woff");
}
@font-face {
  font-family: "Garamond URW Narrow W01 Medium";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local("Garamond URW Narrow W01 Medium"), url("../../nelios-base/src/fonts/urw-garamond/a81a9334-2de7-41cf-a7eb-035b4705295d.woff2") format("woff2"), url("../../nelios-base/src/fonts/urw-garamond/0649e6f2-7670-4f14-8cce-830e7fb8c121.woff") format("woff");
}
html,
html body {
  font-family: "Garamond URW Narrow W01 Medium";
}

html[lang*=el],
html[lang*=el] body {
  font-family: "URW Garamond W15 Regular";
}

p,
li {
  font-size: 1.15rem;
}

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

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

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

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

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

h6,
.h6,
.page-template-mailing-list .loyalty-overview-reservation .alert,
.page-template-nelios-verity-guest-loyalty .loyalty-overview-reservation .alert {
  font-size: 1.2rem;
}

strong {
  font-weight: normal;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #000000;
  --secondary: #a99366;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xlg: 1200px;
  --breakpoint-xll: 1565px;
  --breakpoint-xxl: 1600px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #000000;
  text-align: left;
  background-color: #ffffff;
}

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

hr {
  -webkit-box-sizing: content-box;
  -moz-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: #000000;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: black;
  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: #c1c1c1;
  text-align: left;
  caption-side: bottom;
}

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

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

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;
  -moz-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, .page-template-mailing-list .loyalty-overview-reservation .alert,
.page-template-nelios-verity-guest-loyalty .loyalty-overview-reservation .alert {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

h6, .h6, .page-template-mailing-list .loyalty-overview-reservation .alert,
.page-template-nelios-verity-guest-loyalty .loyalty-overview-reservation .alert {
  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(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled, .page-template-mailing-list .page-benefits-textarea ul,
.page-template-nelios-verity-guest-loyalty .page-benefits-textarea ul {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #191919;
  border-radius: 0;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #191919;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xxl,
.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: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  .container-xxl, .container-xll, .container-xlg, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px;
  }
}
.row, .wp-block-columns {
  display: -webkit-box;
  display: -moz-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 > .wp-block-column,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xll,
.col-xll-auto, .col-xll-12, .col-xll-11, .col-xll-10, .col-xll-9, .col-xll-8, .col-xll-7, .col-xll-6, .col-xll-5, .col-xll-4, .col-xll-3, .col-xll-2, .col-xll-1, .col-xlg,
.col-xlg-auto, .col-xlg-12, .col-xlg-11, .col-xlg-10, .col-xlg-9, .col-xlg-8, .col-xlg-7, .col-xlg-6, .col-xlg-5, .col-xlg-4, .col-xlg-3, .col-xlg-2, .col-xlg-1, .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, .wp-block-column,
.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, .wp-block-column {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

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

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -moz-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;
  -moz-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 183.6, 183.6);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 122.4, 122.4);
}

.table-hover .table-primary:hover {
  background-color: rgb(170.85, 170.85, 170.85);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(170.85, 170.85, 170.85);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(230.92, 224.76, 212.16);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(210.28, 198.84, 175.44);
}

.table-hover .table-secondary:hover {
  background-color: rgb(221.7442677824, 213.2369874477, 195.8357322176);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(221.7442677824, 213.2369874477, 195.8357322176);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.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: rgba(0, 0, 0, 0.5);
  border-color: rgba(19.125, 19.125, 19.125, 0.5);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgba(19.125, 19.125, 19.125, 0.5);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: #191919;
}
.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: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xlg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xlg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1564.98px) {
  .table-responsive-xll {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xll > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .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, .wpcf7 .form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=text],
.wpcf7 input[type=search],
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=date],
.wpcf7 input[type=month],
.wpcf7 input[type=week],
.wpcf7 input[type=time],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=color],
.wpcf7 input[type=email],
.wpcf7 input[type=file],
.wpcf7 input[type=submit],
.wpcf7 select,
.wpcf7 textarea {
  display: block;
  width: 100%;
  height: -moz-calc(1.7em + 0.75rem + 2px);
  height: calc(1.7em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  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;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-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;
  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, .wpcf7 .form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=text],
  .wpcf7 input[type=search],
  .wpcf7 input[type=url],
  .wpcf7 input[type=tel],
  .wpcf7 input[type=number],
  .wpcf7 input[type=range],
  .wpcf7 input[type=date],
  .wpcf7 input[type=month],
  .wpcf7 input[type=week],
  .wpcf7 input[type=time],
  .wpcf7 input[type=datetime],
  .wpcf7 input[type=datetime-local],
  .wpcf7 input[type=color],
  .wpcf7 input[type=email],
  .wpcf7 input[type=file],
  .wpcf7 input[type=submit],
  .wpcf7 select,
  .wpcf7 textarea {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand, .wpcf7 .form-control::-ms-expand, .wpcf7 .wpcf7-validation-errors::-ms-expand, .wpcf7 input[type=text]::-ms-expand,
.wpcf7 input[type=search]::-ms-expand,
.wpcf7 input[type=url]::-ms-expand,
.wpcf7 input[type=tel]::-ms-expand,
.wpcf7 input[type=number]::-ms-expand,
.wpcf7 input[type=range]::-ms-expand,
.wpcf7 input[type=date]::-ms-expand,
.wpcf7 input[type=month]::-ms-expand,
.wpcf7 input[type=week]::-ms-expand,
.wpcf7 input[type=time]::-ms-expand,
.wpcf7 input[type=datetime]::-ms-expand,
.wpcf7 input[type=datetime-local]::-ms-expand,
.wpcf7 input[type=color]::-ms-expand,
.wpcf7 input[type=email]::-ms-expand,
.wpcf7 input[type=file]::-ms-expand,
.wpcf7 input[type=submit]::-ms-expand,
.wpcf7 select::-ms-expand,
.wpcf7 textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type=text]:focus,
.wpcf7 input[type=search]:focus,
.wpcf7 input[type=url]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=range]:focus,
.wpcf7 input[type=date]:focus,
.wpcf7 input[type=month]:focus,
.wpcf7 input[type=week]:focus,
.wpcf7 input[type=time]:focus,
.wpcf7 input[type=datetime]:focus,
.wpcf7 input[type=datetime-local]:focus,
.wpcf7 input[type=color]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=file]:focus,
.wpcf7 input[type=submit]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  color: #000;
  background-color: #ffffff;
  border-color: rgb(63.75, 63.75, 63.75);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.form-control::-webkit-input-placeholder, .wpcf7 .form-control::-webkit-input-placeholder, .wpcf7 .wpcf7-validation-errors::-webkit-input-placeholder, .wpcf7 input[type=text]::-webkit-input-placeholder, .wpcf7 input[type=search]::-webkit-input-placeholder, .wpcf7 input[type=url]::-webkit-input-placeholder, .wpcf7 input[type=tel]::-webkit-input-placeholder, .wpcf7 input[type=number]::-webkit-input-placeholder, .wpcf7 input[type=range]::-webkit-input-placeholder, .wpcf7 input[type=date]::-webkit-input-placeholder, .wpcf7 input[type=month]::-webkit-input-placeholder, .wpcf7 input[type=week]::-webkit-input-placeholder, .wpcf7 input[type=time]::-webkit-input-placeholder, .wpcf7 input[type=datetime]::-webkit-input-placeholder, .wpcf7 input[type=datetime-local]::-webkit-input-placeholder, .wpcf7 input[type=color]::-webkit-input-placeholder, .wpcf7 input[type=email]::-webkit-input-placeholder, .wpcf7 input[type=file]::-webkit-input-placeholder, .wpcf7 input[type=submit]::-webkit-input-placeholder, .wpcf7 select::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder, .wpcf7 .form-control::-moz-placeholder, .wpcf7 .wpcf7-validation-errors::-moz-placeholder, .wpcf7 input[type=text]::-moz-placeholder, .wpcf7 input[type=search]::-moz-placeholder, .wpcf7 input[type=url]::-moz-placeholder, .wpcf7 input[type=tel]::-moz-placeholder, .wpcf7 input[type=number]::-moz-placeholder, .wpcf7 input[type=range]::-moz-placeholder, .wpcf7 input[type=date]::-moz-placeholder, .wpcf7 input[type=month]::-moz-placeholder, .wpcf7 input[type=week]::-moz-placeholder, .wpcf7 input[type=time]::-moz-placeholder, .wpcf7 input[type=datetime]::-moz-placeholder, .wpcf7 input[type=datetime-local]::-moz-placeholder, .wpcf7 input[type=color]::-moz-placeholder, .wpcf7 input[type=email]::-moz-placeholder, .wpcf7 input[type=file]::-moz-placeholder, .wpcf7 input[type=submit]::-moz-placeholder, .wpcf7 select::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .wpcf7 .form-control:-ms-input-placeholder, .wpcf7 .wpcf7-validation-errors:-ms-input-placeholder, .wpcf7 input[type=text]:-ms-input-placeholder, .wpcf7 input[type=search]:-ms-input-placeholder, .wpcf7 input[type=url]:-ms-input-placeholder, .wpcf7 input[type=tel]:-ms-input-placeholder, .wpcf7 input[type=number]:-ms-input-placeholder, .wpcf7 input[type=range]:-ms-input-placeholder, .wpcf7 input[type=date]:-ms-input-placeholder, .wpcf7 input[type=month]:-ms-input-placeholder, .wpcf7 input[type=week]:-ms-input-placeholder, .wpcf7 input[type=time]:-ms-input-placeholder, .wpcf7 input[type=datetime]:-ms-input-placeholder, .wpcf7 input[type=datetime-local]:-ms-input-placeholder, .wpcf7 input[type=color]:-ms-input-placeholder, .wpcf7 input[type=email]:-ms-input-placeholder, .wpcf7 input[type=file]:-ms-input-placeholder, .wpcf7 input[type=submit]:-ms-input-placeholder, .wpcf7 select:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder, .wpcf7 .form-control::-ms-input-placeholder, .wpcf7 .wpcf7-validation-errors::-ms-input-placeholder, .wpcf7 input[type=text]::-ms-input-placeholder, .wpcf7 input[type=search]::-ms-input-placeholder, .wpcf7 input[type=url]::-ms-input-placeholder, .wpcf7 input[type=tel]::-ms-input-placeholder, .wpcf7 input[type=number]::-ms-input-placeholder, .wpcf7 input[type=range]::-ms-input-placeholder, .wpcf7 input[type=date]::-ms-input-placeholder, .wpcf7 input[type=month]::-ms-input-placeholder, .wpcf7 input[type=week]::-ms-input-placeholder, .wpcf7 input[type=time]::-ms-input-placeholder, .wpcf7 input[type=datetime]::-ms-input-placeholder, .wpcf7 input[type=datetime-local]::-ms-input-placeholder, .wpcf7 input[type=color]::-ms-input-placeholder, .wpcf7 input[type=email]::-ms-input-placeholder, .wpcf7 input[type=file]::-ms-input-placeholder, .wpcf7 input[type=submit]::-ms-input-placeholder, .wpcf7 select::-ms-input-placeholder, .wpcf7 textarea::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder, .wpcf7 .form-control::placeholder, .wpcf7 .wpcf7-validation-errors::placeholder, .wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=search]::placeholder,
.wpcf7 input[type=url]::placeholder,
.wpcf7 input[type=tel]::placeholder,
.wpcf7 input[type=number]::placeholder,
.wpcf7 input[type=range]::placeholder,
.wpcf7 input[type=date]::placeholder,
.wpcf7 input[type=month]::placeholder,
.wpcf7 input[type=week]::placeholder,
.wpcf7 input[type=time]::placeholder,
.wpcf7 input[type=datetime]::placeholder,
.wpcf7 input[type=datetime-local]::placeholder,
.wpcf7 input[type=color]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=file]::placeholder,
.wpcf7 input[type=submit]::placeholder,
.wpcf7 select::placeholder,
.wpcf7 textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .wpcf7 .wpcf7-validation-errors:disabled, .wpcf7 input[type=text]:disabled,
.wpcf7 input[type=search]:disabled,
.wpcf7 input[type=url]:disabled,
.wpcf7 input[type=tel]:disabled,
.wpcf7 input[type=number]:disabled,
.wpcf7 input[type=range]:disabled,
.wpcf7 input[type=date]:disabled,
.wpcf7 input[type=month]:disabled,
.wpcf7 input[type=week]:disabled,
.wpcf7 input[type=time]:disabled,
.wpcf7 input[type=datetime]:disabled,
.wpcf7 input[type=datetime-local]:disabled,
.wpcf7 input[type=color]:disabled,
.wpcf7 input[type=email]:disabled,
.wpcf7 input[type=file]:disabled,
.wpcf7 input[type=submit]:disabled,
.wpcf7 select:disabled,
.wpcf7 textarea:disabled, .form-control[readonly], .wpcf7 [readonly].wpcf7-validation-errors, .wpcf7 input[readonly][type=text],
.wpcf7 input[readonly][type=search],
.wpcf7 input[readonly][type=url],
.wpcf7 input[readonly][type=tel],
.wpcf7 input[readonly][type=number],
.wpcf7 input[readonly][type=range],
.wpcf7 input[readonly][type=date],
.wpcf7 input[readonly][type=month],
.wpcf7 input[readonly][type=week],
.wpcf7 input[readonly][type=time],
.wpcf7 input[readonly][type=datetime],
.wpcf7 input[readonly][type=datetime-local],
.wpcf7 input[readonly][type=color],
.wpcf7 input[readonly][type=email],
.wpcf7 input[readonly][type=file],
.wpcf7 input[readonly][type=submit],
.wpcf7 select[readonly],
.wpcf7 textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

.col-form-label {
  padding-top: -moz-calc(0.375rem + 1px);
  padding-top: calc(0.375rem + 1px);
  padding-bottom: -moz-calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.7;
}

.col-form-label-lg {
  padding-top: -moz-calc(0.5rem + 1px);
  padding-top: calc(0.5rem + 1px);
  padding-bottom: -moz-calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.7;
}

.col-form-label-sm {
  padding-top: -moz-calc(0.25rem + 1px);
  padding-top: calc(0.25rem + 1px);
  padding-bottom: -moz-calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.7;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #000000;
  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: -moz-calc(1.7em + 0.5rem + 2px);
  height: calc(1.7em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.7;
  border-radius: 0;
}

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

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

textarea.form-control, .wpcf7 textarea.form-control, .wpcf7 textarea.wpcf7-validation-errors,
.wpcf7 textarea {
  height: auto;
}

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

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

.form-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col, .form-row > .wp-block-column,
.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: #c1c1c1;
}

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

.form-check-inline {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-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.7;
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0;
}
.form-row > .col > .valid-tooltip, .form-row > .wp-block-column > .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, .was-validated .wpcf7 .wpcf7-validation-errors:valid, .wpcf7 .was-validated .wpcf7-validation-errors:valid, .was-validated .wpcf7 input[type=text]:valid, .wpcf7 .was-validated input[type=text]:valid,
.was-validated .wpcf7 input[type=search]:valid,
.wpcf7 .was-validated input[type=search]:valid,
.was-validated .wpcf7 input[type=url]:valid,
.wpcf7 .was-validated input[type=url]:valid,
.was-validated .wpcf7 input[type=tel]:valid,
.wpcf7 .was-validated input[type=tel]:valid,
.was-validated .wpcf7 input[type=number]:valid,
.wpcf7 .was-validated input[type=number]:valid,
.was-validated .wpcf7 input[type=range]:valid,
.wpcf7 .was-validated input[type=range]:valid,
.was-validated .wpcf7 input[type=date]:valid,
.wpcf7 .was-validated input[type=date]:valid,
.was-validated .wpcf7 input[type=month]:valid,
.wpcf7 .was-validated input[type=month]:valid,
.was-validated .wpcf7 input[type=week]:valid,
.wpcf7 .was-validated input[type=week]:valid,
.was-validated .wpcf7 input[type=time]:valid,
.wpcf7 .was-validated input[type=time]:valid,
.was-validated .wpcf7 input[type=datetime]:valid,
.wpcf7 .was-validated input[type=datetime]:valid,
.was-validated .wpcf7 input[type=datetime-local]:valid,
.wpcf7 .was-validated input[type=datetime-local]:valid,
.was-validated .wpcf7 input[type=color]:valid,
.wpcf7 .was-validated input[type=color]:valid,
.was-validated .wpcf7 input[type=email]:valid,
.wpcf7 .was-validated input[type=email]:valid,
.was-validated .wpcf7 input[type=file]:valid,
.wpcf7 .was-validated input[type=file]:valid,
.was-validated .wpcf7 input[type=submit]:valid,
.wpcf7 .was-validated input[type=submit]:valid,
.was-validated .wpcf7 select:valid,
.wpcf7 .was-validated select:valid,
.was-validated .wpcf7 textarea:valid,
.wpcf7 .was-validated textarea:valid, .form-control.is-valid, .wpcf7 .is-valid.wpcf7-validation-errors, .wpcf7 input.is-valid[type=text],
.wpcf7 input.is-valid[type=search],
.wpcf7 input.is-valid[type=url],
.wpcf7 input.is-valid[type=tel],
.wpcf7 input.is-valid[type=number],
.wpcf7 input.is-valid[type=range],
.wpcf7 input.is-valid[type=date],
.wpcf7 input.is-valid[type=month],
.wpcf7 input.is-valid[type=week],
.wpcf7 input.is-valid[type=time],
.wpcf7 input.is-valid[type=datetime],
.wpcf7 input.is-valid[type=datetime-local],
.wpcf7 input.is-valid[type=color],
.wpcf7 input.is-valid[type=email],
.wpcf7 input.is-valid[type=file],
.wpcf7 input.is-valid[type=submit],
.wpcf7 select.is-valid,
.wpcf7 textarea.is-valid {
  border-color: #28a745;
  padding-right: -moz-calc(1.7em + 0.75rem) !important;
  padding-right: calc(1.7em + 0.75rem) !important;
  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='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right -moz-calc(0.425em + 0.1875rem) center;
  background-position: right calc(0.425em + 0.1875rem) center;
  background-size: -moz-calc(0.85em + 0.375rem) -moz-calc(0.85em + 0.375rem);
  background-size: calc(0.85em + 0.375rem) calc(0.85em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .wpcf7 .wpcf7-validation-errors:valid:focus, .wpcf7 .was-validated .wpcf7-validation-errors:valid:focus, .was-validated .wpcf7 input[type=text]:valid:focus, .wpcf7 .was-validated input[type=text]:valid:focus,
.was-validated .wpcf7 input[type=search]:valid:focus,
.wpcf7 .was-validated input[type=search]:valid:focus,
.was-validated .wpcf7 input[type=url]:valid:focus,
.wpcf7 .was-validated input[type=url]:valid:focus,
.was-validated .wpcf7 input[type=tel]:valid:focus,
.wpcf7 .was-validated input[type=tel]:valid:focus,
.was-validated .wpcf7 input[type=number]:valid:focus,
.wpcf7 .was-validated input[type=number]:valid:focus,
.was-validated .wpcf7 input[type=range]:valid:focus,
.wpcf7 .was-validated input[type=range]:valid:focus,
.was-validated .wpcf7 input[type=date]:valid:focus,
.wpcf7 .was-validated input[type=date]:valid:focus,
.was-validated .wpcf7 input[type=month]:valid:focus,
.wpcf7 .was-validated input[type=month]:valid:focus,
.was-validated .wpcf7 input[type=week]:valid:focus,
.wpcf7 .was-validated input[type=week]:valid:focus,
.was-validated .wpcf7 input[type=time]:valid:focus,
.wpcf7 .was-validated input[type=time]:valid:focus,
.was-validated .wpcf7 input[type=datetime]:valid:focus,
.wpcf7 .was-validated input[type=datetime]:valid:focus,
.was-validated .wpcf7 input[type=datetime-local]:valid:focus,
.wpcf7 .was-validated input[type=datetime-local]:valid:focus,
.was-validated .wpcf7 input[type=color]:valid:focus,
.wpcf7 .was-validated input[type=color]:valid:focus,
.was-validated .wpcf7 input[type=email]:valid:focus,
.wpcf7 .was-validated input[type=email]:valid:focus,
.was-validated .wpcf7 input[type=file]:valid:focus,
.wpcf7 .was-validated input[type=file]:valid:focus,
.was-validated .wpcf7 input[type=submit]:valid:focus,
.wpcf7 .was-validated input[type=submit]:valid:focus,
.was-validated .wpcf7 select:valid:focus,
.wpcf7 .was-validated select:valid:focus,
.was-validated .wpcf7 textarea:valid:focus,
.wpcf7 .was-validated textarea:valid:focus, .form-control.is-valid:focus, .wpcf7 .is-valid.wpcf7-validation-errors:focus, .wpcf7 input.is-valid[type=text]:focus,
.wpcf7 input.is-valid[type=search]:focus,
.wpcf7 input.is-valid[type=url]:focus,
.wpcf7 input.is-valid[type=tel]:focus,
.wpcf7 input.is-valid[type=number]:focus,
.wpcf7 input.is-valid[type=range]:focus,
.wpcf7 input.is-valid[type=date]:focus,
.wpcf7 input.is-valid[type=month]:focus,
.wpcf7 input.is-valid[type=week]:focus,
.wpcf7 input.is-valid[type=time]:focus,
.wpcf7 input.is-valid[type=datetime]:focus,
.wpcf7 input.is-valid[type=datetime-local]:focus,
.wpcf7 input.is-valid[type=color]:focus,
.wpcf7 input.is-valid[type=email]:focus,
.wpcf7 input.is-valid[type=file]:focus,
.wpcf7 input.is-valid[type=submit]:focus,
.wpcf7 select.is-valid:focus,
.wpcf7 textarea.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 select.form-control:valid,
.was-validated .wpcf7 select:valid,
.wpcf7 .was-validated select:valid, select.form-control.is-valid,
.wpcf7 select.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid,
.was-validated .wpcf7 textarea:valid,
.wpcf7 .was-validated textarea:valid, textarea.form-control.is-valid,
.wpcf7 textarea.is-valid {
  padding-right: -moz-calc(1.7em + 0.75rem);
  padding-right: calc(1.7em + 0.75rem);
  background-position: top -moz-calc(0.425em + 0.1875rem) right -moz-calc(0.425em + 0.1875rem);
  background-position: top calc(0.425em + 0.1875rem) right calc(0.425em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: -moz-calc(0.75em + 2.3125rem) !important;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: 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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #ffffff 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='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.85em + 0.375rem) -moz-calc(0.85em + 0.375rem) no-repeat;
  background: 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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #ffffff 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='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.85em + 0.375rem) calc(0.85em + 0.375rem) no-repeat;
}
.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: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.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.7;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0;
}
.form-row > .col > .invalid-tooltip, .form-row > .wp-block-column > .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, .was-validated .wpcf7 .wpcf7-validation-errors:invalid, .wpcf7 .was-validated .wpcf7-validation-errors:invalid, .was-validated .wpcf7 input[type=text]:invalid, .wpcf7 .was-validated input[type=text]:invalid,
.was-validated .wpcf7 input[type=search]:invalid,
.wpcf7 .was-validated input[type=search]:invalid,
.was-validated .wpcf7 input[type=url]:invalid,
.wpcf7 .was-validated input[type=url]:invalid,
.was-validated .wpcf7 input[type=tel]:invalid,
.wpcf7 .was-validated input[type=tel]:invalid,
.was-validated .wpcf7 input[type=number]:invalid,
.wpcf7 .was-validated input[type=number]:invalid,
.was-validated .wpcf7 input[type=range]:invalid,
.wpcf7 .was-validated input[type=range]:invalid,
.was-validated .wpcf7 input[type=date]:invalid,
.wpcf7 .was-validated input[type=date]:invalid,
.was-validated .wpcf7 input[type=month]:invalid,
.wpcf7 .was-validated input[type=month]:invalid,
.was-validated .wpcf7 input[type=week]:invalid,
.wpcf7 .was-validated input[type=week]:invalid,
.was-validated .wpcf7 input[type=time]:invalid,
.wpcf7 .was-validated input[type=time]:invalid,
.was-validated .wpcf7 input[type=datetime]:invalid,
.wpcf7 .was-validated input[type=datetime]:invalid,
.was-validated .wpcf7 input[type=datetime-local]:invalid,
.wpcf7 .was-validated input[type=datetime-local]:invalid,
.was-validated .wpcf7 input[type=color]:invalid,
.wpcf7 .was-validated input[type=color]:invalid,
.was-validated .wpcf7 input[type=email]:invalid,
.wpcf7 .was-validated input[type=email]:invalid,
.was-validated .wpcf7 input[type=file]:invalid,
.wpcf7 .was-validated input[type=file]:invalid,
.was-validated .wpcf7 input[type=submit]:invalid,
.wpcf7 .was-validated input[type=submit]:invalid,
.was-validated .wpcf7 select:invalid,
.wpcf7 .was-validated select:invalid,
.was-validated .wpcf7 textarea:invalid,
.wpcf7 .was-validated textarea:invalid, .form-control.is-invalid, .wpcf7 .is-invalid.wpcf7-validation-errors, .wpcf7 input.is-invalid[type=text],
.wpcf7 input.is-invalid[type=search],
.wpcf7 input.is-invalid[type=url],
.wpcf7 input.is-invalid[type=tel],
.wpcf7 input.is-invalid[type=number],
.wpcf7 input.is-invalid[type=range],
.wpcf7 input.is-invalid[type=date],
.wpcf7 input.is-invalid[type=month],
.wpcf7 input.is-invalid[type=week],
.wpcf7 input.is-invalid[type=time],
.wpcf7 input.is-invalid[type=datetime],
.wpcf7 input.is-invalid[type=datetime-local],
.wpcf7 input.is-invalid[type=color],
.wpcf7 input.is-invalid[type=email],
.wpcf7 input.is-invalid[type=file],
.wpcf7 input.is-invalid[type=submit],
.wpcf7 select.is-invalid,
.wpcf7 textarea.is-invalid {
  border-color: #dc3545;
  padding-right: -moz-calc(1.7em + 0.75rem) !important;
  padding-right: calc(1.7em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right -moz-calc(0.425em + 0.1875rem) center;
  background-position: right calc(0.425em + 0.1875rem) center;
  background-size: -moz-calc(0.85em + 0.375rem) -moz-calc(0.85em + 0.375rem);
  background-size: calc(0.85em + 0.375rem) calc(0.85em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .wpcf7 .wpcf7-validation-errors:invalid:focus, .wpcf7 .was-validated .wpcf7-validation-errors:invalid:focus, .was-validated .wpcf7 input[type=text]:invalid:focus, .wpcf7 .was-validated input[type=text]:invalid:focus,
.was-validated .wpcf7 input[type=search]:invalid:focus,
.wpcf7 .was-validated input[type=search]:invalid:focus,
.was-validated .wpcf7 input[type=url]:invalid:focus,
.wpcf7 .was-validated input[type=url]:invalid:focus,
.was-validated .wpcf7 input[type=tel]:invalid:focus,
.wpcf7 .was-validated input[type=tel]:invalid:focus,
.was-validated .wpcf7 input[type=number]:invalid:focus,
.wpcf7 .was-validated input[type=number]:invalid:focus,
.was-validated .wpcf7 input[type=range]:invalid:focus,
.wpcf7 .was-validated input[type=range]:invalid:focus,
.was-validated .wpcf7 input[type=date]:invalid:focus,
.wpcf7 .was-validated input[type=date]:invalid:focus,
.was-validated .wpcf7 input[type=month]:invalid:focus,
.wpcf7 .was-validated input[type=month]:invalid:focus,
.was-validated .wpcf7 input[type=week]:invalid:focus,
.wpcf7 .was-validated input[type=week]:invalid:focus,
.was-validated .wpcf7 input[type=time]:invalid:focus,
.wpcf7 .was-validated input[type=time]:invalid:focus,
.was-validated .wpcf7 input[type=datetime]:invalid:focus,
.wpcf7 .was-validated input[type=datetime]:invalid:focus,
.was-validated .wpcf7 input[type=datetime-local]:invalid:focus,
.wpcf7 .was-validated input[type=datetime-local]:invalid:focus,
.was-validated .wpcf7 input[type=color]:invalid:focus,
.wpcf7 .was-validated input[type=color]:invalid:focus,
.was-validated .wpcf7 input[type=email]:invalid:focus,
.wpcf7 .was-validated input[type=email]:invalid:focus,
.was-validated .wpcf7 input[type=file]:invalid:focus,
.wpcf7 .was-validated input[type=file]:invalid:focus,
.was-validated .wpcf7 input[type=submit]:invalid:focus,
.wpcf7 .was-validated input[type=submit]:invalid:focus,
.was-validated .wpcf7 select:invalid:focus,
.wpcf7 .was-validated select:invalid:focus,
.was-validated .wpcf7 textarea:invalid:focus,
.wpcf7 .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, .wpcf7 .is-invalid.wpcf7-validation-errors:focus, .wpcf7 input.is-invalid[type=text]:focus,
.wpcf7 input.is-invalid[type=search]:focus,
.wpcf7 input.is-invalid[type=url]:focus,
.wpcf7 input.is-invalid[type=tel]:focus,
.wpcf7 input.is-invalid[type=number]:focus,
.wpcf7 input.is-invalid[type=range]:focus,
.wpcf7 input.is-invalid[type=date]:focus,
.wpcf7 input.is-invalid[type=month]:focus,
.wpcf7 input.is-invalid[type=week]:focus,
.wpcf7 input.is-invalid[type=time]:focus,
.wpcf7 input.is-invalid[type=datetime]:focus,
.wpcf7 input.is-invalid[type=datetime-local]:focus,
.wpcf7 input.is-invalid[type=color]:focus,
.wpcf7 input.is-invalid[type=email]:focus,
.wpcf7 input.is-invalid[type=file]:focus,
.wpcf7 input.is-invalid[type=submit]:focus,
.wpcf7 select.is-invalid:focus,
.wpcf7 textarea.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 select.form-control:invalid,
.was-validated .wpcf7 select:invalid,
.wpcf7 .was-validated select:invalid, select.form-control.is-invalid,
.wpcf7 select.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid,
.was-validated .wpcf7 textarea:invalid,
.wpcf7 .was-validated textarea:invalid, textarea.form-control.is-invalid,
.wpcf7 textarea.is-invalid {
  padding-right: -moz-calc(1.7em + 0.75rem);
  padding-right: calc(1.7em + 0.75rem);
  background-position: top -moz-calc(0.425em + 0.1875rem) right -moz-calc(0.425em + 0.1875rem);
  background-position: top calc(0.425em + 0.1875rem) right calc(0.425em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: -moz-calc(0.75em + 2.3125rem) !important;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: 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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.85em + 0.375rem) -moz-calc(0.85em + 0.375rem) no-repeat;
  background: 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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.85em + 0.375rem) calc(0.85em + 0.375rem) no-repeat;
}
.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: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.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: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -moz-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: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group, .form-inline .wpcf7 .wpcf7-form p, .wpcf7 .wpcf7-form .form-inline p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline .wpcf7 .wpcf7-validation-errors, .wpcf7 .form-inline .wpcf7-validation-errors, .form-inline .wpcf7 input[type=text], .wpcf7 .form-inline input[type=text],
  .form-inline .wpcf7 input[type=search],
  .wpcf7 .form-inline input[type=search],
  .form-inline .wpcf7 input[type=url],
  .wpcf7 .form-inline input[type=url],
  .form-inline .wpcf7 input[type=tel],
  .wpcf7 .form-inline input[type=tel],
  .form-inline .wpcf7 input[type=number],
  .wpcf7 .form-inline input[type=number],
  .form-inline .wpcf7 input[type=range],
  .wpcf7 .form-inline input[type=range],
  .form-inline .wpcf7 input[type=date],
  .wpcf7 .form-inline input[type=date],
  .form-inline .wpcf7 input[type=month],
  .wpcf7 .form-inline input[type=month],
  .form-inline .wpcf7 input[type=week],
  .wpcf7 .form-inline input[type=week],
  .form-inline .wpcf7 input[type=time],
  .wpcf7 .form-inline input[type=time],
  .form-inline .wpcf7 input[type=datetime],
  .wpcf7 .form-inline input[type=datetime],
  .form-inline .wpcf7 input[type=datetime-local],
  .wpcf7 .form-inline input[type=datetime-local],
  .form-inline .wpcf7 input[type=color],
  .wpcf7 .form-inline input[type=color],
  .form-inline .wpcf7 input[type=email],
  .wpcf7 .form-inline input[type=email],
  .form-inline .wpcf7 input[type=file],
  .wpcf7 .form-inline input[type=file],
  .form-inline .wpcf7 input[type=submit],
  .wpcf7 .form-inline input[type=submit],
  .form-inline .wpcf7 select,
  .wpcf7 .form-inline select,
  .form-inline .wpcf7 textarea,
  .wpcf7 .form-inline textarea {
    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: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-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;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .wpcf7 input[type=submit] {
  display: inline-block;
  font-weight: 400;
  color: #000000;
  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.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.7;
  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;
  -o-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;
  -moz-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;
  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, .wpcf7 input[type=submit] {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }
}
.btn:hover, .wpcf7 input[type=submit]:hover {
  color: #000000;
  text-decoration: none;
}
.btn:focus, .wpcf7 input[type=submit]:focus, .btn.focus, .wpcf7 input.focus[type=submit] {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.btn.disabled, .wpcf7 input.disabled[type=submit], .btn:disabled, .wpcf7 input[type=submit]:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .wpcf7 input[type=submit]:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.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(38.25, 38.25, 38.25, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
}

.btn-secondary, .page-template-mailing-list .tab-pane > .bg-white .btn-primary,
.page-template-mailing-list .tab-pane .card .btn-primary,
.page-template-mailing-list .tab-pane .row .col-md-5 > .bg-white .btn-primary,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-5 > .bg-white .btn-primary,
.page-template-mailing-list .tab-pane .row .col-md-6 > .bg-white .btn-primary,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-6 > .bg-white .btn-primary,
.page-template-mailing-list .tab-pane .row .col-md-7 > .bg-white .btn-primary,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-7 > .bg-white .btn-primary,
.page-template-nelios-verity-guest-loyalty .tab-pane > .bg-white .btn-primary,
.page-template-nelios-verity-guest-loyalty .tab-pane .card .btn-primary,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-5 > .bg-white .btn-primary,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-5 > .bg-white .btn-primary,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-6 > .bg-white .btn-primary,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-6 > .bg-white .btn-primary,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-7 > .bg-white .btn-primary,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-7 > .bg-white .btn-primary {
  color: #ffffff;
  background-color: #a99366;
  border-color: #a99366;
}
.btn-secondary:hover, .page-template-mailing-list .tab-pane > .bg-white .btn-primary:hover,
.page-template-mailing-list .tab-pane .card .btn-primary:hover,
.page-template-mailing-list .tab-pane .row .col-md-5 > .bg-white .btn-primary:hover,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-5 > .bg-white .btn-primary:hover,
.page-template-mailing-list .tab-pane .row .col-md-6 > .bg-white .btn-primary:hover,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-6 > .bg-white .btn-primary:hover,
.page-template-mailing-list .tab-pane .row .col-md-7 > .bg-white .btn-primary:hover,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-7 > .bg-white .btn-primary:hover,
.page-template-nelios-verity-guest-loyalty .tab-pane > .bg-white .btn-primary:hover,
.page-template-nelios-verity-guest-loyalty .tab-pane .card .btn-primary:hover,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-5 > .bg-white .btn-primary:hover,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-5 > .bg-white .btn-primary:hover,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-6 > .bg-white .btn-primary:hover,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-6 > .bg-white .btn-primary:hover,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-7 > .bg-white .btn-primary:hover,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-7 > .bg-white .btn-primary:hover {
  color: #ffffff;
  background-color: rgb(148.9989539749, 127.5742677824, 83.7510460251);
  border-color: rgb(140.8368200837, 120.5857740586, 79.1631799163);
}
.btn-secondary:focus, .page-template-mailing-list .tab-pane > .bg-white .btn-primary:focus,
.page-template-mailing-list .tab-pane .card .btn-primary:focus,
.page-template-mailing-list .tab-pane .row .col-md-5 > .bg-white .btn-primary:focus,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-5 > .bg-white .btn-primary:focus,
.page-template-mailing-list .tab-pane .row .col-md-6 > .bg-white .btn-primary:focus,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-6 > .bg-white .btn-primary:focus,
.page-template-mailing-list .tab-pane .row .col-md-7 > .bg-white .btn-primary:focus,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-7 > .bg-white .btn-primary:focus,
.page-template-nelios-verity-guest-loyalty .tab-pane > .bg-white .btn-primary:focus,
.page-template-nelios-verity-guest-loyalty .tab-pane .card .btn-primary:focus,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-5 > .bg-white .btn-primary:focus,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-5 > .bg-white .btn-primary:focus,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-6 > .bg-white .btn-primary:focus,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-6 > .bg-white .btn-primary:focus,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-7 > .bg-white .btn-primary:focus,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-7 > .bg-white .btn-primary:focus, .btn-secondary.focus, .page-template-mailing-list .tab-pane > .bg-white .focus.btn-primary,
.page-template-mailing-list .tab-pane .card .focus.btn-primary,
.page-template-mailing-list .tab-pane .row .col-md-5 > .bg-white .focus.btn-primary,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-5 > .bg-white .focus.btn-primary,
.page-template-mailing-list .tab-pane .row .col-md-6 > .bg-white .focus.btn-primary,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-6 > .bg-white .focus.btn-primary,
.page-template-mailing-list .tab-pane .row .col-md-7 > .bg-white .focus.btn-primary,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-7 > .bg-white .focus.btn-primary,
.page-template-nelios-verity-guest-loyalty .tab-pane > .bg-white .focus.btn-primary,
.page-template-nelios-verity-guest-loyalty .tab-pane .card .focus.btn-primary,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-5 > .bg-white .focus.btn-primary,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-5 > .bg-white .focus.btn-primary,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-6 > .bg-white .focus.btn-primary,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-6 > .bg-white .focus.btn-primary,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-7 > .bg-white .focus.btn-primary,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-7 > .bg-white .focus.btn-primary {
  color: #ffffff;
  background-color: rgb(148.9989539749, 127.5742677824, 83.7510460251);
  border-color: rgb(140.8368200837, 120.5857740586, 79.1631799163);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(181.9, 163.2, 124.95, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(181.9, 163.2, 124.95, 0.5);
}
.btn-secondary.disabled, .page-template-mailing-list .tab-pane > .bg-white .disabled.btn-primary,
.page-template-mailing-list .tab-pane .card .disabled.btn-primary,
.page-template-mailing-list .tab-pane .row .col-md-5 > .bg-white .disabled.btn-primary,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-5 > .bg-white .disabled.btn-primary,
.page-template-mailing-list .tab-pane .row .col-md-6 > .bg-white .disabled.btn-primary,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-6 > .bg-white .disabled.btn-primary,
.page-template-mailing-list .tab-pane .row .col-md-7 > .bg-white .disabled.btn-primary,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-7 > .bg-white .disabled.btn-primary,
.page-template-nelios-verity-guest-loyalty .tab-pane > .bg-white .disabled.btn-primary,
.page-template-nelios-verity-guest-loyalty .tab-pane .card .disabled.btn-primary,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-5 > .bg-white .disabled.btn-primary,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-5 > .bg-white .disabled.btn-primary,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-6 > .bg-white .disabled.btn-primary,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-6 > .bg-white .disabled.btn-primary,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-7 > .bg-white .disabled.btn-primary,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-7 > .bg-white .disabled.btn-primary, .btn-secondary:disabled, .page-template-mailing-list .tab-pane > .bg-white .btn-primary:disabled,
.page-template-mailing-list .tab-pane .card .btn-primary:disabled,
.page-template-mailing-list .tab-pane .row .col-md-5 > .bg-white .btn-primary:disabled,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-5 > .bg-white .btn-primary:disabled,
.page-template-mailing-list .tab-pane .row .col-md-6 > .bg-white .btn-primary:disabled,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-6 > .bg-white .btn-primary:disabled,
.page-template-mailing-list .tab-pane .row .col-md-7 > .bg-white .btn-primary:disabled,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-7 > .bg-white .btn-primary:disabled,
.page-template-nelios-verity-guest-loyalty .tab-pane > .bg-white .btn-primary:disabled,
.page-template-nelios-verity-guest-loyalty .tab-pane .card .btn-primary:disabled,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-5 > .bg-white .btn-primary:disabled,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-5 > .bg-white .btn-primary:disabled,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-6 > .bg-white .btn-primary:disabled,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-6 > .bg-white .btn-primary:disabled,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-7 > .bg-white .btn-primary:disabled,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-7 > .bg-white .btn-primary:disabled {
  color: #ffffff;
  background-color: #a99366;
  border-color: #a99366;
}
.btn-secondary:not(:disabled):not(.disabled):active, .page-template-mailing-list .tab-pane > .bg-white .btn-primary:not(:disabled):not(.disabled):active,
.page-template-mailing-list .tab-pane .card .btn-primary:not(:disabled):not(.disabled):active,
.page-template-mailing-list .tab-pane .row .col-md-5 > .bg-white .btn-primary:not(:disabled):not(.disabled):active,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-5 > .bg-white .btn-primary:not(:disabled):not(.disabled):active,
.page-template-mailing-list .tab-pane .row .col-md-6 > .bg-white .btn-primary:not(:disabled):not(.disabled):active,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-6 > .bg-white .btn-primary:not(:disabled):not(.disabled):active,
.page-template-mailing-list .tab-pane .row .col-md-7 > .bg-white .btn-primary:not(:disabled):not(.disabled):active,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-7 > .bg-white .btn-primary:not(:disabled):not(.disabled):active,
.page-template-nelios-verity-guest-loyalty .tab-pane > .bg-white .btn-primary:not(:disabled):not(.disabled):active,
.page-template-nelios-verity-guest-loyalty .tab-pane .card .btn-primary:not(:disabled):not(.disabled):active,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-5 > .bg-white .btn-primary:not(:disabled):not(.disabled):active,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-5 > .bg-white .btn-primary:not(:disabled):not(.disabled):active,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-6 > .bg-white .btn-primary:not(:disabled):not(.disabled):active,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-6 > .bg-white .btn-primary:not(:disabled):not(.disabled):active,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-7 > .bg-white .btn-primary:not(:disabled):not(.disabled):active,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-7 > .bg-white .btn-primary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .page-template-mailing-list .tab-pane > .bg-white .btn-primary:not(:disabled):not(.disabled).active,
.page-template-mailing-list .tab-pane .card .btn-primary:not(:disabled):not(.disabled).active,
.page-template-mailing-list .tab-pane .row .col-md-5 > .bg-white .btn-primary:not(:disabled):not(.disabled).active,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-5 > .bg-white .btn-primary:not(:disabled):not(.disabled).active,
.page-template-mailing-list .tab-pane .row .col-md-6 > .bg-white .btn-primary:not(:disabled):not(.disabled).active,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-6 > .bg-white .btn-primary:not(:disabled):not(.disabled).active,
.page-template-mailing-list .tab-pane .row .col-md-7 > .bg-white .btn-primary:not(:disabled):not(.disabled).active,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-7 > .bg-white .btn-primary:not(:disabled):not(.disabled).active,
.page-template-nelios-verity-guest-loyalty .tab-pane > .bg-white .btn-primary:not(:disabled):not(.disabled).active,
.page-template-nelios-verity-guest-loyalty .tab-pane .card .btn-primary:not(:disabled):not(.disabled).active,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-5 > .bg-white .btn-primary:not(:disabled):not(.disabled).active,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-5 > .bg-white .btn-primary:not(:disabled):not(.disabled).active,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-6 > .bg-white .btn-primary:not(:disabled):not(.disabled).active,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-6 > .bg-white .btn-primary:not(:disabled):not(.disabled).active,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-7 > .bg-white .btn-primary:not(:disabled):not(.disabled).active,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-7 > .bg-white .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .page-template-mailing-list .tab-pane > .bg-white .show > .dropdown-toggle.btn-primary,
.page-template-mailing-list .tab-pane .card .show > .dropdown-toggle.btn-primary,
.page-template-mailing-list .tab-pane .row .col-md-5 > .bg-white .show > .dropdown-toggle.btn-primary,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-5 > .bg-white .show > .dropdown-toggle.btn-primary,
.page-template-mailing-list .tab-pane .row .col-md-6 > .bg-white .show > .dropdown-toggle.btn-primary,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-6 > .bg-white .show > .dropdown-toggle.btn-primary,
.page-template-mailing-list .tab-pane .row .col-md-7 > .bg-white .show > .dropdown-toggle.btn-primary,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-7 > .bg-white .show > .dropdown-toggle.btn-primary,
.page-template-nelios-verity-guest-loyalty .tab-pane > .bg-white .show > .dropdown-toggle.btn-primary,
.page-template-nelios-verity-guest-loyalty .tab-pane .card .show > .dropdown-toggle.btn-primary,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-5 > .bg-white .show > .dropdown-toggle.btn-primary,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-5 > .bg-white .show > .dropdown-toggle.btn-primary,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-6 > .bg-white .show > .dropdown-toggle.btn-primary,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-6 > .bg-white .show > .dropdown-toggle.btn-primary,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-7 > .bg-white .show > .dropdown-toggle.btn-primary,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-7 > .bg-white .show > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: rgb(140.8368200837, 120.5857740586, 79.1631799163);
  border-color: rgb(132.6746861925, 113.5972803347, 74.5753138075);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .page-template-mailing-list .tab-pane > .bg-white .btn-primary:not(:disabled):not(.disabled):active:focus,
.page-template-mailing-list .tab-pane .card .btn-primary:not(:disabled):not(.disabled):active:focus,
.page-template-mailing-list .tab-pane .row .col-md-5 > .bg-white .btn-primary:not(:disabled):not(.disabled):active:focus,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-5 > .bg-white .btn-primary:not(:disabled):not(.disabled):active:focus,
.page-template-mailing-list .tab-pane .row .col-md-6 > .bg-white .btn-primary:not(:disabled):not(.disabled):active:focus,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-6 > .bg-white .btn-primary:not(:disabled):not(.disabled):active:focus,
.page-template-mailing-list .tab-pane .row .col-md-7 > .bg-white .btn-primary:not(:disabled):not(.disabled):active:focus,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-7 > .bg-white .btn-primary:not(:disabled):not(.disabled):active:focus,
.page-template-nelios-verity-guest-loyalty .tab-pane > .bg-white .btn-primary:not(:disabled):not(.disabled):active:focus,
.page-template-nelios-verity-guest-loyalty .tab-pane .card .btn-primary:not(:disabled):not(.disabled):active:focus,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-5 > .bg-white .btn-primary:not(:disabled):not(.disabled):active:focus,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-5 > .bg-white .btn-primary:not(:disabled):not(.disabled):active:focus,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-6 > .bg-white .btn-primary:not(:disabled):not(.disabled):active:focus,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-6 > .bg-white .btn-primary:not(:disabled):not(.disabled):active:focus,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-7 > .bg-white .btn-primary:not(:disabled):not(.disabled):active:focus,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-7 > .bg-white .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .page-template-mailing-list .tab-pane > .bg-white .btn-primary:not(:disabled):not(.disabled).active:focus,
.page-template-mailing-list .tab-pane .card .btn-primary:not(:disabled):not(.disabled).active:focus,
.page-template-mailing-list .tab-pane .row .col-md-5 > .bg-white .btn-primary:not(:disabled):not(.disabled).active:focus,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-5 > .bg-white .btn-primary:not(:disabled):not(.disabled).active:focus,
.page-template-mailing-list .tab-pane .row .col-md-6 > .bg-white .btn-primary:not(:disabled):not(.disabled).active:focus,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-6 > .bg-white .btn-primary:not(:disabled):not(.disabled).active:focus,
.page-template-mailing-list .tab-pane .row .col-md-7 > .bg-white .btn-primary:not(:disabled):not(.disabled).active:focus,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-7 > .bg-white .btn-primary:not(:disabled):not(.disabled).active:focus,
.page-template-nelios-verity-guest-loyalty .tab-pane > .bg-white .btn-primary:not(:disabled):not(.disabled).active:focus,
.page-template-nelios-verity-guest-loyalty .tab-pane .card .btn-primary:not(:disabled):not(.disabled).active:focus,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-5 > .bg-white .btn-primary:not(:disabled):not(.disabled).active:focus,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-5 > .bg-white .btn-primary:not(:disabled):not(.disabled).active:focus,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-6 > .bg-white .btn-primary:not(:disabled):not(.disabled).active:focus,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-6 > .bg-white .btn-primary:not(:disabled):not(.disabled).active:focus,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-7 > .bg-white .btn-primary:not(:disabled):not(.disabled).active:focus,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-7 > .bg-white .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .page-template-mailing-list .tab-pane > .bg-white .show > .dropdown-toggle.btn-primary:focus,
.page-template-mailing-list .tab-pane .card .show > .dropdown-toggle.btn-primary:focus,
.page-template-mailing-list .tab-pane .row .col-md-5 > .bg-white .show > .dropdown-toggle.btn-primary:focus,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-5 > .bg-white .show > .dropdown-toggle.btn-primary:focus,
.page-template-mailing-list .tab-pane .row .col-md-6 > .bg-white .show > .dropdown-toggle.btn-primary:focus,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-6 > .bg-white .show > .dropdown-toggle.btn-primary:focus,
.page-template-mailing-list .tab-pane .row .col-md-7 > .bg-white .show > .dropdown-toggle.btn-primary:focus,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-7 > .bg-white .show > .dropdown-toggle.btn-primary:focus,
.page-template-nelios-verity-guest-loyalty .tab-pane > .bg-white .show > .dropdown-toggle.btn-primary:focus,
.page-template-nelios-verity-guest-loyalty .tab-pane .card .show > .dropdown-toggle.btn-primary:focus,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-5 > .bg-white .show > .dropdown-toggle.btn-primary:focus,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-5 > .bg-white .show > .dropdown-toggle.btn-primary:focus,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-6 > .bg-white .show > .dropdown-toggle.btn-primary:focus,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-6 > .bg-white .show > .dropdown-toggle.btn-primary:focus,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-7 > .bg-white .show > .dropdown-toggle.btn-primary:focus,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-7 > .bg-white .show > .dropdown-toggle.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(181.9, 163.2, 124.95, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(181.9, 163.2, 124.95, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #ffffff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 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: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.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.25, 180.2, 96.9, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #ffffff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 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: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.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(57.8, 175.95, 194.65, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #191919;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #191919;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #191919;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220.5, 167.8, 9.7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220.5, 167.8, 9.7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #191919;
  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: #191919;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.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(220.5, 167.8, 9.7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220.5, 167.8, 9.7, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 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: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.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.25, 83.3, 96.9, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-light {
  color: #191919;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #191919;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #191919;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(214.55, 215.4, 216.25, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(214.55, 215.4, 216.25, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #191919;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #191919;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.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(214.55, 215.4, 216.25, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(214.55, 215.4, 216.25, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.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(82.45, 87.55, 92.65, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary, .wpcf7 input[type=submit] {
  color: #000000;
  border-color: #000000;
}
.btn-outline-primary:hover, .wpcf7 input[type=submit]:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-outline-primary:focus, .wpcf7 input[type=submit]:focus, .btn-outline-primary.focus, .wpcf7 input.focus[type=submit] {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-primary.disabled, .wpcf7 input.disabled[type=submit], .btn-outline-primary:disabled, .wpcf7 input[type=submit]:disabled {
  color: #000000;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .wpcf7 input[type=submit]:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .wpcf7 input[type=submit]:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle, .wpcf7 .show > input.dropdown-toggle[type=submit] {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .wpcf7 input[type=submit]:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .wpcf7 input[type=submit]:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus, .wpcf7 .show > input.dropdown-toggle[type=submit]:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-secondary {
  color: #a99366;
  border-color: #a99366;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #a99366;
  border-color: #a99366;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 147, 102, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(169, 147, 102, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #a99366;
  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: #a99366;
  border-color: #a99366;
}
.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(169, 147, 102, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(169, 147, 102, 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: #191919;
  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: #191919;
  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: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #191919;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #191919;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}
.btn-link:hover {
  color: black;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .wpcf7 .btn-group-lg > input[type=submit] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.7;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn, .wpcf7 .btn-group-sm > input[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.7;
  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;
  -o-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    -moz-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;
  -o-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  -o-transition: width 0.35s ease;
  -moz-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  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: #000000;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.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: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xlg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xlg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1565px) {
  .dropdown-menu-xll-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xll-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1600px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-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.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #191919;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(12.25, 12.25, 12.25);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #191919;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .wpcf7 .btn-group > input[type=submit],
.btn-group-vertical > .btn,
.wpcf7 .btn-group-vertical > input[type=submit] {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .wpcf7 .btn-group > input[type=submit]:hover,
.btn-group-vertical > .btn:hover,
.wpcf7 .btn-group-vertical > input[type=submit]:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .wpcf7 .btn-group > input[type=submit]:focus, .btn-group > .btn:active, .wpcf7 .btn-group > input[type=submit]:active, .btn-group > .btn.active, .wpcf7 .btn-group > input.active[type=submit],
.btn-group-vertical > .btn:focus,
.wpcf7 .btn-group-vertical > input[type=submit]:focus,
.btn-group-vertical > .btn:active,
.wpcf7 .btn-group-vertical > input[type=submit]:active,
.btn-group-vertical > .btn.active,
.wpcf7 .btn-group-vertical > input.active[type=submit] {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .wpcf7 .btn-group > input[type=submit]:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .wpcf7 .btn-group > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.wpcf7 .btn-group > .btn-group:not(:last-child) > input[type=submit] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .wpcf7 .btn-group > input[type=submit]:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.wpcf7 .btn-group > .btn-group:not(:first-child) > input[type=submit] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .wpcf7 .btn-group-sm > input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .wpcf7 .btn-group-lg > input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn, .wpcf7 .btn-group-vertical > input[type=submit],
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .wpcf7 .btn-group-vertical > input[type=submit]:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .wpcf7 .btn-group-vertical > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.wpcf7 .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .wpcf7 .btn-group-vertical > input[type=submit]:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.wpcf7 .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .wpcf7 .btn-group-toggle > input[type=submit],
.btn-group-toggle > .btn-group > .btn,
.wpcf7 .btn-group-toggle > .btn-group > input[type=submit] {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .wpcf7 .btn-group-toggle > input[type=submit] input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.wpcf7 .btn-group-toggle > input[type=submit] input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.wpcf7 .btn-group-toggle > .btn-group > input[type=submit] input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.wpcf7 .btn-group-toggle > .btn-group > input[type=submit] input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .wpcf7 .input-group > .wpcf7-validation-errors, .wpcf7 .input-group > input[type=text],
.wpcf7 .input-group > input[type=search],
.wpcf7 .input-group > input[type=url],
.wpcf7 .input-group > input[type=tel],
.wpcf7 .input-group > input[type=number],
.wpcf7 .input-group > input[type=range],
.wpcf7 .input-group > input[type=date],
.wpcf7 .input-group > input[type=month],
.wpcf7 .input-group > input[type=week],
.wpcf7 .input-group > input[type=time],
.wpcf7 .input-group > input[type=datetime],
.wpcf7 .input-group > input[type=datetime-local],
.wpcf7 .input-group > input[type=color],
.wpcf7 .input-group > input[type=email],
.wpcf7 .input-group > input[type=file],
.wpcf7 .input-group > input[type=submit],
.wpcf7 .input-group > select,
.wpcf7 .input-group > textarea,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -moz-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, .wpcf7 .input-group > .wpcf7-validation-errors + .form-control, .wpcf7 .input-group > .form-control + .wpcf7-validation-errors, .wpcf7 .input-group > .wpcf7-validation-errors + .wpcf7-validation-errors, .wpcf7 .input-group > input[type=text] + .form-control, .wpcf7 .input-group > input[type=text] + .wpcf7-validation-errors,
.wpcf7 .input-group > input[type=search] + .form-control,
.wpcf7 .input-group > input[type=search] + .wpcf7-validation-errors,
.wpcf7 .input-group > input[type=url] + .form-control,
.wpcf7 .input-group > input[type=url] + .wpcf7-validation-errors,
.wpcf7 .input-group > input[type=tel] + .form-control,
.wpcf7 .input-group > input[type=tel] + .wpcf7-validation-errors,
.wpcf7 .input-group > input[type=number] + .form-control,
.wpcf7 .input-group > input[type=number] + .wpcf7-validation-errors,
.wpcf7 .input-group > input[type=range] + .form-control,
.wpcf7 .input-group > input[type=range] + .wpcf7-validation-errors,
.wpcf7 .input-group > input[type=date] + .form-control,
.wpcf7 .input-group > input[type=date] + .wpcf7-validation-errors,
.wpcf7 .input-group > input[type=month] + .form-control,
.wpcf7 .input-group > input[type=month] + .wpcf7-validation-errors,
.wpcf7 .input-group > input[type=week] + .form-control,
.wpcf7 .input-group > input[type=week] + .wpcf7-validation-errors,
.wpcf7 .input-group > input[type=time] + .form-control,
.wpcf7 .input-group > input[type=time] + .wpcf7-validation-errors,
.wpcf7 .input-group > input[type=datetime] + .form-control,
.wpcf7 .input-group > input[type=datetime] + .wpcf7-validation-errors,
.wpcf7 .input-group > input[type=datetime-local] + .form-control,
.wpcf7 .input-group > input[type=datetime-local] + .wpcf7-validation-errors,
.wpcf7 .input-group > input[type=color] + .form-control,
.wpcf7 .input-group > input[type=color] + .wpcf7-validation-errors,
.wpcf7 .input-group > input[type=email] + .form-control,
.wpcf7 .input-group > input[type=email] + .wpcf7-validation-errors,
.wpcf7 .input-group > input[type=file] + .form-control,
.wpcf7 .input-group > input[type=file] + .wpcf7-validation-errors,
.wpcf7 .input-group > input[type=submit] + .form-control,
.wpcf7 .input-group > input[type=submit] + .wpcf7-validation-errors,
.wpcf7 .input-group > select + .form-control,
.wpcf7 .input-group > select + .wpcf7-validation-errors,
.wpcf7 .input-group > textarea + .form-control,
.wpcf7 .input-group > textarea + .wpcf7-validation-errors, .wpcf7 .input-group > .form-control + input[type=text], .wpcf7 .input-group > .wpcf7-validation-errors + input[type=text], .wpcf7 .input-group > input[type=text] + input[type=text],
.wpcf7 .input-group > input[type=search] + input[type=text],
.wpcf7 .input-group > input[type=url] + input[type=text],
.wpcf7 .input-group > input[type=tel] + input[type=text],
.wpcf7 .input-group > input[type=number] + input[type=text],
.wpcf7 .input-group > input[type=range] + input[type=text],
.wpcf7 .input-group > input[type=date] + input[type=text],
.wpcf7 .input-group > input[type=month] + input[type=text],
.wpcf7 .input-group > input[type=week] + input[type=text],
.wpcf7 .input-group > input[type=time] + input[type=text],
.wpcf7 .input-group > input[type=datetime] + input[type=text],
.wpcf7 .input-group > input[type=datetime-local] + input[type=text],
.wpcf7 .input-group > input[type=color] + input[type=text],
.wpcf7 .input-group > input[type=email] + input[type=text],
.wpcf7 .input-group > input[type=file] + input[type=text],
.wpcf7 .input-group > input[type=submit] + input[type=text],
.wpcf7 .input-group > select + input[type=text],
.wpcf7 .input-group > textarea + input[type=text],
.wpcf7 .input-group > .form-control + input[type=search],
.wpcf7 .input-group > .wpcf7-validation-errors + input[type=search],
.wpcf7 .input-group > input[type=text] + input[type=search],
.wpcf7 .input-group > input[type=search] + input[type=search],
.wpcf7 .input-group > input[type=url] + input[type=search],
.wpcf7 .input-group > input[type=tel] + input[type=search],
.wpcf7 .input-group > input[type=number] + input[type=search],
.wpcf7 .input-group > input[type=range] + input[type=search],
.wpcf7 .input-group > input[type=date] + input[type=search],
.wpcf7 .input-group > input[type=month] + input[type=search],
.wpcf7 .input-group > input[type=week] + input[type=search],
.wpcf7 .input-group > input[type=time] + input[type=search],
.wpcf7 .input-group > input[type=datetime] + input[type=search],
.wpcf7 .input-group > input[type=datetime-local] + input[type=search],
.wpcf7 .input-group > input[type=color] + input[type=search],
.wpcf7 .input-group > input[type=email] + input[type=search],
.wpcf7 .input-group > input[type=file] + input[type=search],
.wpcf7 .input-group > input[type=submit] + input[type=search],
.wpcf7 .input-group > select + input[type=search],
.wpcf7 .input-group > textarea + input[type=search],
.wpcf7 .input-group > .form-control + input[type=url],
.wpcf7 .input-group > .wpcf7-validation-errors + input[type=url],
.wpcf7 .input-group > input[type=text] + input[type=url],
.wpcf7 .input-group > input[type=search] + input[type=url],
.wpcf7 .input-group > input[type=url] + input[type=url],
.wpcf7 .input-group > input[type=tel] + input[type=url],
.wpcf7 .input-group > input[type=number] + input[type=url],
.wpcf7 .input-group > input[type=range] + input[type=url],
.wpcf7 .input-group > input[type=date] + input[type=url],
.wpcf7 .input-group > input[type=month] + input[type=url],
.wpcf7 .input-group > input[type=week] + input[type=url],
.wpcf7 .input-group > input[type=time] + input[type=url],
.wpcf7 .input-group > input[type=datetime] + input[type=url],
.wpcf7 .input-group > input[type=datetime-local] + input[type=url],
.wpcf7 .input-group > input[type=color] + input[type=url],
.wpcf7 .input-group > input[type=email] + input[type=url],
.wpcf7 .input-group > input[type=file] + input[type=url],
.wpcf7 .input-group > input[type=submit] + input[type=url],
.wpcf7 .input-group > select + input[type=url],
.wpcf7 .input-group > textarea + input[type=url],
.wpcf7 .input-group > .form-control + input[type=tel],
.wpcf7 .input-group > .wpcf7-validation-errors + input[type=tel],
.wpcf7 .input-group > input[type=text] + input[type=tel],
.wpcf7 .input-group > input[type=search] + input[type=tel],
.wpcf7 .input-group > input[type=url] + input[type=tel],
.wpcf7 .input-group > input[type=tel] + input[type=tel],
.wpcf7 .input-group > input[type=number] + input[type=tel],
.wpcf7 .input-group > input[type=range] + input[type=tel],
.wpcf7 .input-group > input[type=date] + input[type=tel],
.wpcf7 .input-group > input[type=month] + input[type=tel],
.wpcf7 .input-group > input[type=week] + input[type=tel],
.wpcf7 .input-group > input[type=time] + input[type=tel],
.wpcf7 .input-group > input[type=datetime] + input[type=tel],
.wpcf7 .input-group > input[type=datetime-local] + input[type=tel],
.wpcf7 .input-group > input[type=color] + input[type=tel],
.wpcf7 .input-group > input[type=email] + input[type=tel],
.wpcf7 .input-group > input[type=file] + input[type=tel],
.wpcf7 .input-group > input[type=submit] + input[type=tel],
.wpcf7 .input-group > select + input[type=tel],
.wpcf7 .input-group > textarea + input[type=tel],
.wpcf7 .input-group > .form-control + input[type=number],
.wpcf7 .input-group > .wpcf7-validation-errors + input[type=number],
.wpcf7 .input-group > input[type=text] + input[type=number],
.wpcf7 .input-group > input[type=search] + input[type=number],
.wpcf7 .input-group > input[type=url] + input[type=number],
.wpcf7 .input-group > input[type=tel] + input[type=number],
.wpcf7 .input-group > input[type=number] + input[type=number],
.wpcf7 .input-group > input[type=range] + input[type=number],
.wpcf7 .input-group > input[type=date] + input[type=number],
.wpcf7 .input-group > input[type=month] + input[type=number],
.wpcf7 .input-group > input[type=week] + input[type=number],
.wpcf7 .input-group > input[type=time] + input[type=number],
.wpcf7 .input-group > input[type=datetime] + input[type=number],
.wpcf7 .input-group > input[type=datetime-local] + input[type=number],
.wpcf7 .input-group > input[type=color] + input[type=number],
.wpcf7 .input-group > input[type=email] + input[type=number],
.wpcf7 .input-group > input[type=file] + input[type=number],
.wpcf7 .input-group > input[type=submit] + input[type=number],
.wpcf7 .input-group > select + input[type=number],
.wpcf7 .input-group > textarea + input[type=number],
.wpcf7 .input-group > .form-control + input[type=range],
.wpcf7 .input-group > .wpcf7-validation-errors + input[type=range],
.wpcf7 .input-group > input[type=text] + input[type=range],
.wpcf7 .input-group > input[type=search] + input[type=range],
.wpcf7 .input-group > input[type=url] + input[type=range],
.wpcf7 .input-group > input[type=tel] + input[type=range],
.wpcf7 .input-group > input[type=number] + input[type=range],
.wpcf7 .input-group > input[type=range] + input[type=range],
.wpcf7 .input-group > input[type=date] + input[type=range],
.wpcf7 .input-group > input[type=month] + input[type=range],
.wpcf7 .input-group > input[type=week] + input[type=range],
.wpcf7 .input-group > input[type=time] + input[type=range],
.wpcf7 .input-group > input[type=datetime] + input[type=range],
.wpcf7 .input-group > input[type=datetime-local] + input[type=range],
.wpcf7 .input-group > input[type=color] + input[type=range],
.wpcf7 .input-group > input[type=email] + input[type=range],
.wpcf7 .input-group > input[type=file] + input[type=range],
.wpcf7 .input-group > input[type=submit] + input[type=range],
.wpcf7 .input-group > select + input[type=range],
.wpcf7 .input-group > textarea + input[type=range],
.wpcf7 .input-group > .form-control + input[type=date],
.wpcf7 .input-group > .wpcf7-validation-errors + input[type=date],
.wpcf7 .input-group > input[type=text] + input[type=date],
.wpcf7 .input-group > input[type=search] + input[type=date],
.wpcf7 .input-group > input[type=url] + input[type=date],
.wpcf7 .input-group > input[type=tel] + input[type=date],
.wpcf7 .input-group > input[type=number] + input[type=date],
.wpcf7 .input-group > input[type=range] + input[type=date],
.wpcf7 .input-group > input[type=date] + input[type=date],
.wpcf7 .input-group > input[type=month] + input[type=date],
.wpcf7 .input-group > input[type=week] + input[type=date],
.wpcf7 .input-group > input[type=time] + input[type=date],
.wpcf7 .input-group > input[type=datetime] + input[type=date],
.wpcf7 .input-group > input[type=datetime-local] + input[type=date],
.wpcf7 .input-group > input[type=color] + input[type=date],
.wpcf7 .input-group > input[type=email] + input[type=date],
.wpcf7 .input-group > input[type=file] + input[type=date],
.wpcf7 .input-group > input[type=submit] + input[type=date],
.wpcf7 .input-group > select + input[type=date],
.wpcf7 .input-group > textarea + input[type=date],
.wpcf7 .input-group > .form-control + input[type=month],
.wpcf7 .input-group > .wpcf7-validation-errors + input[type=month],
.wpcf7 .input-group > input[type=text] + input[type=month],
.wpcf7 .input-group > input[type=search] + input[type=month],
.wpcf7 .input-group > input[type=url] + input[type=month],
.wpcf7 .input-group > input[type=tel] + input[type=month],
.wpcf7 .input-group > input[type=number] + input[type=month],
.wpcf7 .input-group > input[type=range] + input[type=month],
.wpcf7 .input-group > input[type=date] + input[type=month],
.wpcf7 .input-group > input[type=month] + input[type=month],
.wpcf7 .input-group > input[type=week] + input[type=month],
.wpcf7 .input-group > input[type=time] + input[type=month],
.wpcf7 .input-group > input[type=datetime] + input[type=month],
.wpcf7 .input-group > input[type=datetime-local] + input[type=month],
.wpcf7 .input-group > input[type=color] + input[type=month],
.wpcf7 .input-group > input[type=email] + input[type=month],
.wpcf7 .input-group > input[type=file] + input[type=month],
.wpcf7 .input-group > input[type=submit] + input[type=month],
.wpcf7 .input-group > select + input[type=month],
.wpcf7 .input-group > textarea + input[type=month],
.wpcf7 .input-group > .form-control + input[type=week],
.wpcf7 .input-group > .wpcf7-validation-errors + input[type=week],
.wpcf7 .input-group > input[type=text] + input[type=week],
.wpcf7 .input-group > input[type=search] + input[type=week],
.wpcf7 .input-group > input[type=url] + input[type=week],
.wpcf7 .input-group > input[type=tel] + input[type=week],
.wpcf7 .input-group > input[type=number] + input[type=week],
.wpcf7 .input-group > input[type=range] + input[type=week],
.wpcf7 .input-group > input[type=date] + input[type=week],
.wpcf7 .input-group > input[type=month] + input[type=week],
.wpcf7 .input-group > input[type=week] + input[type=week],
.wpcf7 .input-group > input[type=time] + input[type=week],
.wpcf7 .input-group > input[type=datetime] + input[type=week],
.wpcf7 .input-group > input[type=datetime-local] + input[type=week],
.wpcf7 .input-group > input[type=color] + input[type=week],
.wpcf7 .input-group > input[type=email] + input[type=week],
.wpcf7 .input-group > input[type=file] + input[type=week],
.wpcf7 .input-group > input[type=submit] + input[type=week],
.wpcf7 .input-group > select + input[type=week],
.wpcf7 .input-group > textarea + input[type=week],
.wpcf7 .input-group > .form-control + input[type=time],
.wpcf7 .input-group > .wpcf7-validation-errors + input[type=time],
.wpcf7 .input-group > input[type=text] + input[type=time],
.wpcf7 .input-group > input[type=search] + input[type=time],
.wpcf7 .input-group > input[type=url] + input[type=time],
.wpcf7 .input-group > input[type=tel] + input[type=time],
.wpcf7 .input-group > input[type=number] + input[type=time],
.wpcf7 .input-group > input[type=range] + input[type=time],
.wpcf7 .input-group > input[type=date] + input[type=time],
.wpcf7 .input-group > input[type=month] + input[type=time],
.wpcf7 .input-group > input[type=week] + input[type=time],
.wpcf7 .input-group > input[type=time] + input[type=time],
.wpcf7 .input-group > input[type=datetime] + input[type=time],
.wpcf7 .input-group > input[type=datetime-local] + input[type=time],
.wpcf7 .input-group > input[type=color] + input[type=time],
.wpcf7 .input-group > input[type=email] + input[type=time],
.wpcf7 .input-group > input[type=file] + input[type=time],
.wpcf7 .input-group > input[type=submit] + input[type=time],
.wpcf7 .input-group > select + input[type=time],
.wpcf7 .input-group > textarea + input[type=time],
.wpcf7 .input-group > .form-control + input[type=datetime],
.wpcf7 .input-group > .wpcf7-validation-errors + input[type=datetime],
.wpcf7 .input-group > input[type=text] + input[type=datetime],
.wpcf7 .input-group > input[type=search] + input[type=datetime],
.wpcf7 .input-group > input[type=url] + input[type=datetime],
.wpcf7 .input-group > input[type=tel] + input[type=datetime],
.wpcf7 .input-group > input[type=number] + input[type=datetime],
.wpcf7 .input-group > input[type=range] + input[type=datetime],
.wpcf7 .input-group > input[type=date] + input[type=datetime],
.wpcf7 .input-group > input[type=month] + input[type=datetime],
.wpcf7 .input-group > input[type=week] + input[type=datetime],
.wpcf7 .input-group > input[type=time] + input[type=datetime],
.wpcf7 .input-group > input[type=datetime] + input[type=datetime],
.wpcf7 .input-group > input[type=datetime-local] + input[type=datetime],
.wpcf7 .input-group > input[type=color] + input[type=datetime],
.wpcf7 .input-group > input[type=email] + input[type=datetime],
.wpcf7 .input-group > input[type=file] + input[type=datetime],
.wpcf7 .input-group > input[type=submit] + input[type=datetime],
.wpcf7 .input-group > select + input[type=datetime],
.wpcf7 .input-group > textarea + input[type=datetime],
.wpcf7 .input-group > .form-control + input[type=datetime-local],
.wpcf7 .input-group > .wpcf7-validation-errors + input[type=datetime-local],
.wpcf7 .input-group > input[type=text] + input[type=datetime-local],
.wpcf7 .input-group > input[type=search] + input[type=datetime-local],
.wpcf7 .input-group > input[type=url] + input[type=datetime-local],
.wpcf7 .input-group > input[type=tel] + input[type=datetime-local],
.wpcf7 .input-group > input[type=number] + input[type=datetime-local],
.wpcf7 .input-group > input[type=range] + input[type=datetime-local],
.wpcf7 .input-group > input[type=date] + input[type=datetime-local],
.wpcf7 .input-group > input[type=month] + input[type=datetime-local],
.wpcf7 .input-group > input[type=week] + input[type=datetime-local],
.wpcf7 .input-group > input[type=time] + input[type=datetime-local],
.wpcf7 .input-group > input[type=datetime] + input[type=datetime-local],
.wpcf7 .input-group > input[type=datetime-local] + input[type=datetime-local],
.wpcf7 .input-group > input[type=color] + input[type=datetime-local],
.wpcf7 .input-group > input[type=email] + input[type=datetime-local],
.wpcf7 .input-group > input[type=file] + input[type=datetime-local],
.wpcf7 .input-group > input[type=submit] + input[type=datetime-local],
.wpcf7 .input-group > select + input[type=datetime-local],
.wpcf7 .input-group > textarea + input[type=datetime-local],
.wpcf7 .input-group > .form-control + input[type=color],
.wpcf7 .input-group > .wpcf7-validation-errors + input[type=color],
.wpcf7 .input-group > input[type=text] + input[type=color],
.wpcf7 .input-group > input[type=search] + input[type=color],
.wpcf7 .input-group > input[type=url] + input[type=color],
.wpcf7 .input-group > input[type=tel] + input[type=color],
.wpcf7 .input-group > input[type=number] + input[type=color],
.wpcf7 .input-group > input[type=range] + input[type=color],
.wpcf7 .input-group > input[type=date] + input[type=color],
.wpcf7 .input-group > input[type=month] + input[type=color],
.wpcf7 .input-group > input[type=week] + input[type=color],
.wpcf7 .input-group > input[type=time] + input[type=color],
.wpcf7 .input-group > input[type=datetime] + input[type=color],
.wpcf7 .input-group > input[type=datetime-local] + input[type=color],
.wpcf7 .input-group > input[type=color] + input[type=color],
.wpcf7 .input-group > input[type=email] + input[type=color],
.wpcf7 .input-group > input[type=file] + input[type=color],
.wpcf7 .input-group > input[type=submit] + input[type=color],
.wpcf7 .input-group > select + input[type=color],
.wpcf7 .input-group > textarea + input[type=color],
.wpcf7 .input-group > .form-control + input[type=email],
.wpcf7 .input-group > .wpcf7-validation-errors + input[type=email],
.wpcf7 .input-group > input[type=text] + input[type=email],
.wpcf7 .input-group > input[type=search] + input[type=email],
.wpcf7 .input-group > input[type=url] + input[type=email],
.wpcf7 .input-group > input[type=tel] + input[type=email],
.wpcf7 .input-group > input[type=number] + input[type=email],
.wpcf7 .input-group > input[type=range] + input[type=email],
.wpcf7 .input-group > input[type=date] + input[type=email],
.wpcf7 .input-group > input[type=month] + input[type=email],
.wpcf7 .input-group > input[type=week] + input[type=email],
.wpcf7 .input-group > input[type=time] + input[type=email],
.wpcf7 .input-group > input[type=datetime] + input[type=email],
.wpcf7 .input-group > input[type=datetime-local] + input[type=email],
.wpcf7 .input-group > input[type=color] + input[type=email],
.wpcf7 .input-group > input[type=email] + input[type=email],
.wpcf7 .input-group > input[type=file] + input[type=email],
.wpcf7 .input-group > input[type=submit] + input[type=email],
.wpcf7 .input-group > select + input[type=email],
.wpcf7 .input-group > textarea + input[type=email],
.wpcf7 .input-group > .form-control + input[type=file],
.wpcf7 .input-group > .wpcf7-validation-errors + input[type=file],
.wpcf7 .input-group > input[type=text] + input[type=file],
.wpcf7 .input-group > input[type=search] + input[type=file],
.wpcf7 .input-group > input[type=url] + input[type=file],
.wpcf7 .input-group > input[type=tel] + input[type=file],
.wpcf7 .input-group > input[type=number] + input[type=file],
.wpcf7 .input-group > input[type=range] + input[type=file],
.wpcf7 .input-group > input[type=date] + input[type=file],
.wpcf7 .input-group > input[type=month] + input[type=file],
.wpcf7 .input-group > input[type=week] + input[type=file],
.wpcf7 .input-group > input[type=time] + input[type=file],
.wpcf7 .input-group > input[type=datetime] + input[type=file],
.wpcf7 .input-group > input[type=datetime-local] + input[type=file],
.wpcf7 .input-group > input[type=color] + input[type=file],
.wpcf7 .input-group > input[type=email] + input[type=file],
.wpcf7 .input-group > input[type=file] + input[type=file],
.wpcf7 .input-group > input[type=submit] + input[type=file],
.wpcf7 .input-group > select + input[type=file],
.wpcf7 .input-group > textarea + input[type=file],
.wpcf7 .input-group > .form-control + input[type=submit],
.wpcf7 .input-group > .wpcf7-validation-errors + input[type=submit],
.wpcf7 .input-group > input[type=text] + input[type=submit],
.wpcf7 .input-group > input[type=search] + input[type=submit],
.wpcf7 .input-group > input[type=url] + input[type=submit],
.wpcf7 .input-group > input[type=tel] + input[type=submit],
.wpcf7 .input-group > input[type=number] + input[type=submit],
.wpcf7 .input-group > input[type=range] + input[type=submit],
.wpcf7 .input-group > input[type=date] + input[type=submit],
.wpcf7 .input-group > input[type=month] + input[type=submit],
.wpcf7 .input-group > input[type=week] + input[type=submit],
.wpcf7 .input-group > input[type=time] + input[type=submit],
.wpcf7 .input-group > input[type=datetime] + input[type=submit],
.wpcf7 .input-group > input[type=datetime-local] + input[type=submit],
.wpcf7 .input-group > input[type=color] + input[type=submit],
.wpcf7 .input-group > input[type=email] + input[type=submit],
.wpcf7 .input-group > input[type=file] + input[type=submit],
.wpcf7 .input-group > input[type=submit] + input[type=submit],
.wpcf7 .input-group > select + input[type=submit],
.wpcf7 .input-group > textarea + input[type=submit],
.wpcf7 .input-group > .form-control + select,
.wpcf7 .input-group > .wpcf7-validation-errors + select,
.wpcf7 .input-group > input[type=text] + select,
.wpcf7 .input-group > input[type=search] + select,
.wpcf7 .input-group > input[type=url] + select,
.wpcf7 .input-group > input[type=tel] + select,
.wpcf7 .input-group > input[type=number] + select,
.wpcf7 .input-group > input[type=range] + select,
.wpcf7 .input-group > input[type=date] + select,
.wpcf7 .input-group > input[type=month] + select,
.wpcf7 .input-group > input[type=week] + select,
.wpcf7 .input-group > input[type=time] + select,
.wpcf7 .input-group > input[type=datetime] + select,
.wpcf7 .input-group > input[type=datetime-local] + select,
.wpcf7 .input-group > input[type=color] + select,
.wpcf7 .input-group > input[type=email] + select,
.wpcf7 .input-group > input[type=file] + select,
.wpcf7 .input-group > input[type=submit] + select,
.wpcf7 .input-group > select + select,
.wpcf7 .input-group > textarea + select,
.wpcf7 .input-group > .form-control + textarea,
.wpcf7 .input-group > .wpcf7-validation-errors + textarea,
.wpcf7 .input-group > input[type=text] + textarea,
.wpcf7 .input-group > input[type=search] + textarea,
.wpcf7 .input-group > input[type=url] + textarea,
.wpcf7 .input-group > input[type=tel] + textarea,
.wpcf7 .input-group > input[type=number] + textarea,
.wpcf7 .input-group > input[type=range] + textarea,
.wpcf7 .input-group > input[type=date] + textarea,
.wpcf7 .input-group > input[type=month] + textarea,
.wpcf7 .input-group > input[type=week] + textarea,
.wpcf7 .input-group > input[type=time] + textarea,
.wpcf7 .input-group > input[type=datetime] + textarea,
.wpcf7 .input-group > input[type=datetime-local] + textarea,
.wpcf7 .input-group > input[type=color] + textarea,
.wpcf7 .input-group > input[type=email] + textarea,
.wpcf7 .input-group > input[type=file] + textarea,
.wpcf7 .input-group > input[type=submit] + textarea,
.wpcf7 .input-group > select + textarea,
.wpcf7 .input-group > textarea + textarea,
.input-group > .form-control + .custom-select,
.wpcf7 .input-group > .wpcf7-validation-errors + .custom-select,
.wpcf7 .input-group > input[type=text] + .custom-select,
.wpcf7 .input-group > input[type=search] + .custom-select,
.wpcf7 .input-group > input[type=url] + .custom-select,
.wpcf7 .input-group > input[type=tel] + .custom-select,
.wpcf7 .input-group > input[type=number] + .custom-select,
.wpcf7 .input-group > input[type=range] + .custom-select,
.wpcf7 .input-group > input[type=date] + .custom-select,
.wpcf7 .input-group > input[type=month] + .custom-select,
.wpcf7 .input-group > input[type=week] + .custom-select,
.wpcf7 .input-group > input[type=time] + .custom-select,
.wpcf7 .input-group > input[type=datetime] + .custom-select,
.wpcf7 .input-group > input[type=datetime-local] + .custom-select,
.wpcf7 .input-group > input[type=color] + .custom-select,
.wpcf7 .input-group > input[type=email] + .custom-select,
.wpcf7 .input-group > input[type=file] + .custom-select,
.wpcf7 .input-group > input[type=submit] + .custom-select,
.wpcf7 .input-group > select + .custom-select,
.wpcf7 .input-group > textarea + .custom-select,
.input-group > .form-control + .custom-file,
.wpcf7 .input-group > .wpcf7-validation-errors + .custom-file,
.wpcf7 .input-group > input[type=text] + .custom-file,
.wpcf7 .input-group > input[type=search] + .custom-file,
.wpcf7 .input-group > input[type=url] + .custom-file,
.wpcf7 .input-group > input[type=tel] + .custom-file,
.wpcf7 .input-group > input[type=number] + .custom-file,
.wpcf7 .input-group > input[type=range] + .custom-file,
.wpcf7 .input-group > input[type=date] + .custom-file,
.wpcf7 .input-group > input[type=month] + .custom-file,
.wpcf7 .input-group > input[type=week] + .custom-file,
.wpcf7 .input-group > input[type=time] + .custom-file,
.wpcf7 .input-group > input[type=datetime] + .custom-file,
.wpcf7 .input-group > input[type=datetime-local] + .custom-file,
.wpcf7 .input-group > input[type=color] + .custom-file,
.wpcf7 .input-group > input[type=email] + .custom-file,
.wpcf7 .input-group > input[type=file] + .custom-file,
.wpcf7 .input-group > input[type=submit] + .custom-file,
.wpcf7 .input-group > select + .custom-file,
.wpcf7 .input-group > textarea + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.wpcf7 .input-group > .form-control-plaintext + .wpcf7-validation-errors,
.wpcf7 .input-group > .form-control-plaintext + input[type=text],
.wpcf7 .input-group > .form-control-plaintext + input[type=search],
.wpcf7 .input-group > .form-control-plaintext + input[type=url],
.wpcf7 .input-group > .form-control-plaintext + input[type=tel],
.wpcf7 .input-group > .form-control-plaintext + input[type=number],
.wpcf7 .input-group > .form-control-plaintext + input[type=range],
.wpcf7 .input-group > .form-control-plaintext + input[type=date],
.wpcf7 .input-group > .form-control-plaintext + input[type=month],
.wpcf7 .input-group > .form-control-plaintext + input[type=week],
.wpcf7 .input-group > .form-control-plaintext + input[type=time],
.wpcf7 .input-group > .form-control-plaintext + input[type=datetime],
.wpcf7 .input-group > .form-control-plaintext + input[type=datetime-local],
.wpcf7 .input-group > .form-control-plaintext + input[type=color],
.wpcf7 .input-group > .form-control-plaintext + input[type=email],
.wpcf7 .input-group > .form-control-plaintext + input[type=file],
.wpcf7 .input-group > .form-control-plaintext + input[type=submit],
.wpcf7 .input-group > .form-control-plaintext + select,
.wpcf7 .input-group > .form-control-plaintext + textarea,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.wpcf7 .input-group > .custom-select + .wpcf7-validation-errors,
.wpcf7 .input-group > .custom-select + input[type=text],
.wpcf7 .input-group > .custom-select + input[type=search],
.wpcf7 .input-group > .custom-select + input[type=url],
.wpcf7 .input-group > .custom-select + input[type=tel],
.wpcf7 .input-group > .custom-select + input[type=number],
.wpcf7 .input-group > .custom-select + input[type=range],
.wpcf7 .input-group > .custom-select + input[type=date],
.wpcf7 .input-group > .custom-select + input[type=month],
.wpcf7 .input-group > .custom-select + input[type=week],
.wpcf7 .input-group > .custom-select + input[type=time],
.wpcf7 .input-group > .custom-select + input[type=datetime],
.wpcf7 .input-group > .custom-select + input[type=datetime-local],
.wpcf7 .input-group > .custom-select + input[type=color],
.wpcf7 .input-group > .custom-select + input[type=email],
.wpcf7 .input-group > .custom-select + input[type=file],
.wpcf7 .input-group > .custom-select + input[type=submit],
.wpcf7 .input-group > .custom-select + select,
.wpcf7 .input-group > .custom-select + textarea,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.wpcf7 .input-group > .custom-file + .wpcf7-validation-errors,
.wpcf7 .input-group > .custom-file + input[type=text],
.wpcf7 .input-group > .custom-file + input[type=search],
.wpcf7 .input-group > .custom-file + input[type=url],
.wpcf7 .input-group > .custom-file + input[type=tel],
.wpcf7 .input-group > .custom-file + input[type=number],
.wpcf7 .input-group > .custom-file + input[type=range],
.wpcf7 .input-group > .custom-file + input[type=date],
.wpcf7 .input-group > .custom-file + input[type=month],
.wpcf7 .input-group > .custom-file + input[type=week],
.wpcf7 .input-group > .custom-file + input[type=time],
.wpcf7 .input-group > .custom-file + input[type=datetime],
.wpcf7 .input-group > .custom-file + input[type=datetime-local],
.wpcf7 .input-group > .custom-file + input[type=color],
.wpcf7 .input-group > .custom-file + input[type=email],
.wpcf7 .input-group > .custom-file + input[type=file],
.wpcf7 .input-group > .custom-file + input[type=submit],
.wpcf7 .input-group > .custom-file + select,
.wpcf7 .input-group > .custom-file + textarea,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, .wpcf7 .input-group > .wpcf7-validation-errors:focus, .wpcf7 .input-group > input[type=text]:focus,
.wpcf7 .input-group > input[type=search]:focus,
.wpcf7 .input-group > input[type=url]:focus,
.wpcf7 .input-group > input[type=tel]:focus,
.wpcf7 .input-group > input[type=number]:focus,
.wpcf7 .input-group > input[type=range]:focus,
.wpcf7 .input-group > input[type=date]:focus,
.wpcf7 .input-group > input[type=month]:focus,
.wpcf7 .input-group > input[type=week]:focus,
.wpcf7 .input-group > input[type=time]:focus,
.wpcf7 .input-group > input[type=datetime]:focus,
.wpcf7 .input-group > input[type=datetime-local]:focus,
.wpcf7 .input-group > input[type=color]:focus,
.wpcf7 .input-group > input[type=email]:focus,
.wpcf7 .input-group > input[type=file]:focus,
.wpcf7 .input-group > input[type=submit]:focus,
.wpcf7 .input-group > select:focus,
.wpcf7 .input-group > textarea: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 > .form-control:not(:first-child), .wpcf7 .input-group > .wpcf7-validation-errors:not(:first-child), .wpcf7 .input-group > input[type=text]:not(:first-child),
.wpcf7 .input-group > input[type=search]:not(:first-child),
.wpcf7 .input-group > input[type=url]:not(:first-child),
.wpcf7 .input-group > input[type=tel]:not(:first-child),
.wpcf7 .input-group > input[type=number]:not(:first-child),
.wpcf7 .input-group > input[type=range]:not(:first-child),
.wpcf7 .input-group > input[type=date]:not(:first-child),
.wpcf7 .input-group > input[type=month]:not(:first-child),
.wpcf7 .input-group > input[type=week]:not(:first-child),
.wpcf7 .input-group > input[type=time]:not(:first-child),
.wpcf7 .input-group > input[type=datetime]:not(:first-child),
.wpcf7 .input-group > input[type=datetime-local]:not(:first-child),
.wpcf7 .input-group > input[type=color]:not(:first-child),
.wpcf7 .input-group > input[type=email]:not(:first-child),
.wpcf7 .input-group > input[type=file]:not(:first-child),
.wpcf7 .input-group > input[type=submit]:not(:first-child),
.wpcf7 .input-group > select:not(:first-child),
.wpcf7 .input-group > textarea:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child), .wpcf7 .input-group:not(.has-validation) > .wpcf7-validation-errors:not(:last-child), .wpcf7 .input-group:not(.has-validation) > input[type=text]:not(:last-child),
.wpcf7 .input-group:not(.has-validation) > input[type=search]:not(:last-child),
.wpcf7 .input-group:not(.has-validation) > input[type=url]:not(:last-child),
.wpcf7 .input-group:not(.has-validation) > input[type=tel]:not(:last-child),
.wpcf7 .input-group:not(.has-validation) > input[type=number]:not(:last-child),
.wpcf7 .input-group:not(.has-validation) > input[type=range]:not(:last-child),
.wpcf7 .input-group:not(.has-validation) > input[type=date]:not(:last-child),
.wpcf7 .input-group:not(.has-validation) > input[type=month]:not(:last-child),
.wpcf7 .input-group:not(.has-validation) > input[type=week]:not(:last-child),
.wpcf7 .input-group:not(.has-validation) > input[type=time]:not(:last-child),
.wpcf7 .input-group:not(.has-validation) > input[type=datetime]:not(:last-child),
.wpcf7 .input-group:not(.has-validation) > input[type=datetime-local]:not(:last-child),
.wpcf7 .input-group:not(.has-validation) > input[type=color]:not(:last-child),
.wpcf7 .input-group:not(.has-validation) > input[type=email]:not(:last-child),
.wpcf7 .input-group:not(.has-validation) > input[type=file]:not(:last-child),
.wpcf7 .input-group:not(.has-validation) > input[type=submit]:not(:last-child),
.wpcf7 .input-group:not(.has-validation) > select:not(:last-child),
.wpcf7 .input-group:not(.has-validation) > textarea:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3), .wpcf7 .input-group.has-validation > .wpcf7-validation-errors:nth-last-child(n+3), .wpcf7 .input-group.has-validation > input[type=text]:nth-last-child(n+3),
.wpcf7 .input-group.has-validation > input[type=search]:nth-last-child(n+3),
.wpcf7 .input-group.has-validation > input[type=url]:nth-last-child(n+3),
.wpcf7 .input-group.has-validation > input[type=tel]:nth-last-child(n+3),
.wpcf7 .input-group.has-validation > input[type=number]:nth-last-child(n+3),
.wpcf7 .input-group.has-validation > input[type=range]:nth-last-child(n+3),
.wpcf7 .input-group.has-validation > input[type=date]:nth-last-child(n+3),
.wpcf7 .input-group.has-validation > input[type=month]:nth-last-child(n+3),
.wpcf7 .input-group.has-validation > input[type=week]:nth-last-child(n+3),
.wpcf7 .input-group.has-validation > input[type=time]:nth-last-child(n+3),
.wpcf7 .input-group.has-validation > input[type=datetime]:nth-last-child(n+3),
.wpcf7 .input-group.has-validation > input[type=datetime-local]:nth-last-child(n+3),
.wpcf7 .input-group.has-validation > input[type=color]:nth-last-child(n+3),
.wpcf7 .input-group.has-validation > input[type=email]:nth-last-child(n+3),
.wpcf7 .input-group.has-validation > input[type=file]:nth-last-child(n+3),
.wpcf7 .input-group.has-validation > input[type=submit]:nth-last-child(n+3),
.wpcf7 .input-group.has-validation > select:nth-last-child(n+3),
.wpcf7 .input-group.has-validation > textarea:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .wpcf7 input[type=submit], .wpcf7 .input-group-prepend input[type=submit],
.input-group-append .btn,
.input-group-append .wpcf7 input[type=submit],
.wpcf7 .input-group-append input[type=submit] {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .wpcf7 input[type=submit]:focus, .wpcf7 .input-group-prepend input[type=submit]:focus,
.input-group-append .btn:focus,
.input-group-append .wpcf7 input[type=submit]:focus,
.wpcf7 .input-group-append input[type=submit]:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .wpcf7 input[type=submit] + .btn, .wpcf7 .input-group-prepend input[type=submit] + .btn, .input-group-prepend .wpcf7 .btn + input[type=submit], .wpcf7 .input-group-prepend .btn + input[type=submit], .input-group-prepend .wpcf7 input[type=submit] + input[type=submit], .wpcf7 .input-group-prepend input[type=submit] + input[type=submit],
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .wpcf7 input[type=submit] + .input-group-text,
.wpcf7 .input-group-prepend input[type=submit] + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .wpcf7 .input-group-text + input[type=submit],
.wpcf7 .input-group-prepend .input-group-text + input[type=submit],
.input-group-append .btn + .btn,
.input-group-append .wpcf7 input[type=submit] + .btn,
.wpcf7 .input-group-append input[type=submit] + .btn,
.input-group-append .wpcf7 .btn + input[type=submit],
.wpcf7 .input-group-append .btn + input[type=submit],
.input-group-append .wpcf7 input[type=submit] + input[type=submit],
.wpcf7 .input-group-append input[type=submit] + input[type=submit],
.input-group-append .btn + .input-group-text,
.input-group-append .wpcf7 input[type=submit] + .input-group-text,
.wpcf7 .input-group-append input[type=submit] + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .wpcf7 .input-group-text + input[type=submit],
.wpcf7 .input-group-append .input-group-text + input[type=submit] {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea), .wpcf7 .input-group-lg > .wpcf7-validation-errors:not(textarea), .wpcf7 .input-group-lg > input[type=text]:not(textarea),
.wpcf7 .input-group-lg > input[type=search]:not(textarea),
.wpcf7 .input-group-lg > input[type=url]:not(textarea),
.wpcf7 .input-group-lg > input[type=tel]:not(textarea),
.wpcf7 .input-group-lg > input[type=number]:not(textarea),
.wpcf7 .input-group-lg > input[type=range]:not(textarea),
.wpcf7 .input-group-lg > input[type=date]:not(textarea),
.wpcf7 .input-group-lg > input[type=month]:not(textarea),
.wpcf7 .input-group-lg > input[type=week]:not(textarea),
.wpcf7 .input-group-lg > input[type=time]:not(textarea),
.wpcf7 .input-group-lg > input[type=datetime]:not(textarea),
.wpcf7 .input-group-lg > input[type=datetime-local]:not(textarea),
.wpcf7 .input-group-lg > input[type=color]:not(textarea),
.wpcf7 .input-group-lg > input[type=email]:not(textarea),
.wpcf7 .input-group-lg > input[type=file]:not(textarea),
.wpcf7 .input-group-lg > input[type=submit]:not(textarea),
.wpcf7 .input-group-lg > select:not(textarea),
.wpcf7 .input-group-lg > textarea:not(textarea),
.input-group-lg > .custom-select {
  height: -moz-calc(1.7em + 1rem + 2px);
  height: calc(1.7em + 1rem + 2px);
}

.input-group-lg > .form-control, .wpcf7 .input-group-lg > .wpcf7-validation-errors, .wpcf7 .input-group-lg > input[type=text],
.wpcf7 .input-group-lg > input[type=search],
.wpcf7 .input-group-lg > input[type=url],
.wpcf7 .input-group-lg > input[type=tel],
.wpcf7 .input-group-lg > input[type=number],
.wpcf7 .input-group-lg > input[type=range],
.wpcf7 .input-group-lg > input[type=date],
.wpcf7 .input-group-lg > input[type=month],
.wpcf7 .input-group-lg > input[type=week],
.wpcf7 .input-group-lg > input[type=time],
.wpcf7 .input-group-lg > input[type=datetime],
.wpcf7 .input-group-lg > input[type=datetime-local],
.wpcf7 .input-group-lg > input[type=color],
.wpcf7 .input-group-lg > input[type=email],
.wpcf7 .input-group-lg > input[type=file],
.wpcf7 .input-group-lg > input[type=submit],
.wpcf7 .input-group-lg > select,
.wpcf7 .input-group-lg > textarea,
.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,
.wpcf7 .input-group-lg > .input-group-prepend > input[type=submit],
.input-group-lg > .input-group-append > .btn,
.wpcf7 .input-group-lg > .input-group-append > input[type=submit] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.7;
  border-radius: 0;
}

.input-group-sm > .form-control:not(textarea), .wpcf7 .input-group-sm > .wpcf7-validation-errors:not(textarea), .wpcf7 .input-group-sm > input[type=text]:not(textarea),
.wpcf7 .input-group-sm > input[type=search]:not(textarea),
.wpcf7 .input-group-sm > input[type=url]:not(textarea),
.wpcf7 .input-group-sm > input[type=tel]:not(textarea),
.wpcf7 .input-group-sm > input[type=number]:not(textarea),
.wpcf7 .input-group-sm > input[type=range]:not(textarea),
.wpcf7 .input-group-sm > input[type=date]:not(textarea),
.wpcf7 .input-group-sm > input[type=month]:not(textarea),
.wpcf7 .input-group-sm > input[type=week]:not(textarea),
.wpcf7 .input-group-sm > input[type=time]:not(textarea),
.wpcf7 .input-group-sm > input[type=datetime]:not(textarea),
.wpcf7 .input-group-sm > input[type=datetime-local]:not(textarea),
.wpcf7 .input-group-sm > input[type=color]:not(textarea),
.wpcf7 .input-group-sm > input[type=email]:not(textarea),
.wpcf7 .input-group-sm > input[type=file]:not(textarea),
.wpcf7 .input-group-sm > input[type=submit]:not(textarea),
.wpcf7 .input-group-sm > select:not(textarea),
.wpcf7 .input-group-sm > textarea:not(textarea),
.input-group-sm > .custom-select {
  height: -moz-calc(1.7em + 0.5rem + 2px);
  height: calc(1.7em + 0.5rem + 2px);
}

.input-group-sm > .form-control, .wpcf7 .input-group-sm > .wpcf7-validation-errors, .wpcf7 .input-group-sm > input[type=text],
.wpcf7 .input-group-sm > input[type=search],
.wpcf7 .input-group-sm > input[type=url],
.wpcf7 .input-group-sm > input[type=tel],
.wpcf7 .input-group-sm > input[type=number],
.wpcf7 .input-group-sm > input[type=range],
.wpcf7 .input-group-sm > input[type=date],
.wpcf7 .input-group-sm > input[type=month],
.wpcf7 .input-group-sm > input[type=week],
.wpcf7 .input-group-sm > input[type=time],
.wpcf7 .input-group-sm > input[type=datetime],
.wpcf7 .input-group-sm > input[type=datetime-local],
.wpcf7 .input-group-sm > input[type=color],
.wpcf7 .input-group-sm > input[type=email],
.wpcf7 .input-group-sm > input[type=file],
.wpcf7 .input-group-sm > input[type=submit],
.wpcf7 .input-group-sm > select,
.wpcf7 .input-group-sm > textarea,
.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,
.wpcf7 .input-group-sm > .input-group-prepend > input[type=submit],
.input-group-sm > .input-group-append > .btn,
.wpcf7 .input-group-sm > .input-group-append > input[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.7;
  border-radius: 0;
}

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

.input-group > .input-group-prepend > .btn, .wpcf7 .input-group > .input-group-prepend > input[type=submit],
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.wpcf7 .input-group:not(.has-validation) > .input-group-append:not(:last-child) > input[type=submit],
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.wpcf7 .input-group.has-validation > .input-group-append:nth-last-child(n+3) > input[type=submit],
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.wpcf7 .input-group > .input-group-append:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .wpcf7 .input-group > .input-group-append > input[type=submit],
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.wpcf7 .input-group > .input-group-prepend:not(:first-child) > input[type=submit],
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.wpcf7 .input-group > .input-group-prepend:first-child > input[type=submit]:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.35rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #000000;
  background-color: #000000;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(63.75, 63.75, 63.75);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: rgb(89.25, 89.25, 89.25);
  border-color: rgb(89.25, 89.25, 89.25);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.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: #000000;
  background-color: #000000;
}
.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(0, 0, 0, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 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(0, 0, 0, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: -moz-calc(0.35rem + 2px);
  top: calc(0.35rem + 2px);
  left: -moz-calc(-2.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: -moz-calc(1rem - 4px);
  width: calc(1rem - 4px);
  height: -moz-calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -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;
  -o-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;
  -moz-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, -moz-transform 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, -moz-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;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffffff;
  -webkit-transform: translateX(0.75rem);
  -moz-transform: translateX(0.75rem);
  -ms-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: -moz-calc(1.7em + 0.75rem + 2px);
  height: calc(1.7em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
  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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(63.75, 63.75, 63.75);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-select:focus::-ms-value {
  color: #000;
  background-color: #ffffff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.custom-select-sm {
  height: -moz-calc(1.7em + 0.5rem + 2px);
  height: calc(1.7em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: -moz-calc(1.7em + 1rem + 2px);
  height: calc(1.7em + 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: -moz-calc(1.7em + 0.75rem + 2px);
  height: calc(1.7em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: -moz-calc(1.7em + 0.75rem + 2px);
  height: calc(1.7em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(63.75, 63.75, 63.75);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.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: -moz-calc(1.7em + 0.75rem + 2px);
  height: calc(1.7em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: -moz-calc(1.7em + 0.75rem);
  height: calc(1.7em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.7;
  color: #000;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0 0 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  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(0, 0, 0, 0.25);
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #000000;
  border: 0;
  border-radius: 1rem;
  -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: rgb(89.25, 89.25, 89.25);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #000000;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(89.25, 89.25, 89.25);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #000000;
  border: 0;
  border-radius: 1rem;
  -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: rgb(89.25, 89.25, 89.25);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.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;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -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;
  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;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -moz-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: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -moz-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;
  -moz-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: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-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,
.navbar .container-xxl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.2875rem;
  padding-bottom: 0.2875rem;
  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: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-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;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -moz-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;
  border-radius: 0;
}
.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,
  .navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-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,
  .navbar-expand-sm > .container-xxl {
    -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: -moz-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,
  .navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-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,
  .navbar-expand-md > .container-xxl {
    -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: -moz-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,
  .navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-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,
  .navbar-expand-lg > .container-xxl {
    -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: -moz-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: 1199.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,
  .navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-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,
  .navbar-expand-xl > .container-xxl {
    -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: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xlg > .container,
  .navbar-expand-xlg > .container-fluid,
  .navbar-expand-xlg > .container-sm,
  .navbar-expand-xlg > .container-md,
  .navbar-expand-xlg > .container-lg,
  .navbar-expand-xlg > .container-xl,
  .navbar-expand-xlg > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xlg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xlg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xlg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xlg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xlg > .container,
  .navbar-expand-xlg > .container-fluid,
  .navbar-expand-xlg > .container-sm,
  .navbar-expand-xlg > .container-md,
  .navbar-expand-xlg > .container-lg,
  .navbar-expand-xlg > .container-xl,
  .navbar-expand-xlg > .container-xxl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xlg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xlg .navbar-collapse {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xlg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1564.98px) {
  .navbar-expand-xll > .container,
  .navbar-expand-xll > .container-fluid,
  .navbar-expand-xll > .container-sm,
  .navbar-expand-xll > .container-md,
  .navbar-expand-xll > .container-lg,
  .navbar-expand-xll > .container-xl,
  .navbar-expand-xll > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1565px) {
  .navbar-expand-xll {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xll .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xll .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xll .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xll > .container,
  .navbar-expand-xll > .container-fluid,
  .navbar-expand-xll > .container-sm,
  .navbar-expand-xll > .container-md,
  .navbar-expand-xll > .container-lg,
  .navbar-expand-xll > .container-xl,
  .navbar-expand-xll > .container-xxl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xll .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xll .navbar-collapse {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xll .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1599.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .navbar-expand-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -moz-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,
.navbar-expand > .container-xxl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-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,
.navbar-expand > .container-xxl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -moz-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: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: none;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.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;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
  -moz-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, .page-template-mailing-list .page-benefits-textarea ul:last-child,
.page-template-nelios-verity-guest-loyalty .page-benefits-textarea ul: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: 0 solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 0 0;
}

.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;
  border-radius: 0;
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-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;
    -moz-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: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -moz-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-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 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;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: 0;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  -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;
  -o-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;
  -moz-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;
  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;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, .wpcf7 input[type=submit] .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #ffffff;
  background-color: #000000;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #ffffff;
  background-color: black;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.badge-secondary {
  color: #ffffff;
  background-color: #a99366;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #ffffff;
  background-color: rgb(140.8368200837, 120.5857740586, 79.1631799163);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 147, 102, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(169, 147, 102, 0.5);
}

.badge-success {
  color: #ffffff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #ffffff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
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: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
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: #191919;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #191919;
  background-color: rgb(211, 158.25, 0);
}
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: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
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: #191919;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #191919;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #ffffff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #ffffff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: black;
  background-color: #cccccc;
  border-color: rgb(183.6, 183.6, 183.6);
}
.alert-primary hr {
  border-top-color: rgb(170.85, 170.85, 170.85);
}
.alert-primary .alert-link {
  color: black;
}

.alert-secondary, .page-template-mailing-list .alert-info,
.page-template-nelios-verity-guest-loyalty .alert-info {
  color: rgb(87.88, 76.44, 53.04);
  background-color: rgb(237.8, 233.4, 224.4);
  border-color: rgb(230.92, 224.76, 212.16);
}
.alert-secondary hr, .page-template-mailing-list .alert-info hr,
.page-template-nelios-verity-guest-loyalty .alert-info hr {
  border-top-color: rgb(221.7442677824, 213.2369874477, 195.8357322176);
}
.alert-secondary .alert-link, .page-template-mailing-list .alert-info .alert-link,
.page-template-nelios-verity-guest-loyalty .alert-info .alert-link {
  color: rgb(56.0755719557, 48.7757933579, 33.8444280443);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0;
}

.progress-bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #000000;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  -moz-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }
}

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

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

.list-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #000000;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #ffffff;
}
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xlg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xlg > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xlg > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xlg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xlg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xlg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1565px) {
  .list-group-horizontal-xll {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xll > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xll > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xll > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xll > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xll > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1600px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: black;
  background-color: rgb(183.6, 183.6, 183.6);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: black;
  background-color: rgb(170.85, 170.85, 170.85);
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: black;
  border-color: black;
}

.list-group-item-secondary {
  color: rgb(87.88, 76.44, 53.04);
  background-color: rgb(230.92, 224.76, 212.16);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(87.88, 76.44, 53.04);
  background-color: rgb(221.7442677824, 213.2369874477, 195.8357322176);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(87.88, 76.44, 53.04);
  border-color: rgb(87.88, 76.44, 53.04);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.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;
}

.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: -moz-calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: -moz-calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.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: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  -moz-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-height: -moz-calc(100% - 1rem);
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: -moz-calc(100vh - 1rem);
  max-height: calc(100vh - 1rem);
  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: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: -moz-calc(100% - 1rem);
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: -moz-calc(100vh - 1rem);
  height: calc(100vh - 1rem);
  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;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-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: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-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);
  border-radius: 0;
  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.5;
}

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

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

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

.modal-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.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.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: -moz-calc(100% - 3.5rem);
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: -moz-calc(100vh - 3.5rem);
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: -moz-calc(100% - 3.5rem);
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: -moz-calc(100vh - 3.5rem);
    height: calc(100vh - 3.5rem);
    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: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  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: 260px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner-border {
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  -moz-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-moz-keyframes spinner-grow {
  0% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -moz-transform: none;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  -moz-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.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: #000000 !important;
}

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

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(140.8368200837, 120.5857740586, 79.1631799163) !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: rgb(30.1449275362, 125.8550724638, 52) !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: rgb(17.3333333333, 122.0869565217, 138.6666666667) !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: rgb(211, 158.25, 0) !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: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

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

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

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

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

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

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

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

.border-secondary {
  border-color: #a99366 !important;
}

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

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

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

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

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

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

.rounded-sm {
  border-radius: 0 !important;
}

.rounded {
  border-radius: 0 !important;
}

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-lg {
  border-radius: 0 !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, .page-template-mailing-list #loyalty-overview .d-flex > a[data-target="#loyalty-view-card"].text-decoration-none, .page-template-mailing-list #loyalty-overview .d-flex > a[data-target="#loyalty-view-card"].helper.scroll-down,
.page-template-nelios-verity-guest-loyalty #loyalty-overview .d-flex > a[data-target="#loyalty-view-card"].text-decoration-none,
.page-template-nelios-verity-guest-loyalty #loyalty-overview .d-flex > a[data-target="#loyalty-view-card"].helper.scroll-down, .page-template-mailing-list .modal-backdrop,
.page-template-mailing-list .first-slideshow-slogan-subtitle,
.page-template-nelios-verity-guest-loyalty .modal-backdrop,
.page-template-nelios-verity-guest-loyalty .first-slideshow-slogan-subtitle {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block, .page-template-mailing-list #loyalty-overview > h1,
.page-template-nelios-verity-guest-loyalty #loyalty-overview > h1 {
  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: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -moz-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: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -moz-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: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -moz-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: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xlg-none {
    display: none !important;
  }
  .d-xlg-inline {
    display: inline !important;
  }
  .d-xlg-inline-block {
    display: inline-block !important;
  }
  .d-xlg-block {
    display: block !important;
  }
  .d-xlg-table {
    display: table !important;
  }
  .d-xlg-table-row {
    display: table-row !important;
  }
  .d-xlg-table-cell {
    display: table-cell !important;
  }
  .d-xlg-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xlg-inline-flex {
    display: -webkit-inline-box !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1565px) {
  .d-xll-none {
    display: none !important;
  }
  .d-xll-inline {
    display: inline !important;
  }
  .d-xll-inline-block {
    display: inline-block !important;
  }
  .d-xll-block {
    display: block !important;
  }
  .d-xll-table {
    display: table !important;
  }
  .d-xll-table-row {
    display: table-row !important;
  }
  .d-xll-table-cell {
    display: table-cell !important;
  }
  .d-xll-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xll-inline-flex {
    display: -webkit-inline-box !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -moz-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: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -moz-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;
  -moz-box-orient: horizontal !important;
  -moz-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;
  -moz-box-orient: vertical !important;
  -moz-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;
  -moz-box-orient: horizontal !important;
  -moz-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;
  -moz-box-orient: vertical !important;
  -moz-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;
  -moz-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

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

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -moz-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;
  -moz-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

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

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

.justify-content-between {
  -webkit-box-pack: justify !important;
  -moz-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;
  -moz-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

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

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

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

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -moz-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;
    -moz-box-orient: horizontal !important;
    -moz-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;
    -moz-box-orient: vertical !important;
    -moz-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;
    -moz-box-orient: horizontal !important;
    -moz-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;
    -moz-box-orient: vertical !important;
    -moz-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;
    -moz-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -moz-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -moz-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;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -moz-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;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -moz-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -moz-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;
    -moz-box-orient: horizontal !important;
    -moz-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;
    -moz-box-orient: vertical !important;
    -moz-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;
    -moz-box-orient: horizontal !important;
    -moz-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;
    -moz-box-orient: vertical !important;
    -moz-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;
    -moz-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -moz-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -moz-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;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -moz-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;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -moz-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -moz-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;
    -moz-box-orient: horizontal !important;
    -moz-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;
    -moz-box-orient: vertical !important;
    -moz-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;
    -moz-box-orient: horizontal !important;
    -moz-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;
    -moz-box-orient: vertical !important;
    -moz-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;
    -moz-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -moz-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -moz-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;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -moz-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;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -moz-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -moz-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: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -moz-box-orient: horizontal !important;
    -moz-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;
    -moz-box-orient: vertical !important;
    -moz-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;
    -moz-box-orient: horizontal !important;
    -moz-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;
    -moz-box-orient: vertical !important;
    -moz-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;
    -moz-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -moz-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -moz-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;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -moz-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;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -moz-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -moz-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;
  }
}
@media (min-width: 1200px) {
  .flex-xlg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xlg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xlg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xlg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xlg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xlg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xlg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xlg-fill {
    -webkit-box-flex: 1 !important;
    -moz-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xlg-grow-0 {
    -webkit-box-flex: 0 !important;
    -moz-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xlg-grow-1 {
    -webkit-box-flex: 1 !important;
    -moz-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xlg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xlg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xlg-start {
    -webkit-box-pack: start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xlg-end {
    -webkit-box-pack: end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xlg-center {
    -webkit-box-pack: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xlg-between {
    -webkit-box-pack: justify !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xlg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xlg-start {
    -webkit-box-align: start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xlg-end {
    -webkit-box-align: end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xlg-center {
    -webkit-box-align: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xlg-baseline {
    -webkit-box-align: baseline !important;
    -moz-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xlg-stretch {
    -webkit-box-align: stretch !important;
    -moz-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xlg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xlg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xlg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xlg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xlg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xlg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xlg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xlg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xlg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xlg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xlg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xlg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1565px) {
  .flex-xll-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xll-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xll-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xll-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xll-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xll-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xll-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xll-fill {
    -webkit-box-flex: 1 !important;
    -moz-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xll-grow-0 {
    -webkit-box-flex: 0 !important;
    -moz-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xll-grow-1 {
    -webkit-box-flex: 1 !important;
    -moz-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xll-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xll-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xll-start {
    -webkit-box-pack: start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xll-end {
    -webkit-box-pack: end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xll-center {
    -webkit-box-pack: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xll-between {
    -webkit-box-pack: justify !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xll-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xll-start {
    -webkit-box-align: start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xll-end {
    -webkit-box-align: end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xll-center {
    -webkit-box-align: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xll-baseline {
    -webkit-box-align: baseline !important;
    -moz-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xll-stretch {
    -webkit-box-align: stretch !important;
    -moz-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xll-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xll-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xll-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xll-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xll-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xll-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xll-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xll-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xll-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xll-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xll-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xll-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -moz-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -moz-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -moz-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -moz-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -moz-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left, .alignleft {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xlg-left {
    float: left !important;
  }
  .float-xlg-right {
    float: right !important;
  }
  .float-xlg-none {
    float: none !important;
  }
}
@media (min-width: 1565px) {
  .float-xll-left {
    float: left !important;
  }
  .float-xll-right {
    float: right !important;
  }
  .float-xll-none {
    float: none !important;
  }
}
@media (min-width: 1600px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-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, .embed-wrapper {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative, .embed-wrapper, .row-with-specific-content, .page-template-mailing-list .loyalty-join-tiers.layout-columns .card,
.page-template-nelios-verity-guest-loyalty .loyalty-join-tiers.layout-columns .card, .page-template-mailing-list .page-benefits-textarea ul li,
.page-template-nelios-verity-guest-loyalty .page-benefits-textarea ul li, .page-template-mailing-list .loyalty-roseta-icon,
.page-template-nelios-verity-guest-loyalty .loyalty-roseta-icon, .page-template-mailing-list .loyalty-logo-icon,
.page-template-nelios-verity-guest-loyalty .loyalty-logo-icon, .page-template-mailing-list .verity-guest-loyalty-content > .container,
.page-template-nelios-verity-guest-loyalty .verity-guest-loyalty-content > .container {
  position: relative !important;
}

.position-absolute, .helper.scroll-down, .page-template-mailing-list .page-benefits-textarea ul li::before,
.page-template-nelios-verity-guest-loyalty .page-benefits-textarea ul li::before, .page-template-mailing-list .row-blur::before,
.page-template-nelios-verity-guest-loyalty .row-blur::before {
  position: absolute !important;
}

.position-fixed, a.skip-link, .helper.scroll-top {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only, .screen-reader-text {
  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, .video-embed-hotel iframe, .embed-wrapper iframe,
.embed-wrapper object,
.embed-wrapper embed, .page-template-mailing-list .row-blur::before,
.page-template-nelios-verity-guest-loyalty .row-blur::before {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

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

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

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

.h-100, .video-embed-hotel iframe, .embed-wrapper iframe,
.embed-wrapper object,
.embed-wrapper embed, .page-template-mailing-list .row-blur::before,
.page-template-nelios-verity-guest-loyalty .row-blur::before {
  height: 100% !important;
}

.h-auto, .embed-wrapper {
  height: auto !important;
}

.mw-100, .embed-wrapper {
  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.25rem !important;
}

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

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

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

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

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

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

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

.mb-2, .page-template-mailing-list .page-benefits-textarea ul li,
.page-template-nelios-verity-guest-loyalty .page-benefits-textarea ul li,
.my-2 {
  margin-bottom: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

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

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

.pr-2,
.px-2,
.page-template-mailing-list .page-benefits-textarea ul,
.page-template-nelios-verity-guest-loyalty .page-benefits-textarea ul {
  padding-right: 0.5rem !important;
}

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

.pl-2,
.px-2,
.page-template-mailing-list .page-benefits-textarea ul,
.page-template-nelios-verity-guest-loyalty .page-benefits-textarea ul {
  padding-left: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto,
.aligncenter {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto,
.aligncenter {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-6 {
    margin: 4rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-6 {
    padding: 4rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-n6 {
    margin: -4rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-6 {
    margin: 4rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-6 {
    padding: 4rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-n6 {
    margin: -4rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-6 {
    margin: 4rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-6 {
    padding: 4rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-n6 {
    margin: -4rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-6 {
    margin: 4rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .page-template-mailing-list .wrapper-first-slideshow,
  .page-template-nelios-verity-guest-loyalty .wrapper-first-slideshow,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-6 {
    padding: 4rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-n6 {
    margin: -4rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4rem !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;
  }
}
@media (min-width: 1200px) {
  .m-xlg-0 {
    margin: 0 !important;
  }
  .mt-xlg-0,
  .my-xlg-0 {
    margin-top: 0 !important;
  }
  .mr-xlg-0,
  .mx-xlg-0 {
    margin-right: 0 !important;
  }
  .mb-xlg-0,
  .my-xlg-0 {
    margin-bottom: 0 !important;
  }
  .ml-xlg-0,
  .mx-xlg-0 {
    margin-left: 0 !important;
  }
  .m-xlg-1 {
    margin: 0.25rem !important;
  }
  .mt-xlg-1,
  .my-xlg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xlg-1,
  .mx-xlg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xlg-1,
  .my-xlg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xlg-1,
  .mx-xlg-1 {
    margin-left: 0.25rem !important;
  }
  .m-xlg-2 {
    margin: 0.5rem !important;
  }
  .mt-xlg-2,
  .my-xlg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xlg-2,
  .mx-xlg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xlg-2,
  .my-xlg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xlg-2,
  .mx-xlg-2 {
    margin-left: 0.5rem !important;
  }
  .m-xlg-3 {
    margin: 1rem !important;
  }
  .mt-xlg-3,
  .my-xlg-3 {
    margin-top: 1rem !important;
  }
  .mr-xlg-3,
  .mx-xlg-3 {
    margin-right: 1rem !important;
  }
  .mb-xlg-3,
  .my-xlg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xlg-3,
  .mx-xlg-3 {
    margin-left: 1rem !important;
  }
  .m-xlg-4 {
    margin: 1.5rem !important;
  }
  .mt-xlg-4,
  .my-xlg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xlg-4,
  .mx-xlg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xlg-4,
  .my-xlg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xlg-4,
  .mx-xlg-4 {
    margin-left: 1.5rem !important;
  }
  .m-xlg-5 {
    margin: 3rem !important;
  }
  .mt-xlg-5,
  .my-xlg-5 {
    margin-top: 3rem !important;
  }
  .mr-xlg-5,
  .mx-xlg-5 {
    margin-right: 3rem !important;
  }
  .mb-xlg-5,
  .my-xlg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xlg-5,
  .mx-xlg-5 {
    margin-left: 3rem !important;
  }
  .m-xlg-6 {
    margin: 4rem !important;
  }
  .mt-xlg-6,
  .my-xlg-6 {
    margin-top: 4rem !important;
  }
  .mr-xlg-6,
  .mx-xlg-6 {
    margin-right: 4rem !important;
  }
  .mb-xlg-6,
  .my-xlg-6 {
    margin-bottom: 4rem !important;
  }
  .ml-xlg-6,
  .mx-xlg-6 {
    margin-left: 4rem !important;
  }
  .p-xlg-0 {
    padding: 0 !important;
  }
  .pt-xlg-0,
  .py-xlg-0 {
    padding-top: 0 !important;
  }
  .pr-xlg-0,
  .px-xlg-0 {
    padding-right: 0 !important;
  }
  .pb-xlg-0,
  .py-xlg-0 {
    padding-bottom: 0 !important;
  }
  .pl-xlg-0,
  .px-xlg-0 {
    padding-left: 0 !important;
  }
  .p-xlg-1 {
    padding: 0.25rem !important;
  }
  .pt-xlg-1,
  .py-xlg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xlg-1,
  .px-xlg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xlg-1,
  .py-xlg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xlg-1,
  .px-xlg-1 {
    padding-left: 0.25rem !important;
  }
  .p-xlg-2 {
    padding: 0.5rem !important;
  }
  .pt-xlg-2,
  .py-xlg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xlg-2,
  .px-xlg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xlg-2,
  .py-xlg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xlg-2,
  .px-xlg-2 {
    padding-left: 0.5rem !important;
  }
  .p-xlg-3 {
    padding: 1rem !important;
  }
  .pt-xlg-3,
  .py-xlg-3 {
    padding-top: 1rem !important;
  }
  .pr-xlg-3,
  .px-xlg-3 {
    padding-right: 1rem !important;
  }
  .pb-xlg-3,
  .py-xlg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xlg-3,
  .px-xlg-3 {
    padding-left: 1rem !important;
  }
  .p-xlg-4 {
    padding: 1.5rem !important;
  }
  .pt-xlg-4,
  .py-xlg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xlg-4,
  .px-xlg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xlg-4,
  .py-xlg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xlg-4,
  .px-xlg-4 {
    padding-left: 1.5rem !important;
  }
  .p-xlg-5 {
    padding: 3rem !important;
  }
  .pt-xlg-5,
  .py-xlg-5 {
    padding-top: 3rem !important;
  }
  .pr-xlg-5,
  .px-xlg-5 {
    padding-right: 3rem !important;
  }
  .pb-xlg-5,
  .py-xlg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xlg-5,
  .px-xlg-5 {
    padding-left: 3rem !important;
  }
  .p-xlg-6 {
    padding: 4rem !important;
  }
  .pt-xlg-6,
  .py-xlg-6 {
    padding-top: 4rem !important;
  }
  .pr-xlg-6,
  .px-xlg-6 {
    padding-right: 4rem !important;
  }
  .pb-xlg-6,
  .py-xlg-6 {
    padding-bottom: 4rem !important;
  }
  .pl-xlg-6,
  .px-xlg-6 {
    padding-left: 4rem !important;
  }
  .m-xlg-n1 {
    margin: -0.25rem !important;
  }
  .mt-xlg-n1,
  .my-xlg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xlg-n1,
  .mx-xlg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xlg-n1,
  .my-xlg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xlg-n1,
  .mx-xlg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xlg-n2 {
    margin: -0.5rem !important;
  }
  .mt-xlg-n2,
  .my-xlg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xlg-n2,
  .mx-xlg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xlg-n2,
  .my-xlg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xlg-n2,
  .mx-xlg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xlg-n3 {
    margin: -1rem !important;
  }
  .mt-xlg-n3,
  .my-xlg-n3 {
    margin-top: -1rem !important;
  }
  .mr-xlg-n3,
  .mx-xlg-n3 {
    margin-right: -1rem !important;
  }
  .mb-xlg-n3,
  .my-xlg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xlg-n3,
  .mx-xlg-n3 {
    margin-left: -1rem !important;
  }
  .m-xlg-n4 {
    margin: -1.5rem !important;
  }
  .mt-xlg-n4,
  .my-xlg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xlg-n4,
  .mx-xlg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xlg-n4,
  .my-xlg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xlg-n4,
  .mx-xlg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xlg-n5 {
    margin: -3rem !important;
  }
  .mt-xlg-n5,
  .my-xlg-n5 {
    margin-top: -3rem !important;
  }
  .mr-xlg-n5,
  .mx-xlg-n5 {
    margin-right: -3rem !important;
  }
  .mb-xlg-n5,
  .my-xlg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xlg-n5,
  .mx-xlg-n5 {
    margin-left: -3rem !important;
  }
  .m-xlg-n6 {
    margin: -4rem !important;
  }
  .mt-xlg-n6,
  .my-xlg-n6 {
    margin-top: -4rem !important;
  }
  .mr-xlg-n6,
  .mx-xlg-n6 {
    margin-right: -4rem !important;
  }
  .mb-xlg-n6,
  .my-xlg-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-xlg-n6,
  .mx-xlg-n6 {
    margin-left: -4rem !important;
  }
  .m-xlg-auto {
    margin: auto !important;
  }
  .mt-xlg-auto,
  .my-xlg-auto {
    margin-top: auto !important;
  }
  .mr-xlg-auto,
  .mx-xlg-auto {
    margin-right: auto !important;
  }
  .mb-xlg-auto,
  .my-xlg-auto {
    margin-bottom: auto !important;
  }
  .ml-xlg-auto,
  .mx-xlg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1565px) {
  .m-xll-0 {
    margin: 0 !important;
  }
  .mt-xll-0,
  .my-xll-0 {
    margin-top: 0 !important;
  }
  .mr-xll-0,
  .mx-xll-0 {
    margin-right: 0 !important;
  }
  .mb-xll-0,
  .my-xll-0 {
    margin-bottom: 0 !important;
  }
  .ml-xll-0,
  .mx-xll-0 {
    margin-left: 0 !important;
  }
  .m-xll-1 {
    margin: 0.25rem !important;
  }
  .mt-xll-1,
  .my-xll-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xll-1,
  .mx-xll-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xll-1,
  .my-xll-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xll-1,
  .mx-xll-1 {
    margin-left: 0.25rem !important;
  }
  .m-xll-2 {
    margin: 0.5rem !important;
  }
  .mt-xll-2,
  .my-xll-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xll-2,
  .mx-xll-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xll-2,
  .my-xll-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xll-2,
  .mx-xll-2 {
    margin-left: 0.5rem !important;
  }
  .m-xll-3 {
    margin: 1rem !important;
  }
  .mt-xll-3,
  .my-xll-3 {
    margin-top: 1rem !important;
  }
  .mr-xll-3,
  .mx-xll-3 {
    margin-right: 1rem !important;
  }
  .mb-xll-3,
  .my-xll-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xll-3,
  .mx-xll-3 {
    margin-left: 1rem !important;
  }
  .m-xll-4 {
    margin: 1.5rem !important;
  }
  .mt-xll-4,
  .my-xll-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xll-4,
  .mx-xll-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xll-4,
  .my-xll-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xll-4,
  .mx-xll-4 {
    margin-left: 1.5rem !important;
  }
  .m-xll-5 {
    margin: 3rem !important;
  }
  .mt-xll-5,
  .my-xll-5 {
    margin-top: 3rem !important;
  }
  .mr-xll-5,
  .mx-xll-5 {
    margin-right: 3rem !important;
  }
  .mb-xll-5,
  .my-xll-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xll-5,
  .mx-xll-5 {
    margin-left: 3rem !important;
  }
  .m-xll-6 {
    margin: 4rem !important;
  }
  .mt-xll-6,
  .my-xll-6 {
    margin-top: 4rem !important;
  }
  .mr-xll-6,
  .mx-xll-6 {
    margin-right: 4rem !important;
  }
  .mb-xll-6,
  .my-xll-6 {
    margin-bottom: 4rem !important;
  }
  .ml-xll-6,
  .mx-xll-6 {
    margin-left: 4rem !important;
  }
  .p-xll-0 {
    padding: 0 !important;
  }
  .pt-xll-0,
  .py-xll-0 {
    padding-top: 0 !important;
  }
  .pr-xll-0,
  .px-xll-0 {
    padding-right: 0 !important;
  }
  .pb-xll-0,
  .py-xll-0 {
    padding-bottom: 0 !important;
  }
  .pl-xll-0,
  .px-xll-0 {
    padding-left: 0 !important;
  }
  .p-xll-1 {
    padding: 0.25rem !important;
  }
  .pt-xll-1,
  .py-xll-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xll-1,
  .px-xll-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xll-1,
  .py-xll-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xll-1,
  .px-xll-1 {
    padding-left: 0.25rem !important;
  }
  .p-xll-2 {
    padding: 0.5rem !important;
  }
  .pt-xll-2,
  .py-xll-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xll-2,
  .px-xll-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xll-2,
  .py-xll-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xll-2,
  .px-xll-2 {
    padding-left: 0.5rem !important;
  }
  .p-xll-3 {
    padding: 1rem !important;
  }
  .pt-xll-3,
  .py-xll-3 {
    padding-top: 1rem !important;
  }
  .pr-xll-3,
  .px-xll-3 {
    padding-right: 1rem !important;
  }
  .pb-xll-3,
  .py-xll-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xll-3,
  .px-xll-3 {
    padding-left: 1rem !important;
  }
  .p-xll-4 {
    padding: 1.5rem !important;
  }
  .pt-xll-4,
  .py-xll-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xll-4,
  .px-xll-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xll-4,
  .py-xll-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xll-4,
  .px-xll-4 {
    padding-left: 1.5rem !important;
  }
  .p-xll-5 {
    padding: 3rem !important;
  }
  .pt-xll-5,
  .py-xll-5 {
    padding-top: 3rem !important;
  }
  .pr-xll-5,
  .px-xll-5 {
    padding-right: 3rem !important;
  }
  .pb-xll-5,
  .py-xll-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xll-5,
  .px-xll-5 {
    padding-left: 3rem !important;
  }
  .p-xll-6 {
    padding: 4rem !important;
  }
  .pt-xll-6,
  .py-xll-6 {
    padding-top: 4rem !important;
  }
  .pr-xll-6,
  .px-xll-6 {
    padding-right: 4rem !important;
  }
  .pb-xll-6,
  .py-xll-6 {
    padding-bottom: 4rem !important;
  }
  .pl-xll-6,
  .px-xll-6 {
    padding-left: 4rem !important;
  }
  .m-xll-n1 {
    margin: -0.25rem !important;
  }
  .mt-xll-n1,
  .my-xll-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xll-n1,
  .mx-xll-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xll-n1,
  .my-xll-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xll-n1,
  .mx-xll-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xll-n2 {
    margin: -0.5rem !important;
  }
  .mt-xll-n2,
  .my-xll-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xll-n2,
  .mx-xll-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xll-n2,
  .my-xll-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xll-n2,
  .mx-xll-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xll-n3 {
    margin: -1rem !important;
  }
  .mt-xll-n3,
  .my-xll-n3 {
    margin-top: -1rem !important;
  }
  .mr-xll-n3,
  .mx-xll-n3 {
    margin-right: -1rem !important;
  }
  .mb-xll-n3,
  .my-xll-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xll-n3,
  .mx-xll-n3 {
    margin-left: -1rem !important;
  }
  .m-xll-n4 {
    margin: -1.5rem !important;
  }
  .mt-xll-n4,
  .my-xll-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xll-n4,
  .mx-xll-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xll-n4,
  .my-xll-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xll-n4,
  .mx-xll-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xll-n5 {
    margin: -3rem !important;
  }
  .mt-xll-n5,
  .my-xll-n5 {
    margin-top: -3rem !important;
  }
  .mr-xll-n5,
  .mx-xll-n5 {
    margin-right: -3rem !important;
  }
  .mb-xll-n5,
  .my-xll-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xll-n5,
  .mx-xll-n5 {
    margin-left: -3rem !important;
  }
  .m-xll-n6 {
    margin: -4rem !important;
  }
  .mt-xll-n6,
  .my-xll-n6 {
    margin-top: -4rem !important;
  }
  .mr-xll-n6,
  .mx-xll-n6 {
    margin-right: -4rem !important;
  }
  .mb-xll-n6,
  .my-xll-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-xll-n6,
  .mx-xll-n6 {
    margin-left: -4rem !important;
  }
  .m-xll-auto {
    margin: auto !important;
  }
  .mt-xll-auto,
  .my-xll-auto {
    margin-top: auto !important;
  }
  .mr-xll-auto,
  .mx-xll-auto {
    margin-right: auto !important;
  }
  .mb-xll-auto,
  .my-xll-auto {
    margin-bottom: auto !important;
  }
  .ml-xll-auto,
  .mx-xll-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .m-xxl-6 {
    margin: 4rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 4rem !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 4rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 4rem !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 4rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .p-xxl-6 {
    padding: 4rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 4rem !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 4rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 4rem !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 4rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-n6 {
    margin: -4rem !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -4rem !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -4rem !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -4rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-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;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xlg-left {
    text-align: left !important;
  }
  .text-xlg-right {
    text-align: right !important;
  }
  .text-xlg-center {
    text-align: center !important;
  }
}
@media (min-width: 1565px) {
  .text-xll-left {
    text-align: left !important;
  }
  .text-xll-right {
    text-align: right !important;
  }
  .text-xll-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-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, .helper.scroll-top, .helper.scroll-down {
  color: #ffffff !important;
}

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

a.text-primary:hover, a.text-primary:focus {
  color: black !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(124.5125523013, 106.6087866109, 69.9874476987) !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

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

.text-muted {
  color: #c1c1c1 !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, .helper.scroll-down {
  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 #adb5bd;
    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 #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.page-template-mailing-list,
.page-template-nelios-verity-guest-loyalty {
  /** Member Card Details */
}
@media (max-width: 1199.98px) {
  .page-template-mailing-list.verity-guest-loyalty-signed-in .site > [data-scroll-container],
  .page-template-nelios-verity-guest-loyalty.verity-guest-loyalty-signed-in .site > [data-scroll-container] {
    padding-top: 0;
  }
}
.page-template-mailing-list .partner-logo picture,
.page-template-mailing-list .partner-logo img,
.page-template-nelios-verity-guest-loyalty .partner-logo picture,
.page-template-nelios-verity-guest-loyalty .partner-logo img {
  max-width: 8rem;
  max-height: 8rem;
}
.page-template-mailing-list .verity-guest-loyalty-content,
.page-template-nelios-verity-guest-loyalty .verity-guest-loyalty-content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.page-template-mailing-list .verity-guest-loyalty-content > .container,
.page-template-nelios-verity-guest-loyalty .verity-guest-loyalty-content > .container {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  .page-template-mailing-list .verity-guest-loyalty-content > .container,
  .page-template-nelios-verity-guest-loyalty .verity-guest-loyalty-content > .container {
    padding-top: 2px;
    padding-bottom: 10rem;
  }
}
.page-template-mailing-list .row-blur::before,
.page-template-nelios-verity-guest-loyalty .row-blur::before {
  content: "";
  -webkit-backdrop-filter: blur(1.25px);
  backdrop-filter: blur(1.25px);
}
.page-template-mailing-list .loyalty-header-bar,
.page-template-nelios-verity-guest-loyalty .loyalty-header-bar {
  padding-top: 120px;
  z-index: 2;
  position: relative;
}
.page-template-mailing-list .fw-bold,
.page-template-nelios-verity-guest-loyalty .fw-bold {
  font-family: "URW Garamond W01 Bold", serif;
}
.page-template-mailing-list .loyalty-join-call-to-actions,
.page-template-nelios-verity-guest-loyalty .loyalty-join-call-to-actions {
  height: 80vh;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.05%, #000000), color-stop(72.5%, #000000), to(rgba(0, 0, 0, 0)));
  background: -moz-linear-gradient(bottom, #000000 0.05%, #000000 72.5%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, #000000 0.05%, #000000 72.5%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #000000 0.05%, #000000 72.5%, rgba(0, 0, 0, 0) 100%);
}
.page-template-mailing-list .loyalty-join-call-to-actions-content,
.page-template-nelios-verity-guest-loyalty .loyalty-join-call-to-actions-content {
  z-index: 1;
}
.page-template-mailing-list .verity-guest-loyalty-bg,
.page-template-nelios-verity-guest-loyalty .verity-guest-loyalty-bg {
  background-size: cover;
  height: 100vh;
}
@media (max-width: 1199.98px) {
  .page-template-mailing-list .verity-guest-loyalty-bg,
  .page-template-nelios-verity-guest-loyalty .verity-guest-loyalty-bg {
    background-image: none;
    background-color: #000000;
    height: 100%;
  }
}
.page-template-mailing-list #loyalty-benefits .current-tier,
.page-template-nelios-verity-guest-loyalty #loyalty-benefits .current-tier {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.page-template-mailing-list .loyalty-logo-icon::after,
.page-template-nelios-verity-guest-loyalty .loyalty-logo-icon::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 190px;
  width: 157px;
  background: url("/app/themes/electrahotels/svg/logo-r.svg") no-repeat;
}
@media (max-width: 1199.98px) {
  .page-template-mailing-list .loyalty-logo-icon::after,
  .page-template-nelios-verity-guest-loyalty .loyalty-logo-icon::after {
    display: none;
  }
}
.page-template-mailing-list .loyalty-roseta-icon::after,
.page-template-nelios-verity-guest-loyalty .loyalty-roseta-icon::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
  height: 522px;
  width: 523px;
  background-image: url("/app/themes/electrahotels/svg/logo-circle.svg");
  background-repeat: no-repeat;
  background-position-y: 355px;
}
.page-template-mailing-list .member-card,
.page-template-nelios-verity-guest-loyalty .member-card {
  border-radius: 1rem;
}
.page-template-mailing-list .member-card .loyalty-roseta-icon::after,
.page-template-nelios-verity-guest-loyalty .member-card .loyalty-roseta-icon::after {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(270deg) scale(0.65);
  -moz-transform: translate(-50%, -50%) rotate(270deg) scale(0.65);
  -ms-transform: translate(-50%, -50%) rotate(270deg) scale(0.65);
  transform: translate(-50%, -50%) rotate(270deg) scale(0.65);
  left: 67%;
}
@media (min-width: 1600px) {
  .page-template-mailing-list .member-card .loyalty-roseta-icon::after,
  .page-template-nelios-verity-guest-loyalty .member-card .loyalty-roseta-icon::after {
    -webkit-transform: translate(-50%, -50%) rotate(270deg) scale(0.75);
    -moz-transform: translate(-50%, -50%) rotate(270deg) scale(0.75);
    -ms-transform: translate(-50%, -50%) rotate(270deg) scale(0.75);
    transform: translate(-50%, -50%) rotate(270deg) scale(0.75);
    left: 70.6%;
  }
}
@media (max-width: 1199.98px) {
  .page-template-mailing-list .member-card .loyalty-roseta-icon::after,
  .page-template-nelios-verity-guest-loyalty .member-card .loyalty-roseta-icon::after {
    display: none;
  }
}
.page-template-mailing-list .member-card.member-card-classic .loyalty-roseta-icon::after,
.page-template-nelios-verity-guest-loyalty .member-card.member-card-classic .loyalty-roseta-icon::after {
  background-image: url("/app/themes/electrahotels/svg/logo-circle-gold.svg");
}
.page-template-mailing-list .partner-wallet-mobile-screenshot,
.page-template-nelios-verity-guest-loyalty .partner-wallet-mobile-screenshot {
  position: relative;
}
.page-template-mailing-list .partner-wallet-mobile-screenshot::before,
.page-template-nelios-verity-guest-loyalty .partner-wallet-mobile-screenshot::before {
  content: "";
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, rgb(255, 255, 255)));
  background: -moz-linear-gradient(top, transparent, rgb(255, 255, 255) 65%);
  background: -o-linear-gradient(top, transparent, rgb(255, 255, 255) 65%);
  background: linear-gradient(to bottom, transparent, rgb(255, 255, 255) 65%);
  height: 150px;
}
.page-template-mailing-list .partner-wallet-mobile-screenshot .partner-wallet-mobile-screenshot-images::before,
.page-template-nelios-verity-guest-loyalty .partner-wallet-mobile-screenshot .partner-wallet-mobile-screenshot-images::before {
  position: absolute;
  content: "";
  background-image: var(--bg-partner-barcode);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25%;
  height: 25%;
  top: 51%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 0;
}
.page-template-mailing-list .partner-wallet-mobile-screenshot .partner-wallet-mobile-screenshot-images::after,
.page-template-nelios-verity-guest-loyalty .partner-wallet-mobile-screenshot .partner-wallet-mobile-screenshot-images::after {
  position: absolute;
  content: "";
  background-image: var(--bg-partner-logo);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 40px;
  top: 24%;
  right: 13%;
  z-index: 1;
}
.page-template-mailing-list .partner-wallet-mobile-screenshot .partner-wallet-mobile-screenshot-labels::before,
.page-template-nelios-verity-guest-loyalty .partner-wallet-mobile-screenshot .partner-wallet-mobile-screenshot-labels::before {
  color: black;
  position: absolute;
  content: attr(data-tier);
  top: 35%;
  left: 16%;
}
.page-template-mailing-list .partner-wallet-mobile-screenshot .partner-wallet-mobile-screenshot-labels::after,
.page-template-nelios-verity-guest-loyalty .partner-wallet-mobile-screenshot .partner-wallet-mobile-screenshot-labels::after {
  color: black;
  position: absolute;
  content: attr(data-discount);
  top: 35%;
  left: 76%;
}
.page-template-mailing-list .header-background,
.page-template-nelios-verity-guest-loyalty .header-background {
  height: 0 !important;
}
.page-template-mailing-list :not(.loyalty-join-tiers) .fs-6,
.page-template-nelios-verity-guest-loyalty :not(.loyalty-join-tiers) .fs-6 {
  font-size: 0.875rem;
}
.page-template-mailing-list .form-check-input,
.page-template-mailing-list .form-control,
.page-template-mailing-list .wpcf7 .form-control,
.wpcf7 .page-template-mailing-list .form-control,
.page-template-mailing-list .wpcf7 .wpcf7-validation-errors,
.wpcf7 .page-template-mailing-list .wpcf7-validation-errors,
.page-template-mailing-list .wpcf7 input[type=text],
.wpcf7 .page-template-mailing-list input[type=text],
.page-template-mailing-list .wpcf7 input[type=search],
.wpcf7 .page-template-mailing-list input[type=search],
.page-template-mailing-list .wpcf7 input[type=url],
.wpcf7 .page-template-mailing-list input[type=url],
.page-template-mailing-list .wpcf7 input[type=tel],
.wpcf7 .page-template-mailing-list input[type=tel],
.page-template-mailing-list .wpcf7 input[type=number],
.wpcf7 .page-template-mailing-list input[type=number],
.page-template-mailing-list .wpcf7 input[type=range],
.wpcf7 .page-template-mailing-list input[type=range],
.page-template-mailing-list .wpcf7 input[type=date],
.wpcf7 .page-template-mailing-list input[type=date],
.page-template-mailing-list .wpcf7 input[type=month],
.wpcf7 .page-template-mailing-list input[type=month],
.page-template-mailing-list .wpcf7 input[type=week],
.wpcf7 .page-template-mailing-list input[type=week],
.page-template-mailing-list .wpcf7 input[type=time],
.wpcf7 .page-template-mailing-list input[type=time],
.page-template-mailing-list .wpcf7 input[type=datetime],
.wpcf7 .page-template-mailing-list input[type=datetime],
.page-template-mailing-list .wpcf7 input[type=datetime-local],
.wpcf7 .page-template-mailing-list input[type=datetime-local],
.page-template-mailing-list .wpcf7 input[type=color],
.wpcf7 .page-template-mailing-list input[type=color],
.page-template-mailing-list .wpcf7 input[type=email],
.wpcf7 .page-template-mailing-list input[type=email],
.page-template-mailing-list .wpcf7 input[type=file],
.wpcf7 .page-template-mailing-list input[type=file],
.page-template-mailing-list .wpcf7 input[type=submit],
.wpcf7 .page-template-mailing-list input[type=submit],
.page-template-mailing-list .wpcf7 select,
.wpcf7 .page-template-mailing-list select,
.page-template-mailing-list .wpcf7 textarea,
.wpcf7 .page-template-mailing-list textarea,
.page-template-nelios-verity-guest-loyalty .form-check-input,
.page-template-nelios-verity-guest-loyalty .form-control,
.page-template-nelios-verity-guest-loyalty .wpcf7 .form-control,
.wpcf7 .page-template-nelios-verity-guest-loyalty .form-control,
.page-template-nelios-verity-guest-loyalty .wpcf7 .wpcf7-validation-errors,
.wpcf7 .page-template-nelios-verity-guest-loyalty .wpcf7-validation-errors,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[type=text],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[type=text],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[type=search],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[type=search],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[type=url],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[type=url],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[type=tel],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[type=tel],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[type=number],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[type=number],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[type=range],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[type=range],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[type=date],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[type=date],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[type=month],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[type=month],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[type=week],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[type=week],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[type=time],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[type=time],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[type=datetime],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[type=datetime],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[type=datetime-local],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[type=datetime-local],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[type=color],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[type=color],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[type=email],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[type=email],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[type=file],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[type=file],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[type=submit],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[type=submit],
.page-template-nelios-verity-guest-loyalty .wpcf7 select,
.wpcf7 .page-template-nelios-verity-guest-loyalty select,
.page-template-nelios-verity-guest-loyalty .wpcf7 textarea,
.wpcf7 .page-template-nelios-verity-guest-loyalty textarea {
  padding: 0.375rem 0.75rem;
}
.page-template-mailing-list .form-check-input[readonly], .page-template-mailing-list .form-check-input[disabled], .page-template-mailing-list .form-check-input.disabled,
.page-template-mailing-list .form-control[readonly],
.page-template-mailing-list .wpcf7 [readonly].wpcf7-validation-errors,
.wpcf7 .page-template-mailing-list [readonly].wpcf7-validation-errors,
.page-template-mailing-list .wpcf7 input[readonly][type=text],
.wpcf7 .page-template-mailing-list input[readonly][type=text],
.page-template-mailing-list .wpcf7 input[readonly][type=search],
.wpcf7 .page-template-mailing-list input[readonly][type=search],
.page-template-mailing-list .wpcf7 input[readonly][type=url],
.wpcf7 .page-template-mailing-list input[readonly][type=url],
.page-template-mailing-list .wpcf7 input[readonly][type=tel],
.wpcf7 .page-template-mailing-list input[readonly][type=tel],
.page-template-mailing-list .wpcf7 input[readonly][type=number],
.wpcf7 .page-template-mailing-list input[readonly][type=number],
.page-template-mailing-list .wpcf7 input[readonly][type=range],
.wpcf7 .page-template-mailing-list input[readonly][type=range],
.page-template-mailing-list .wpcf7 input[readonly][type=date],
.wpcf7 .page-template-mailing-list input[readonly][type=date],
.page-template-mailing-list .wpcf7 input[readonly][type=month],
.wpcf7 .page-template-mailing-list input[readonly][type=month],
.page-template-mailing-list .wpcf7 input[readonly][type=week],
.wpcf7 .page-template-mailing-list input[readonly][type=week],
.page-template-mailing-list .wpcf7 input[readonly][type=time],
.wpcf7 .page-template-mailing-list input[readonly][type=time],
.page-template-mailing-list .wpcf7 input[readonly][type=datetime],
.wpcf7 .page-template-mailing-list input[readonly][type=datetime],
.page-template-mailing-list .wpcf7 input[readonly][type=datetime-local],
.wpcf7 .page-template-mailing-list input[readonly][type=datetime-local],
.page-template-mailing-list .wpcf7 input[readonly][type=color],
.wpcf7 .page-template-mailing-list input[readonly][type=color],
.page-template-mailing-list .wpcf7 input[readonly][type=email],
.wpcf7 .page-template-mailing-list input[readonly][type=email],
.page-template-mailing-list .wpcf7 input[readonly][type=file],
.wpcf7 .page-template-mailing-list input[readonly][type=file],
.page-template-mailing-list .wpcf7 input[readonly][type=submit],
.wpcf7 .page-template-mailing-list input[readonly][type=submit],
.page-template-mailing-list .wpcf7 select[readonly],
.wpcf7 .page-template-mailing-list select[readonly],
.page-template-mailing-list .wpcf7 textarea[readonly],
.wpcf7 .page-template-mailing-list textarea[readonly],
.page-template-mailing-list .form-control[disabled],
.page-template-mailing-list .wpcf7 [disabled].wpcf7-validation-errors,
.wpcf7 .page-template-mailing-list [disabled].wpcf7-validation-errors,
.page-template-mailing-list .wpcf7 input[disabled][type=text],
.wpcf7 .page-template-mailing-list input[disabled][type=text],
.page-template-mailing-list .wpcf7 input[disabled][type=search],
.wpcf7 .page-template-mailing-list input[disabled][type=search],
.page-template-mailing-list .wpcf7 input[disabled][type=url],
.wpcf7 .page-template-mailing-list input[disabled][type=url],
.page-template-mailing-list .wpcf7 input[disabled][type=tel],
.wpcf7 .page-template-mailing-list input[disabled][type=tel],
.page-template-mailing-list .wpcf7 input[disabled][type=number],
.wpcf7 .page-template-mailing-list input[disabled][type=number],
.page-template-mailing-list .wpcf7 input[disabled][type=range],
.wpcf7 .page-template-mailing-list input[disabled][type=range],
.page-template-mailing-list .wpcf7 input[disabled][type=date],
.wpcf7 .page-template-mailing-list input[disabled][type=date],
.page-template-mailing-list .wpcf7 input[disabled][type=month],
.wpcf7 .page-template-mailing-list input[disabled][type=month],
.page-template-mailing-list .wpcf7 input[disabled][type=week],
.wpcf7 .page-template-mailing-list input[disabled][type=week],
.page-template-mailing-list .wpcf7 input[disabled][type=time],
.wpcf7 .page-template-mailing-list input[disabled][type=time],
.page-template-mailing-list .wpcf7 input[disabled][type=datetime],
.wpcf7 .page-template-mailing-list input[disabled][type=datetime],
.page-template-mailing-list .wpcf7 input[disabled][type=datetime-local],
.wpcf7 .page-template-mailing-list input[disabled][type=datetime-local],
.page-template-mailing-list .wpcf7 input[disabled][type=color],
.wpcf7 .page-template-mailing-list input[disabled][type=color],
.page-template-mailing-list .wpcf7 input[disabled][type=email],
.wpcf7 .page-template-mailing-list input[disabled][type=email],
.page-template-mailing-list .wpcf7 input[disabled][type=file],
.wpcf7 .page-template-mailing-list input[disabled][type=file],
.page-template-mailing-list .wpcf7 input[disabled][type=submit],
.wpcf7 .page-template-mailing-list input[disabled][type=submit],
.page-template-mailing-list .wpcf7 select[disabled],
.wpcf7 .page-template-mailing-list select[disabled],
.page-template-mailing-list .wpcf7 textarea[disabled],
.wpcf7 .page-template-mailing-list textarea[disabled],
.page-template-mailing-list .form-control.disabled,
.page-template-mailing-list .wpcf7 .disabled.wpcf7-validation-errors,
.wpcf7 .page-template-mailing-list .disabled.wpcf7-validation-errors,
.page-template-mailing-list .wpcf7 input.disabled[type=text],
.wpcf7 .page-template-mailing-list input.disabled[type=text],
.page-template-mailing-list .wpcf7 input.disabled[type=search],
.wpcf7 .page-template-mailing-list input.disabled[type=search],
.page-template-mailing-list .wpcf7 input.disabled[type=url],
.wpcf7 .page-template-mailing-list input.disabled[type=url],
.page-template-mailing-list .wpcf7 input.disabled[type=tel],
.wpcf7 .page-template-mailing-list input.disabled[type=tel],
.page-template-mailing-list .wpcf7 input.disabled[type=number],
.wpcf7 .page-template-mailing-list input.disabled[type=number],
.page-template-mailing-list .wpcf7 input.disabled[type=range],
.wpcf7 .page-template-mailing-list input.disabled[type=range],
.page-template-mailing-list .wpcf7 input.disabled[type=date],
.wpcf7 .page-template-mailing-list input.disabled[type=date],
.page-template-mailing-list .wpcf7 input.disabled[type=month],
.wpcf7 .page-template-mailing-list input.disabled[type=month],
.page-template-mailing-list .wpcf7 input.disabled[type=week],
.wpcf7 .page-template-mailing-list input.disabled[type=week],
.page-template-mailing-list .wpcf7 input.disabled[type=time],
.wpcf7 .page-template-mailing-list input.disabled[type=time],
.page-template-mailing-list .wpcf7 input.disabled[type=datetime],
.wpcf7 .page-template-mailing-list input.disabled[type=datetime],
.page-template-mailing-list .wpcf7 input.disabled[type=datetime-local],
.wpcf7 .page-template-mailing-list input.disabled[type=datetime-local],
.page-template-mailing-list .wpcf7 input.disabled[type=color],
.wpcf7 .page-template-mailing-list input.disabled[type=color],
.page-template-mailing-list .wpcf7 input.disabled[type=email],
.wpcf7 .page-template-mailing-list input.disabled[type=email],
.page-template-mailing-list .wpcf7 input.disabled[type=file],
.wpcf7 .page-template-mailing-list input.disabled[type=file],
.page-template-mailing-list .wpcf7 input.disabled[type=submit],
.wpcf7 .page-template-mailing-list input.disabled[type=submit],
.page-template-mailing-list .wpcf7 select.disabled,
.wpcf7 .page-template-mailing-list select.disabled,
.page-template-mailing-list .wpcf7 textarea.disabled,
.wpcf7 .page-template-mailing-list textarea.disabled,
.page-template-nelios-verity-guest-loyalty .form-check-input[readonly],
.page-template-nelios-verity-guest-loyalty .form-check-input[disabled],
.page-template-nelios-verity-guest-loyalty .form-check-input.disabled,
.page-template-nelios-verity-guest-loyalty .form-control[readonly],
.page-template-nelios-verity-guest-loyalty .wpcf7 [readonly].wpcf7-validation-errors,
.wpcf7 .page-template-nelios-verity-guest-loyalty [readonly].wpcf7-validation-errors,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[readonly][type=text],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[readonly][type=text],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[readonly][type=search],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[readonly][type=search],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[readonly][type=url],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[readonly][type=url],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[readonly][type=tel],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[readonly][type=tel],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[readonly][type=number],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[readonly][type=number],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[readonly][type=range],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[readonly][type=range],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[readonly][type=date],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[readonly][type=date],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[readonly][type=month],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[readonly][type=month],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[readonly][type=week],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[readonly][type=week],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[readonly][type=time],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[readonly][type=time],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[readonly][type=datetime],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[readonly][type=datetime],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[readonly][type=datetime-local],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[readonly][type=datetime-local],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[readonly][type=color],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[readonly][type=color],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[readonly][type=email],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[readonly][type=email],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[readonly][type=file],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[readonly][type=file],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[readonly][type=submit],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[readonly][type=submit],
.page-template-nelios-verity-guest-loyalty .wpcf7 select[readonly],
.wpcf7 .page-template-nelios-verity-guest-loyalty select[readonly],
.page-template-nelios-verity-guest-loyalty .wpcf7 textarea[readonly],
.wpcf7 .page-template-nelios-verity-guest-loyalty textarea[readonly],
.page-template-nelios-verity-guest-loyalty .form-control[disabled],
.page-template-nelios-verity-guest-loyalty .wpcf7 [disabled].wpcf7-validation-errors,
.wpcf7 .page-template-nelios-verity-guest-loyalty [disabled].wpcf7-validation-errors,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[disabled][type=text],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[disabled][type=text],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[disabled][type=search],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[disabled][type=search],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[disabled][type=url],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[disabled][type=url],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[disabled][type=tel],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[disabled][type=tel],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[disabled][type=number],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[disabled][type=number],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[disabled][type=range],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[disabled][type=range],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[disabled][type=date],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[disabled][type=date],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[disabled][type=month],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[disabled][type=month],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[disabled][type=week],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[disabled][type=week],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[disabled][type=time],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[disabled][type=time],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[disabled][type=datetime],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[disabled][type=datetime],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[disabled][type=datetime-local],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[disabled][type=datetime-local],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[disabled][type=color],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[disabled][type=color],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[disabled][type=email],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[disabled][type=email],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[disabled][type=file],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[disabled][type=file],
.page-template-nelios-verity-guest-loyalty .wpcf7 input[disabled][type=submit],
.wpcf7 .page-template-nelios-verity-guest-loyalty input[disabled][type=submit],
.page-template-nelios-verity-guest-loyalty .wpcf7 select[disabled],
.wpcf7 .page-template-nelios-verity-guest-loyalty select[disabled],
.page-template-nelios-verity-guest-loyalty .wpcf7 textarea[disabled],
.wpcf7 .page-template-nelios-verity-guest-loyalty textarea[disabled],
.page-template-nelios-verity-guest-loyalty .form-control.disabled,
.page-template-nelios-verity-guest-loyalty .wpcf7 .disabled.wpcf7-validation-errors,
.wpcf7 .page-template-nelios-verity-guest-loyalty .disabled.wpcf7-validation-errors,
.page-template-nelios-verity-guest-loyalty .wpcf7 input.disabled[type=text],
.wpcf7 .page-template-nelios-verity-guest-loyalty input.disabled[type=text],
.page-template-nelios-verity-guest-loyalty .wpcf7 input.disabled[type=search],
.wpcf7 .page-template-nelios-verity-guest-loyalty input.disabled[type=search],
.page-template-nelios-verity-guest-loyalty .wpcf7 input.disabled[type=url],
.wpcf7 .page-template-nelios-verity-guest-loyalty input.disabled[type=url],
.page-template-nelios-verity-guest-loyalty .wpcf7 input.disabled[type=tel],
.wpcf7 .page-template-nelios-verity-guest-loyalty input.disabled[type=tel],
.page-template-nelios-verity-guest-loyalty .wpcf7 input.disabled[type=number],
.wpcf7 .page-template-nelios-verity-guest-loyalty input.disabled[type=number],
.page-template-nelios-verity-guest-loyalty .wpcf7 input.disabled[type=range],
.wpcf7 .page-template-nelios-verity-guest-loyalty input.disabled[type=range],
.page-template-nelios-verity-guest-loyalty .wpcf7 input.disabled[type=date],
.wpcf7 .page-template-nelios-verity-guest-loyalty input.disabled[type=date],
.page-template-nelios-verity-guest-loyalty .wpcf7 input.disabled[type=month],
.wpcf7 .page-template-nelios-verity-guest-loyalty input.disabled[type=month],
.page-template-nelios-verity-guest-loyalty .wpcf7 input.disabled[type=week],
.wpcf7 .page-template-nelios-verity-guest-loyalty input.disabled[type=week],
.page-template-nelios-verity-guest-loyalty .wpcf7 input.disabled[type=time],
.wpcf7 .page-template-nelios-verity-guest-loyalty input.disabled[type=time],
.page-template-nelios-verity-guest-loyalty .wpcf7 input.disabled[type=datetime],
.wpcf7 .page-template-nelios-verity-guest-loyalty input.disabled[type=datetime],
.page-template-nelios-verity-guest-loyalty .wpcf7 input.disabled[type=datetime-local],
.wpcf7 .page-template-nelios-verity-guest-loyalty input.disabled[type=datetime-local],
.page-template-nelios-verity-guest-loyalty .wpcf7 input.disabled[type=color],
.wpcf7 .page-template-nelios-verity-guest-loyalty input.disabled[type=color],
.page-template-nelios-verity-guest-loyalty .wpcf7 input.disabled[type=email],
.wpcf7 .page-template-nelios-verity-guest-loyalty input.disabled[type=email],
.page-template-nelios-verity-guest-loyalty .wpcf7 input.disabled[type=file],
.wpcf7 .page-template-nelios-verity-guest-loyalty input.disabled[type=file],
.page-template-nelios-verity-guest-loyalty .wpcf7 input.disabled[type=submit],
.wpcf7 .page-template-nelios-verity-guest-loyalty input.disabled[type=submit],
.page-template-nelios-verity-guest-loyalty .wpcf7 select.disabled,
.wpcf7 .page-template-nelios-verity-guest-loyalty select.disabled,
.page-template-nelios-verity-guest-loyalty .wpcf7 textarea.disabled,
.wpcf7 .page-template-nelios-verity-guest-loyalty textarea.disabled {
  background: #c1c1c1;
}
.page-template-mailing-list .form-check-input[readonly] ~ .form-check-label, .page-template-mailing-list .form-check-input[disabled] ~ .form-check-label, .page-template-mailing-list .form-check-input.disabled ~ .form-check-label,
.page-template-mailing-list .form-control[readonly] ~ .form-check-label,
.page-template-mailing-list .wpcf7 [readonly].wpcf7-validation-errors ~ .form-check-label,
.wpcf7 .page-template-mailing-list [readonly].wpcf7-validation-errors ~ .form-check-label,
.page-template-mailing-list .wpcf7 input[readonly][type=text] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input[readonly][type=text] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input[readonly][type=search] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input[readonly][type=search] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input[readonly][type=url] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input[readonly][type=url] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input[readonly][type=tel] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input[readonly][type=tel] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input[readonly][type=number] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input[readonly][type=number] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input[readonly][type=range] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input[readonly][type=range] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input[readonly][type=date] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input[readonly][type=date] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input[readonly][type=month] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input[readonly][type=month] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input[readonly][type=week] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input[readonly][type=week] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input[readonly][type=time] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input[readonly][type=time] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input[readonly][type=datetime] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input[readonly][type=datetime] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input[readonly][type=datetime-local] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input[readonly][type=datetime-local] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input[readonly][type=color] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input[readonly][type=color] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input[readonly][type=email] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input[readonly][type=email] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input[readonly][type=file] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input[readonly][type=file] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input[readonly][type=submit] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input[readonly][type=submit] ~ .form-check-label,
.page-template-mailing-list .wpcf7 select[readonly] ~ .form-check-label,
.wpcf7 .page-template-mailing-list select[readonly] ~ .form-check-label,
.page-template-mailing-list .wpcf7 textarea[readonly] ~ .form-check-label,
.wpcf7 .page-template-mailing-list textarea[readonly] ~ .form-check-label,
.page-template-mailing-list .form-control[disabled] ~ .form-check-label,
.page-template-mailing-list .wpcf7 [disabled].wpcf7-validation-errors ~ .form-check-label,
.wpcf7 .page-template-mailing-list [disabled].wpcf7-validation-errors ~ .form-check-label,
.page-template-mailing-list .wpcf7 input[disabled][type=text] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input[disabled][type=text] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input[disabled][type=search] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input[disabled][type=search] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input[disabled][type=url] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input[disabled][type=url] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input[disabled][type=tel] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input[disabled][type=tel] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input[disabled][type=number] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input[disabled][type=number] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input[disabled][type=range] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input[disabled][type=range] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input[disabled][type=date] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input[disabled][type=date] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input[disabled][type=month] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input[disabled][type=month] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input[disabled][type=week] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input[disabled][type=week] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input[disabled][type=time] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input[disabled][type=time] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input[disabled][type=datetime] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input[disabled][type=datetime] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input[disabled][type=datetime-local] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input[disabled][type=datetime-local] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input[disabled][type=color] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input[disabled][type=color] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input[disabled][type=email] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input[disabled][type=email] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input[disabled][type=file] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input[disabled][type=file] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input[disabled][type=submit] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input[disabled][type=submit] ~ .form-check-label,
.page-template-mailing-list .wpcf7 select[disabled] ~ .form-check-label,
.wpcf7 .page-template-mailing-list select[disabled] ~ .form-check-label,
.page-template-mailing-list .wpcf7 textarea[disabled] ~ .form-check-label,
.wpcf7 .page-template-mailing-list textarea[disabled] ~ .form-check-label,
.page-template-mailing-list .form-control.disabled ~ .form-check-label,
.page-template-mailing-list .wpcf7 .disabled.wpcf7-validation-errors ~ .form-check-label,
.wpcf7 .page-template-mailing-list .disabled.wpcf7-validation-errors ~ .form-check-label,
.page-template-mailing-list .wpcf7 input.disabled[type=text] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input.disabled[type=text] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input.disabled[type=search] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input.disabled[type=search] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input.disabled[type=url] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input.disabled[type=url] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input.disabled[type=tel] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input.disabled[type=tel] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input.disabled[type=number] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input.disabled[type=number] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input.disabled[type=range] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input.disabled[type=range] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input.disabled[type=date] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input.disabled[type=date] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input.disabled[type=month] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input.disabled[type=month] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input.disabled[type=week] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input.disabled[type=week] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input.disabled[type=time] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input.disabled[type=time] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input.disabled[type=datetime] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input.disabled[type=datetime] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input.disabled[type=datetime-local] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input.disabled[type=datetime-local] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input.disabled[type=color] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input.disabled[type=color] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input.disabled[type=email] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input.disabled[type=email] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input.disabled[type=file] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input.disabled[type=file] ~ .form-check-label,
.page-template-mailing-list .wpcf7 input.disabled[type=submit] ~ .form-check-label,
.wpcf7 .page-template-mailing-list input.disabled[type=submit] ~ .form-check-label,
.page-template-mailing-list .wpcf7 select.disabled ~ .form-check-label,
.wpcf7 .page-template-mailing-list select.disabled ~ .form-check-label,
.page-template-mailing-list .wpcf7 textarea.disabled ~ .form-check-label,
.wpcf7 .page-template-mailing-list textarea.disabled ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .form-check-input[readonly] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .form-check-input[disabled] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .form-check-input.disabled ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .form-control[readonly] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 [readonly].wpcf7-validation-errors ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty [readonly].wpcf7-validation-errors ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[readonly][type=text] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input[readonly][type=text] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[readonly][type=search] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input[readonly][type=search] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[readonly][type=url] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input[readonly][type=url] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[readonly][type=tel] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input[readonly][type=tel] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[readonly][type=number] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input[readonly][type=number] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[readonly][type=range] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input[readonly][type=range] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[readonly][type=date] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input[readonly][type=date] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[readonly][type=month] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input[readonly][type=month] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[readonly][type=week] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input[readonly][type=week] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[readonly][type=time] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input[readonly][type=time] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[readonly][type=datetime] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input[readonly][type=datetime] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[readonly][type=datetime-local] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input[readonly][type=datetime-local] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[readonly][type=color] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input[readonly][type=color] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[readonly][type=email] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input[readonly][type=email] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[readonly][type=file] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input[readonly][type=file] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[readonly][type=submit] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input[readonly][type=submit] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 select[readonly] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty select[readonly] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 textarea[readonly] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty textarea[readonly] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .form-control[disabled] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 [disabled].wpcf7-validation-errors ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty [disabled].wpcf7-validation-errors ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[disabled][type=text] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input[disabled][type=text] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[disabled][type=search] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input[disabled][type=search] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[disabled][type=url] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input[disabled][type=url] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[disabled][type=tel] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input[disabled][type=tel] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[disabled][type=number] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input[disabled][type=number] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[disabled][type=range] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input[disabled][type=range] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[disabled][type=date] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input[disabled][type=date] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[disabled][type=month] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input[disabled][type=month] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[disabled][type=week] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input[disabled][type=week] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[disabled][type=time] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input[disabled][type=time] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[disabled][type=datetime] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input[disabled][type=datetime] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[disabled][type=datetime-local] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input[disabled][type=datetime-local] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[disabled][type=color] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input[disabled][type=color] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[disabled][type=email] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input[disabled][type=email] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[disabled][type=file] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input[disabled][type=file] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input[disabled][type=submit] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input[disabled][type=submit] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 select[disabled] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty select[disabled] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 textarea[disabled] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty textarea[disabled] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .form-control.disabled ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 .disabled.wpcf7-validation-errors ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty .disabled.wpcf7-validation-errors ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input.disabled[type=text] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input.disabled[type=text] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input.disabled[type=search] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input.disabled[type=search] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input.disabled[type=url] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input.disabled[type=url] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input.disabled[type=tel] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input.disabled[type=tel] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input.disabled[type=number] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input.disabled[type=number] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input.disabled[type=range] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input.disabled[type=range] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input.disabled[type=date] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input.disabled[type=date] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input.disabled[type=month] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input.disabled[type=month] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input.disabled[type=week] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input.disabled[type=week] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input.disabled[type=time] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input.disabled[type=time] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input.disabled[type=datetime] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input.disabled[type=datetime] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input.disabled[type=datetime-local] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input.disabled[type=datetime-local] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input.disabled[type=color] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input.disabled[type=color] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input.disabled[type=email] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input.disabled[type=email] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input.disabled[type=file] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input.disabled[type=file] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 input.disabled[type=submit] ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty input.disabled[type=submit] ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 select.disabled ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty select.disabled ~ .form-check-label,
.page-template-nelios-verity-guest-loyalty .wpcf7 textarea.disabled ~ .form-check-label,
.wpcf7 .page-template-nelios-verity-guest-loyalty textarea.disabled ~ .form-check-label {
  color: #000000;
}
.page-template-mailing-list .form-check-input,
.page-template-nelios-verity-guest-loyalty .form-check-input {
  padding-left: 0;
}
.page-template-mailing-list .form-label,
.page-template-nelios-verity-guest-loyalty .form-label {
  font-size: 12px;
}
.page-template-mailing-list .maxh-300,
.page-template-nelios-verity-guest-loyalty .maxh-300 {
  max-height: 300px;
}
.page-template-mailing-list .form-label,
.page-template-mailing-list .text-muted,
.page-template-mailing-list dt,
.page-template-nelios-verity-guest-loyalty .form-label,
.page-template-nelios-verity-guest-loyalty .text-muted,
.page-template-nelios-verity-guest-loyalty dt {
  font-family: "URW Garamond W01 Regular", serif;
}
.page-template-mailing-list .col-order::after,
.page-template-nelios-verity-guest-loyalty .col-order::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #303030;
  left: 0;
  position: absolute;
  top: 1rem;
}
.page-template-mailing-list .not-applicable,
.page-template-nelios-verity-guest-loyalty .not-applicable {
  opacity: 0.25;
}
.page-template-mailing-list .page-benefits-textarea ul li,
.page-template-nelios-verity-guest-loyalty .page-benefits-textarea ul li {
  text-indent: 1.5rem;
}
.page-template-mailing-list .page-benefits-textarea ul li::before,
.page-template-nelios-verity-guest-loyalty .page-benefits-textarea ul li::before {
  top: 0.35rem;
  left: 0;
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url("/app/themes/electrahotels/svg/loyalty-svg-icon-light.svg");
}
.page-template-mailing-list .card-classic .page-benefits-textarea ul li::before,
.page-template-nelios-verity-guest-loyalty .card-classic .page-benefits-textarea ul li::before {
  background-image: url("/app/themes/electrahotels/svg/loyalty-svg-icon.svg");
}
.page-template-mailing-list .loyalty-join-tiers .card,
.page-template-nelios-verity-guest-loyalty .loyalty-join-tiers .card {
  border-radius: 22px;
}
.page-template-mailing-list .loyalty-join-tiers .card-wrapper,
.page-template-nelios-verity-guest-loyalty .loyalty-join-tiers .card-wrapper {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .page-template-mailing-list .loyalty-join-tiers .card-wrapper,
  .page-template-nelios-verity-guest-loyalty .loyalty-join-tiers .card-wrapper {
    max-width: none;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
}
.page-template-mailing-list .loyalty-join-tiers.layout-rows .card,
.page-template-nelios-verity-guest-loyalty .loyalty-join-tiers.layout-rows .card {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.page-template-mailing-list .loyalty-join-tiers.layout-rows .card .card-body,
.page-template-nelios-verity-guest-loyalty .loyalty-join-tiers.layout-rows .card .card-body {
  padding-right: 8rem !important;
}
.page-template-mailing-list .loyalty-join-tiers.layout-rows .card.member-card.member-card-classic,
.page-template-nelios-verity-guest-loyalty .loyalty-join-tiers.layout-rows .card.member-card.member-card-classic {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), -webkit-gradient(linear, left top, right top, from(rgba(151, 151, 150, 0.8)), color-stop(50%, rgba(212, 212, 212, 0.8)), to(rgba(150, 150, 150, 0.8))) !important;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), -moz-linear-gradient(left, rgba(151, 151, 150, 0.8) 0%, rgba(212, 212, 212, 0.8) 50%, rgba(150, 150, 150, 0.8) 100%) !important;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), -o-linear-gradient(left, rgba(151, 151, 150, 0.8) 0%, rgba(212, 212, 212, 0.8) 50%, rgba(150, 150, 150, 0.8) 100%) !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(90deg, rgba(151, 151, 150, 0.8) 0%, rgba(212, 212, 212, 0.8) 50%, rgba(150, 150, 150, 0.8) 100%) !important;
}
.page-template-mailing-list .loyalty-join-tiers.layout-rows .card.member-card.member-card-silver,
.page-template-nelios-verity-guest-loyalty .loyalty-join-tiers.layout-rows .card.member-card.member-card-silver {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(rgba(151, 151, 150, 0.8)), color-stop(50%, rgba(212, 212, 212, 0.8)), to(rgba(150, 150, 150, 0.8))) !important;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), -moz-linear-gradient(left, rgba(151, 151, 150, 0.8) 0%, rgba(212, 212, 212, 0.8) 50%, rgba(150, 150, 150, 0.8) 100%) !important;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), -o-linear-gradient(left, rgba(151, 151, 150, 0.8) 0%, rgba(212, 212, 212, 0.8) 50%, rgba(150, 150, 150, 0.8) 100%) !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(90deg, rgba(151, 151, 150, 0.8) 0%, rgba(212, 212, 212, 0.8) 50%, rgba(150, 150, 150, 0.8) 100%) !important;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.page-template-mailing-list .loyalty-join-tiers.layout-rows .card.member-card.member-card-gold,
.page-template-nelios-verity-guest-loyalty .loyalty-join-tiers.layout-rows .card.member-card.member-card-gold {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), -webkit-gradient(linear, left top, right top, from(rgba(157, 136, 95, 0.8)), color-stop(25%, rgba(186, 160, 109, 0.8)), color-stop(50%, rgba(207, 176, 119, 0.8)), color-stop(75%, rgba(186, 160, 109, 0.8)), to(rgba(157, 136, 95, 0.8))) !important;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), -moz-linear-gradient(left, rgba(157, 136, 95, 0.8) 0%, rgba(186, 160, 109, 0.8) 25%, rgba(207, 176, 119, 0.8) 50%, rgba(186, 160, 109, 0.8) 75%, rgba(157, 136, 95, 0.8) 100%) !important;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), -o-linear-gradient(left, rgba(157, 136, 95, 0.8) 0%, rgba(186, 160, 109, 0.8) 25%, rgba(207, 176, 119, 0.8) 50%, rgba(186, 160, 109, 0.8) 75%, rgba(157, 136, 95, 0.8) 100%) !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(90deg, rgba(157, 136, 95, 0.8) 0%, rgba(186, 160, 109, 0.8) 25%, rgba(207, 176, 119, 0.8) 50%, rgba(186, 160, 109, 0.8) 75%, rgba(157, 136, 95, 0.8) 100%) !important;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.page-template-mailing-list .loyalty-join-tiers.layout-rows .card .tier-details,
.page-template-mailing-list .loyalty-join-tiers.layout-rows .card .card img,
.page-template-nelios-verity-guest-loyalty .loyalty-join-tiers.layout-rows .card .tier-details,
.page-template-nelios-verity-guest-loyalty .loyalty-join-tiers.layout-rows .card .card img {
  -webkit-filter: drop-shadow(0px 16px 32px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 16px 32px rgba(0, 0, 0, 0.2));
  border-radius: 2.5rem;
}
.page-template-mailing-list .loyalty-join-tiers.layout-columns .card-text, .page-template-mailing-list .loyalty-join-tiers.layout-columns .page-benefits-textarea ul, .page-template-mailing-list .page-benefits-textarea .loyalty-join-tiers.layout-columns ul,
.page-template-nelios-verity-guest-loyalty .loyalty-join-tiers.layout-columns .card-text,
.page-template-nelios-verity-guest-loyalty .loyalty-join-tiers.layout-columns .page-benefits-textarea ul,
.page-template-nelios-verity-guest-loyalty .page-benefits-textarea .loyalty-join-tiers.layout-columns ul {
  list-style: none;
}
.page-template-mailing-list .loyalty-join-tiers.layout-columns .card-text .icon, .page-template-mailing-list .loyalty-join-tiers.layout-columns .page-benefits-textarea ul .icon, .page-template-mailing-list .page-benefits-textarea .loyalty-join-tiers.layout-columns ul .icon,
.page-template-nelios-verity-guest-loyalty .loyalty-join-tiers.layout-columns .card-text .icon,
.page-template-nelios-verity-guest-loyalty .loyalty-join-tiers.layout-columns .page-benefits-textarea ul .icon,
.page-template-nelios-verity-guest-loyalty .page-benefits-textarea .loyalty-join-tiers.layout-columns ul .icon {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.page-template-mailing-list .loyalty-join-tiers.layout-columns .card,
.page-template-nelios-verity-guest-loyalty .loyalty-join-tiers.layout-columns .card {
  background: white;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out;
}
.page-template-mailing-list .loyalty-join-tiers.layout-columns .card:hover,
.page-template-nelios-verity-guest-loyalty .loyalty-join-tiers.layout-columns .card:hover {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
  z-index: 1;
}
.page-template-mailing-list .loyalty-join-tiers.layout-columns .card-silver,
.page-template-nelios-verity-guest-loyalty .loyalty-join-tiers.layout-columns .card-silver {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), radial-gradient(114.03% 141.42% at 0% 0%, #D4D4D4 0%, #969696 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), -moz-radial-gradient(0% 0%, 114.03% 141.42%, #D4D4D4 0%, #969696 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), -o-radial-gradient(0% 0%, 114.03% 141.42%, #D4D4D4 0%, #969696 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), radial-gradient(114.03% 141.42% at 0% 0%, #D4D4D4 0%, #969696 100%);
}
.page-template-mailing-list .loyalty-join-tiers.layout-columns .card-gold,
.page-template-nelios-verity-guest-loyalty .loyalty-join-tiers.layout-columns .card-gold {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), radial-gradient(114.03% 141.42% at 0% 0%, #CFB077 0%, #9D885F 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), -moz-radial-gradient(0% 0%, 114.03% 141.42%, #CFB077 0%, #9D885F 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), -o-radial-gradient(0% 0%, 114.03% 141.42%, #CFB077 0%, #9D885F 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), radial-gradient(114.03% 141.42% at 0% 0%, #CFB077 0%, #9D885F 100%);
}
.page-template-mailing-list .loyalty-overview-profile .member-card,
.page-template-nelios-verity-guest-loyalty .loyalty-overview-profile .member-card {
  -webkit-filter: drop-shadow(0px 10px 20px 0 rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 10px 20px 0 rgba(0, 0, 0, 0.2));
}
.page-template-mailing-list .nav-pills .nav-link,
.page-template-nelios-verity-guest-loyalty .nav-pills .nav-link {
  background: rgba(0, 0, 0, 0.05);
}
.page-template-mailing-list .nav-tabs .nav-link,
.page-template-nelios-verity-guest-loyalty .nav-tabs .nav-link {
  color: #a99366;
  font-weight: 700;
}
.page-template-mailing-list .sign-up-email-info,
.page-template-nelios-verity-guest-loyalty .sign-up-email-info {
  display: block !important;
}
.page-template-mailing-list #loyalty-overview .text-center > a[data-target="#loyalty-view-card"],
.page-template-nelios-verity-guest-loyalty #loyalty-overview .text-center > a[data-target="#loyalty-view-card"] {
  pointer-events: none;
}
.page-template-mailing-list #loyalty-benefits .table td,
.page-template-nelios-verity-guest-loyalty #loyalty-benefits .table td {
  color: rgba(0, 0, 0, 0.8);
}
.page-template-mailing-list #loyalty-benefits .table .tier-column,
.page-template-nelios-verity-guest-loyalty #loyalty-benefits .table .tier-column {
  width: auto;
  max-width: 6rem;
}
.page-template-mailing-list .tab-pane > .bg-white,
.page-template-mailing-list .tab-pane .card,
.page-template-mailing-list .tab-pane .row .col-md-5 > .bg-white,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-5 > .bg-white,
.page-template-mailing-list .tab-pane .row .col-md-6 > .bg-white,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-6 > .bg-white,
.page-template-mailing-list .tab-pane .row .col-md-7 > .bg-white,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-7 > .bg-white,
.page-template-nelios-verity-guest-loyalty .tab-pane > .bg-white,
.page-template-nelios-verity-guest-loyalty .tab-pane .card,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-5 > .bg-white,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-5 > .bg-white,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-6 > .bg-white,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-6 > .bg-white,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-7 > .bg-white,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-7 > .bg-white {
  background-color: #ffffff;
}
.page-template-mailing-list .tab-pane > .bg-white a:hover,
.page-template-mailing-list .tab-pane .card a:hover,
.page-template-mailing-list .tab-pane .row .col-md-5 > .bg-white a:hover,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-5 > .bg-white a:hover,
.page-template-mailing-list .tab-pane .row .col-md-6 > .bg-white a:hover,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-6 > .bg-white a:hover,
.page-template-mailing-list .tab-pane .row .col-md-7 > .bg-white a:hover,
.page-template-mailing-list .tab-pane .wp-block-columns .col-md-7 > .bg-white a:hover,
.page-template-nelios-verity-guest-loyalty .tab-pane > .bg-white a:hover,
.page-template-nelios-verity-guest-loyalty .tab-pane .card a:hover,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-5 > .bg-white a:hover,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-5 > .bg-white a:hover,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-6 > .bg-white a:hover,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-6 > .bg-white a:hover,
.page-template-nelios-verity-guest-loyalty .tab-pane .row .col-md-7 > .bg-white a:hover,
.page-template-nelios-verity-guest-loyalty .tab-pane .wp-block-columns .col-md-7 > .bg-white a:hover {
  color: #a99366 !important;
}
.page-template-mailing-list .list-group.dashboard-tiers .list-group-item,
.page-template-nelios-verity-guest-loyalty .list-group.dashboard-tiers .list-group-item {
  color: rgba(0, 0, 0, 0.8);
}
.page-template-mailing-list .list-group.dashboard-tiers .tier-code-silver .text-muted,
.page-template-nelios-verity-guest-loyalty .list-group.dashboard-tiers .tier-code-silver .text-muted {
  color: #f7f7f7 !important;
}
.page-template-mailing-list .list-group:not(.dashboard-tiers) .list-group-item,
.page-template-nelios-verity-guest-loyalty .list-group:not(.dashboard-tiers) .list-group-item {
  background-color: rgba(0, 0, 0, 0.01);
  border-color: rgba(19.125, 19.125, 19.125, 0.5);
}
.page-template-mailing-list .list-group:not(.dashboard-tiers) .list-group-item:nth-of-type(odd),
.page-template-nelios-verity-guest-loyalty .list-group:not(.dashboard-tiers) .list-group-item:nth-of-type(odd) {
  background-color: #191919;
}
.page-template-mailing-list .loyalty-dashboard-tabs .nav-link,
.page-template-nelios-verity-guest-loyalty .loyalty-dashboard-tabs .nav-link {
  color: #ffffff !important;
}
.page-template-mailing-list .loyalty-dashboard-tabs .nav-link:hover,
.page-template-nelios-verity-guest-loyalty .loyalty-dashboard-tabs .nav-link:hover {
  color: #a99366 !important;
}
.page-template-mailing-list .loyalty-dashboard-tabs .nav-link.active,
.page-template-nelios-verity-guest-loyalty .loyalty-dashboard-tabs .nav-link.active {
  background-color: rgba(255, 255, 255, 0.1);
}
.page-template-mailing-list .loyalty-dashboard-tabs .loyalty-logo img,
.page-template-nelios-verity-guest-loyalty .loyalty-dashboard-tabs .loyalty-logo img {
  content: url("/app/themes/electrahotels/src/img/electra-rewards-logo-white-300px.png");
}
.page-template-mailing-list .member-card,
.page-template-nelios-verity-guest-loyalty .member-card {
  position: relative;
}
.page-template-mailing-list .member-card::before, .page-template-mailing-list .member-card::after,
.page-template-mailing-list .member-card span::after,
.page-template-nelios-verity-guest-loyalty .member-card::before,
.page-template-nelios-verity-guest-loyalty .member-card::after,
.page-template-nelios-verity-guest-loyalty .member-card span::after {
  position: absolute;
  color: #ffffff;
  z-index: 1;
}
.page-template-mailing-list .member-card::before,
.page-template-nelios-verity-guest-loyalty .member-card::before {
  content: attr(data-name);
  top: 74%;
  left: 8.5%;
  font-weight: bold;
  font-size: 125%;
}
.page-template-mailing-list .member-card span::after, .page-template-mailing-list .member-card::after,
.page-template-nelios-verity-guest-loyalty .member-card span::after,
.page-template-nelios-verity-guest-loyalty .member-card::after {
  top: 84%;
  font-size: small;
}
.page-template-mailing-list .member-card span::after,
.page-template-nelios-verity-guest-loyalty .member-card span::after {
  content: attr(data-member-since);
  right: 25%;
}
.page-template-mailing-list .member-card::after,
.page-template-nelios-verity-guest-loyalty .member-card::after {
  content: attr(data-member-code);
  left: 9%;
}
.page-template-mailing-list .member-card.member-card-classic span::after, .page-template-mailing-list .member-card.member-card-classic::before, .page-template-mailing-list .member-card.member-card-classic::after, .page-template-mailing-list .member-card.member-card-white span::after, .page-template-mailing-list .member-card.member-card-white::before, .page-template-mailing-list .member-card.member-card-white::after,
.page-template-nelios-verity-guest-loyalty .member-card.member-card-classic span::after,
.page-template-nelios-verity-guest-loyalty .member-card.member-card-classic::before,
.page-template-nelios-verity-guest-loyalty .member-card.member-card-classic::after,
.page-template-nelios-verity-guest-loyalty .member-card.member-card-white span::after,
.page-template-nelios-verity-guest-loyalty .member-card.member-card-white::before,
.page-template-nelios-verity-guest-loyalty .member-card.member-card-white::after {
  color: #000000;
}
.page-template-mailing-list .modal .member-card::before, .page-template-mailing-list .modal .member-card::after,
.page-template-nelios-verity-guest-loyalty .modal .member-card::before,
.page-template-nelios-verity-guest-loyalty .modal .member-card::after {
  left: 11%;
}
.page-template-mailing-list .modal .member-card span::after,
.page-template-nelios-verity-guest-loyalty .modal .member-card span::after {
  right: 27%;
}

.verity-guest-loyalty-signed-in #nelios-popup-6365 {
  display: none;
}

.verity-guest-loyalty-menu-link {
  color: #000000;
}
.group-menu-wrapper .verity-guest-loyalty-menu-link {
  color: #ffffff;
}
.verity-guest-loyalty-menu-link a {
  line-height: 1.2rem;
  color: #a99366;
}
.verity-guest-loyalty-menu-link a:hover {
  color: #a99366;
}

.c-fixed_wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.c-fixed_target {
  position: absolute;
  top: -100vh;
  bottom: -100vh;
  right: 0;
  left: 0;
}

.c-fixed {
  position: absolute;
  top: -100vh;
  right: 0;
  left: 0;
}
html:not(.has-scroll-smooth) .c-fixed {
  top: 0;
}

.row-with-specific-content {
  z-index: 1;
}

.row-with-specific-content {
  padding-top: 3rem;
}
@media (min-width: 992px) {
  .row-with-specific-content {
    padding-top: 5rem;
  }
}

.verity-guest-loyalty-wrapper {
  background-color: #f7f7f7;
  z-index: 1;
}
.verity-guest-loyalty-wrapper .image-background {
  display: block;
  width: 100%;
  position: absolute;
  -webkit-transform: translateY(250px);
  -moz-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px);
  height: 100%;
  z-index: -1;
  background-size: cover;
}
@media (min-width: 1200px) {
  .verity-guest-loyalty-wrapper .image-background {
    height: 1000px;
    width: 90vw;
    background-color: #000000;
  }
  .verity-guest-loyalty-wrapper .image-background::before {
    content: "";
    background: #000000;
    width: 50%;
    height: 250px;
    left: 100%;
    top: 0;
    position: absolute;
    pointer-events: none;
  }
}

/*
* Use existing Bootstrap 4/5 classes and
* variables to extend - override CF7 style
*
* Useful CF7 classes:
* .wpcf7 the wrapper element
* .wpcf7-form
* .wpcf7-form-control
* .wpcf7-text
* .wpcf7-email
* .wpcf7-textarea
* .wpcf7-submit
*/
.wpcf7 {
  max-width: 600px;
  margin: 0 auto !important;
}
.wpcf7 .wpcf7-form p {
  margin-bottom: 1rem;
}
.wpcf7 .wpcf7-form label {
  width: 100%;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #dc3545;
}
.wpcf7 .wpcf7-validation-errors {
  color: #dc3545;
  border: 1px solid #e9ecef;
}

/*
 * Masonry
 */
.fill-light svg, .fill-light svg path {
  fill: #f8f9fa;
}
.fill-black svg, .fill-black svg path {
  fill: #000000;
}
.fill-white svg, .fill-white svg path {
  fill: #ffffff;
}
.fill-primary svg, .fill-primary svg path {
  fill: #000000;
}
.fill-secondary svg, .fill-secondary svg path {
  fill: #a99366;
}

.font-family-base {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

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

.font-size-xs {
  font-size: 0.75rem !important;
}

.font-size-sm {
  font-size: 0.875rem !important;
}

.font-size-base {
  font-size: 1rem !important;
}

.font-size-lg {
  font-size: 1.25rem !important;
}

.font-size-xl {
  font-size: 1.5rem !important;
}

.font-size-hg {
  font-size: 2rem !important;
}

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

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

.font-weight-semi-bold {
  font-weight: 600;
}

.font-weight-medium {
  font-weight: 500;
}

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

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

.bg-white-rgba-70 {
  background: rgba(255, 255, 255, 0.7) !important;
}

.bg-white-rgba-80 {
  background: rgba(255, 255, 255, 0.8) !important;
}

.helper.scroll-down {
  bottom: 5rem;
  left: 50%;
  font-size: 3rem;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.helper.scroll-top {
  text-indent: -99999rem;
  bottom: 3rem;
  right: 3rem;
  font-size: 3rem;
  z-index: 10;
  width: 3rem;
  height: 3rem;
}

.navbar-language-switcher .dropdown-menu {
  min-width: 3rem;
}

.cursor-pointer {
  cursor: pointer;
}

.parallax-background {
  background: fixed transparent center/cover no-repeat;
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-30 {
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  -ms-filter: "alpha(opacity=30)";
  filter: alpha(opacity=30);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.3);
  opacity: 0.3;
}

.opacity-60 {
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
  filter: alpha(opacity=60);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.6);
  opacity: 0.6;
}

body.admin-bar:not(.scrolled) .fixed-top {
  top: 2rem;
}
@media (min-width: 768px) {
  body.admin-bar .fixed-top {
    top: 2rem;
  }
}

.minw-100 {
  min-width: 100% !important;
}

.mw-110 {
  min-width: 6.875rem;
}

.minh-100 {
  min-height: 100% !important;
}

.minh-200 {
  min-height: 12.5rem;
}

.minh-336 {
  min-height: 21rem;
}

.minh-344 {
  min-height: 21.5rem;
}

.maxh-300 {
  max-height: 18.75rem;
}

.mh-336 {
  max-height: 21rem;
}

.maxh-360 {
  max-height: 22.75rem;
}

.maxw-350 {
  max-width: 21.875rem;
}

.position-full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.translate-center-top {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.translate-center-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.translate-center, .offer-template-default article .bg-white:before, .offer-template-default article .bg-white:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.translate-left-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

.translate-left-top, .embed-wrapper iframe,
.embed-wrapper object,
.embed-wrapper embed, .translate-left-top-corner {
  position: absolute;
  top: 0;
  left: 0;
}

.translate-right-top, .translate-right-top-corner {
  position: absolute;
  top: 0;
  right: 0;
}

.translate-left-top-corner {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.translate-right-top-corner {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.translate-right-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}

.translate-right {
  position: absolute;
  right: 0;
}

.translate-y-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.translate-x-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.translate-x-minus-100 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.translate-x-0 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.top-0, .page-template-mailing-list .row-blur::before,
.page-template-nelios-verity-guest-loyalty .row-blur::before {
  top: 0 !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.left-0, .page-template-mailing-list .row-blur::before,
.page-template-nelios-verity-guest-loyalty .row-blur::before {
  left: 0 !important;
}

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

.top-50 {
  top: 50% !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.left-50 {
  left: 50% !important;
}

.right-50 {
  right: 50% !important;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-10 {
  border-width: 10px !important;
}

.transform-origin-left-center {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

@media (min-width: 768px) {
  .font-size-md-sm {
    font-size: 0.875rem;
  }
  .font-size-md-base {
    font-size: 1rem !important;
  }
  .font-size-md-lg {
    font-size: 1.25rem;
  }
  .font-size-md-xl {
    font-size: 1.5rem;
  }
  .font-size-md-hg {
    font-size: 2rem;
  }
  .maxw-md-480 {
    max-width: 30rem;
  }
  .maxh-md-220 {
    max-height: 13.75rem;
  }
  .minh-md-360,
  .mh-md-360 {
    min-height: 22.5rem;
  }
}
@media (min-width: 992px) {
  .font-size-lg-sm {
    font-size: 0.875rem !important;
  }
  .font-size-lg-base {
    font-size: 1rem !important;
  }
  .font-size-lg-lg {
    font-size: 1.25rem !important;
  }
  .font-size-lg-xl {
    font-size: 1.5rem !important;
  }
  .font-size-lg-hg {
    font-size: 2rem !important;
  }
  .text-white-lg-70 {
    color: rgba(255, 255, 255, 0.7) !important;
  }
  .mh-lg-300 {
    min-height: 19rem;
  }
  .mh-lg-536 {
    min-height: 33.5rem;
  }
  .mh-lg-560 {
    min-height: 35rem;
  }
  .mh-lg-736 {
    min-height: 46rem;
  }
  .mh-lg-832 {
    min-height: 52rem;
  }
  .maxh-lg-220 {
    max-height: 13.75rem;
  }
  .maxh-lg-300 {
    max-height: 18.75rem;
  }
  .maxh-lg-360 {
    max-height: 22.5rem;
  }
  .maxh-lg-400 {
    max-height: 25rem;
  }
  .maxh-lg-480 {
    max-height: 30rem;
  }
  .maxh-lg-550 {
    max-height: 34.375rem;
  }
  .maxh-lg-560 {
    max-height: 35rem;
  }
  .maxh-lg-660 {
    max-height: 41.25rem;
  }
  .maxh-lg-870 {
    max-height: 54.375rem;
  }
  .mw-lg-100 {
    min-width: 6.25rem;
  }
  .mw-lg-300 {
    min-width: 18.75rem;
  }
  .mw-lg-360 {
    min-width: 22.5rem;
  }
  .mw-lg-400 {
    min-width: 25rem;
  }
  .mw-lg-440 {
    min-width: 27.5rem;
  }
  .mw-lg-560 {
    min-width: 35rem;
  }
  .mw-lg-640 {
    min-width: 40rem;
  }
  .maxw-lg-144 {
    max-width: 9rem;
  }
  .maxw-lg-264 {
    max-width: 16.5rem;
  }
  .maxw-lg-320 {
    max-width: 20rem;
  }
  .maxw-lg-384 {
    max-width: 24rem;
  }
  .maxw-lg-480 {
    max-width: 30rem;
  }
  .maxw-lg-500 {
    max-width: 31.25rem;
  }
  .maxw-lg-560 {
    max-width: 35rem;
  }
  .maxw-lg-600 {
    max-width: 37.5rem;
  }
  .maxw-lg-640 {
    max-width: 40rem;
  }
  .maxw-lg-680 {
    max-width: 42.5rem;
  }
  .maxw-lg-720 {
    max-width: 45rem;
  }
  .maxw-lg-800 {
    max-width: 50rem;
  }
  .maxw-lg-864 {
    max-width: 54rem;
  }
  .maxw-lg-1024 {
    max-width: 64rem;
  }
  .maxw-lg-1120 {
    max-width: 70rem;
  }
  .maxw-lg-1280 {
    max-width: 80rem;
  }
  .maxw-lg-1280 {
    max-width: 80rem;
  }
  .maxw-lg-1440 {
    max-width: 90rem;
  }
  .maxw-lg-1520 {
    max-width: 95rem;
  }
  .maxw-lg-1600 {
    max-width: 100rem;
  }
  .maxw-lg-1760 {
    max-width: 110rem;
  }
  .container-1040 {
    max-width: 65rem;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-1120 {
    max-width: 70rem;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .translate-lg-center-top {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
  .translate-lg-center-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .translate-lg-x-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .translate-lg-y-center {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .translate-lg-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .translate-lg-left-top {
    position: absolute;
    top: 0;
    left: 0;
  }
  .translate-lg-left-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .translate-lg-right {
    position: absolute;
    right: 0;
  }
  .translate-lg-right-top {
    position: absolute;
    top: 0;
    right: 0;
  }
  .translate-lg-right-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .transform-lg-origin-left-center {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
@media (min-width: 1200px) {
  .mh-xl-480 {
    min-height: 30rem;
  }
  .mh-xl-640 {
    min-height: 40rem;
  }
  .mh-xl-560 {
    min-height: 35rem;
  }
  .translate-xl-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
a.skip-link {
  z-index: 1000;
  top: 0;
  right: 0;
}

.wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .wrapper-xl {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .wrapper-xxl {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.wp-caption {
  font-size: inherit;
}

.wp-caption-text {
  font-size: inherit;
}

.alignleft {
  margin-right: 30px;
}

.alignright {
  margin-left: 30px;
}

#mc_embed_signup .mce_inline_error {
  margin: 0;
}

.wpcf7 {
  max-width: 100%;
}

.embed-wrapper {
  padding-bottom: 56.25%;
}
.fill img,
.fill picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.z-1 {
  z-index: 1000;
}

.z-2 {
  z-index: 1020;
}

.z-3 {
  z-index: 1030;
}

.z-4 {
  z-index: 1040;
}

.z-5 {
  z-index: 1050;
}

.z-6 {
  z-index: 1050;
}

.z-7 {
  z-index: 1060;
}

.z-8 {
  z-index: 1070;
}

.z--1 {
  z-index: -1;
}

/*
 * Masonry
 */
.page-gallery .gallery-gutter-sizer,
.masonry-gallery .gallery-gutter-sizer {
  width: -moz-calc(30px / 1);
  width: calc(30px / 1);
  margin-bottom: -moz-calc(30px / 1);
  margin-bottom: calc(30px / 1);
}
.page-gallery .gallery-item-sizer,
.page-gallery .gallery-item,
.masonry-gallery .gallery-item-sizer,
.masonry-gallery .gallery-item {
  margin-bottom: -moz-calc(30px / 1);
  margin-bottom: calc(30px / 1);
  width: -moz-calc((100% - 30px / 1 * (1 - 1)) / 1);
  width: calc((100% - 30px / 1 * (1 - 1)) / 1);
}
@media (min-width: 768px) {
  .page-gallery .gallery-item-sizer,
  .page-gallery .gallery-item,
  .masonry-gallery .gallery-item-sizer,
  .masonry-gallery .gallery-item {
    width: -moz-calc((100% - 30px / 1 * (2 - 1)) / 2);
    width: calc((100% - 30px / 1 * (2 - 1)) / 2);
  }
}
@media (min-width: 992px) {
  .page-gallery .gallery-item-sizer,
  .page-gallery .gallery-item,
  .masonry-gallery .gallery-item-sizer,
  .masonry-gallery .gallery-item {
    width: -moz-calc((100% - 30px / 1 * (2 - 1)) / 2);
    width: calc((100% - 30px / 1 * (2 - 1)) / 2);
  }
}
@media (min-width: 1200px) {
  .page-gallery .gallery-item-sizer,
  .page-gallery .gallery-item,
  .masonry-gallery .gallery-item-sizer,
  .masonry-gallery .gallery-item {
    width: -moz-calc((100% - 30px / 1 * (3 - 1)) / 3);
    width: calc((100% - 30px / 1 * (3 - 1)) / 3);
  }
}
.page-gallery .gallery-banner,
.masonry-gallery .gallery-banner {
  pointer-events: none;
  position: absolute;
  padding: 2rem 0.5rem;
  left: 0;
  top: 0;
  z-index: 2;
}

/*
 * First Slideshow
 */
.flickity-enabled.slideshow {
  max-height: 100vh;
}
.flickity-enabled.slideshow.first-slideshow {
  overflow: hidden;
}
.flickity-enabled.slideshow.first-slideshow .slideshow-cell {
  width: 100vw;
}
body.ie11 .flickity-enabled.slideshow.first-slideshow .slideshow-cell {
  top: 0;
}
.flickity-enabled.slideshow.first-slideshow .slideshow-cell img {
  min-width: 100%;
  min-height: 100%;
}
@media (orientation: landscape) {
  .flickity-enabled.slideshow.first-slideshow .slideshow-cell img.wpsmartcrop-rendered {
    height: 100vh;
  }
}
@media (orientation: portrait) {
  .flickity-enabled.slideshow.first-slideshow .slideshow-cell img.wpsmartcrop-rendered {
    height: 100vw;
  }
}
.flickity-enabled.slideshow.is-fade .flickity-slider .slideshow-cell {
  -webkit-transition: opacity 3s linear !important;
  -o-transition: opacity 3s linear !important;
  -moz-transition: opacity 3s linear !important;
  transition: opacity 3s linear !important;
}
.first-slideshow-slogan {
  z-index: 1;
}

.grecaptcha-badge {
  width: 0 !important;
}

.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: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  -moz-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-height: -moz-calc(100% - 1rem);
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: -moz-calc(100vh - 1rem);
  max-height: calc(100vh - 1rem);
  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: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: -moz-calc(100% - 1rem);
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: -moz-calc(100vh - 1rem);
  height: calc(100vh - 1rem);
  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;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-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: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-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);
  border-radius: 0;
  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.5;
}

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

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

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

.modal-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.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.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: -moz-calc(100% - 3.5rem);
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: -moz-calc(100vh - 3.5rem);
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: -moz-calc(100% - 3.5rem);
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: -moz-calc(100vh - 3.5rem);
    height: calc(100vh - 3.5rem);
    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: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.vh {
  height: 100dvh;
}

.minw-150 {
  min-width: 9.375rem;
}

.maxw-360 {
  max-width: 22.5rem;
}

html {
  overflow-x: hidden !important;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

body {
  overflow-x: hidden;
}

.bg-light-gray {
  background-color: #f7f7f7;
}

.custom-title-1 {
  font-size: 32px !important;
  font-weight: 600;
  line-height: normal;
}

.custom-title-2 {
  font-size: 36px !important;
  font-weight: 400;
  line-height: normal;
}

.custom-subtitle-1,
.custom-subtitle-2 {
  font-weight: 400;
  line-height: normal;
}

.custom-subtitle-1 {
  font-size: 28px !important;
}

.custom-subtitle-2 {
  font-size: 22px !important;
}

.custom-text-1 {
  font-size: 22px !important;
  line-height: normal;
}

@media (min-width: 1600px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1600px;
  }
}

a {
  color: #a99366;
  opacity: 1;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:hover {
  text-decoration: none;
}

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

ul,
ol {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

.site-footer .social-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.site-footer .group-icon svg {
  height: 31px;
  width: 31px;
}
.site-footer a:not(.social-icon) {
  color: #a99366;
}
@media (min-width: 768px) {
  .site-footer ul.social {
    border-bottom: 0;
  }
  .site-footer .social-border {
    border: none;
  }
}

.social-icon {
  color: #000000;
}
.social-icon:hover {
  color: #a99366;
}
.social-icon svg {
  height: 32px;
  width: 32px;
}
.social-icon svg path {
  fill: currentColor;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.footer-links {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-links a picture,
.footer-links a img {
  height: auto;
  max-width: 120px;
  width: 100%;
}
.footer-links a:not(:last-child)::after {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  width: 1px;
}
@media (min-width: 768px) {
  .footer-links {
    border-bottom: 0;
  }
}

#footer-bottom-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  #footer-bottom-menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  #footer-bottom-menu li {
    border-bottom: 0;
  }
}

.logos {
  width: 100%;
  z-index: 5;
}
.logos::before {
  background: #000000;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
}
.hotel-page .logos::before {
  background: #fff;
}
.hotel-page .is-open .logos::before {
  background: #a99366;
}
.is-open .logos {
  z-index: 100;
}
@media (min-width: 1200px) {
  .logos {
    width: auto;
  }
  .logos::before {
    display: none;
  }
}

.group-logo {
  padding: 14px 0;
}
.group-logo svg {
  height: 51px;
  width: 160px;
}
.group-logo svg path {
  fill: #ffffff;
}
@media (min-width: 1200px) {
  .group-logo {
    background: #000000;
  }
}

.group-logo-vertical svg {
  height: 51px;
  width: 51px;
}
.group-logo-vertical svg path {
  fill: #ffffff;
}
.group-logo-vertical div {
  font-size: 0.7rem;
  line-height: 1;
}
@media (min-width: 1200px) {
  .group-logo-vertical {
    background: #000000;
  }
}

.icon-telephone svg {
  height: 24px;
  width: 21px;
}
.icon-telephone svg path {
  fill: #000000;
}
.is-open .icon-telephone {
  display: none;
}

.hotel-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hotel-logo svg {
  height: 100%;
  max-height: 60px;
  max-width: 150px;
  width: 100%;
}
@media (max-width: 500px) {
  .hotel-logo svg {
    max-width: 120px;
  }
}
.hotel-logo svg path {
  fill: #a99366;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.is-open .hotel-logo svg path {
  fill: #fff;
}
@media (min-width: 1200px) {
  .hotel-logo {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .hotel-logo svg {
    max-height: 98px;
  }
  .hotel-logo svg path {
    fill: #a99366;
  }
  .is-open .hotel-logo svg path {
    fill: #a99366;
  }
}

.primary-menu a {
  color: #ffffff;
  line-height: 1;
  padding: 0.5rem 1rem;
}
.primary-menu.primary-menu-hotel a {
  color: #a99366;
}

.navbar-language-switcher a {
  color: #ffffff;
  font-size: 0.875rem;
}
.navbar-language-switcher a.dropdown-toggle {
  border: 1px solid currentColor;
  line-height: 1;
  padding: 0.7rem 0.8rem;
}
.navbar-language-switcher a.dropdown-toggle::after {
  display: none;
}
.navbar-language-switcher a:hover {
  opacity: 1;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .hotel-page .navbar-language-switcher a {
    color: #000000;
  }
}
.navbar-language-switcher .dropdown-menu {
  background: #000000;
  border: 1px solid #ffffff;
  min-width: 42.84px;
}
.navbar-language-switcher .dropdown-menu a {
  padding: 0.7rem 0.8rem;
  text-align: center;
}
.hotel-page .navbar-language-switcher .dropdown-menu {
  background: #ffffff;
  border-color: #000000;
}
.hotel-page .navbar-language-switcher .dropdown-menu a {
  color: #000000;
}

.site > [data-scroll-container] {
  padding-top: 70px;
}
@media (min-width: 1200px) {
  .site > [data-scroll-container] {
    padding-top: 108px;
  }
}

.group-menu-wrapper {
  background: #000000;
  height: 70px;
}
.hotel-page .group-menu-wrapper {
  background: #ffffff;
  border-bottom: 1px solid rgba(242, 242, 242, 0.4);
  padding-left: 0;
}
.hotel-page .group-menu-wrapper .navbar-nav li a {
  color: #fff;
}
.group-menu-wrapper .navbar-nav {
  display: block;
  list-style: none;
  padding-bottom: 1.5rem;
  padding-top: 2.5rem;
  padding-left: 3rem;
}
.group-menu-wrapper .navbar-nav li {
  position: relative;
}
.group-menu-wrapper .navbar-nav li a {
  color: #a99366;
}
.group-menu-wrapper .navbar-nav li a::after {
  background: #a99366;
  bottom: 2px;
  content: "";
  height: 2px;
  left: 0;
  min-width: 40px;
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.group-menu-wrapper .navbar-nav li a:hover {
  color: #fff;
}
.hotel-page .group-menu-wrapper .navbar-nav li a:hover {
  color: #000000;
}
.group-menu-wrapper .navbar-nav li.current-menu-item a::after {
  opacity: 1;
}
.group-menu-wrapper .hotels-list-wrapper {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  padding-left: 3rem;
}
@media (min-width: 1200px) {
  .group-menu-wrapper {
    border-bottom: 1px solid rgba(242, 242, 242, 0.2);
    min-height: 108px;
  }
  .group-menu-wrapper .navbar-nav {
    margin-bottom: 0;
    padding: 0;
  }
  .group-menu-wrapper .navbar-nav li a {
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .group-menu-wrapper .navbar-nav li a::after {
    bottom: -3px;
    height: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(0);
    -moz-transform: translateX(-50%) scaleX(0);
    -ms-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
  }
  .group-menu-wrapper .navbar-nav li a:hover {
    color: #a99366;
  }
  .group-menu-wrapper .navbar-nav li a:hover::after {
    opacity: 1;
    -webkit-transform: translateX(-50%) scaleX(1);
    -moz-transform: translateX(-50%) scaleX(1);
    -ms-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
  }
  .group-menu-wrapper .navbar-nav li.current-menu-item a {
    color: #a99366;
  }
  .group-menu-wrapper .navbar-nav li.current-menu-item a::after {
    opacity: 1;
    -webkit-transform: translateX(-50%) scaleX(1);
    -moz-transform: translateX(-50%) scaleX(1);
    -ms-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
  }
  .hotel-page .group-menu-wrapper .navbar-nav li a {
    color: #a99366;
  }
}

.all-menus-wrapper {
  background: #a99366;
  height: -moz-calc(100vh - 70px);
  height: calc(100vh - 70px);
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-100vh);
  -moz-transform: translateY(-100vh);
  -ms-transform: translateY(-100vh);
  transform: translateY(-100vh);
  width: 100%;
  z-index: 10;
  overflow: auto;
}
@media (min-width: 1200px) {
  .all-menus-wrapper {
    background: none;
    height: 100%;
    position: static;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    width: auto;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    overflow: initial;
  }
}
.is-open .all-menus-wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(223, 223, 223, 0.2);
}

.wrapper-menu-primary {
  background: #000000;
  width: 100%;
}
.wrapper-menu-primary .primary-menu li {
  font-size: 1rem;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.hotel-page .wrapper-menu-primary {
  background: #a99366;
}
@media (min-width: 1200px) {
  .wrapper-menu-primary {
    width: auto;
  }
  .wrapper-menu-primary .primary-menu li {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .hotel-page .wrapper-menu-primary {
    background: transparent;
  }
}

.hotels-list-wrapper .hotels-list {
  list-style: none;
}
.hotels-list-wrapper .hotels-list li {
  display: block;
}
.hotels-list-wrapper .hotels-list a {
  display: block;
  line-height: 1;
  padding: 0.4rem 0;
}

.bottom-links-wrapper {
  background: #a99366;
  width: 100%;
}
.bottom-links-wrapper .rewards svg,
.bottom-links-wrapper .offers svg {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 38px;
  width: 38px;
}
.bottom-links-wrapper > a {
  opacity: 0;
}
@media (min-width: 1200px) {
  .bottom-links-wrapper {
    background: none;
    width: auto;
  }
  .bottom-links-wrapper > a {
    opacity: 1;
  }
}

.rewards-footer-wrapper {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
@media (min-width: 768px) {
  .rewards-footer-wrapper {
    padding-top: 14rem !important;
    padding-bottom: 8rem !important;
  }
  .rewards-footer-wrapper::after {
    position: absolute;
    left: 50%;
    top: -15%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 28rem;
    height: 28rem;
    background: url("../svg/shell.svg") no-repeat;
  }
}

@media (min-width: 768px) {
  .page-rewards-listing .card {
    border: none;
  }
}
@media (min-width: 768px) {
  .page-rewards-listing .card button {
    pointer-events: none;
  }
}
.page-rewards-listing .card button span.minus, .page-rewards-listing .card button span.plus {
  top: 0;
  right: 0;
}
.page-rewards-listing .card button span.minus svg, .page-rewards-listing .card button span.plus svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}
.page-rewards-listing .card button[aria-expanded=true] .minus {
  display: block;
}
.page-rewards-listing .card button[aria-expanded=true] .plus {
  display: none;
}
.page-rewards-listing .card .card-text li, .page-rewards-listing .card .page-template-mailing-list .page-benefits-textarea ul li, .page-template-mailing-list .page-benefits-textarea .page-rewards-listing .card ul li,
.page-rewards-listing .card .page-template-nelios-verity-guest-loyalty .page-benefits-textarea ul li,
.page-template-nelios-verity-guest-loyalty .page-benefits-textarea .page-rewards-listing .card ul li {
  list-style: none;
  text-indent: 0.5rem;
}
.page-rewards-listing .card .card-text li:before, .page-rewards-listing .card .page-template-mailing-list .page-benefits-textarea ul li:before, .page-template-mailing-list .page-benefits-textarea .page-rewards-listing .card ul li:before,
.page-rewards-listing .card .page-template-nelios-verity-guest-loyalty .page-benefits-textarea ul li:before,
.page-template-nelios-verity-guest-loyalty .page-benefits-textarea .page-rewards-listing .card ul li:before {
  content: "-";
  position: relative;
  left: -0.5rem;
}
.page-rewards-listing .col-order::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #303030;
  left: 0;
  position: absolute;
  top: 1rem;
}

.offer-template-default article {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.offer-template-default article .bg-white:before, .offer-template-default article .bg-white:after {
  content: "";
  width: 25%;
  height: 3px;
  background: #a99366;
}
.offer-template-default article .bg-white:before {
  top: 0;
}
.offer-template-default article .bg-white:after {
  top: 100%;
}
@media (min-width: 768px) {
  .offer-template-default article {
    padding-top: 6.25rem;
    padding-bottom: 4rem;
  }
  .offer-template-default article:before {
    content: "";
    width: 100vw;
    height: 100%;
    background: #ffffff;
    top: 0;
    left: 100%;
    position: absolute;
  }
}
.offer-template-default .offers-extra-content-wrapper li {
  font-size: 1.15rem;
  list-style: none;
  position: relative;
  margin-left: 2rem;
  margin-bottom: 1.3rem;
}
.offer-template-default .offers-extra-content-wrapper li:before {
  content: "";
  width: 1rem;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 0.8rem;
  left: -1.5rem;
}

.burger-button {
  cursor: pointer;
  padding: 0.5rem 0 0.5rem 0.5rem;
}
.burger-button svg {
  height: 17px;
  width: 28px;
}
.is-open .burger-button {
  display: none;
  opacity: 0;
  position: absolute;
}
.hotel-page .burger-button svg path {
  fill: #000000;
  stroke: #000000;
  stroke-width: 0.5px;
}

.icon-close-wrapper {
  cursor: pointer;
  display: none;
  margin-left: 0.5rem;
  padding: 0.5rem 0 0.5rem 1rem;
}
.icon-close-wrapper svg {
  height: 14px;
  width: 14px;
}
.is-open .icon-close-wrapper {
  display: block;
}

#navbar-language-switcher {
  display: none;
}
@media (min-width: 1200px) {
  #navbar-language-switcher {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1rem;
  }
}

#navbar-language-switcher-secondary {
  display: none;
}
.is-open #navbar-language-switcher-secondary {
  display: block;
  margin-left: auto;
}
@media (min-width: 1200px) {
  #navbar-language-switcher-secondary {
    display: none !important;
  }
}

.inline-group-logo-wrapper {
  display: none;
}
.hotel-page .inline-group-logo-wrapper {
  background: #000000;
  display: block;
}
.hotel-page .inline-group-logo-wrapper svg {
  height: 32px;
  width: 32px;
}

.group-logo-inline {
  opacity: 0;
  padding-bottom: 7px;
  padding-top: 7px;
}
.group-logo-inline > div {
  font-size: 0.8rem;
  line-height: 1;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.box-menu-wrapper {
  height: 100dvh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1030;
  -webkit-transform: translateY(-103%);
  -moz-transform: translateY(-103%);
  -ms-transform: translateY(-103%);
  transform: translateY(-103%);
  opacity: 0;
}

.map-wrapper-inner {
  position: relative;
}
.map-wrapper-inner::after {
  background: rgba(169, 147, 102, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  width: 100%;
}

.box-menu-content {
  display: grid;
  height: 100%;
  grid-template-columns: 19.9121522694% 30.0146412884% auto;
  grid-template-rows: 53.664921466% auto;
  position: relative;
  width: 100%;
}
.box-menu-content .hotels-list-wrapper {
  grid-column: 1/2;
  grid-row: 1/2;
}
.box-menu-content .the-map-wrapper {
  grid-column: 2/3;
  grid-row: 1/2;
}
.box-menu-content .the-map-wrapper::after {
  background: rgba(169, 147, 102, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  width: 100%;
}
.box-menu-content .social-wrapper {
  background: #000000;
  grid-column: 1/2;
  grid-row: 2/3;
}
.box-menu-content .social-wrapper .social-icon {
  color: #ffffff;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}
.box-menu-content .social-wrapper .social-icon:hover {
  color: #a99366;
}
.box-menu-content .apps-wrapper {
  grid-column: 2/3;
  grid-row: 2/3;
}
.box-menu-content .apps-wrapper img {
  max-width: 400px;
}
.box-menu-content .main-menu-wrapper {
  background: #000000;
  grid-column: 3/4;
  grid-row: 1/3;
}
.box-menu-content .close-btn {
  cursor: pointer;
  right: 10px;
  top: 10px;
  padding: 20px;
}
.box-menu-content .primary-menu {
  counter-reset: section;
}
.box-menu-content .primary-menu li {
  color: #a99366;
  position: relative;
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}
.box-menu-content .primary-menu li::before {
  counter-increment: section;
  color: currentColor;
  opacity: 0.7;
  display: block;
  position: absolute;
  left: -25px;
  top: 1px;
  font-size: 0.75rem;
  pointer-events: none;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.box-menu-content .primary-menu li:hover {
  color: #ffffff;
}
.box-menu-content .primary-menu a {
  color: currentColor;
  font-size: 2rem;
  width: 100%;
}

.full-width {
  left: 50%;
  margin-left: -50vw;
  position: relative;
  width: 100vw;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-1 {
  opacity: 0.2 !important;
}

.opacity-2 {
  opacity: 0.4 !important;
}

.opacity-3 {
  opacity: 0.6 !important;
}

.opacity-4 {
  opacity: 0.8 !important;
}

.opacity-5 {
  opacity: 1 !important;
}

.rating-wrapper {
  -webkit-font-smoothing: antialiased;
}
.rating-wrapper .title,
.rating-wrapper .subtitle {
  font-size: 0.75rem;
}
.rating-wrapper .value {
  font-size: 3rem;
}
.rating-wrapper .stars-wrapper {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMjAgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MTYuMDAwMDAwLCAtMjE5LjAwMDAwMCkiIGZpbGw9IiNEREREREQiPiAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQxMi41MDAwMDAsIDE3NC4wMDAwMDApIj4gICAgICAgICAgICAgICAgPGcgaWQ9IkxpbmtzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjUwMDAwMCwgMzguNTAwMDAwKSI+ICAgICAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjUwMDAwMCwgMS41MDAwMDApIj4gICAgICAgICAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MC4wMDAwMDAsIDUuMDAwMDAwKSI+ICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik02OS40MzYyNDE5LDAgTDY3LjExMDA4ODEsNC42MTUzODQ2MiBMNjIuNDk0NzAzNSw0LjkyMTE1Mzg1IEw2NS45NTE2MjY2LDguODI4MDc2OTIgTDY0Ljg1NjYyNjYsMTMuODQ2MTUzOCBMNjkuNDA3Mzk1OCwxMS4wNzU3NjkyIEw3NC4wMzMxNjUsMTMuODQ2MTUzOCBMNzIuODYzMTY1LDguODI4MDc2OTIgTDc2LjM0MDg1NzMsNC44NDk2MTUzOCBMNzEuNzI2NjI2Niw0LjYxNTM4NDYyIEw2OS40MzYyNDE5LDAiPjwvcGF0aD4gICAgICAgICAgICAgICAgICAgICAgICA8L2c+ICAgICAgICAgICAgICAgICAgICA8L2c+ICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
  background-position: 0 50%;
  background-repeat: repeat-x;
  background-size: 30px 20px;
  color: transparent;
  cursor: default;
  height: 20px;
  width: 140px;
}
.rating-wrapper .stars-wrapper .actual-rating {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMjAgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MTYuMDAwMDAwLCAtMjE5LjAwMDAwMCkiIGZpbGw9IiNhOTkzNjYiPiAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQxMi41MDAwMDAsIDE3NC4wMDAwMDApIj4gICAgICAgICAgICAgICAgPGcgaWQ9IkxpbmtzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjUwMDAwMCwgMzguNTAwMDAwKSI+ICAgICAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjUwMDAwMCwgMS41MDAwMDApIj4gICAgICAgICAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MC4wMDAwMDAsIDUuMDAwMDAwKSI+ICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik02OS40MzYyNDE5LDAgTDY3LjExMDA4ODEsNC42MTUzODQ2MiBMNjIuNDk0NzAzNSw0LjkyMTE1Mzg1IEw2NS45NTE2MjY2LDguODI4MDc2OTIgTDY0Ljg1NjYyNjYsMTMuODQ2MTUzOCBMNjkuNDA3Mzk1OCwxMS4wNzU3NjkyIEw3NC4wMzMxNjUsMTMuODQ2MTUzOCBMNzIuODYzMTY1LDguODI4MDc2OTIgTDc2LjM0MDg1NzMsNC44NDk2MTUzOCBMNzEuNzI2NjI2Niw0LjYxNTM4NDYyIEw2OS40MzYyNDE5LDAiPjwvcGF0aD4gICAgICAgICAgICAgICAgICAgICAgICA8L2c+ICAgICAgICAgICAgICAgICAgICA8L2c+ICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
  background-position: inherit;
  background-repeat: repeat-x;
  background-size: inherit;
  color: transparent;
  font-size: 0;
  height: inherit;
}

.wrapper {
  padding: 0;
  margin-bottom: 3rem;
  margin-top: 3rem;
  position: relative;
}
.blog .wrapper {
  margin-top: 0;
}

.header-background {
  display: none;
}
body.hotel-group-page .header-background {
  background: #000000;
  display: block;
  height: 350px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body.page-template-history .header-background {
  height: 700px;
}
body.page-template-default:not(.home) .header-background {
  height: 178px;
  height: 178px;
}
body.page-template-destinations .header-background {
  height: 470px;
}
body.page-template-hotels .header-background {
  height: 550px;
}
body.blog .header-background {
  height: 240px;
}
.header-background body.hotel-page {
  display: none;
}
body.page-template-rewards .header-background {
  height: 530px !important;
}
@media (min-width: 768px) {
  .header-background {
    height: 460px;
  }
  body.page-template-experiences .header-background {
    height: 350px;
  }
  body.page-template-destinations .header-background {
    height: 570px;
  }
  body.page-template-rewards .header-background {
    height: 490px !important;
  }
}
@media (min-width: 992px) {
  body.page-template-experiences .header-background {
    height: 390px;
  }
  body.page-template-rewards .header-background {
    height: 440px !important;
  }
}
@media (min-width: 1200px) {
  body.blog .header-background, body.archive .header-background, body.page-template-experiences .header-background {
    height: 430px;
  }
  body.page-template-career .header-background {
    height: 480px;
  }
  body.page-template-rewards .header-background {
    height: 520px !important;
  }
}
@media (min-width: 1600px) {
  .header-background {
    height: 700px;
  }
  body.page-template-rewards .header-background {
    height: 500px !important;
  }
}

.hotel-group-page .hero-image-container::before {
  background: #000000;
  bottom: 50%;
  content: "";
  height: 200%;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  width: 100vw;
  z-index: -1;
}

@media (min-width: 992px) {
  .hero-image-container {
    max-width: none;
    padding: 0;
  }
  .hero-image-container .helper {
    max-height: 1080px;
    width: 90vw;
  }
}

.wrapper-first-slideshow {
  z-index: 1;
}

.hotel-page .wrapper-first-slideshow::before {
  content: none;
}

.home .entry-title {
  opacity: 0;
  position: absolute;
  font-size: 0.1px;
  left: -99999rem;
  z-index: -100;
}

.wp-block-columns,
.wp-block-column:not(:first-child) {
  margin: 0;
}

.wp-block-image figcaption {
  font-size: 1rem;
  text-align: center;
}

.single-post .entry-content img {
  height: auto;
  width: 100%;
}
.single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content h4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content h4 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.single-post .entry-meta {
  font-size: 1.15rem;
}

.entry-content p {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .entry-content p {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.entry-content ul {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .entry-content ul {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.bg-gray {
  background-color: #f7f7f7 !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-black-rgba-70 {
  background: rgba(0, 0, 0, 0.7);
}

.bg-black-rgba-80 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.bg-gray-2 {
  background-color: rgba(223, 223, 223, 0.25);
}

.gallery-navbar .nav-link.active {
  color: #000000;
}

@media (min-width: 768px) {
  .gallery-navbar .nav-link.active:after, .gallery-navbar .nav-link.active:before {
    content: "";
    width: 100%;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    position: absolute;
    left: 0;
  }
  .gallery-navbar .nav-link.active:after {
    bottom: -0.1rem;
  }
  .gallery-navbar .nav-link.active:before {
    top: 0;
  }
}
.not-sure {
  height: 75vh;
  left: 50%;
  max-width: 485px;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -200vh);
  -moz-transform: translate(-50%, -200vh);
  -ms-transform: translate(-50%, -200vh);
  transform: translate(-50%, -200vh);
  width: 100vw;
  z-index: 1040;
}
.not-sure.is-active {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.not-sure.is-active::before {
  opacity: 1;
}
.not-sure.is-active .shell-wrapper svg {
  -webkit-animation: rotating 240s linear infinite;
  -moz-animation: rotating 240s linear infinite;
  animation: rotating 240s linear infinite;
}
.not-sure::before {
  content: "";
  display: block;
  position: fixed;
  opacity: 0;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.not-sure-content .close-icon {
  cursor: pointer;
  padding: 20px;
  top: 0;
  right: 0;
}
.not-sure-content .shell-wrapper {
  height: 22.8125rem;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -8.3125rem);
  -moz-transform: translate(-50%, -8.3125rem);
  -ms-transform: translate(-50%, -8.3125rem);
  transform: translate(-50%, -8.3125rem);
  width: 22.8125rem;
  z-index: -1;
}
.not-sure-content .shell-wrapper svg {
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.not-sure-content .shell-wrapper svg path {
  fill: #a99366;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotating {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.not-sure-popup-content {
  font-size: 1.125rem;
  line-height: 1.4;
}
.not-sure-popup-content .square-wrapper {
  height: auto;
  max-width: 400px;
}
.not-sure-popup-content .square {
  border-radius: 6px;
  height: 144px;
  width: 144px;
}
.not-sure-popup-content .square .line {
  height: 2px;
  left: 30px;
  margin: 0 auto;
  right: 30px;
  top: 16px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.not-sure-popup-content .square:nth-child(3) .line, .not-sure-popup-content .square:nth-child(4) .line {
  top: initial;
  bottom: 16px;
}
.not-sure-popup-content .square:nth-child(3) a:hover ~ .line, .not-sure-popup-content .square:nth-child(4) a:hover ~ .line {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}
.not-sure-popup-content .square .label {
  font-size: 0.9rem;
}
.not-sure-popup-content .square a {
  top: 0;
  left: 0;
  z-index: 1;
}
.not-sure-popup-content .square a:hover ~ .line {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}
.not-sure-popup-content .icon img {
  height: 30px;
  width: 30px;
}

.contact-label:before {
  content: "- ";
}
.contact-label:after {
  content: ": ";
}

.hotels-accordion .hotel-item {
  border-bottom: 1px solid #a99366;
}
.hotels-accordion .hotel-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  color: #a99366;
}
.hotels-accordion .hotel-toggle .minus, .hotels-accordion .hotel-toggle .plus {
  width: 1rem;
  fill: currentColor;
}
.hotels-accordion .hotel-toggle .minus {
  display: none;
}
.hotels-accordion .hotel-toggle[aria-expanded=true] {
  color: #000000;
}
.hotels-accordion .hotel-toggle[aria-expanded=true] .minus {
  display: block;
}
.hotels-accordion .hotel-toggle[aria-expanded=true] .plus {
  display: none;
}

.map-wrapper {
  padding-top: 50%;
}

.map-wrapper {
  height: 0;
  overflow: hidden;
}
.map-wrapper .map-wrapper-inner {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: #f8f9fa;
}

.single-map-wrapper {
  height: 500px;
}
.single-map-wrapper > div {
  height: 100%;
  width: 100%;
}

.contact-single-content {
  padding-top: 1rem;
}
@media (min-width: 1200px) {
  .contact-single-content {
    padding-top: 4rem;
    padding-left: 4rem;
  }
}

.room-list-image {
  padding-top: 61%;
  overflow: hidden;
  height: 0;
}
.room-list-image a {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.room-list-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 50%;
  height: 1px;
  background-color: #a99366;
}

.room-feature .add-to-compare {
  background-color: transparent;
}
.room-feature .add-to-compare:hover {
  color: #a99366;
}
.room-feature .room-feature-icon {
  height: 1.25rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.25rem;
}
.room-feature .room-feature-icon.checked {
  display: none;
}
.room-feature .room-feature-icon svg {
  width: 1.25rem;
}
.room-feature .is-selected .room-feature-icon.checked {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.room-feature .is-selected .room-feature-icon.unchecked {
  display: none;
}

.room-list-link {
  margin-left: 2.25rem;
}

.room-list-button:first-child {
  margin-right: 1rem;
}
@media (min-width: 992px) {
  .room-list-button:first-child {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.submit-room-compare {
  background-color: #000000;
  border: none;
  border-radius: 20rem;
  height: 4rem;
  font-size: 1rem;
  right: 1rem;
  top: -moz-calc(50% - 2rem);
  top: calc(50% - 2rem);
  -webkit-transform: translateX(10rem);
  -moz-transform: translateX(10rem);
  -ms-transform: translateX(10rem);
  transform: translateX(10rem);
  -webkit-transition: background-color 200ms ease, -webkit-transform 350ms cubic-bezier(0.9, 0.03, 0.16, 0.97);
  transition: background-color 200ms ease, -webkit-transform 350ms cubic-bezier(0.9, 0.03, 0.16, 0.97);
  -o-transition: background-color 200ms ease, transform 350ms cubic-bezier(0.9, 0.03, 0.16, 0.97);
  -moz-transition: background-color 200ms ease, transform 350ms cubic-bezier(0.9, 0.03, 0.16, 0.97), -moz-transform 350ms cubic-bezier(0.9, 0.03, 0.16, 0.97);
  transition: background-color 200ms ease, transform 350ms cubic-bezier(0.9, 0.03, 0.16, 0.97);
  transition: background-color 200ms ease, transform 350ms cubic-bezier(0.9, 0.03, 0.16, 0.97), -webkit-transform 350ms cubic-bezier(0.9, 0.03, 0.16, 0.97), -moz-transform 350ms cubic-bezier(0.9, 0.03, 0.16, 0.97);
  margin: 0 auto;
  line-height: 1.3;
  width: 4rem;
  z-index: 10;
}
.submit-room-compare svg {
  height: 20px;
  fill: currentColor;
  width: 20px;
}
.submit-room-compare:hover {
  background-color: #495057;
}
.submit-room-compare.is-active {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.submit-room-compare.is-loading {
  cursor: not-allowed;
  position: relative;
  -webkit-animation: breathing 1s infinite;
  -moz-animation: breathing 1s infinite;
  animation: breathing 1s infinite;
}
@-webkit-keyframes breathing {
  0%, 100% {
    background-color: #495057;
  }
  50% {
    background-color: #000000;
  }
}
@-moz-keyframes breathing {
  0%, 100% {
    background-color: #495057;
  }
  50% {
    background-color: #000000;
  }
}
@keyframes breathing {
  0%, 100% {
    background-color: #495057;
  }
  50% {
    background-color: #000000;
  }
}
@media (min-width: 992px) {
  .submit-room-compare {
    height: 9rem;
    right: 4rem;
    top: -moz-calc(50% - 4.5rem);
    top: calc(50% - 4.5rem);
    -webkit-transform: translateX(20rem);
    -moz-transform: translateX(20rem);
    -ms-transform: translateX(20rem);
    transform: translateX(20rem);
    width: 9rem;
  }
  .submit-room-compare svg {
    margin-bottom: 1rem;
  }
}

.checkbox-room-compare {
  width: 0;
  margin-right: 2rem;
  height: 1.5rem;
}
.checkbox-room-compare:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
}
.checkbox-room-compare.is-selected:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M22 5.18L10.59 16.6l-4.24-4.24 1.41-1.41 2.83 2.83 10-10L22 5.18zm-2.21 5.04c.13.57.21 1.17.21 1.78 0 4.42-3.58 8-8 8s-8-3.58-8-8 3.58-8 8-8c1.58 0 3.04.46 4.28 1.25l1.44-1.44A9.9 9.9 0 0012 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10c0-1.19-.22-2.33-.6-3.39l-1.61 1.61z'/%3E%3C/svg%3E%0A");
}

.compare-rooms-dropdown-button {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cdefs/%3E%3Cpath fill-rule='evenodd' d='M13.9 17c-.3.7-.7 1.4-1.2 2.1-.3.4-.7 1-1.4 1.9H32v1.3H11.4c1.1 1.2 1.9 2.5 2.5 4h-1c-.9-1-1.8-2-2.9-2.8-.8-.6-1.6-1.1-2.5-1.6v-.6c.8-.4 1.6-.9 2.4-1.5 1.1-.9 2.1-1.8 3-2.9l1 .1zm4.2-11.3c.3.7.7 1.4 1.2 2.1.3.4.7 1 1.4 1.9H0V11h20.6c-1.1 1.2-1.9 2.5-2.5 4h1c.9-1 1.8-2 2.9-2.8.8-.6 1.6-1.1 2.5-1.6V10c-.8-.4-1.6-.9-2.4-1.5-1.1-.9-2.1-1.8-3-2.9l-1 .1z' clip-rule='evenodd'/%3E%3C/svg%3E%0A");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
  min-height: 2.5rem;
}

.room-actions-compare {
  border-top: 1px solid #a99366;
  border-bottom: 1px solid #a99366;
}
@media (min-width: 768px) {
  .room-actions-compare {
    border-top: none;
    border-bottom: none;
  }
}

.room-actions {
  padding-top: 4rem;
  padding-bottom: 4rem;
  z-index: 1;
}
@media (min-width: 992px) {
  .room-actions {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 1200px) {
  .room-actions {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

.single-room-data:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 9rem;
  background-color: #000000;
}

.room-image {
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
.room-image > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 992px) {
  .room-facilities-bottom-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50vw;
    height: 4rem;
    width: 100vw;
    background: #f8f9fa;
  }
}

.room-facilities-button {
  background-color: transparent;
  width: 100%;
  height: 5rem;
  border: none;
  padding: 0;
}
.room-facilities-button .minus, .room-facilities-button .plus {
  width: 1rem;
  fill: currentColor;
}
.room-facilities-button .minus {
  display: none;
}
.room-facilities-button[aria-expanded=true] {
  color: #000000;
}
.room-facilities-button[aria-expanded=true] .minus {
  display: block;
}
.room-facilities-button[aria-expanded=true] .plus {
  display: none;
}

.single-room-row,
.single-restaurant-row,
.single-hotel-row {
  padding-top: 3rem;
}

.single-room-text {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .single-room-row,
  .single-restaurant-row,
  .single-hotel-row {
    padding-top: 5rem;
  }
  .single-room-text {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .single-room-row,
  .single-restaurant-row,
  .single-hotel-row {
    padding-top: 7rem;
  }
}
@media (min-width: 1600px) {
  .single-room-row,
  .single-restaurant-row,
  .single-hotel-row {
    padding-top: 9rem;
  }
}
.posts-slide-wrapper {
  width: 100%;
  max-width: 15rem;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .posts-slide-wrapper {
    max-width: 24rem;
  }
}

.posts-slide-wrapper-large {
  width: 100%;
  max-width: 35rem;
  padding-right: 2rem;
  display: none;
}
.posts-slide-wrapper-large.active-for-flickity {
  display: block;
}

.pointer-events-none {
  pointer-events: none;
}

.posts-slide-image {
  height: 0;
  overflow: hidden;
  padding-top: 116.9902912621%;
}
.posts-slide-image > * {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.posts-slide-image a:hover picture,
.posts-slide-image a:hover img {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.posts-slide-image picture,
.posts-slide-image img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform;
  -webkit-transition-duration: 3s;
  -moz-transition-duration: 3s;
  -o-transition-duration: 3s;
  transition-duration: 3s;
}
@media (min-width: 768px) {
  .posts-slide-image {
    padding-top: 100%;
  }
}

.custom-slider-buttons button {
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  background-color: transparent;
  padding: 0;
}
.custom-slider-buttons button svg {
  width: 100%;
  height: 100%;
  fill: #a99366;
}
.custom-slider-buttons .slider-counter {
  width: 2rem;
}

.slider-custom-buttons.items-count-1 #posts-slider .flickity-page-dots .dot, .slider-custom-buttons.items-count-1 #destination-slider .flickity-page-dots .dot, .slider-custom-buttons.items-count-1 #actions-gallery-slider .flickity-page-dots .dot, .slider-custom-buttons.items-count-2 #posts-slider .flickity-page-dots .dot, .slider-custom-buttons.items-count-2 #destination-slider .flickity-page-dots .dot, .slider-custom-buttons.items-count-2 #actions-gallery-slider .flickity-page-dots .dot {
  border-bottom: 0;
}
.slider-custom-buttons.items-count-1 #posts-slider .flickity-page-dots .dot.is-selected, .slider-custom-buttons.items-count-1 #destination-slider .flickity-page-dots .dot.is-selected, .slider-custom-buttons.items-count-1 #actions-gallery-slider .flickity-page-dots .dot.is-selected, .slider-custom-buttons.items-count-2 #posts-slider .flickity-page-dots .dot.is-selected, .slider-custom-buttons.items-count-2 #destination-slider .flickity-page-dots .dot.is-selected, .slider-custom-buttons.items-count-2 #actions-gallery-slider .flickity-page-dots .dot.is-selected {
  border-bottom: 0;
}
@media (min-width: 576px) {
  .slider-custom-buttons.items-count-3 #posts-slider .flickity-page-dots .dot, .slider-custom-buttons.items-count-3 #destination-slider .flickity-page-dots .dot, .slider-custom-buttons.items-count-3 #actions-gallery-slider .flickity-page-dots .dot {
    border-bottom: 0;
  }
  .slider-custom-buttons.items-count-3 #posts-slider .flickity-page-dots .dot.is-selected, .slider-custom-buttons.items-count-3 #destination-slider .flickity-page-dots .dot.is-selected, .slider-custom-buttons.items-count-3 #actions-gallery-slider .flickity-page-dots .dot.is-selected {
    border-bottom: 0;
  }
  .slider-custom-buttons.items-count-3 .custom-slider-buttons {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .slider-custom-buttons.items-count-4 #posts-slider .flickity-page-dots .dot, .slider-custom-buttons.items-count-4 #destination-slider .flickity-page-dots .dot, .slider-custom-buttons.items-count-4 #actions-gallery-slider .flickity-page-dots .dot {
    border-bottom: 0;
  }
  .slider-custom-buttons.items-count-4 #posts-slider .flickity-page-dots .dot.is-selected, .slider-custom-buttons.items-count-4 #destination-slider .flickity-page-dots .dot.is-selected, .slider-custom-buttons.items-count-4 #actions-gallery-slider .flickity-page-dots .dot.is-selected {
    border-bottom: 0;
  }
  .slider-custom-buttons.items-count-4 .custom-slider-buttons {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .slider-custom-buttons.items-count-5 #posts-slider .flickity-page-dots .dot, .slider-custom-buttons.items-count-5 #destination-slider .flickity-page-dots .dot, .slider-custom-buttons.items-count-5 #actions-gallery-slider .flickity-page-dots .dot {
    border-bottom: 0;
  }
  .slider-custom-buttons.items-count-5 #posts-slider .flickity-page-dots .dot.is-selected, .slider-custom-buttons.items-count-5 #destination-slider .flickity-page-dots .dot.is-selected, .slider-custom-buttons.items-count-5 #actions-gallery-slider .flickity-page-dots .dot.is-selected {
    border-bottom: 0;
  }
  .slider-custom-buttons.items-count-5 .custom-slider-buttons {
    display: none !important;
  }
}

#posts-slider, #destination-slider, #actions-gallery-slider {
  width: -moz-calc(100% + (100vw - 100%) / 2);
  width: calc(100% + (100vw - 100%) / 2);
}
#posts-slider .flickity-page-dots, #destination-slider .flickity-page-dots, #actions-gallery-slider .flickity-page-dots {
  width: -moz-calc(100% - 7rem);
  width: calc(100% - 7rem);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: -1rem;
  right: 0;
}
#posts-slider .flickity-page-dots .dot, #destination-slider .flickity-page-dots .dot, #actions-gallery-slider .flickity-page-dots .dot {
  width: auto;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  border-radius: 0;
  background: transparent;
  height: 1rem;
  border-bottom: 1px solid #adb5bd;
}
#posts-slider .flickity-page-dots .dot.is-selected, #destination-slider .flickity-page-dots .dot.is-selected, #actions-gallery-slider .flickity-page-dots .dot.is-selected {
  border-bottom: 1px solid #a99366;
}

.room-book-form {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.room-book-form .form-control.room-book-form-input, .room-book-form .wpcf7 input.room-book-form-input[type=text], .wpcf7 .room-book-form input.room-book-form-input[type=text],
.room-book-form .wpcf7 input.room-book-form-input[type=search],
.wpcf7 .room-book-form input.room-book-form-input[type=search],
.room-book-form .wpcf7 input.room-book-form-input[type=url],
.wpcf7 .room-book-form input.room-book-form-input[type=url],
.room-book-form .wpcf7 input.room-book-form-input[type=tel],
.wpcf7 .room-book-form input.room-book-form-input[type=tel],
.room-book-form .wpcf7 input.room-book-form-input[type=number],
.wpcf7 .room-book-form input.room-book-form-input[type=number],
.room-book-form .wpcf7 input.room-book-form-input[type=range],
.wpcf7 .room-book-form input.room-book-form-input[type=range],
.room-book-form .wpcf7 input.room-book-form-input[type=date],
.wpcf7 .room-book-form input.room-book-form-input[type=date],
.room-book-form .wpcf7 input.room-book-form-input[type=month],
.wpcf7 .room-book-form input.room-book-form-input[type=month],
.room-book-form .wpcf7 input.room-book-form-input[type=week],
.wpcf7 .room-book-form input.room-book-form-input[type=week],
.room-book-form .wpcf7 input.room-book-form-input[type=time],
.wpcf7 .room-book-form input.room-book-form-input[type=time],
.room-book-form .wpcf7 input.room-book-form-input[type=datetime],
.wpcf7 .room-book-form input.room-book-form-input[type=datetime],
.room-book-form .wpcf7 input.room-book-form-input[type=datetime-local],
.wpcf7 .room-book-form input.room-book-form-input[type=datetime-local],
.room-book-form .wpcf7 input.room-book-form-input[type=color],
.wpcf7 .room-book-form input.room-book-form-input[type=color],
.room-book-form .wpcf7 input.room-book-form-input[type=email],
.wpcf7 .room-book-form input.room-book-form-input[type=email],
.room-book-form .wpcf7 input.room-book-form-input[type=file],
.wpcf7 .room-book-form input.room-book-form-input[type=file],
.room-book-form .wpcf7 input.room-book-form-input[type=submit],
.wpcf7 .room-book-form input.room-book-form-input[type=submit],
.room-book-form .wpcf7 select.room-book-form-input,
.wpcf7 .room-book-form select.room-book-form-input,
.room-book-form .wpcf7 textarea.room-book-form-input,
.wpcf7 .room-book-form textarea.room-book-form-input, .room-book-form .wpcf7 .room-book-form-input.wpcf7-validation-errors, .wpcf7 .room-book-form .room-book-form-input.wpcf7-validation-errors {
  height: 3rem;
  width: 100%;
  border: none;
  border-bottom: 1px solid #adb5bd;
  background-color: transparent;
  color: #000000;
}
.room-book-form .form-control.room-book-form-input:focus, .room-book-form .wpcf7 input.room-book-form-input[type=text]:focus, .wpcf7 .room-book-form input.room-book-form-input[type=text]:focus,
.room-book-form .wpcf7 input.room-book-form-input[type=search]:focus,
.wpcf7 .room-book-form input.room-book-form-input[type=search]:focus,
.room-book-form .wpcf7 input.room-book-form-input[type=url]:focus,
.wpcf7 .room-book-form input.room-book-form-input[type=url]:focus,
.room-book-form .wpcf7 input.room-book-form-input[type=tel]:focus,
.wpcf7 .room-book-form input.room-book-form-input[type=tel]:focus,
.room-book-form .wpcf7 input.room-book-form-input[type=number]:focus,
.wpcf7 .room-book-form input.room-book-form-input[type=number]:focus,
.room-book-form .wpcf7 input.room-book-form-input[type=range]:focus,
.wpcf7 .room-book-form input.room-book-form-input[type=range]:focus,
.room-book-form .wpcf7 input.room-book-form-input[type=date]:focus,
.wpcf7 .room-book-form input.room-book-form-input[type=date]:focus,
.room-book-form .wpcf7 input.room-book-form-input[type=month]:focus,
.wpcf7 .room-book-form input.room-book-form-input[type=month]:focus,
.room-book-form .wpcf7 input.room-book-form-input[type=week]:focus,
.wpcf7 .room-book-form input.room-book-form-input[type=week]:focus,
.room-book-form .wpcf7 input.room-book-form-input[type=time]:focus,
.wpcf7 .room-book-form input.room-book-form-input[type=time]:focus,
.room-book-form .wpcf7 input.room-book-form-input[type=datetime]:focus,
.wpcf7 .room-book-form input.room-book-form-input[type=datetime]:focus,
.room-book-form .wpcf7 input.room-book-form-input[type=datetime-local]:focus,
.wpcf7 .room-book-form input.room-book-form-input[type=datetime-local]:focus,
.room-book-form .wpcf7 input.room-book-form-input[type=color]:focus,
.wpcf7 .room-book-form input.room-book-form-input[type=color]:focus,
.room-book-form .wpcf7 input.room-book-form-input[type=email]:focus,
.wpcf7 .room-book-form input.room-book-form-input[type=email]:focus,
.room-book-form .wpcf7 input.room-book-form-input[type=file]:focus,
.wpcf7 .room-book-form input.room-book-form-input[type=file]:focus,
.room-book-form .wpcf7 input.room-book-form-input[type=submit]:focus,
.wpcf7 .room-book-form input.room-book-form-input[type=submit]:focus,
.room-book-form .wpcf7 select.room-book-form-input:focus,
.wpcf7 .room-book-form select.room-book-form-input:focus,
.room-book-form .wpcf7 textarea.room-book-form-input:focus,
.wpcf7 .room-book-form textarea.room-book-form-input:focus, .room-book-form .wpcf7 .room-book-form-input.wpcf7-validation-errors:focus, .wpcf7 .room-book-form .room-book-form-input.wpcf7-validation-errors:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid #000000;
}

@media (min-width: 768px) {
  .room-book-form {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .room-book-form .form-row {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .room-book-form .form-row > [class*=col-] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 992px) {
  .room-book-form {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .room-book-form .form-row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .room-book-form .form-row > [class*=col-] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .room-book-form {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .room-book-form .form-row {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .room-book-form .form-row > [class*=col-] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.single-restaurant-features:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 9rem;
  background-color: #000000;
}

.view-menu-link {
  height: 3rem;
}
.view-menu-link svg {
  height: 3rem;
  width: auto;
  fill: currentColor;
}

.single-restaurant-image {
  height: 0;
  padding-top: 100%;
}
.single-restaurant-image > * {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.restaurant__icon {
  height: 20px;
  margin-right: 1rem;
  width: 20px;
}
.restaurant__icon svg {
  height: 20px;
  width: 20px;
}

@media (min-width: 992px) {
  .site-footer .with-line::after {
    background: #f2f2f2;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
  }
  .site-footer .with-line::before {
    background: #f2f2f2;
    top: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
  }
}

.room-compare-modal .modal-content {
  overflow: visible;
}
.room-compare-modal .close {
  top: 1rem;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
}
.room-compare-modal .close svg {
  width: 100%;
  height: 100%;
}
.room-compare-modal .shell-wrapper {
  height: 7rem;
  overflow: hidden;
}
.room-compare-modal .shell-wrapper svg {
  fill: #a99366;
  height: auto;
  width: 100%;
  max-width: 500px;
}
.room-compare-modal .modal-post-content {
  max-height: 300px;
}
.room-compare-modal table {
  white-space: nowrap;
}
.room-compare-modal .table-row {
  height: 6rem;
}
.room-compare-modal .table-row td {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
}
.room-compare-modal .table-row .cell-title {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #ffffff;
}
.room-compare-modal .header-row {
  height: 6rem;
}
.room-compare-modal .header-row th {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
.room-compare-modal .header-row th.label-room {
  background-color: #ffffff;
  left: 0;
  z-index: 2;
}
.room-compare-modal .image-ratio {
  width: 8rem;
  height: 5rem;
}
.room-compare-modal .image-ratio > div {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.room-compare-modal .cell-title h3 {
  font-size: 1rem;
}
.room-compare-modal .badge {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 9rem;
  height: 9rem;
}
.room-compare-modal .badge svg {
  width: 1.5rem;
}
.room-compare-modal .badge .text {
  width: 6rem;
  line-height: 1.1;
  text-align: center;
}
.room-compare-modal .link {
  color: #a99366;
}
@media (min-width: 576px) {
  .room-compare-modal .shell-wrapper {
    height: 10rem;
  }
}
@media (min-width: 992px) {
  .room-compare-modal .shell-wrapper {
    height: 12rem;
  }
  .room-compare-modal table {
    white-space: normal;
    width: 100%;
  }
  .room-compare-modal .header-row th {
    width: 16.66%;
  }
  .room-compare-modal .header-row th .currency {
    font-size: 1.6rem;
    line-height: 1;
  }
  .room-compare-modal .header-row th svg {
    height: auto;
    width: 1.5rem;
  }
  .room-compare-modal .table-row td {
    width: 16.66%;
  }
  .room-compare-modal .modal-post-content {
    max-height: 50vh;
  }
  .room-compare-modal .cell-title h3 {
    font-size: 1.4rem;
  }
  .room-compare-modal .link {
    background-color: #000000;
    color: #ffffff;
    height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.sticky-cell {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #ffffff;
}

.featured-item {
  display: grid;
  grid-gap: 4rem;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  grid-template-areas: "content" "image" "action";
}
.featured-item .featured-item-content {
  grid-area: content;
}
.featured-item .featured-item-content > div {
  max-width: 18rem;
}
.featured-item .featured-item-image {
  grid-area: image;
}
.featured-item .featured-item-image > div {
  height: 0;
  padding-top: 68%;
  overflow: hidden;
}
.featured-item .featured-item-image > div > div {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.featured-item .featured-item-action {
  grid-area: action;
}

@media (min-width: 992px) {
  .featured-item {
    grid-template-columns: 50%;
    grid-template-rows: auto 3rem;
    grid-template-areas: "content image" "action image";
  }
  .featured-item .featured-item-action {
    -ms-flex-item-align: end;
    align-self: end;
  }
  .featured-item .featured-item-content {
    -ms-flex-item-align: center;
    align-self: center;
    padding-top: 3rem;
  }
}
.hotel-faq-accordion {
  border-top: 1px solid #000000;
}
.hotel-faq-accordion .hotel-accordion-item {
  border-bottom: 1px solid #a99366;
}
.hotel-faq-accordion .hotel-accordion-item-header {
  padding: 3rem 0.5rem 1rem 0.5rem;
}
.hotel-faq-accordion .hotel-accordion-item-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}
.hotel-faq-accordion .hotel-accordion-item-button .minus, .hotel-faq-accordion .hotel-accordion-item-button .plus {
  width: 1rem;
  fill: currentColor;
}
.hotel-faq-accordion .hotel-accordion-item-button .minus {
  display: none;
}
.hotel-faq-accordion .hotel-accordion-item-button[aria-expanded=true] {
  color: #000000;
}
.hotel-faq-accordion .hotel-accordion-item-button[aria-expanded=true] .minus {
  display: block;
}
.hotel-faq-accordion .hotel-accordion-item-button[aria-expanded=true] .plus {
  display: none;
}

.hotel-offers-slider-image {
  height: 0;
  padding-top: 50%;
  overflow: hidden;
}
.hotel-offers-slider-image > div {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.group-menu-wrapper .dropdown-menu,
.hotels-list-wrapper .dropdown-menu {
  -webkit-transform: translate3d(0, 45px, 0) !important;
  -moz-transform: translate3d(0, 45px, 0) !important;
  transform: translate3d(0, 45px, 0) !important;
}

.dropdown-item {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}
.dropdown-item .icon {
  height: 100%;
  max-height: 40px;
  max-width: 40px;
  width: 100%;
}
@media (min-width: 992px) {
  .dropdown-item {
    font-size: 1.2rem;
    padding: 0.5rem 1.5rem;
  }
}

.has-readmore.is-closed {
  position: relative;
}
.has-readmore.is-closed:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(40%, rgba(255, 255, 255, 0)));
  background: -moz-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 40%);
  background: -o-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 40%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 40%);
}

.read-more-button {
  width: 8rem;
}
.read-more-button svg {
  fill: #a99366;
  height: 1rem;
  width: 1rem;
}
.read-more-button .less {
  display: none;
}
.read-more-button.text-is-visible .less {
  display: block;
}
.read-more-button.text-is-visible .more {
  display: none;
}
html[lang*=el] .read-more-button {
  width: 11rem;
}

.container-fluid.large-gutters, .large-gutters.container-sm, .large-gutters.container-md, .large-gutters.container-lg, .large-gutters.container-xl, .large-gutters.container-xxl {
  padding-left: 2rem;
  padding-right: 2rem;
}
.container-fluid.large-gutters .row, .large-gutters.container-sm .row, .large-gutters.container-md .row, .large-gutters.container-lg .row, .large-gutters.container-xl .row, .large-gutters.container-xxl .row, .container-fluid.large-gutters .wp-block-columns, .large-gutters.container-sm .wp-block-columns, .large-gutters.container-md .wp-block-columns, .large-gutters.container-lg .wp-block-columns, .large-gutters.container-xl .wp-block-columns, .large-gutters.container-xxl .wp-block-columns {
  margin-left: -2rem;
  margin-right: -2rem;
}
.container-fluid.large-gutters .row > *, .large-gutters.container-sm .row > *, .large-gutters.container-md .row > *, .large-gutters.container-lg .row > *, .large-gutters.container-xl .row > *, .large-gutters.container-xxl .row > *, .container-fluid.large-gutters .wp-block-columns > *, .large-gutters.container-sm .wp-block-columns > *, .large-gutters.container-md .wp-block-columns > *, .large-gutters.container-lg .wp-block-columns > *, .large-gutters.container-xl .wp-block-columns > *, .large-gutters.container-xxl .wp-block-columns > * {
  padding-left: 2rem;
  padding-right: 2rem;
}

.hotel-page-rating {
  max-width: 20rem;
}

.offer-slide-separator {
  width: 9rem;
  margin: 0 auto 2rem auto;
  height: 1px;
}

.room-contact-information p {
  font-size: 1rem;
}
.room-contact-information .icon {
  width: 100%;
  height: 100%;
  max-height: 25px;
  max-width: 25px;
}
.room-contact-information .icon svg {
  height: auto;
  width: 100%;
}
.room-contact-information .image-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 101.5%;
  position: relative;
}
.room-contact-information .image-wrapper picture,
.room-contact-information .image-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.request-form-in-room .form-row-room-select {
  position: absolute;
  height: 0.1px;
  width: 0.1px;
  opacity: 0;
  pointer-events: none;
}

.room-form-request-wrapper::before,
.job-application-form-container::before {
  background: #f7f7f7;
  content: "";
  height: 100%;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.section-not-sure .image-wrapper {
  max-width: 600px;
}
.section-not-sure .image-wrapper-helper {
  height: 450px;
}
.section-not-sure .image-wrapper picture,
.section-not-sure .image-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}

.error404 {
  background: #000000;
}
.error404 .site {
  text-align: center;
  padding-top: 0;
}
.error404 .group-svg svg {
  height: auto;
  fill: #a99366;
  width: 100px;
}
.error404 .group-svg .title {
  font-size: 1.3rem;
  line-height: 1.4;
  word-spacing: 999999px;
}
.error404 .large-text {
  font-size: 7rem;
  line-height: 1;
}
.error404 .page-content p a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.error404 .page-content .title {
  font-size: 2rem;
}
.error404 .shell-wrapper {
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -37%);
  -moz-transform: translate(-50%, -37%);
  -ms-transform: translate(-50%, -37%);
  transform: translate(-50%, -37%);
  max-width: 40rem;
  width: 90%;
  z-index: -1;
}
.error404 .shell-wrapper svg {
  -webkit-animation: rotating 360s linear infinite;
  -moz-animation: rotating 360s linear infinite;
  animation: rotating 360s linear infinite;
}
.error404 .shell-wrapper svg path {
  fill: #a99366;
}
@media (min-width: 768px) {
  .error404 .site {
    padding-top: 30px;
  }
  .error404 .large-text {
    font-size: 16rem;
  }
}

.people-slider .posts-slide-wrapper {
  padding-right: 5rem;
  max-width: 31rem;
}
.people-slider .posts-slide-wrapper picture,
.people-slider .posts-slide-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.job-listings .listing-content {
  border-left: 1px solid lightgrey;
}
.job-listings .job-listing {
  border-bottom: 1px solid lightgrey;
}
.job-listings .listing-date {
  font-size: 1.1rem;
  line-height: 1.1;
}
.job-listings .listing-body p {
  padding-left: 0;
}
.job-listings .listing-body ul, .job-listings .listing-body ol {
  font-size: 1.15rem;
  margin-bottom: 1rem;
}
.job-listings .listing-header {
  cursor: pointer;
}
.job-listings .listing-header::before {
  bottom: 0;
  color: #a99366;
  content: "+";
  font-size: 1.7rem;
  position: absolute;
  right: 0;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.job-listings .listing-header[aria-expanded=true]::before, .job-listings .listing-header:hover::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.timeline-wrapper .logo-line {
  left: 0;
  top: 25px;
}
.timeline-wrapper .logo-line svg {
  fill: #a99366;
}
.timeline-wrapper .logo-line::after {
  background: #a99366;
  content: "";
  height: 1px;
  left: 70px;
  position: absolute;
  top: 50%;
  width: -moz-calc(100vw - 70px);
  width: calc(100vw - 70px);
}
@media (min-width: 768px) {
  .timeline-wrapper .logo-line {
    top: 85px;
  }
}

.timeline-items {
  margin-left: 3.4rem;
  width: -moz-calc(100% + (100vw - 100%) / 2 - 3.4rem);
  width: calc(100% + (100vw - 100%) / 2 - 3.4rem);
}

.timeline-item {
  max-width: 600px;
}
.timeline-item .title {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 3rem;
}
.timeline-item .title span {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.timeline-item .title::after {
  border: 10px solid #000000;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #a99366;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.timeline-item .image-wrapper {
  height: 0;
  padding-top: 71.6666666667%;
  overflow: hidden;
}
.timeline-item .image-wrapper picture {
  top: 0;
  left: 0;
}
.timeline-item .image-wrapper img {
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.timeline-item.is-selected .title span {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
@media (min-width: 768px) {
  .timeline-item .title {
    font-size: 5rem;
    margin-bottom: 6rem;
  }
  .timeline-item .title::after {
    top: 90px;
  }
  .timeline-item.is-selected .title span {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .timeline-item .description {
    width: 75%;
  }
}

.first-slideshow-slogan-subtitle {
  opacity: 0.4;
}

.is-clip-path, .meetings-list .image-wrapper, .destination-slider .photo-container .photo-wrapper, [data-scroll-clip], .posts-slide-image {
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  overflow: hidden;
  -webkit-transition: -webkit-clip-path 0.7s cubic-bezier(0.9, 0.03, 0.16, 0.97);
  transition: -webkit-clip-path 0.7s cubic-bezier(0.9, 0.03, 0.16, 0.97);
  -o-transition: clip-path 0.7s cubic-bezier(0.9, 0.03, 0.16, 0.97);
  -moz-transition: clip-path 0.7s cubic-bezier(0.9, 0.03, 0.16, 0.97);
  transition: clip-path 0.7s cubic-bezier(0.9, 0.03, 0.16, 0.97);
  transition: clip-path 0.7s cubic-bezier(0.9, 0.03, 0.16, 0.97), -webkit-clip-path 0.7s cubic-bezier(0.9, 0.03, 0.16, 0.97);
}

[data-scroll-clip].is-inview {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.c-scrollbar {
  z-index: 999999;
}

.fade-in-me {
  opacity: 0;
  -webkit-transform: translateY(10vh);
  -moz-transform: translateY(10vh);
  -ms-transform: translateY(10vh);
  transform: translateY(10vh);
}

.same-height {
  min-height: 60px;
}

.rewards-pattern {
  top: 0;
  left: 0;
  z-index: 2;
}

.rewards-image {
  position: relative;
  height: 0;
  padding-top: 67.9611650485%;
  overflow: hidden;
}
.rewards-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.rewards-image picture,
.rewards-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}

.icon-label {
  line-height: 1;
  font-size: 0.8rem;
}

.rewards-icon {
  max-width: 33%;
}
.rewards-icon svg {
  height: 38px;
  width: 38px;
}

.fixed-bottom .btn, .fixed-bottom .wpcf7 input[type=submit], .wpcf7 .fixed-bottom input[type=submit] {
  font-size: 0.8rem;
  line-height: 1;
  height: 100%;
}

.hotel-image-featured {
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}
.hotel-image-featured picture,
.hotel-image-featured img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .hotel-image-featured {
    height: auto;
    padding-top: 0;
  }
  .hotel-image-featured picture,
  .hotel-image-featured img {
    position: static;
  }
}

.rewards-actions .button {
  font-size: 1rem !important;
}
@media (min-width: 768px) {
  .rewards-actions .button {
    font-size: 1.15rem !important;
  }
}

.not-sure__description {
  margin-left: auto;
  margin-right: auto;
  max-width: 235px;
}

.discover-offers-box .title,
.discover-offers-box .subtitle {
  font-size: 1.6rem;
  line-height: 1.2;
}
.discover-offers-box .content {
  padding: 2rem 1rem;
}
.discover-offers-box .content .button {
  z-index: 1;
}
.discover-offers-box .image-container {
  height: 100%;
}
.discover-offers-box .helper {
  height: 100%;
}
.discover-offers-box .helper ~ .button {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  min-width: initial !important;
}
.discover-offers-box .helper ~ .button::after {
  background: #000000;
  content: "";
  height: 1px;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateX(-100%) scaleX(1) !important;
  -moz-transform: translateX(-100%) scaleX(1) !important;
  -ms-transform: translateX(-100%) scaleX(1) !important;
  transform: translateX(-100%) scaleX(1) !important;
  -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  width: 145px;
  z-index: -1;
}
.discover-offers-box .helper ~ .button:hover::after {
  -webkit-transform: translateX(0) scaleX(0) !important;
  -moz-transform: translateX(0) scaleX(0) !important;
  -ms-transform: translateX(0) scaleX(0) !important;
  transform: translateX(0) scaleX(0) !important;
}
.discover-offers-box .image-wrapper {
  height: 100%;
}
.discover-offers-box .image-wrapper picture,
.discover-offers-box .image-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 576px) {
  .discover-offers-box .content {
    padding: 3rem 2.8rem;
  }
}
@media (min-width: 768px) {
  .discover-offers-box .title,
  .discover-offers-box .subtitle {
    font-size: 3rem;
  }
  .discover-offers-box .content {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    padding: 3.6rem 3rem;
  }
  .discover-offers-box .image-container {
    position: absolute;
    height: 100%;
    max-width: 1150px;
    right: 0;
    top: 0;
    width: 70vw;
  }
  .discover-offers-box .image-wrapper picture,
  .discover-offers-box .image-wrapper img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
  }
}
@media (min-width: 992px) {
  .discover-offers-box .title,
  .discover-offers-box .subtitle {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .discover-offers-box .content {
    padding: 5.2rem 4.8rem;
  }
}
@media (min-width: 1200px) {
  .discover-offers-box .title,
  .discover-offers-box .subtitle {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .discover-offers-box .content {
    padding: 6rem 6.6rem;
  }
}
@media (min-width: 1600px) {
  .discover-offers-box .title,
  .discover-offers-box .subtitle {
    font-size: 3rem;
  }
  .discover-offers-box .content {
    padding: 6rem 6.6rem;
  }
}

.masonry-gallery .photo-link {
  background: #a99366;
}
.masonry-gallery .photo-link picture,
.masonry-gallery .photo-link img {
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform;
  -webkit-transition-duration: 3s;
  -moz-transition-duration: 3s;
  -o-transition-duration: 3s;
  transition-duration: 3s;
}
.masonry-gallery .photo-link:hover picture,
.masonry-gallery .photo-link:hover img {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.blog .page-header {
  position: relative;
}

.blog-categories {
  list-style: none;
}
.blog-categories a:hover {
  color: #ffffff;
}

.blog-categories-wrapper {
  font-size: 1.15rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.iframe-popup,
.iframe-popup-second {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999999999;
}
.iframe-popup.is-active,
.iframe-popup-second.is-active {
  display: block;
}
.iframe-popup button.close,
.iframe-popup button.close-second,
.iframe-popup-second button.close,
.iframe-popup-second button.close-second {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  display: block;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 30px;
  color: #ffffff;
  cursor: pointer;
  z-index: 100;
}

body.single-restaurant .single-restaurant-row .is-inview, body.single-restaurant .single-hotel-row .is-inview {
  height: auto;
}

.home.page-template-default .front-page-wrapper .is-inview {
  max-height: 86vh;
}
.home.page-template-default .front-page-wrapper .is-inview .home-main-img img {
  min-height: 65vh;
}
@media (max-width: 1199.98px) {
  .home.page-template-default .front-page-wrapper .is-inview .home-main-img img {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: auto;
  }
}

.request-form-tel p {
  display: inline-block;
  padding: 0;
}

@media (min-width: 1200px) {
  .single-hotel-row .featured-item-image .position-absolute img, .single-hotel-row .featured-item-image .page-template-mailing-list .row-blur::before img, .page-template-mailing-list .single-hotel-row .featured-item-image .row-blur::before img,
  .single-hotel-row .featured-item-image .page-template-nelios-verity-guest-loyalty .row-blur::before img,
  .page-template-nelios-verity-guest-loyalty .single-hotel-row .featured-item-image .row-blur::before img, .single-hotel-row .featured-item-image .page-template-mailing-list .page-benefits-textarea ul li::before img, .page-template-mailing-list .page-benefits-textarea ul .single-hotel-row .featured-item-image li::before img,
  .single-hotel-row .featured-item-image .page-template-nelios-verity-guest-loyalty .page-benefits-textarea ul li::before img,
  .page-template-nelios-verity-guest-loyalty .page-benefits-textarea ul .single-hotel-row .featured-item-image li::before img, .single-hotel-row .featured-item-image .helper.scroll-down img {
    height: auto;
  }
}

.max-20 {
  max-width: 20rem;
}

.listing-restaurant {
  max-height: 600px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .listing-restaurant {
    max-height: 750px;
  }
}
@media (max-width: 1199.98px) {
  .listing-restaurant {
    max-height: 850px;
  }
}
.listing-restaurant .listing-restaurant-img img {
  max-height: 600px;
  height: 100%;
}
.listing-restaurant .listing-restaurant-text {
  max-height: 600px;
}

.listing-offers {
  max-height: 600px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .listing-offers {
    max-height: 750px;
  }
}
@media (max-width: 1199.98px) {
  .listing-offers {
    max-height: 850px;
  }
}
.listing-offers .listing-offers-img img {
  max-height: 600px;
  height: 100%;
}
.listing-offers .listing-offers-text {
  max-height: 600px;
}

.page-template-contact .hotels-accordion img {
  max-height: 300px;
  height: 100%;
  width: 85%;
  -o-object-fit: cover;
  object-fit: cover;
}

body.is-safari * {
  outline: none;
}

.nelios-popup-dialog {
  -webkit-box-shadow: 0 8px 20px 16px rgba(68, 68, 68, 0.1490196078);
  box-shadow: 0 8px 20px 16px rgba(68, 68, 68, 0.1490196078);
}

@media (max-width: 768px) {
  .nelios-popup-dialog {
    width: 100%;
  }
}
.nelios-popup-close-wrapper {
  top: 10px;
  right: 10px;
}

.slide-text {
  min-height: 60px;
}

@media screen and (max-width: 1300px) and (min-width: 1200px) {
  #navbar-language-switcher {
    margin-right: 0.4rem !important;
  }
  #navbar-language-switcher a.dropdown-toggle {
    padding: 0.7rem 0.5rem;
  }
  .live-icon {
    margin-right: 0.4rem !important;
  }
  .checkin-buttons-wrapper {
    margin-right: 0.4rem !important;
  }
  .button.button-style-6, .button.button-style-1 {
    font-size: 0.75rem !important;
    padding: 0.8rem !important;
  }
}
.fixed-bottom .live-icon svg path {
  fill: white;
}

.is-partner-list::before {
  background: #000000;
  content: "";
  height: 100%;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  top: 0;
  width: 100vw;
}

.slider-custom-buttons picture,
.slider-custom-buttons img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform;
  -webkit-transition-duration: 3s;
  -moz-transition-duration: 3s;
  -o-transition-duration: 3s;
  transition-duration: 3s;
}
.slider-custom-buttons a:hover picture,
.slider-custom-buttons a:hover img {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.photoswipe-gallery-wrapper {
  max-width: 640px;
}
.photoswipe-gallery-wrapper a {
  height: 0;
  padding-bottom: 66.5625%;
  width: 100%;
}
.photoswipe-gallery-wrapper a picture,
.photoswipe-gallery-wrapper a img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.card-img img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.reservation-button {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

#CookiebotWidget {
  right: 25px !important;
  bottom: 100px !important;
}

.view-menu-link {
  min-width: 175px;
}

.wrapper-first-slideshow .flickity-viewport {
  max-height: 1050px;
}

.type-event .entry-header a {
  color: #ffffff;
  background: #a99366;
  padding: 0.2rem 0.6rem;
  position: relative;
}
.type-event .entry-header a:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  -o-transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1), -moz-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1), -moz-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  width: 100%;
}
.type-event .entry-header a:hover {
  color: #000000;
  background: #ffffff;
}
.type-event .entry-header a:hover::before {
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.single-restaurant-text a, .hotel-faq-accordion a {
  color: #ffffff;
  background: #a99366;
  padding: 0.2rem 0.6rem;
  position: relative;
}
.single-restaurant-text a:before, .hotel-faq-accordion a:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  -o-transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1), -moz-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1), -moz-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  width: 100%;
}
.single-restaurant-text a:hover, .hotel-faq-accordion a:hover {
  color: #000000;
  background: #ffffff;
}
.single-restaurant-text a:hover::before, .hotel-faq-accordion a:hover::before {
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.section-rewards .button {
  z-index: 10;
}

a[download] {
  color: #ffffff;
  background: #a99366;
  padding: 0.5rem;
  margin-left: 1rem;
}
a[download]:hover {
  color: #000000;
  background: #ffffff;
}

.offer-img-p img {
  height: 470px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .offer-img-p img {
    height: 100%;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.espa-banners {
  z-index: 1;
}
@media (max-width: 767.98px) {
  .espa-banners {
    bottom: 56px !important;
  }
}
.espa-banners img {
  max-width: 350px;
  height: auto;
  width: 100%;
}

@media all and (max-width: 423px) {
  .espa-banners {
    bottom: 60px !important;
  }
}
.single-post strong {
  font-weight: bold;
}

.restaurant-menu-sub {
  font-size: 1rem;
  line-height: 1;
}

.ta-list {
  background-color: #000;
  color: #fff;
  position: relative;
  margin: 25px 0;
  padding: 0 40px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 60px;
  font-weight: 700;
  display: inline-block;
  width: auto;
  float: none;
  text-align: center;
  text-decoration: none;
}
.ta-list:hover {
  background-color: #fff;
}

.trip_around_span {
  background-color: #000;
  color: #fff;
  position: relative;
  margin: 25px 0;
  padding: 0 40px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 60px;
  font-weight: 700;
  display: inline-block;
  width: auto;
  float: none;
  text-align: center;
  text-decoration: none;
}
.trip_around_span.trip_around_span_secondary {
  font-size: 14px;
  padding: 0.8rem 1rem;
  line-height: inherit;
}

.group-menu-wrapper.is-open .group-logo-vertical .group-logo {
  display: none !important;
}

.footer-awards {
  max-width: 70px;
}

.grayscale {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

@media screen and (max-width: 1440px) {
  .page-template-restaurants.hotel-page-electra-palace-rhodes .listing-restaurant .listing-restaurant-img {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .page-template-restaurants.hotel-page-electra-palace-rhodes .listing-restaurant .listing-restaurant-img img {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
}

.title-banner {
  font-size: clamp(20px, 5vw, 50px);
  line-height: clamp(24px, 5vw, 72px);
}

.subtitle-banner {
  font-size: clamp(16px, 2vw, 25px);
  line-height: clamp(12px, 5vw, 35px);
}

.image-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hotels__slide {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
}
.hotels__slide .image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 20;
}
.hotels__slide .hotels__slide-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.hotels__slide .hotels__slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.hotels__slide--0 .hotels__slide-image {
  opacity: 0;
}
.hotels__slide--0 .hotels__slide-image.hotels__slide-image--0 {
  opacity: 1;
}

.hotels__slide--1 .hotels__slide-image {
  opacity: 0;
}
.hotels__slide--1 .hotels__slide-image.hotels__slide-image--1 {
  opacity: 1;
}

.hotels__slide--2 .hotels__slide-image {
  opacity: 0;
}
.hotels__slide--2 .hotels__slide-image.hotels__slide-image--2 {
  opacity: 1;
}

.hotels__slide--3 .hotels__slide-image {
  opacity: 0;
}
.hotels__slide--3 .hotels__slide-image.hotels__slide-image--3 {
  opacity: 1;
}

.hotels__slide-inner {
  display: block;
  position: relative;
  aspect-ratio: 3/5;
}
@media (max-width: 767.98px) {
  .hotels__slide-inner {
    aspect-ratio: 2/3;
  }
}
.hotels__slide-inner .image-ratio {
  z-index: 5;
}

@media (min-width: 992px) {
  .hotels__slide {
    width: 25%;
  }
  .hotels__slide .image-ratio {
    overflow: hidden;
  }
  .hotels__slide--0 .hotels__slide-image {
    right: -moz-calc(-300% - 2rem);
    right: calc(-300% - 2rem);
    left: 0;
    opacity: 0;
  }
  .hotels__slide--0 .hotels__slide-image.hotels__slide-image--0 {
    opacity: 1;
  }
  .hotels__slide--1 .hotels__slide-image {
    left: -moz-calc(-100% - 1rem);
    left: calc(-100% - 1rem);
    right: -moz-calc(-200% - 1rem);
    right: calc(-200% - 1rem);
    opacity: 0;
  }
  .hotels__slide--1 .hotels__slide-image.hotels__slide-image--1 {
    opacity: 1;
  }
  .hotels__slide--2 .hotels__slide-image {
    left: -moz-calc(-200% - 1rem);
    left: calc(-200% - 1rem);
    right: -moz-calc(-100% - 1rem);
    right: calc(-100% - 1rem);
    opacity: 0;
  }
  .hotels__slide--2 .hotels__slide-image.hotels__slide-image--2 {
    opacity: 1;
  }
  .hotels__slide--3 .hotels__slide-image {
    right: 0;
    left: -moz-calc(-300% - 2rem);
    left: calc(-300% - 2rem);
    opacity: 0;
  }
  .hotels__slide--3 .hotels__slide-image.hotels__slide-image--3 {
    opacity: 1;
  }
  .is-active--0 .hotels__slide--0 .hotels__slide-image.hotels__slide-image--0,
  .is-active--0 .hotels__slide--1 .hotels__slide-image.hotels__slide-image--0,
  .is-active--0 .hotels__slide--2 .hotels__slide-image.hotels__slide-image--0,
  .is-active--0 .hotels__slide--3 .hotels__slide-image.hotels__slide-image--0 {
    opacity: 1;
  }
  .is-active--0 .hotels__slide--0 .hotels__slide-image.hotels__slide-image--1,
  .is-active--0 .hotels__slide--1 .hotels__slide-image.hotels__slide-image--1,
  .is-active--0 .hotels__slide--2 .hotels__slide-image.hotels__slide-image--1,
  .is-active--0 .hotels__slide--3 .hotels__slide-image.hotels__slide-image--1 {
    opacity: 0;
  }
  .is-active--0 .hotels__slide--0 .hotels__slide-image.hotels__slide-image--2,
  .is-active--0 .hotels__slide--1 .hotels__slide-image.hotels__slide-image--2,
  .is-active--0 .hotels__slide--2 .hotels__slide-image.hotels__slide-image--2,
  .is-active--0 .hotels__slide--3 .hotels__slide-image.hotels__slide-image--2 {
    opacity: 0;
  }
  .is-active--0 .hotels__slide--0 .hotels__slide-image.hotels__slide-image--3,
  .is-active--0 .hotels__slide--1 .hotels__slide-image.hotels__slide-image--3,
  .is-active--0 .hotels__slide--2 .hotels__slide-image.hotels__slide-image--3,
  .is-active--0 .hotels__slide--3 .hotels__slide-image.hotels__slide-image--3 {
    opacity: 0;
  }
  .is-active--1 .hotels__slide--0 .hotels__slide-image.hotels__slide-image--0,
  .is-active--1 .hotels__slide--1 .hotels__slide-image.hotels__slide-image--0,
  .is-active--1 .hotels__slide--2 .hotels__slide-image.hotels__slide-image--0,
  .is-active--1 .hotels__slide--3 .hotels__slide-image.hotels__slide-image--0 {
    opacity: 0;
  }
  .is-active--1 .hotels__slide--0 .hotels__slide-image.hotels__slide-image--1,
  .is-active--1 .hotels__slide--1 .hotels__slide-image.hotels__slide-image--1,
  .is-active--1 .hotels__slide--2 .hotels__slide-image.hotels__slide-image--1,
  .is-active--1 .hotels__slide--3 .hotels__slide-image.hotels__slide-image--1 {
    opacity: 1;
  }
  .is-active--1 .hotels__slide--0 .hotels__slide-image.hotels__slide-image--2,
  .is-active--1 .hotels__slide--1 .hotels__slide-image.hotels__slide-image--2,
  .is-active--1 .hotels__slide--2 .hotels__slide-image.hotels__slide-image--2,
  .is-active--1 .hotels__slide--3 .hotels__slide-image.hotels__slide-image--2 {
    opacity: 0;
  }
  .is-active--1 .hotels__slide--0 .hotels__slide-image.hotels__slide-image--3,
  .is-active--1 .hotels__slide--1 .hotels__slide-image.hotels__slide-image--3,
  .is-active--1 .hotels__slide--2 .hotels__slide-image.hotels__slide-image--3,
  .is-active--1 .hotels__slide--3 .hotels__slide-image.hotels__slide-image--3 {
    opacity: 0;
  }
  .is-active--2 .hotels__slide--0 .hotels__slide-image.hotels__slide-image--0,
  .is-active--2 .hotels__slide--1 .hotels__slide-image.hotels__slide-image--0,
  .is-active--2 .hotels__slide--2 .hotels__slide-image.hotels__slide-image--0,
  .is-active--2 .hotels__slide--3 .hotels__slide-image.hotels__slide-image--0 {
    opacity: 0;
  }
  .is-active--2 .hotels__slide--0 .hotels__slide-image.hotels__slide-image--1,
  .is-active--2 .hotels__slide--1 .hotels__slide-image.hotels__slide-image--1,
  .is-active--2 .hotels__slide--2 .hotels__slide-image.hotels__slide-image--1,
  .is-active--2 .hotels__slide--3 .hotels__slide-image.hotels__slide-image--1 {
    opacity: 0;
  }
  .is-active--2 .hotels__slide--0 .hotels__slide-image.hotels__slide-image--2,
  .is-active--2 .hotels__slide--1 .hotels__slide-image.hotels__slide-image--2,
  .is-active--2 .hotels__slide--2 .hotels__slide-image.hotels__slide-image--2,
  .is-active--2 .hotels__slide--3 .hotels__slide-image.hotels__slide-image--2 {
    opacity: 1;
  }
  .is-active--2 .hotels__slide--0 .hotels__slide-image.hotels__slide-image--3,
  .is-active--2 .hotels__slide--1 .hotels__slide-image.hotels__slide-image--3,
  .is-active--2 .hotels__slide--2 .hotels__slide-image.hotels__slide-image--3,
  .is-active--2 .hotels__slide--3 .hotels__slide-image.hotels__slide-image--3 {
    opacity: 0;
  }
  .is-active--3 .hotels__slide--0 .hotels__slide-image.hotels__slide-image--0,
  .is-active--3 .hotels__slide--1 .hotels__slide-image.hotels__slide-image--0,
  .is-active--3 .hotels__slide--2 .hotels__slide-image.hotels__slide-image--0,
  .is-active--3 .hotels__slide--3 .hotels__slide-image.hotels__slide-image--0 {
    opacity: 0;
  }
  .is-active--3 .hotels__slide--0 .hotels__slide-image.hotels__slide-image--1,
  .is-active--3 .hotels__slide--1 .hotels__slide-image.hotels__slide-image--1,
  .is-active--3 .hotels__slide--2 .hotels__slide-image.hotels__slide-image--1,
  .is-active--3 .hotels__slide--3 .hotels__slide-image.hotels__slide-image--1 {
    opacity: 0;
  }
  .is-active--3 .hotels__slide--0 .hotels__slide-image.hotels__slide-image--2,
  .is-active--3 .hotels__slide--1 .hotels__slide-image.hotels__slide-image--2,
  .is-active--3 .hotels__slide--2 .hotels__slide-image.hotels__slide-image--2,
  .is-active--3 .hotels__slide--3 .hotels__slide-image.hotels__slide-image--2 {
    opacity: 0;
  }
  .is-active--3 .hotels__slide--0 .hotels__slide-image.hotels__slide-image--3,
  .is-active--3 .hotels__slide--1 .hotels__slide-image.hotels__slide-image--3,
  .is-active--3 .hotels__slide--2 .hotels__slide-image.hotels__slide-image--3,
  .is-active--3 .hotels__slide--3 .hotels__slide-image.hotels__slide-image--3 {
    opacity: 1;
  }
}
.z-index-9999 {
  z-index: 9999;
}

.zone-hotels-logo img {
  max-width: 200px;
}

.job-badge {
  max-width: 120px;
  height: auto;
}

@media (min-width: 992px) {
  .sus-awards {
    height: 100%;
  }
}

.trip-award-link {
  position: fixed;
  right: 3rem;
  top: 12rem;
  z-index: 9;
  width: 5.5rem;
}
@media (max-width: 767.98px) {
  .trip-award-link {
    top: unset;
    right: 0.6rem;
    bottom: 10rem !important;
  }
}

@media (max-width: 991.98px) {
  .page-template-single-restaurant .single-restaurant-row .btn-bg-oil {
    padding: 0.5rem !important;
  }
  .page-template-single-restaurant .single-restaurant-row .btn-bg-oil .px-5, .page-template-single-restaurant .single-restaurant-row .btn-bg-oil .py-4 {
    padding: 0 !important;
  }
}

.hotel-page .wrapper-first-slideshow .hero-video-container {
  overflow: inherit;
}

.hero-video-container {
  max-width: none;
  padding: 0;
}
@media (min-width: 768px) {
  .hero-video-container .helper {
    max-height: 100vh;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    right: 45%;
    width: 90vw;
  }
}

.vh-75 {
  height: 75vh !important;
}

.hero-video {
  height: 0;
  overflow: hidden;
}
.video-controls {
  left: 50px;
  bottom: 10px;
  z-index: 100;
}
.video-controls .icon {
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
  padding: 2rem;
  width: 30px;
}
.video-controls .mute-icon {
  background-image: url(https://api.iconify.design/carbon:volume-mute.svg?color=%23ffffff);
}
.video-controls .mute-icon.stop {
  background-image: url(https://api.iconify.design/octicon:unmute-24.svg?color=%23ffffff);
}
.video-controls .pause-icon {
  background-image: url(https://api.iconify.design/akar-icons:pause.svg?color=%23ffffff);
}
.video-controls .pause-icon.stop {
  background-image: url(https://api.iconify.design/akar-icons:play.svg?color=%23ffffff);
}

.play-video-icon-wrapper {
  background-image: url(https://api.iconify.design/akar-icons:play.svg?color=%23ffffff);
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  cursor: pointer;
}

.color-secondary {
  color: #a99366;
}

#CookiebotWidget {
  display: none !important;
}

.nelios-popup-dialog.nelios-popup-position-center {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#nelios-popup-41122,
#nelios-popup-41140,
#nelios-popup-41147,
#nelios-popup-41145 {
  border-radius: 50%;
}
@media screen and (max-height: 765px) {
  #nelios-popup-41122,
  #nelios-popup-41140,
  #nelios-popup-41147,
  #nelios-popup-41145 {
    width: 600px;
  }
}

#nelios-popup-49451 {
  border-radius: 0 !important;
}

@media screen and (max-height: 765px) {
  #nelios-popup-44887, #nelios-popup-49451 {
    width: 525px;
  }
}

.nelios-popup-close-button {
  background-color: white !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border-radius: 100% !important;
}

body:not(.hotel-page-electra-metropolis-athens.parent-pageid-52) #nelios-popup-41122 {
  display: none;
}

body:not(.hotel-page-electra-hotel-athens.parent-pageid-52) #nelios-popup-41140 {
  display: none;
}

body:not(.hotel-page-electra-palace-athens.parent-pageid-52) #nelios-popup-41145 {
  display: none;
}

body:not(.hotel-page-electra-palace-thessaloniki.parent-pageid-52) #nelios-popup-41147 {
  display: none;
}

body:not(.hotel-page-electra-kefalonia-hotel-and-spa.parent-pageid-52) #nelios-popup-44887 {
  display: none;
}

body:not(.hotel-page-electra-palace-athens.page-id-869) #nelios-popup-45672 {
  display: none;
}

body:not(.hotel-page-electra-palace-athenes.page-id-10325) #nelios-popup-45688 {
  display: none;
}

body:not(.hotel-page-palacio-electra-de-atenas.page-id-15148) #nelios-popup-45690 {
  display: none;
}

body:not(.hotel-page-electra-palace-athens.page-id-7823) #nelios-popup-45689 {
  display: none;
}

body:not(.hotel-page-electra-metropolis-athens.page-id-756) #nelios-popup-46237 {
  display: none;
}

body:not(.hotel-page-electra-metropolis-athens.page-id-7836) #nelios-popup-46244 {
  display: none;
}

body:not(.hotel-page-electra-metropolis-athenes.page-id-10499) #nelios-popup-46242 {
  display: none;
}

body:not(.hotel-page-electra-metropolis-atenas.page-id-17871) #nelios-popup-46243 {
  display: none;
}

body:not(.hotel-page-electra-palace-rhodes.page-id-48) #nelios-popup-46277 {
  display: none;
}

body:not(.hotel-page-palacio-electra-de-rodas.page-id-15585) #nelios-popup-46287 {
  display: none;
}

body:not(.hotel-page-electra-palace-rhodes.page-id-10346) #nelios-popup-46285 {
  display: none;
}

body:not(.hotel-page-electra-palace-rhodes.page-id-7870) #nelios-popup-46286 {
  display: none;
}

body:not(.hotel-page-electra-palace-rhodes.page-id-7870) #nelios-popup-49451 {
  display: none;
}

.btn-popup:hover {
  color: white;
}

#colophon {
  color: #aaa;
}

.single-culture-row {
  margin-top: 250px;
  margin-bottom: 250px;
}

.culture-listing-hotels {
  margin: 150px 0;
}

.full-bg {
  position: relative;
}
.full-bg:before {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  z-index: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100vw;
  background-color: #f8f9fa !important;
}

.culture-item-slide .text-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 165px;
  gap: 35px;
}

.page-template-culture .single-restaurant-image picture {
  -o-object-position: top;
  object-position: top;
}

@media all and (max-width: 500px) {
  .mobile-online-checkin span span {
    font-size: 10px;
    padding: 9px 1px;
  }
  .mobile-book-now span span {
    font-size: 10px !important;
    padding: 9px 0 !important;
  }
  .live-icon {
    display: none;
  }
}
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
  font-size: 1.2rem !important;
  color: black !important;
}
.top-left.bg-gradient {
  top: 0;
}

.ml-35 {
  margin-left: 31px;
}

.w-76 {
  width: 76.5%;
}
@media (min-width: 1600px) {
  .w-76 {
    width: 81.2%;
  }
}

.flex-1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-menu .nav-link:hover {
  color: #a99366;
}
.top-menu .menu-item.offers .nav-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 15px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-menu .menu-item.offers .nav-link:before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url("../../svg/icon-offers.svg") no-repeat;
}
.top-menu .menu-item.offers .nav-link:before path {
  fill: #a99366;
}

.nav-icon {
  margin-right: 15px;
}
.nav-icon svg {
  height: 24px;
  width: 24px;
}
.nav-icon svg path {
  fill: #a99366;
}

.menu-button > svg {
  height: 17px;
  width: 28px;
}
.menu-button .group-logo {
  line-height: 1;
}
.menu-button .group-logo svg {
  width: unset;
}

.hotel-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.bg-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(transparent));
  background-image: -moz-linear-gradient(black, transparent);
  background-image: -o-linear-gradient(black, transparent);
  background-image: linear-gradient(black, transparent);
}

.bg-gradient-inverse {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.text-right {
  text-align: right;
}

.home .wp-block-image figcaption {
  font-size: 1.5rem;
  text-align: inherit;
}

.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.menu_image_wrapper img {
  height: 100% !important;
}

.nav-icon-h-w {
  height: 24px;
  width: 24px;
  margin-right: 8px !important;
}

.mb-offer-icon {
  margin-bottom: 6px;
}

.page-template-awards .listitem-image img {
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-awards {
  max-width: 110px;
}

.concierge-grid-item .links-wrapper {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  z-index: 10;
}
.concierge-grid-item .image-wrapper img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform;
  -webkit-transition-duration: 3s;
  -moz-transition-duration: 3s;
  -o-transition-duration: 3s;
  transition-duration: 3s;
}
.concierge-grid-item:hover .image-wrapper img {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.concierge-grid-item:hover .links-wrapper {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.concierge-grid-item .extra-item {
  max-width: 450px;
}
@media (max-width: 1199.98px) {
  .concierge-grid-item .extra-item {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .w-lg-50 {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .h-lg-100 {
    height: 100%;
  }
}

.restaurant-list-item {
  aspect-ratio: 704/598;
  max-height: 600px;
}
@media (max-width: 1199.98px) {
  .restaurant-list-item {
    width: 100% !important;
  }
}
.restaurant-list-item .image-wrapper img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform;
  -webkit-transition-duration: 3s;
  -moz-transition-duration: 3s;
  -o-transition-duration: 3s;
  transition-duration: 3s;
}
.restaurant-list-item .links-wrapper {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.restaurant-list-item .links-wrapper svg {
  width: 32px;
  height: auto;
}
.restaurant-list-item .links-wrapper svg path {
  fill: white;
}
.restaurant-list-item .links-wrapper .icon {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}
.restaurant-list-item:hover .image-wrapper img {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.restaurant-list-item:hover .icon {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}

.third-item .grid-description {
  margin-bottom: 30px !important;
}

@media (max-width: 1199.98px) {
  .concierge-menu-item a {
    color: #000000 !important;
  }
  .concierge-menu-item a svg path {
    fill: #000000;
  }
}

#nelios-popup-49343, #nelios-popup-49358, #nelios-popup-49349, #nelios-popup-49359 {
  display: none;
}

.home #nelios-popup-49343, .home #nelios-popup-49358, .home #nelios-popup-49349, .home #nelios-popup-49359 {
  display: block !important;
}

#navbar-language-switcher-secondary {
  display: block;
  margin-left: auto;
}

.verity-guest-loyalty-menu-link a {
  border: 1px solid;
  padding: 10px !important;
}

.concierge-menu-item {
  border: 1px solid #a99366;
  padding: 9px;
}

.verity-guest-loyalty-menu-link .lbutton {
  border: none;
}

@media all and (max-width: 1200px) {
  .mobile-lc .mobile-lc-a {
    padding: 5px 22px !important;
  }
  .mobile-lc a {
    border: 1px solid #a99366;
    padding: 4px 22px;
  }
  .mobile-lc .rewards-icon {
    max-width: 100%;
  }
  .mobile-lc .rewards-icon .icon path {
    fill: #a99366 !important;
  }
  .mobile-lc .rewards-icon .icon svg {
    height: 30px;
    width: 30px;
  }
  .mobile-lc .rewards-icon .icon-label {
    font-size: 1.1rem;
  }
  .mobile-lc .concierge-menu-item {
    border: none;
    padding: unset;
    width: 50%;
  }
  .mobile-lc .concierge-menu-item a {
    font-size: 1.1rem;
  }
  .mobile-lc .concierge-menu-item .icon svg {
    height: 30px;
    width: 30px;
  }
  .mobile-lc .concierge-menu-item .icon path {
    fill: #a99366 !important;
  }
}
@media all and (max-width: 768px) {
  .group-menu-wrapper {
    height: 120px;
  }
}
.fixed-bottom-button {
  width: 50%;
}

@media all and (max-width: 992px) {
  .mobile-center {
    text-align: center !important;
  }
}
#userwayAccessibilityIcon .uiiw {
  background: #a99366 !important;
  border-radius: 50%;
}

.uwy.userway_p1 .userway_buttons_wrapper {
  top: auto !important;
  bottom: 4rem !important;
  left: -moz-calc(100vw - 33px) !important;
  left: calc(100vw - 33px) !important;
}

.uwy .uai:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.notification-banner-open {
  top: 36px;
}

.notification-banner-open-mobile {
  top: 40px !important;
}
@media all and (max-width: 820px) {
  .notification-banner-open-mobile {
    top: 47px !important;
  }
}
@media all and (max-width: 454px) {
  .notification-banner-open-mobile {
    top: 60px !important;
  }
}

.notification-banner-open-box {
  top: 23px;
}

.notification {
  z-index: 999999;
  min-height: 37px;
  padding: 8px 48px 1px 48px;
}
@media all and (max-width: 1199px) {
  .notification {
    min-height: 47px;
  }
}
.notification p {
  padding: 0 !important;
  margin: 0 !important;
  font-size: -moz-calc(12px + 4 * (100vw - 320px) / 1600);
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: 1.2;
}
.notification p a {
  text-decoration: underline;
}
.notification svg {
  right: 2rem;
  position: relative;
  top: 9px;
}

.notification.is-no-hotel-page {
  background: #a99366;
}
.notification.is-no-hotel-page svg path {
  fill: black;
}
.notification.is-no-hotel-page p a {
  color: black;
}

.notification.is-hotel-page {
  background: #a99366;
}
.notification.is-hotel-page svg path {
  fill: white;
}
.notification.is-hotel-page p a {
  color: white;
}

.hide-item-menu {
  display: none !important;
}

.hotel-page-electra-rhythm-athens .hotel-logo svg {
  width: 110px;
}
.hotel-page-electra-rhythm-athens .hotel-logo svg path {
  fill: black;
}
.hotel-page-electra-rhythm-athens #wrapper-first-slideshow {
  margin-top: 3rem !important;
}

.page-id-50864 .hotel-page-rating, .page-id-50917 .hotel-page-rating, .page-id-51160 .hotel-page-rating, .page-id-51349 .hotel-page-rating, .page-id-52001 .hotel-page-rating, .page-id-52011 .hotel-page-rating, .page-id-56301 .hotel-page-rating, .page-id-56325 .hotel-page-rating {
  display: none !important;
}

.page-id-3 .rating-wrapper, .page-id-7376 .rating-wrapper, .page-id-52001 .rating-wrapper, .page-id-52011 .rating-wrapper, .page-id-52011 .rating-wrapper, .page-id-52001 .rating-wrapper, .page-id-53323 .rating-wrapper, .page-id-53321 .rating-wrapper, .page-id-56301 .rating-wrapper, .page-id-56325 .rating-wrapper {
  display: none !important;
}

@media (min-width: 992px) {
  .room-bullets-facilities {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

.advertising-button a {
  max-width: 200px;
}

.page-template-awards .wrapper-first-slideshow {
  height: 420px;
  background: black;
  margin-bottom: 5rem;
}

.voucher-page .voucher-title {
  padding: 72px 256px 72px 256px;
  color: #000;
  font-family: URWGaramondTW01-DemiNarrow;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 48px;
}
.voucher-page .slideshow.inner-slider {
  padding-right: 276px;
}
.voucher-page .voucher-second {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 48px 376px 48px 256px;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}
.voucher-page .second-title {
  color: #000;
  font-family: URWGaramondTW01-DemiNarrow;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.64px;
}
.voucher-page .second-description {
  color: #000;
  font-family: URWGaramondTW01-Narrow;
  font-size: 18.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.544px;
  letter-spacing: 0.276px;
  max-width: 600px;
}
.voucher-page .voucher-bottom {
  padding: 0px 256px 128px 256px;
  gap: 32px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.voucher-page .steps {
  gap: 32px;
}
.voucher-page .step {
  width: 448px;
  gap: 24px;
  padding-left: 24px;
  border-left: 1px solid #A99366;
}
.voucher-page .step .button.bg-oil-to-white::before {
  background: #000;
}
.voucher-page .step-title {
  color: #000;
  font-family: URWGaramondTW01-DemiNarrow;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.64px;
  gap: 16px;
}
.voucher-page .voucher-optional {
  color: rgba(0, 0, 0, 0.4);
  font-family: URWGaramondTW01-Narrow;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
.voucher-page .step-description {
  color: #000;
  font-family: URWGaramondTW01-Narrow;
  font-size: 18.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.544px;
  letter-spacing: 0.276px;
  max-width: 328px;
}
.voucher-page .code-section {
  gap: 24px;
  height: 40px;
  border-bottom: 1px solid #000;
  margin-bottom: 16px;
}
.voucher-page .code-section .code {
  color: #000;
  font-family: URWGaramondTW01-DemiNarrow;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.voucher-page .code-section .copy-code {
  color: #A99366;
  font-family: URWGaramondTW01-DemiNarrow;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  gap: 8px;
  cursor: pointer;
}
.voucher-page .voucher-code {
  left: 206px;
  bottom: 143px;
  z-index: 9999;
  color: #000;
  font-family: URWGaramondTW01-DemiNarrow;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.voucher-page .voucher-image {
  max-width: 448px;
  width: 448px;
  height: 465px;
}
.voucher-page .voucher-image img {
  width: 448px;
  max-width: 448px;
  height: 465px;
}
@media only screen and (max-width: 992px) {
  .voucher-page .voucher-bottom {
    padding: 0px 256px 128px 50px;
  }
  .voucher-page .voucher-second {
    padding: 48px 50px 48px 50px;
  }
  .voucher-page .voucher-title {
    padding: 72px 50px 72px 50px;
  }
}
@media only screen and (max-width: 991px) {
  .voucher-page .voucher-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 50px 128px 50px;
  }
}

#wpcf7-f56672-p2265-o1 label {
  color: #000;
  font-size: 20px;
}

#wpcf7-f56674-p7492-o1 label {
  color: #000;
  font-size: 20px;
}

.book-a-space-button {
  max-width: 200px;
}

.book-a-space-service .book-a-space-widget {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 5rem auto 0;
  display: block;
}

.book-a-space-widget h1, .book-a-space-widget h2, .book-a-space-widget h3, .book-a-space-widget h4, .book-a-space-widget h5, .book-a-space-widget h6, .book-a-space-widget p, .book-a-space-widget input, .book-a-space-widget label, .book-a-space-widget button, .book-a-space-widget textarea, .book-a-space-widget select, .book-a-space-widget option, .book-a-space-widget ul, .book-a-space-widget ol, .book-a-space-widget li, .book-a-space-widget div, .book-a-space-widget a, .book-a-space-widget span {
  font-family: "Garamond URW Narrow W01 Medium" !important;
}

#loyalty-external-partners .nav-pills .nav-link {
  border-radius: 2rem;
}
#loyalty-external-partners .nav-pills .nav-link.bg-white-10 {
  background-color: rgba(255, 255, 255, 0.1);
}
#loyalty-external-partners .nav-pills .nav-link.active {
  background-color: #a99366;
}
#loyalty-external-partners .nav-tabs {
  border-color: rgba(255, 255, 255, 0.2);
}
#loyalty-external-partners .nav-tabs .nav-link {
  background-color: transparent;
}
#loyalty-external-partners .nav-tabs .nav-link.active {
  border-color: #a99366;
}

.trigger-btn {
  padding: 12px 20px;
  border-radius: 8px;
  border: none;
  background: #000;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

#iframeBackdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

#iframePopup {
  display: none; /* hidden on load */
  position: fixed;
  inset: 5% 0 0 0;
  background: #fff;
  z-index: 9999;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* When active, show popup as flex */
#iframePopup.active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid #eee;
  font-weight: 600;
}

.close-btn {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

#iframeMount {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /* helpful on desktop when we center the "mobile" iframe */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Default: iframe fills the popup (mobile full-width bottom sheet) */
#iframeMount iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Desktop: make the popup itself a "phone-sized" container
   so the embedded page naturally switches to its mobile responsive layout */
@media (min-width: 768px) {
  #iframePopup {
    inset: 5% auto auto 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 390px; /* ~mobile width */
    max-width: 95vw;
    height: 85%;
    border-radius: 16px;
  }
}
@-webkit-keyframes MoveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}
@-moz-keyframes MoveUpInitial {
  to {
    -moz-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}
@keyframes MoveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
    -moz-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}
@-webkit-keyframes MoveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes MoveUpEnd {
  from {
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes MoveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.button:hover {
  opacity: 1;
}
.button.bg-oil-to-white {
  background: #ffffff;
}
.button.bg-oil-to-white::before {
  background: #a99366;
}
.button.bg-oil-to-black {
  background: #000000;
}
.button.bg-oil-to-black::before {
  background: #a99366;
}
.button.bg-white-to-black {
  background: #000000;
}
.button.bg-white-to-black::before {
  background: #ffffff;
}
.button.bg-black-to-white {
  background: #ffffff;
}
.button.bg-black-to-white::before {
  background: #000000;
}
.button.bg-white-to-oil {
  background: #a99366;
}
.button.bg-white-to-oil::before {
  background: #ffffff;
}
.button.bg-black-to-oil {
  background: #a99366;
}
.button.bg-black-to-oil::before {
  background: #000000;
}
.button.text-white-to-black {
  color: #ffffff;
}
.button.text-white-to-black:hover {
  color: #000000;
}
.button.text-black-to-white {
  color: #000000;
}
.button.text-black-to-white:hover {
  color: #ffffff;
}
.button.button-style-1 {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.8rem 1rem;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.button.button-style-2b {
  display: inline-block;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1;
  padding: 0.8rem 1rem;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.button.button-style-2 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #000000;
  color: #ffffff;
  display: inline-block;
  font-size: 1.15rem;
  line-height: 1;
  padding: 0.9rem 1rem 0.8rem;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.button.button-style-2:hover {
  background: rgba(0, 0, 0, 0.8);
}
.button.button-style-2.with-line {
  position: relative;
  min-width: 210px;
}
.button.button-style-2.with-line:hover {
  background: #000000;
}
.button.button-style-2.with-line:hover::after {
  -webkit-transform: translateX(65px);
  -moz-transform: translateX(65px);
  -ms-transform: translateX(65px);
  transform: translateX(65px);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.button.button-style-2.with-line-left {
  position: relative;
  min-width: 180px;
}
.button.button-style-2.with-line-left:hover {
  background: #000000;
}
.button.button-style-2.with-line-left:hover::after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
@media (min-width: 768px) {
  .button.button-style-2.with-line-left::after, .button.button-style-2.with-line::after {
    background: #000000;
    content: "";
    height: 1px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    width: 145px;
    z-index: -1;
  }
  .button.button-style-2.with-line::after {
    left: 0;
    -webkit-transform: translateX(240px);
    -moz-transform: translateX(240px);
    -ms-transform: translateX(240px);
    transform: translateX(240px);
  }
  .button.button-style-2.with-line-left::after {
    right: 0;
    -webkit-transform: translateX(-210px);
    -moz-transform: translateX(-210px);
    -ms-transform: translateX(-210px);
    transform: translateX(-210px);
  }
}
.button.button-style-3 {
  border: 2px solid #000000;
  color: #ffffff;
  display: inline-block;
  font-size: 1.15rem;
  line-height: 1;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  text-align: center;
}
.button.button-style-3 span {
  background: #000000;
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.button.button-style-3 span ~ span {
  background: #ffffff;
  color: #000000;
  font-size: 0.8em;
  padding: 0.4rem 1rem;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
.button.button-style-3 span ~ span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200%;
  background: #000000;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
.button.button-style-3:hover span ~ span {
  color: #ffffff;
}
.button.button-style-3:hover span ~ span::after {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.button.button-style-3.secondary {
  border-color: #a99366;
}
.button.button-style-3.secondary span {
  background: #a99366;
}
.button.button-style-3.secondary span ~ span {
  background: #ffffff;
  color: #a99366;
}
.button.button-style-3.secondary span ~ span::after {
  background: #a99366;
}
.button.button-style-3.secondary:hover span ~ span {
  color: #ffffff;
}
.button.button-style-4 {
  border: 2px solid #000000;
  color: #000000;
  display: inline-block;
  line-height: 1;
  padding: 0.8rem 1rem;
}
.button.button-style-5 {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.8rem 1rem;
  text-decoration: none;
}
.button.button-style-7 {
  background: #ffffff;
  border: 1px solid white;
  color: #000000;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1;
  padding: 0.8rem 1rem;
  text-decoration: none;
}
.button.button-style-7.is-active, .button.button-style-7:hover {
  background: #000000;
  color: #ffffff;
}
.button.button-with-effect {
  overflow: hidden;
  padding: 0.8rem 1rem;
  position: relative;
  line-height: 1;
}
.button.button-with-effect span {
  display: block;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
.button.button-with-effect::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  -o-transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1), -moz-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1), -moz-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  width: 100%;
}
.button.button-with-effect:hover > span > span {
  -webkit-animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
  -moz-animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
  animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
}
.button.button-with-effect:hover::before {
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.button.button-style-dropdown {
  background: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.0901960784);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.0901960784);
  color: #000000;
  display: inline-block;
  font-size: 1.15rem;
  margin: 0;
  min-width: 15rem;
  padding: 0.4rem 1rem;
  position: relative;
}
.button.button-style-dropdown::after {
  content: "+";
  margin-left: 0;
  vertical-align: 0;
  border-top: none;
  border-right: none;
  border-bottom: 0;
  border-left: none;
  position: absolute;
  right: 8px;
  color: #000000;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.button.button-style-dropdown:hover::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.button.button-style-dropdown[aria-expanded=true]::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.button.button-style-dropdown.dropdown-item:after {
  content: none;
}
@media (min-width: 992px) {
  .button.button-style-dropdown {
    min-width: 15.625rem;
  }
}

.link {
  font-size: 1.15rem;
}
.link.with-arrow {
  position: relative;
  margin-right: 2rem;
}
.link.with-arrow::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjQuOTQiIHZpZXdCb3g9IjAgMCAxMi45NCA0Ljk0IiB3aWR0aD0iMTIuOTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTQ2MTYuMTEgODY4MS4wMWExMi40MzUgMTIuNDM1IDAgMCAwIC42MSAxLjEzYy4xNC4yMS4zOC41NC43Mi45OGgtMTAuOXYuNjloMTAuOWE3LjgzOCA3LjgzOCAwIDAgMCAtMS4zNCAyLjEyaC41MmExMy44NDMgMTMuODQzIDAgMCAxIDEuNTItMS41IDYuMzkgNi4zOSAwIDAgMSAxLjMxLS44M3YtLjMxYTYuMDU3IDYuMDU3IDAgMCAxIC0xLjI1LS43NyAxMy44NDcgMTMuODQ3IDAgMCAxIC0xLjU3LTEuNTF6IiBmaWxsPSIjYTk5MzY2IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NjA2LjUzIC04NjgxKSIvPjwvc3ZnPg==");
  width: 14px;
  height: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  top: -moz-calc(50% + 2px);
  top: calc(50% + 2px);
  left: 100%;
  -webkit-transform: translate(10px, -50%);
  -moz-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.link.with-arrow::before {
  content: "";
  position: absolute;
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
  height: 100%;
  top: 0;
  left: 0;
}
.link.with-arrow:hover::after {
  -webkit-transform: translate(20px, -50%);
  -moz-transform: translate(20px, -50%);
  -ms-transform: translate(20px, -50%);
  transform: translate(20px, -50%);
}

.button-plus,
.button-minus {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  border: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  top: 0.5rem;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 2rem;
}
.button-plus svg,
.button-minus svg {
  height: 1rem;
  width: 1rem;
}
.button-plus svg path,
.button-minus svg path {
  fill: #000000;
}
.button-plus:hover,
.button-minus:hover {
  background: #a99366;
}
.button-plus:hover svg path,
.button-minus:hover svg path {
  fill: #ffffff;
}

.button-plus {
  right: 0.5rem;
}

.button-minus {
  right: 3rem;
}

.btn-bg-oil {
  background: #a99366;
}

.listpage-wrapper {
  background-color: #000000;
  color: #ffffff;
}

.restaurants-wrapper {
  padding-bottom: 6rem;
  margin-bottom: -5rem;
}

.destinations-wrapper {
  padding-bottom: 12rem;
  margin-bottom: -10rem;
}

@media (min-width: 1200px) {
  .restaurants__image-container {
    max-width: none;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 90vw;
  }
  .destinations-wrapper {
    padding-bottom: 28rem;
    margin-bottom: -25rem;
  }
}
.restaurant.listitem,
.offer.listitem,
.page-template-rooms.listitem {
  margin-bottom: 7rem;
}
.restaurant .list-item__image,
.offer .list-item__image,
.page-template-rooms .list-item__image {
  height: 0;
  padding-top: 66%;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.restaurant .list-item__image picture,
.restaurant .list-item__image img,
.offer .list-item__image picture,
.offer .list-item__image img,
.page-template-rooms .list-item__image picture,
.page-template-rooms .list-item__image img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform;
  -webkit-transition-duration: 3s;
  -moz-transition-duration: 3s;
  -o-transition-duration: 3s;
  transition-duration: 3s;
}
.restaurant .list-item__image > a,
.offer .list-item__image > a,
.page-template-rooms .list-item__image > a {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.restaurant .list-item__image > a:hover picture,
.restaurant .list-item__image > a:hover img,
.offer .list-item__image > a:hover picture,
.offer .list-item__image > a:hover img,
.page-template-rooms .list-item__image > a:hover picture,
.page-template-rooms .list-item__image > a:hover img {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.restaurant .list-item__title:after,
.offer .list-item__title:after,
.page-template-rooms .list-item__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 50%;
  height: 1px;
  background-color: #a99366;
}
.restaurant .list-item__icon,
.offer .list-item__icon,
.page-template-rooms .list-item__icon {
  width: 1rem;
  height: 1rem;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 1rem;
}
.restaurant .list-item__icon svg,
.offer .list-item__icon svg,
.page-template-rooms .list-item__icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}

.destination.listitem:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 75%;
  left: 0;
  height: 1px;
  background-color: #a99366;
}

.destination__image {
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
}
.destination__image > a {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.destination__image > a:hover picture,
.destination__image > a:hover img {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.destination__image picture,
.destination__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform;
  -webkit-transition-duration: 3s;
  -moz-transition-duration: 3s;
  -o-transition-duration: 3s;
  transition-duration: 3s;
}

.destination-mobile__header {
  height: 4rem;
}

.destination-mobile__toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0;
  color: #a99366;
}

.destination-mobile__toggle .minus svg,
.destination-mobile__toggle .plus svg {
  fill: currentColor;
  width: 1rem;
  height: 1rem;
}

.destination-mobile__toggle .minus {
  display: none;
}

.destination-mobile__toggle[aria-expanded=true] .minus {
  display: block;
}
.destination-mobile__toggle[aria-expanded=true] .plus {
  display: none;
}

@media (min-width: 576px) {
  .restaurant .list-item__image, .offer .list-item__image {
    margin-bottom: 0;
  }
  .destination__image {
    margin-bottom: 2rem;
  }
  .destination__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.listitem-centered-content {
  max-width: 25rem;
}
.listitem-centered-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 40%;
  height: 1px;
  background-color: #a99366;
}

.listitem-image {
  height: 0;
  padding-top: 75%;
  overflow: hidden;
}
.listitem-image > a {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.listitem-image > a:hover picture,
.listitem-image > a:hover img {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.listitem-image picture,
.listitem-image img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform;
  -webkit-transition-duration: 3s;
  -moz-transition-duration: 3s;
  -o-transition-duration: 3s;
  transition-duration: 3s;
}

.experiences-wrapper {
  padding-bottom: 16rem;
  margin-bottom: -14rem;
}

@media (min-width: 768px) {
  .experiences-wrapper {
    padding-bottom: 9rem;
    margin-bottom: -4rem;
  }
}
.offer .list-item__image {
  padding-top: 60% !important;
}

.wpcf7 input[readonly][type=text] {
  background-color: transparent;
}
.wpcf7 input:focus[readonly][type=text] {
  background-color: white;
}
.wpcf7 .form-control, .wpcf7 input[type=text],
.wpcf7 input[type=search],
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=date],
.wpcf7 input[type=month],
.wpcf7 input[type=week],
.wpcf7 input[type=time],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=color],
.wpcf7 input[type=email],
.wpcf7 input[type=file],
.wpcf7 input[type=submit],
.wpcf7 select,
.wpcf7 textarea, .wpcf7 .wpcf7-validation-errors {
  border: none;
  border-bottom: 1px solid #dee2e6;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  -o-transition: box-shadow 200ms ease-out;
  -moz-transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
}
.wpcf7 .form-control:focus, .wpcf7 input[type=text]:focus,
.wpcf7 input[type=search]:focus,
.wpcf7 input[type=url]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=range]:focus,
.wpcf7 input[type=date]:focus,
.wpcf7 input[type=month]:focus,
.wpcf7 input[type=week]:focus,
.wpcf7 input[type=time]:focus,
.wpcf7 input[type=datetime]:focus,
.wpcf7 input[type=datetime-local]:focus,
.wpcf7 input[type=color]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=file]:focus,
.wpcf7 input[type=submit]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus, .wpcf7 .wpcf7-validation-errors:focus {
  -webkit-box-shadow: 0 0.75rem 0.75rem -0.5rem rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.75rem 0.75rem -0.5rem rgba(0, 0, 0, 0.4);
}
.wpcf7 .form-control.btn-submit, .wpcf7 input.btn-submit[type=text],
.wpcf7 input.btn-submit[type=search],
.wpcf7 input.btn-submit[type=url],
.wpcf7 input.btn-submit[type=tel],
.wpcf7 input.btn-submit[type=number],
.wpcf7 input.btn-submit[type=range],
.wpcf7 input.btn-submit[type=date],
.wpcf7 input.btn-submit[type=month],
.wpcf7 input.btn-submit[type=week],
.wpcf7 input.btn-submit[type=time],
.wpcf7 input.btn-submit[type=datetime],
.wpcf7 input.btn-submit[type=datetime-local],
.wpcf7 input.btn-submit[type=color],
.wpcf7 input.btn-submit[type=email],
.wpcf7 input.btn-submit[type=file],
.wpcf7 input.btn-submit[type=submit],
.wpcf7 select.btn-submit,
.wpcf7 textarea.btn-submit, .wpcf7 .btn-submit.wpcf7-validation-errors {
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  width: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  border-bottom: none;
}
.wpcf7 .form-control.btn-submit:hover, .wpcf7 input.btn-submit[type=text]:hover,
.wpcf7 input.btn-submit[type=search]:hover,
.wpcf7 input.btn-submit[type=url]:hover,
.wpcf7 input.btn-submit[type=tel]:hover,
.wpcf7 input.btn-submit[type=number]:hover,
.wpcf7 input.btn-submit[type=range]:hover,
.wpcf7 input.btn-submit[type=date]:hover,
.wpcf7 input.btn-submit[type=month]:hover,
.wpcf7 input.btn-submit[type=week]:hover,
.wpcf7 input.btn-submit[type=time]:hover,
.wpcf7 input.btn-submit[type=datetime]:hover,
.wpcf7 input.btn-submit[type=datetime-local]:hover,
.wpcf7 input.btn-submit[type=color]:hover,
.wpcf7 input.btn-submit[type=email]:hover,
.wpcf7 input.btn-submit[type=file]:hover,
.wpcf7 input.btn-submit[type=submit]:hover,
.wpcf7 select.btn-submit:hover,
.wpcf7 textarea.btn-submit:hover, .wpcf7 .btn-submit.wpcf7-validation-errors:hover {
  -webkit-box-shadow: 0 0.75rem 0.75rem -0.5rem rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.75rem 0.75rem -0.5rem rgba(0, 0, 0, 0.4);
}
.wpcf7 select.form-control,
.wpcf7 select, .wpcf7 select.wpcf7-validation-errors {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 3rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs/%3E%3Cpath fill-rule='evenodd' d='M5.22 8.72a.75.75 0 000 1.06l6.25 6.25a.75.75 0 001.06 0l6.25-6.25a.75.75 0 00-1.06-1.06L12 14.44 6.28 8.72a.75.75 0 00-1.06 0z'/%3E%3C/svg%3E");
  background-position: right 1rem;
  background-size: 1.5rem;
  background-repeat: no-repeat;
}
.wpcf7 label {
  color: #adb5bd;
}
.wpcf7 p {
  margin-bottom: 0.5rem !important;
  font-size: 1rem;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  margin-right: 2rem;
}
.wpcf7 .wpcf7-checkbox input,
.wpcf7 .wpcf7-acceptance input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpcf7 .wpcf7-checkbox input + .wpcf7-list-item-label,
.wpcf7 .wpcf7-acceptance input + .wpcf7-list-item-label {
  color: #000000;
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 3rem;
  line-height: 32px;
}
.wpcf7 .wpcf7-checkbox input + .wpcf7-list-item-label::before,
.wpcf7 .wpcf7-acceptance input + .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #ffffff;
  width: 32px;
  height: 32px;
}
.wpcf7 .wpcf7-checkbox input:checked + .wpcf7-list-item-label::after,
.wpcf7 .wpcf7-acceptance input:checked + .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  top: 9px;
  left: 9px;
  width: 14px;
  height: 14px;
  background: darkgrey;
}
.wpcf7 form .wpcf7-response-output {
  display: inline-block;
  margin: 1rem 0;
}

.request-form-modal .ajax-loader {
  position: absolute;
  left: -80px;
  top: 12px;
}

@media (min-width: 576px) {
  .wpcf7 .form-control, .wpcf7 input[type=text],
  .wpcf7 input[type=search],
  .wpcf7 input[type=url],
  .wpcf7 input[type=tel],
  .wpcf7 input[type=number],
  .wpcf7 input[type=range],
  .wpcf7 input[type=date],
  .wpcf7 input[type=month],
  .wpcf7 input[type=week],
  .wpcf7 input[type=time],
  .wpcf7 input[type=datetime],
  .wpcf7 input[type=datetime-local],
  .wpcf7 input[type=color],
  .wpcf7 input[type=email],
  .wpcf7 input[type=file],
  .wpcf7 input[type=submit],
  .wpcf7 select,
  .wpcf7 textarea, .wpcf7 .wpcf7-validation-errors {
    font-size: 1.25rem;
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  font-size: 1.3rem;
  color: darkgreen;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  font-size: 1.3rem;
  color: #dc3545;
}
.wpcf7 .wpcf7-file {
  height: 54px !important;
  position: relative;
  padding-left: 1rem !important;
}
.wpcf7 .wpcf7-file::-webkit-file-upload-button {
  visibility: hidden;
}
.wpcf7 .wpcf7-file::before {
  background: transparent;
  border: 1px solid #000000;
  content: "Choose file";
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  outline: none;
  position: absolute;
  left: 0;
  line-height: 1;
  padding: 0.6rem 0.8rem;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 992px) {
  .wpcf7 .wpcf7-file::before {
    padding: 0.6rem 1.2rem;
  }
}

.form-control,
.wpcf7 input[type=text],
.wpcf7 input[type=search],
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=date],
.wpcf7 input[type=month],
.wpcf7 input[type=week],
.wpcf7 input[type=time],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=color],
.wpcf7 input[type=email],
.wpcf7 input[type=file],
.wpcf7 input[type=submit],
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .form-control,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 input[type=week],
.wpcf7 select,
.wpcf7 textarea {
  padding-left: 0rem;
}

.section-rewards p:first-of-type {
  font-size: 1rem;
}

.destination-slider {
  width: -moz-calc(100% + (100vw - 100%) / 2);
  width: calc(100% + (100vw - 100%) / 2);
}
.destination-slider .destination-content {
  position: relative;
}
.destination-slider .destination {
  margin-right: 1.875rem;
  width: 206px;
}
.destination-slider .photo-container {
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-top: 116.9902912621%;
  position: relative;
}
.destination-slider .photo-container .photo-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.destination-slider .photo-container .photo-wrapper picture,
.destination-slider .photo-container .photo-wrapper img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform;
  -webkit-transition-duration: 3s;
  -moz-transition-duration: 3s;
  -o-transition-duration: 3s;
  transition-duration: 3s;
}
.destination-slider .photo-container img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.destination-slider .destination-content a {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.destination-slider .destination-content a:hover ~ div picture,
.destination-slider .destination-content a:hover ~ div img {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.destination-slider .hotel-item {
  max-width: 504px;
}
.destination-slider .hotel-item .photo-container {
  padding-top: 133.3333333333%;
}
@media (min-width: 992px) {
  .destination-slider .destination {
    width: 255px;
  }
}

.filtered-slider {
  margin-bottom: 100px;
}
.filtered-slider .button-wrapper {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.dropdown-menu .current {
  background: gray;
  color: #ffffff;
}

.results-list {
  list-style-type: none;
}
.results-list .list-item-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 362px;
  width: 100%;
}
.results-list .image-link {
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}
.results-list picture,
.results-list img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform;
  -webkit-transition-duration: 3s;
  -moz-transition-duration: 3s;
  -o-transition-duration: 3s;
  transition-duration: 3s;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.results-list .ideal-text {
  font-size: 1.1rem;
}
.results-list .ideal-for-content {
  font-size: 1.1rem;
  position: relative;
}
.results-list .ideal-for-content::before {
  color: #000000;
  content: "#";
  position: absolute;
  left: 0;
  font-size: 2rem;
  top: 0;
  line-height: 1;
}
.results-list .same-height {
  min-height: initial;
}
@media (max-width: 1199.98px) {
  .results-list .same-height {
    min-height: 60px;
  }
}
@media (min-width: 768px) {
  .results-list .list-item-content {
    max-width: none;
  }
  .results-list .ideal-for-content {
    height: 75px;
  }
}
@media (min-width: 992px) {
  .results-list .ideal-for-content {
    height: 75px;
  }
}
@media (min-width: 1200px) {
  .results-list .ideal-for-content {
    height: 75px;
  }
}
@media (min-width: 1600px) {
  .results-list .ideal-for-content {
    height: 75px;
  }
}

.the-hotels-list .image-link {
  padding-top: 110.4972375691%;
}
.the-hotels-list .image-link picture,
.the-hotels-list .image-link img {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.the-hotels-list .image-link:hover picture,
.the-hotels-list .image-link:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform;
  -webkit-transition-duration: 3s;
  -moz-transition-duration: 3s;
  -o-transition-duration: 3s;
  transition-duration: 3s;
}
.the-hotels-list .stars-wrapper {
  height: 20px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 100px;
  width: 100%;
}
.the-hotels-list .stars {
  -webkit-filter: grayscale(100%) brightness(5);
  filter: grayscale(100%) brightness(5);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNiAxNCIgdmlld0JveD0iMCAwIDE2IDE0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0ibTY5LjQgMC0yLjMgNC42LTQuNi4zIDMuNSAzLjktMS4xIDUgNC42LTIuOCA0LjYgMi44LTEuMi01IDMuNS00LTQuNi0uMnoiIGZpbGw9IiNhOTkzNjYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYyLjUpIi8+PC9zdmc+);
  background-position: center right;
  background-repeat: repeat-x;
  background-size: 20px 18px;
  color: transparent;
  cursor: default;
  font-size: 0;
  height: inherit;
  margin-left: auto;
}
@media (min-width: 992px) {
  .the-hotels-list .image-link {
    padding-top: 135.3591160221%;
  }
}

.the-partners-list .list-item-content {
  max-width: none;
}
.the-partners-list a {
  left: 0;
  top: 0;
}

.first-slideshow {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.first-slideshow .flickity-viewport {
  position: absolute;
  -webkit-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  width: 100%;
}
.first-slideshow .slideshow-cell > div {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.first-slideshow .slideshow-cell img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.wrapper-first-slideshow-inner .slider-count {
  line-height: 1;
}
.wrapper-first-slideshow-inner .buttons-wrapper .slider-button {
  background: none;
  border: none;
  height: 40px;
  width: 40px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.wrapper-first-slideshow-inner .buttons-wrapper .slider-button svg {
  height: 18px;
  pointer-events: none;
  width: 9px;
}
.wrapper-first-slideshow-inner .buttons-wrapper .slider-button:hover {
  opacity: 0.6;
}
.wrapper-first-slideshow-inner .buttons-wrapper .previous,
.wrapper-first-slideshow-inner .buttons-wrapper .next {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (min-width: 1200px) {
  .wrapper-first-slideshow-inner .buttons-wrapper {
    right: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
  }
  .wrapper-first-slideshow-inner .buttons-wrapper .previous,
  .wrapper-first-slideshow-inner .buttons-wrapper .next {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

.hotel-page .wrapper-first-slideshow .hero-image-container {
  overflow: inherit;
}

.flickity-enabled.slideshow.first-slideshow .slideshow-cell {
  height: 100%;
}

.room-specs-list {
  list-style: none;
}
.room-specs-list li > div {
  top: 0;
  left: 0;
}
.room-specs-list li span {
  margin-left: 1.8rem;
}
.room-specs-list svg {
  height: auto;
  width: 18px;
}

.specifications-table .table-row > div:nth-child(1) {
  background: #ffffff;
  min-width: 200px;
  width: 20%;
}
.specifications-table .table-row > div {
  min-width: 200px;
  width: 20%;
}
.specifications-table .table-row:hover > div:nth-child(1) {
  background: #e9e9ea;
}
.specifications-table .table-row:hover .main-title.room-title,
.specifications-table .table-row:hover .room-value {
  background: #e9e9ea;
}
.specifications-table .table-row .icon {
  max-height: 35px;
  max-width: 35px;
}
.specifications-table .table-row .area-size-spec-icon {
  max-height: 20px;
  max-width: 20px;
}
.specifications-table .main-title {
  font-size: 1.4rem;
}
.specifications-table .main-title:not(.room-title) {
  color: #000000;
}
.specifications-table .main-title:not(.room-title)::after {
  background: #000000;
  bottom: 1rem;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.15;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.specifications-table .main-title.room-title {
  background: #f7f7f7;
  color: #a99366;
}
.specifications-table .room-value {
  background: #f7f7f7;
  padding: 1rem 3rem;
}
.specifications-table .specification-row {
  font-size: 1.15rem;
}

.meetings-list .content-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 37.5rem;
}
.meetings-list .image-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 101.5%;
  position: relative;
}
.meetings-list .image-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.meetings-list .spec .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 30px;
}

.room-layout-variations .button.button-style-dropdown.dropdown-toggle {
  min-width: 15.625rem;
}
.room-layout-variations .dropdown-menu {
  min-width: 17.5rem;
}
.room-layout-variations .variations-images {
  background: #f7f7f7;
}
.room-layout-variations [data-variation]:not(.active) {
  display: none;
}
.room-layout-variations .specs-list .icon {
  max-height: 40px;
  max-width: 40px;
}
.room-layout-variations .specification-title {
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.room-layout-variations .specification-title:hover {
  opacity: 0.5;
}
.room-layout-variations .specs-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
}
@media (min-width: 1600px) {
  .room-layout-variations .specs-area {
    padding: 5rem 1rem;
  }
}

input[type=range] {
  width: 100%;
  margin: 13.8px 0;
  background-color: transparent;
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  background-color: lightgray;
  width: 100%;
  height: 2px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
}

input[type=range]::-webkit-slider-thumb {
  margin-top: -14px;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  background-image: url("../svg/arrow-range.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  border: none;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.0901960784);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.0901960784);
  cursor: pointer;
  -webkit-appearance: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background-color: darkgray;
}

input[type=range]::-moz-range-track {
  background-color: lightgray;
  width: 100%;
  height: 2px;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  background-image: url("../svg/arrow-range.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  border: none;
  border-radius: 50px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.0901960784);
  cursor: pointer;
}

.pagination-wrapper {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination-wrapper .pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}
.pagination-wrapper .page-link {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
}
.pagination-wrapper .page-link.current {
  background: #000000;
  border-radius: 100px;
  color: #ffffff;
}
.pagination-wrapper .page-link.prev svg, .pagination-wrapper .page-link.next svg {
  height: 30px;
  width: 12px;
}
.pagination-wrapper .page-link.prev svg {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.pagination-wrapper .page-link.next svg {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (min-width: 992px) {
  .pagination-wrapper .page-item {
    margin: 0 10px;
  }
}

.custom-collapse {
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  -o-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  -moz-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.custom-collapse.show {
  max-height: 99em;
  -webkit-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}

.overlay-popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: black;
  z-index: -1;
  opacity: 0.5;
}

.custom-popup {
  overflow-y: scroll;
  height: 100vh;
  width: 100vw;
  margin: 0 auto;
  -ms-flex-line-pack: center;
  align-content: center;
  display: block;
  z-index: 9999;
}
.custom-popup .inner-popup {
  height: 100vh;
  width: 100vw;
  margin: 0 auto;
  -ms-flex-line-pack: center;
  align-content: center;
  display: block;
}
.custom-popup .big-banner {
  max-width: 598px;
}
.custom-popup .big-banner .popup-content {
  max-width: 598px;
}
.custom-popup .small-banner {
  max-width: 468px;
}
.custom-popup .small-banner .popup-content {
  max-width: 468px;
}
.custom-popup #closeButton {
  top: 50px;
  right: 10px;
}
.custom-popup #closeButton svg path {
  fill: black;
}

#navbar-language-switcher .dropdown-menu a:nth-child(2), #navbar-language-switcher .dropdown-menu a:nth-child(3) {
  display: none;
}

#navbar-language-switcher-secondary .dropdown-menu a:nth-child(2), #navbar-language-switcher-secondary .dropdown-menu a:nth-child(3) {
  display: none;
}

.hotel-page-electra-palace-rhodes #navbar-language-switcher .dropdown-menu a:nth-child(2) {
  display: block;
}
.hotel-page-electra-palace-rhodes #navbar-language-switcher-secondary .dropdown-menu a:nth-child(2) {
  display: block;
}

/*# sourceMappingURL=theme.css.map */