@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/***
	Bootstrap
***/
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro");
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

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: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, 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:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 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-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

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

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

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

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

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

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

.container {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1280px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

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

.col-xxxl,
.col-xxxl-auto, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1700px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    order: -1;
  }
  .order-xxxl-last {
    order: 13;
  }
  .order-xxxl-0 {
    order: 0;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
  .order-xxxl-6 {
    order: 6;
  }
  .order-xxxl-7 {
    order: 7;
  }
  .order-xxxl-8 {
    order: 8;
  }
  .order-xxxl-9 {
    order: 9;
  }
  .order-xxxl-10 {
    order: 10;
  }
  .order-xxxl-11 {
    order: 11;
  }
  .order-xxxl-12 {
    order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

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

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

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

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

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

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

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

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

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

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

.bg-white {
  background-color: #fff !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: #007bff !important;
}

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

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

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

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

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

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

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

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

.rounded {
  border-radius: 0.25rem !important;
}

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

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

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

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

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .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: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1700px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

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

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1700px) {
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1440px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
@media (min-width: 1700px) {
  .float-xxxl-left {
    float: left !important;
  }
  .float-xxxl-right {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

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

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

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

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 1rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 1rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 1rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 2rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 2rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 2rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 3rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 3rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 3rem !important;
  }
  .m-sm-4 {
    margin: 4rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4rem !important;
  }
  .m-sm-5 {
    margin: 5rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 5rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 5rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 5rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 6rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 6rem !important;
  }
  .m-sm-7 {
    margin: 7rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 7rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 7rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 7rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 8rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 8rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 8rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 9rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 9rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 9rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 9rem !important;
  }
  .m-sm-10 {
    margin: 10rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10rem !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: 1rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 1rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 1rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 1rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 2rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 2rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 2rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 3rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3rem !important;
  }
  .p-sm-4 {
    padding: 4rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4rem !important;
  }
  .p-sm-5 {
    padding: 5rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 5rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 5rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 5rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 6rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6rem !important;
  }
  .p-sm-7 {
    padding: 7rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 7rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 7rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 7rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 8rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 8rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 8rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 9rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 9rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 9rem !important;
  }
  .p-sm-10 {
    padding: 10rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10rem !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: 1rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 1rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 1rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 2rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 2rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 2rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 3rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 3rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 4rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 5rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 5rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 5rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 6rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 6rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 6rem !important;
  }
  .m-md-7 {
    margin: 7rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 7rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 7rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 7rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 7rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 8rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 8rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 8rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 8rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 9rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 9rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 9rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 9rem !important;
  }
  .m-md-10 {
    margin: 10rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 10rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 10rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 10rem !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: 1rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 1rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 1rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 1rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 2rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 2rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 2rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 2rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 3rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 3rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 3rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 4rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 5rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 5rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 5rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 6rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 6rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 6rem !important;
  }
  .p-md-7 {
    padding: 7rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 7rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 7rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 7rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 7rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 8rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 8rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 8rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 8rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 9rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 9rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 9rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 9rem !important;
  }
  .p-md-10 {
    padding: 10rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 10rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 10rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 10rem !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: 1rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 1rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 1rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 1rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 2rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 2rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 2rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4rem !important;
  }
  .m-lg-5 {
    margin: 5rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 5rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 5rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6rem !important;
  }
  .m-lg-7 {
    margin: 7rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 7rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 7rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 7rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 8rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 8rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 8rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 9rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 9rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 9rem !important;
  }
  .m-lg-10 {
    margin: 10rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10rem !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: 1rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 1rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 1rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 2rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 2rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 2rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3rem !important;
  }
  .p-lg-4 {
    padding: 4rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4rem !important;
  }
  .p-lg-5 {
    padding: 5rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 5rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6rem !important;
  }
  .p-lg-7 {
    padding: 7rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 7rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 7rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 7rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 8rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 8rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 8rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 9rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 9rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 9rem !important;
  }
  .p-lg-10 {
    padding: 10rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10rem !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: 1rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 1rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 1rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 1rem !important;
  }
  .m-xl-2 {
    margin: 2rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 2rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 2rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 2rem !important;
  }
  .m-xl-3 {
    margin: 3rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 3rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 3rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 3rem !important;
  }
  .m-xl-4 {
    margin: 4rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4rem !important;
  }
  .m-xl-5 {
    margin: 5rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 5rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 5rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 5rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 6rem !important;
  }
  .m-xl-7 {
    margin: 7rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 7rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 7rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 7rem !important;
  }
  .m-xl-8 {
    margin: 8rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 8rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 8rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 8rem !important;
  }
  .m-xl-9 {
    margin: 9rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 9rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 9rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 9rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 9rem !important;
  }
  .m-xl-10 {
    margin: 10rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10rem !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: 1rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 1rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 1rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 1rem !important;
  }
  .p-xl-2 {
    padding: 2rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 2rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 2rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 2rem !important;
  }
  .p-xl-3 {
    padding: 3rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 3rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 3rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 3rem !important;
  }
  .p-xl-4 {
    padding: 4rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4rem !important;
  }
  .p-xl-5 {
    padding: 5rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 5rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 5rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 5rem !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 6rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 6rem !important;
  }
  .p-xl-7 {
    padding: 7rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 7rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 7rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 7rem !important;
  }
  .p-xl-8 {
    padding: 8rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 8rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 8rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 8rem !important;
  }
  .p-xl-9 {
    padding: 9rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 9rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 9rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 9rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 9rem !important;
  }
  .p-xl-10 {
    padding: 10rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10rem !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: 1440px) {
  .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: 1rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 1rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 1rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 1rem !important;
  }
  .m-xxl-2 {
    margin: 2rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 2rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 2rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 2rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 2rem !important;
  }
  .m-xxl-3 {
    margin: 3rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 3rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 3rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 3rem !important;
  }
  .m-xxl-4 {
    margin: 4rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 4rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 4rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 4rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 4rem !important;
  }
  .m-xxl-5 {
    margin: 5rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 5rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 5rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 5rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 5rem !important;
  }
  .m-xxl-6 {
    margin: 6rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 6rem !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 6rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 6rem !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 6rem !important;
  }
  .m-xxl-7 {
    margin: 7rem !important;
  }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 7rem !important;
  }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 7rem !important;
  }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 7rem !important;
  }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 7rem !important;
  }
  .m-xxl-8 {
    margin: 8rem !important;
  }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 8rem !important;
  }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 8rem !important;
  }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 8rem !important;
  }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 8rem !important;
  }
  .m-xxl-9 {
    margin: 9rem !important;
  }
  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 9rem !important;
  }
  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 9rem !important;
  }
  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 9rem !important;
  }
  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 9rem !important;
  }
  .m-xxl-10 {
    margin: 10rem !important;
  }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 10rem !important;
  }
  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 10rem !important;
  }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 10rem !important;
  }
  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 10rem !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: 1rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 1rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 1rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 1rem !important;
  }
  .p-xxl-2 {
    padding: 2rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 2rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 2rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 2rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 2rem !important;
  }
  .p-xxl-3 {
    padding: 3rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 3rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 3rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 3rem !important;
  }
  .p-xxl-4 {
    padding: 4rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 4rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 4rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 4rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 4rem !important;
  }
  .p-xxl-5 {
    padding: 5rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 5rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 5rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 5rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 5rem !important;
  }
  .p-xxl-6 {
    padding: 6rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 6rem !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 6rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 6rem !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 6rem !important;
  }
  .p-xxl-7 {
    padding: 7rem !important;
  }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 7rem !important;
  }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 7rem !important;
  }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 7rem !important;
  }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 7rem !important;
  }
  .p-xxl-8 {
    padding: 8rem !important;
  }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 8rem !important;
  }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 8rem !important;
  }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 8rem !important;
  }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 8rem !important;
  }
  .p-xxl-9 {
    padding: 9rem !important;
  }
  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 9rem !important;
  }
  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 9rem !important;
  }
  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 9rem !important;
  }
  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 9rem !important;
  }
  .p-xxl-10 {
    padding: 10rem !important;
  }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 10rem !important;
  }
  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 10rem !important;
  }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 10rem !important;
  }
  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 10rem !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;
  }
}
@media (min-width: 1700px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxl-1 {
    margin: 1rem !important;
  }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 1rem !important;
  }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 1rem !important;
  }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 1rem !important;
  }
  .m-xxxl-2 {
    margin: 2rem !important;
  }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 2rem !important;
  }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 2rem !important;
  }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 2rem !important;
  }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 2rem !important;
  }
  .m-xxxl-3 {
    margin: 3rem !important;
  }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 3rem !important;
  }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 3rem !important;
  }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 3rem !important;
  }
  .m-xxxl-4 {
    margin: 4rem !important;
  }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 4rem !important;
  }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 4rem !important;
  }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 4rem !important;
  }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 4rem !important;
  }
  .m-xxxl-5 {
    margin: 5rem !important;
  }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 5rem !important;
  }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 5rem !important;
  }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 5rem !important;
  }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 5rem !important;
  }
  .m-xxxl-6 {
    margin: 6rem !important;
  }
  .mt-xxxl-6,
  .my-xxxl-6 {
    margin-top: 6rem !important;
  }
  .mr-xxxl-6,
  .mx-xxxl-6 {
    margin-right: 6rem !important;
  }
  .mb-xxxl-6,
  .my-xxxl-6 {
    margin-bottom: 6rem !important;
  }
  .ml-xxxl-6,
  .mx-xxxl-6 {
    margin-left: 6rem !important;
  }
  .m-xxxl-7 {
    margin: 7rem !important;
  }
  .mt-xxxl-7,
  .my-xxxl-7 {
    margin-top: 7rem !important;
  }
  .mr-xxxl-7,
  .mx-xxxl-7 {
    margin-right: 7rem !important;
  }
  .mb-xxxl-7,
  .my-xxxl-7 {
    margin-bottom: 7rem !important;
  }
  .ml-xxxl-7,
  .mx-xxxl-7 {
    margin-left: 7rem !important;
  }
  .m-xxxl-8 {
    margin: 8rem !important;
  }
  .mt-xxxl-8,
  .my-xxxl-8 {
    margin-top: 8rem !important;
  }
  .mr-xxxl-8,
  .mx-xxxl-8 {
    margin-right: 8rem !important;
  }
  .mb-xxxl-8,
  .my-xxxl-8 {
    margin-bottom: 8rem !important;
  }
  .ml-xxxl-8,
  .mx-xxxl-8 {
    margin-left: 8rem !important;
  }
  .m-xxxl-9 {
    margin: 9rem !important;
  }
  .mt-xxxl-9,
  .my-xxxl-9 {
    margin-top: 9rem !important;
  }
  .mr-xxxl-9,
  .mx-xxxl-9 {
    margin-right: 9rem !important;
  }
  .mb-xxxl-9,
  .my-xxxl-9 {
    margin-bottom: 9rem !important;
  }
  .ml-xxxl-9,
  .mx-xxxl-9 {
    margin-left: 9rem !important;
  }
  .m-xxxl-10 {
    margin: 10rem !important;
  }
  .mt-xxxl-10,
  .my-xxxl-10 {
    margin-top: 10rem !important;
  }
  .mr-xxxl-10,
  .mx-xxxl-10 {
    margin-right: 10rem !important;
  }
  .mb-xxxl-10,
  .my-xxxl-10 {
    margin-bottom: 10rem !important;
  }
  .ml-xxxl-10,
  .mx-xxxl-10 {
    margin-left: 10rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxl-1 {
    padding: 1rem !important;
  }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 1rem !important;
  }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 1rem !important;
  }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 1rem !important;
  }
  .p-xxxl-2 {
    padding: 2rem !important;
  }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 2rem !important;
  }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 2rem !important;
  }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 2rem !important;
  }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 2rem !important;
  }
  .p-xxxl-3 {
    padding: 3rem !important;
  }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 3rem !important;
  }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 3rem !important;
  }
  .p-xxxl-4 {
    padding: 4rem !important;
  }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 4rem !important;
  }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 4rem !important;
  }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 4rem !important;
  }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 4rem !important;
  }
  .p-xxxl-5 {
    padding: 5rem !important;
  }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 5rem !important;
  }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 5rem !important;
  }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 5rem !important;
  }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 5rem !important;
  }
  .p-xxxl-6 {
    padding: 6rem !important;
  }
  .pt-xxxl-6,
  .py-xxxl-6 {
    padding-top: 6rem !important;
  }
  .pr-xxxl-6,
  .px-xxxl-6 {
    padding-right: 6rem !important;
  }
  .pb-xxxl-6,
  .py-xxxl-6 {
    padding-bottom: 6rem !important;
  }
  .pl-xxxl-6,
  .px-xxxl-6 {
    padding-left: 6rem !important;
  }
  .p-xxxl-7 {
    padding: 7rem !important;
  }
  .pt-xxxl-7,
  .py-xxxl-7 {
    padding-top: 7rem !important;
  }
  .pr-xxxl-7,
  .px-xxxl-7 {
    padding-right: 7rem !important;
  }
  .pb-xxxl-7,
  .py-xxxl-7 {
    padding-bottom: 7rem !important;
  }
  .pl-xxxl-7,
  .px-xxxl-7 {
    padding-left: 7rem !important;
  }
  .p-xxxl-8 {
    padding: 8rem !important;
  }
  .pt-xxxl-8,
  .py-xxxl-8 {
    padding-top: 8rem !important;
  }
  .pr-xxxl-8,
  .px-xxxl-8 {
    padding-right: 8rem !important;
  }
  .pb-xxxl-8,
  .py-xxxl-8 {
    padding-bottom: 8rem !important;
  }
  .pl-xxxl-8,
  .px-xxxl-8 {
    padding-left: 8rem !important;
  }
  .p-xxxl-9 {
    padding: 9rem !important;
  }
  .pt-xxxl-9,
  .py-xxxl-9 {
    padding-top: 9rem !important;
  }
  .pr-xxxl-9,
  .px-xxxl-9 {
    padding-right: 9rem !important;
  }
  .pb-xxxl-9,
  .py-xxxl-9 {
    padding-bottom: 9rem !important;
  }
  .pl-xxxl-9,
  .px-xxxl-9 {
    padding-left: 9rem !important;
  }
  .p-xxxl-10 {
    padding: 10rem !important;
  }
  .pt-xxxl-10,
  .py-xxxl-10 {
    padding-top: 10rem !important;
  }
  .pr-xxxl-10,
  .px-xxxl-10 {
    padding-right: 10rem !important;
  }
  .pb-xxxl-10,
  .py-xxxl-10 {
    padding-bottom: 10rem !important;
  }
  .pl-xxxl-10,
  .px-xxxl-10 {
    padding-left: 10rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1700px) {
  .text-xxxl-left {
    text-align: left !important;
  }
  .text-xxxl-right {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
a:focus, a:active, a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

/******************************************************************
Site Name: Megan's
Author: Jason Hobbs

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/******************************************************************
Site Name: Megan's
Author: Jason Hobbs

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../fonts/helvetica-neue/helvetica-neue-bold.eot");
  src: local("Helvetica Neue Bold"), local("Helvetica Neue Bold"), url("../../fonts/helvetica-neue/helvetica-neue-bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/helvetica-neue/helvetica-neue-bold.woff2") format("woff2"), url("../../fonts/helvetica-neue/helvetica-neue-bold.woff") format("woff"), url("../../fonts/helvetica-neue/helvetica-neue-bold.ttf") format("truetype"), url("../../fonts/helvetica-neue/helvetica-neue-bold.svg#HelveticaNeueBold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../fonts/helvetica-neue/helvetica-neue-medium.eot");
  src: local("Helvetica Neue Medium"), local("Helvetica Neue Medium"), url("../../fonts/helvetica-neue/helvetica-neue-medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/helvetica-neue/helvetica-neue-medium.woff2") format("woff2"), url("../../fonts/helvetica-neue/helvetica-neue-medium.woff") format("woff"), url("../../fonts/helvetica-neue/helvetica-neue-medium.ttf") format("truetype"), url("../../fonts/helvetica-neue/helvetica-neue-medium.svg#HelveticaNeueMedium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../fonts/helvetica-neue/helvetica-neue-regular.eot");
  src: local("Helvetica Neue Regular"), local("Helvetica Neue Regular"), url("../../fonts/helvetica-neue/helvetica-neue-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/helvetica-neue/helvetica-neue-regular.woff2") format("woff2"), url("../../fonts/helvetica-neue/helvetica-neue-regular.woff") format("woff"), url("../../fonts/helvetica-neue/helvetica-neue-regular.ttf") format("truetype"), url("../../fonts/helvetica-neue/helvetica-neue-regular.svg#HelveticaNeueRegular") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../fonts/helvetica-neue/helvetica-neue-light.eot");
  src: local("Helvetica Neue Light"), local("Helvetica Neue Light"), url("../../fonts/helvetica-neue/helvetica-neue-light.eot?#iefix") format("embedded-opentype"), url("../../fonts/helvetica-neue/helvetica-neue-light.woff2") format("woff2"), url("../../fonts/helvetica-neue/helvetica-neue-light.woff") format("woff"), url("../../fonts/helvetica-neue/helvetica-neue-light.ttf") format("truetype"), url("../../fonts/helvetica-neue/helvetica-neue-light.svg#HelveticaNeueLight") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Quickpen";
  src: url("../../fonts/quickpen/quickpen.eot");
  src: local("Quickpen"), url("../../fonts/quickpen/quickpen.eot?#iefix") format("embedded-opentype"), url("../../fonts/quickpen/quickpen.woff2") format("woff2"), url("../../fonts/quickpen/quickpen.woff") format("woff"), url("../../fonts/quickpen/quickpen.ttf") format("truetype"), url("../../fonts/quickpen/quickpen.svg#Quickpen") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
p, ul, ol, dl,
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

body {
  color: #333333;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  letter-spacing: 1.5px;
  font-weight: 300;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a:not(.btn) {
  color: #6E9FC9;
}
a:not(.btn):focus, a:not(.btn):active, a:not(.btn):hover {
  color: #4986bb;
  text-decoration: none;
}

.ff--quickpen {
  font-family: "Quickpen", cursive;
}

.ff--avantgarde {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
}

.ff--helvetica {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
}

.form--filter .form__label {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1rem;
  color: #ffffff;
}
.form--filter .form__input,
.form--filter .form__btn {
  position: relative;
  padding: 1.25rem 1.5rem;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-style: solid;
  border-width: 1px;
  outline: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form--filter .form__input {
  border-radius: 0;
  box-shadow: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form--filter .form__map-pin {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  height: 20px;
  cursor: pointer;
}
.form--filter .form__error-message {
  color: #77663D;
  font-size: 14px;
}
.form--filter .col-input,
.form--filter .col-btn {
  position: relative;
}
.form--filter .col-input--postcode-finder .form__input {
  padding: 1.25rem 1.5rem 1.25rem calc(1.5rem + 25px);
}
.form--filter .col-input:before,
.form--filter .col-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.form--filter .col-input:before {
  top: -3px;
  left: -3px;
}
.form--filter .col-btn:after {
  bottom: -3px;
  right: -3px;
}
.form--filter.form--large {
  background-color: #6E9FC9;
  padding: 2rem;
}
.form--filter.form--large .col-label,
.form--filter.form--large .form__input {
  text-align: center;
}
@media (min-width: 576px) {
  .form--filter.form--large .col-label,
  .form--filter.form--large .form__input {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .form--filter.form--large {
    padding: 1.75rem 3rem;
  }
}
.form--filter.form--large .form__input,
.form--filter.form--large .form__btn {
  border-color: #4986bb;
}
.form--filter.form--large .form__input {
  color: #4986bb;
}
.form--filter.form--large .form__btn {
  background-color: #4986bb;
  color: #ffffff;
}
.form--filter.form--large .form__btn .col-input--postcode-finder .form__input {
  padding: 1.25rem 1.5rem;
  text-align: center;
  font-size: 10px;
  line-height: 21px;
}
.form--filter.form--large .form__btn .col-input:before,
.form--filter.form--large .form__btn .col-btn:after {
  background-color: #4986bb;
}
.form--filter.form--large.form--small {
  padding: 3rem 0;
  max-width: 450px;
}
@media (min-width: 768px) {
  .form--filter.form--large.form--small {
    padding-bottom: 5rem;
  }
}
.form--filter.form--large.form--small .form__input,
.form--filter.form--large.form--small .form__btn {
  border-color: #AC9B75;
  font-size: 16px;
}
.form--filter.form--large.form--small .form__input.form--small,
.form--filter.form--large.form--small .form__btn.form--small {
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .form--filter.form--large.form--small .form__input.form--small,
  .form--filter.form--large.form--small .form__btn.form--small {
    padding-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .form--filter.form--large.form--small .form__input.form--small,
  .form--filter.form--large.form--small .form__btn.form--small {
    padding-right: 48px;
    max-width: 50%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .form--filter.form--large.form--small .form__input.form--small,
  .form--filter.form--large.form--small .form__btn.form--small {
    padding-right: 15px;
  }
}
.form--filter.form--large.form--small .form__input.form--small .form__input,
.form--filter.form--large.form--small .form__input.form--small .form__btn,
.form--filter.form--large.form--small .form__btn.form--small .form__input,
.form--filter.form--large.form--small .form__btn.form--small .form__btn {
  border-color: #AC9B75;
}
.form--filter.form--large.form--small .form__input.form--small .form__input,
.form--filter.form--large.form--small .form__btn.form--small .form__input {
  color: #AC9B75;
  font-size: 11px;
  line-height: 21px;
}
.form--filter.form--large.form--small .form__input.form--small .form__btn,
.form--filter.form--large.form--small .form__btn.form--small .form__btn {
  background-color: #AC9B75;
  color: #ffffff;
  font-size: 11px;
  line-height: 21px;
}
.form--filter.form--large.form--small .form__input.form--small .loc__btn,
.form--filter.form--large.form--small .form__btn.form--small .loc__btn {
  background-color: #ffffff;
  color: #AC9B75;
  padding: 1.25rem 0.5rem;
  letter-spacing: 1px;
}
.form--filter.form--large.form--small .form__input.form--small .loc__btn span,
.form--filter.form--large.form--small .form__btn.form--small .loc__btn span {
  padding-left: 28px;
}
.form--filter.form--large.form--small .form__input.form--small .col-btn--find-location,
.form--filter.form--large.form--small .form__btn.form--small .col-btn--find-location {
  margin-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .form--filter.form--large.form--small .form__input.form--small .col-btn--find-location,
  .form--filter.form--large.form--small .form__btn.form--small .col-btn--find-location {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .form--filter.form--large.form--small .form__input.form--small .col-btn--find-location,
  .form--filter.form--large.form--small .form__btn.form--small .col-btn--find-location {
    margin-top: 0;
  }
}
.form--filter.form--large.form--small .form__input.form--small .col-input:before,
.form--filter.form--large.form--small .form__input.form--small .col-btn:after,
.form--filter.form--large.form--small .form__btn.form--small .col-input:before,
.form--filter.form--large.form--small .form__btn.form--small .col-btn:after {
  content: none;
}
.form--filter.form--large.form--small .checkbox label {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  margin-bottom: 0;
  cursor: pointer;
}
.form--filter.form--large.form--small .checkbox input {
  min-width: 25px;
  min-height: 25px;
  width: 25px;
  height: 25px;
  padding: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.form--filter.form--large.form--small .checkbox .form__input {
  color: #AC9B75;
}
.form--filter.form--large.form--small .checkbox .form__btn {
  background-color: #AC9B75;
  color: #ffffff;
}
.form--filter.form--large.form--small .checkbox .col-input:before,
.form--filter.form--large.form--small .checkbox .col-btn:after {
  background-color: #AC9B75;
}
.form--filter.form--large .checkbox label {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  margin-bottom: 0;
  cursor: pointer;
}
.form--filter.form--large .checkbox input {
  min-width: 25px;
  min-height: 25px;
  width: 25px;
  height: 25px;
  padding: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.form--filter.form--large .checkbox .label-text {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 1px;
  max-width: 700px;
}
.form--filter.form--large .checkbox .label-text a {
  text-decoration: underline;
  color: #ffffff;
}
.form--filter.form--large .checkbox .box {
  min-width: 25px;
  min-height: 25px;
  width: 25px;
  height: 25px;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-right: 1rem;
  border: 2px solid #6E9FC9;
  border-radius: 0.3333333333rem;
  z-index: 1;
}
.form--filter.form--large .checkbox .box:after {
  width: 50%;
  height: 25%;
  content: "";
  position: absolute;
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-color: #77663D;
  transform: rotate(-45deg) translate3d(0, 0, 0);
  transform-origin: center center;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  left: 0;
  right: 0;
  top: 200%;
  bottom: 5%;
  margin: auto;
}
.form--filter.form--large .checkbox input[type=checkbox]:checked + .box,
.form--filter.form--large .checkbox .box--active {
  background-color: #ffffff;
}
.form--filter.form--large .checkbox input[type=checkbox]:checked + .box:after,
.form--filter.form--large .checkbox .box--active:after {
  top: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  background-color: #ffffff;
  transition: none;
  display: block;
  position: absolute;
  z-index: 3;
  height: 4rem;
  width: 4rem;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none !important;
  outline: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 34px 23px;
  top: 50%;
  transform: translate(0, -50%);
}
.slick-prev:focus, .slick-prev:active, .slick-prev:hover,
.slick-next:focus,
.slick-next:active,
.slick-next:hover {
  outline: none;
}
.carousel--white .slick-prev,
.carousel--white .slick-next {
  background-color: #AC9B75;
}
.head__arrows .slick-prev,
.head__arrows .slick-next {
  background-color: transparent;
  position: static;
  display: inline-block;
  width: 14px;
  height: 23px;
}

.head--home .head__arrows.head__arrows--mobile {
  padding: 1rem 0 0.2rem;
  position: relative;
  top: 0;
  z-index: 4;
}
.head--home .head__arrows.head__arrows--mobile .slick-arrow {
  margin-left: 1rem;
}
.head--home .head__arrows.head__arrows--mobile .slick-arrow:first-child {
  margin-left: 0;
}
.head--home .head__arrows.head__arrows--mobile .slick-prev {
  margin-right: 8px;
}

.slick-prev {
  background-image: url(../../images/icons/arrow-left-tan.svg);
  left: 0;
  border-radius: 0 0.5rem 0.5rem 0;
}
.carousel--white .slick-prev {
  background-image: url(../../images/icons/arrow-left-white.svg);
}
.head--home .slick-prev {
  background-image: url(../../images/icons/chevron-left-white.svg);
}

.slick-next {
  background-image: url(../../images/icons/arrow-right-tan.svg);
  right: 0;
  border-radius: 0.5rem 0 0 0.5rem;
}
.carousel--white .slick-next {
  background-image: url(../../images/icons/arrow-right-white.svg);
}
.head--home .slick-next {
  background-image: url(../../images/icons/chevron-right-white.svg);
}

.slick-disabled {
  opacity: 0;
}

/*! jQuery UI - v1.12.1 - 2019-06-04
* http://jqueryui.com
* Includes: core.css, accordion.css, tabs.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
}
.ui-accordion .ui-accordion-content {
  padding: 0;
  border-top: 0;
  overflow: hidden;
}

.ui-tabs {
  position: relative;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  position: relative;
  top: 0;
  margin: 0.5rem 0 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li:first-child {
  margin-top: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
  opacity: 1;
  font-weight: 400;
  text-decoration: underline;
  background-color: transparent;
  color: #6E9FC9;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  display: inline-block;
  text-decoration: none;
  opacity: 0.65;
  font-size: 1rem;
  background-color: transparent;
  color: #6E9FC9;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor:focus, .ui-tabs .ui-tabs-nav .ui-tabs-anchor:active, .ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover {
  opacity: 1;
}

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #6E9FC9;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  top: 6rem !important;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
}
.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
  This is visible during transitions. */
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../../images/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  display: block !important;
  width: 63px;
  height: 63px;
  border: 1px solid #ffffff;
  border-radius: 1rem;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -5rem;
}
@media (min-width: 768px) {
  .lb-nav a.lb-prev,
  .lb-nav a.lb-next {
    top: 50%;
    transform: translateY(-50%);
    width: 71px;
    height: 71px;
    border: 1px solid #ffffff;
  }
}

.lb-nav a.lb-prev {
  left: 1rem;
  background-image: url("../../images/icons/arrow-left-white.svg");
}
@media (min-width: 768px) {
  .lb-nav a.lb-prev {
    left: calc(-72px + -2rem);
  }
}

.lb-nav a.lb-next {
  right: 1rem;
  background-image: url("../../images/icons/arrow-right-white.svg");
}
@media (min-width: 768px) {
  .lb-nav a.lb-next {
    right: calc(-72px + -2rem);
  }
}

.lb-dataContainer {
  *zoom: 1;
  width: 100%;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-details {
  margin-top: 2rem;
  width: 100%;
  text-align: center;
  display: block;
}
.lb-details span {
  display: block;
}
@media (min-width: 768px) {
  .lb-details {
    margin: 0;
    position: absolute;
    top: -3rem;
  }
}

.lb-number {
  display: inline-block;
}

.lb-info {
  display: block;
  padding: 1rem;
  color: #ffffff;
  background-color: #6E9FC9;
}
@media (min-width: 768px) {
  .lb-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 2rem;
    background-color: rgba(110, 159, 201, 0.75);
  }
}
.lb-info .lb-caption,
.lb-info .lb-desc {
  display: block;
  text-align: left;
  line-height: 1.5;
}
.lb-info .lb-caption {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 1.375rem;
}
.lb-info .lb-desc {
  font-size: 1.125rem;
  font-weight: 100;
  padding-top: 1rem;
  margin: 0;
}
.lb-info .lb-desc:empty {
  display: none;
}

.lb-number {
  color: rgba(255, 255, 255, 0.75);
  margin-right: 1rem;
}

.lb-data .lb-close {
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  position: absolute;
  display: block;
  border-radius: 50%;
  padding: 19.5px;
  width: 64px;
  height: 64px;
  background-color: #ffffff;
  background-image: url("../../images/icons/cross-tan.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
}
.lb-data .lb-close:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .lb-data .lb-close {
    padding: 23.5px;
    width: 72px;
    height: 72px;
    transform: translateX(0);
    left: auto;
    right: 1rem;
  }
}

/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  text-align: left;
  border: 1px solid #ffffff;
  border-radius: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.selectric-open .selectric {
  background-color: #ffffff;
  border-color: #ffffff;
}

.selectric .label {
  font-size: 1rem;
  color: #4986bb;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 58px 0 1rem;
  line-height: 58px;
  height: 58px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 58px;
  height: 58px;
  line-height: 58px;
  background-color: transparent;
  color: #6E9FC9;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -3.5px;
  right: 22.5px;
  width: 13px;
  height: 7px;
  background-image: url("../../images/icons/chevron-down-blue.svg");
  background-repeat: no-repeat;
  background-size: 13px 7px;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  text-align: left;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  border: 0;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.form--booking .selectric-items {
  background-color: #ffffff;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 1rem 1rem;
  color: #4986bb;
  cursor: pointer;
  font-size: 1rem;
}
.selectric-items li:focus, .selectric-items li:active, .selectric-items li:hover {
  background-color: #f5f5f5;
  color: #4986bb;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/*
Tipr 4.1
Copyright (c) 2019 Tipue
Tipr is released under the MIT License
http://www.tipue.com/tipr
*/
.tipr_content {
  font: 12px "Source Code Pro", monospace;
  color: #ffffff;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #6E9FC9;
  padding: 6px 13px 7px 13px;
}

.tipr_container_below {
  display: none;
  position: absolute;
  margin-top: 13px;
  z-index: 1000;
}

.tipr_container_above {
  display: none;
  position: absolute;
  margin-top: -77px;
  z-index: 1000;
}

.tipr_point_above, .tipr_point_below {
  position: relative;
  background: #6E9FC9;
  border-radius: 3px;
}

.tipr_point_above:after, .tipr_point_above:before {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  top: 100%;
  content: "";
  height: 0;
  width: 0;
}

.tipr_point_above:after {
  border-top-color: #6E9FC9;
  border-width: 7px;
  left: 50%;
  margin-left: -7px;
}

.tipr_point_above:before {
  border-top-color: #6E9FC9;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}

.tipr_point_below:after, .tipr_point_below:before {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  width: 0;
}

.tipr_point_below:after {
  border-bottom-color: #6E9FC9;
  border-width: 7px;
  left: 50%;
  margin-left: -7px;
}

.tipr_point_below:before {
  border-bottom-color: #6E9FC9;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

/*----------------------------------------------------------------------------------------*\
 * AnimateSCSS
 *
 * Author	: Jason Hobbs
 * Website	: http://thecodezombie.co.uk
 * GitHub	: https://github.com/thecodezombie/animateSCSS/

 * Original Author  : Dan Eden
 * Website			: http://daneden.me/
 * GitHub			: https://github.com/daneden/animate.css
 *
 * This work is licensed under a the DBAD license: http://www.dbad-license.org/
\*----------------------------------------------------------------------------------------*/
/*---------------------------------------------------*\
 * Mixins:
 * animation - which animation you want to apply
 * duration  - how long it should last for
 * delay     - how long before the animation starts

\*---------------------------------------------------*/
/*============================================*\
	| Mixins to allow custom values of
	| durations & delays
\*============================================*/
/* Set the animation duration */
/* Choose the stock animation */
/* Apply a delay to the animation */
/*---------------------------------------------------*\
 * Animations:
 * Animations marked with a $ have a variable inside
 * which can be used to amend the preset values.
 *
 * Note: You don't need the 'Big' variants in Fading
 * as the variables allow you to choose the px value.
 * The default value just changes from 20 to 2000.

\*---------------------------------------------------*/
/* ! Attention Seekers */
/* ! Flippers */
/* ! Fading */
/* ! Fading Entrances */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/* ! Fading Exits */
/* ! Bouncing */
/* ! Bouncing Entrances */
/* ! Bouncing Exits */
/* ! Rotating */
/* ! Rotating Entrances */
/* ! Rotating Exits */
/* ! Rolling */
/* ! Rolling Entrances */
/* ! Rolling Exits */
/* ! Lightspeed */
/* ! Specials */
/* ! Zoom In */
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

@media (min-width: 992px) {
  html.cssanimations body.home .header__upper {
    opacity: 0;
    -webkit-animation-name: "fadeInDown";
    -moz-animation-name: "fadeInDown";
    -o-animation-name: "fadeInDown";
    animation-name: "fadeInDown";
    -webkit-animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 500ms;
    -moz-animation-fill-mode: both;
    -o-animation-duration: 500ms;
    -o-animation-fill-mode: both;
    animation-duration: 500ms;
    animation-fill-mode: both;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
  }
  html.cssanimations .head--home .head__slide--sml,
  html.cssanimations .head--home .head__overlay--sml {
    opacity: 0;
    -webkit-animation-name: "fadeIn";
    -moz-animation-name: "fadeIn";
    -o-animation-name: "fadeIn";
    animation-name: "fadeIn";
    -webkit-animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 500ms;
    -moz-animation-fill-mode: both;
    -o-animation-duration: 500ms;
    -o-animation-fill-mode: both;
    animation-duration: 500ms;
    animation-fill-mode: both;
    -webkit-animation-delay: 1000ms;
    -moz-animation-delay: 1000ms;
    -o-animation-delay: 1000ms;
    animation-delay: 1000ms;
  }
  html.cssanimations .head--home .head__title {
    opacity: 0;
    -webkit-animation-name: "fadeInUp";
    -moz-animation-name: "fadeInUp";
    -o-animation-name: "fadeInUp";
    animation-name: "fadeInUp";
    -webkit-animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 500ms;
    -moz-animation-fill-mode: both;
    -o-animation-duration: 500ms;
    -o-animation-fill-mode: both;
    animation-duration: 500ms;
    animation-fill-mode: both;
    -webkit-animation-delay: 1500ms;
    -moz-animation-delay: 1500ms;
    -o-animation-delay: 1500ms;
    animation-delay: 1500ms;
  }
  html.cssanimations .head--normal .head__title,
  html.cssanimations .head--normal .head__image {
    opacity: 0;
    -webkit-animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 500ms;
    -moz-animation-fill-mode: both;
    -o-animation-duration: 500ms;
    -o-animation-fill-mode: both;
    animation-duration: 500ms;
    animation-fill-mode: both;
    -webkit-animation-delay: 0ms;
    -moz-animation-delay: 0ms;
    -o-animation-delay: 0ms;
    animation-delay: 0ms;
  }
  html.cssanimations .head--normal .head__title {
    -webkit-animation-name: "fadeInDown";
    -moz-animation-name: "fadeInDown";
    -o-animation-name: "fadeInDown";
    animation-name: "fadeInDown";
  }
  html.cssanimations .head--normal .head__image {
    -webkit-animation-name: "fadeInUp";
    -moz-animation-name: "fadeInUp";
    -o-animation-name: "fadeInUp";
    animation-name: "fadeInUp";
  }
  html.cssanimations .head--gallery .head__title,
  html.cssanimations .head--gallery .filter {
    opacity: 0;
    -webkit-animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 500ms;
    -moz-animation-fill-mode: both;
    -o-animation-duration: 500ms;
    -o-animation-fill-mode: both;
    animation-duration: 500ms;
    animation-fill-mode: both;
  }
  html.cssanimations .head--gallery .head__title {
    -webkit-animation-name: "fadeInDown";
    -moz-animation-name: "fadeInDown";
    -o-animation-name: "fadeInDown";
    animation-name: "fadeInDown";
    -webkit-animation-delay: 0ms;
    -moz-animation-delay: 0ms;
    -o-animation-delay: 0ms;
    animation-delay: 0ms;
  }
  html.cssanimations .head--gallery .filter {
    -webkit-animation-name: "fadeInUp";
    -moz-animation-name: "fadeInUp";
    -o-animation-name: "fadeInUp";
    animation-name: "fadeInUp";
    -webkit-animation-delay: 500ms;
    -moz-animation-delay: 500ms;
    -o-animation-delay: 500ms;
    animation-delay: 500ms;
  }
  html.cssanimations .head--featured .head__pretitle,
  html.cssanimations .head--featured .head__title,
  html.cssanimations .head--featured .head__meta,
  html.cssanimations .head--featured .head__excerpt,
  html.cssanimations .head--featured .head__image {
    opacity: 0;
    -webkit-animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 500ms;
    -moz-animation-fill-mode: both;
    -o-animation-duration: 500ms;
    -o-animation-fill-mode: both;
    animation-duration: 500ms;
    animation-fill-mode: both;
    -webkit-animation-delay: 0ms;
    -moz-animation-delay: 0ms;
    -o-animation-delay: 0ms;
    animation-delay: 0ms;
  }
  html.cssanimations .head--featured .head__pretitle,
  html.cssanimations .head--featured .head__title,
  html.cssanimations .head--featured .head__meta,
  html.cssanimations .head--featured .head__excerpt {
    -webkit-animation-name: "fadeInRight";
    -moz-animation-name: "fadeInRight";
    -o-animation-name: "fadeInRight";
    animation-name: "fadeInRight";
  }
  html.cssanimations .head--featured .head__image {
    -webkit-animation-name: "fadeInLeft";
    -moz-animation-name: "fadeInLeft";
    -o-animation-name: "fadeInLeft";
    animation-name: "fadeInLeft";
  }
  html.cssanimations .head--detail .head__title,
  html.cssanimations .head--detail .head__meta,
  html.cssanimations .head--detail .head__image {
    opacity: 0;
    -webkit-animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 500ms;
    -moz-animation-fill-mode: both;
    -o-animation-duration: 500ms;
    -o-animation-fill-mode: both;
    animation-duration: 500ms;
    animation-fill-mode: both;
    -webkit-animation-delay: 0ms;
    -moz-animation-delay: 0ms;
    -o-animation-delay: 0ms;
    animation-delay: 0ms;
  }
  html.cssanimations .head--detail .head__title,
  html.cssanimations .head--detail .head__meta {
    -webkit-animation-name: "fadeInDown";
    -moz-animation-name: "fadeInDown";
    -o-animation-name: "fadeInDown";
    animation-name: "fadeInDown";
  }
  html.cssanimations .head--detail .head__image {
    -webkit-animation-name: "fadeInUp";
    -moz-animation-name: "fadeInUp";
    -o-animation-name: "fadeInUp";
    animation-name: "fadeInUp";
  }
  html.cssanimations .module--strapline,
  html.cssanimations .module--promo-full,
  html.cssanimations .module--gallery,
  html.cssanimations .module--carousel,
  html.cssanimations .module--locations-normal,
  html.cssanimations .module--locations-staggered,
  html.cssanimations .module--menu {
    opacity: 0;
  }
  html.cssanimations .module--strapline.module--inview,
  html.cssanimations .module--promo-full.module--inview,
  html.cssanimations .module--gallery.module--inview,
  html.cssanimations .module--carousel.module--inview,
  html.cssanimations .module--locations-normal.module--inview,
  html.cssanimations .module--locations-staggered.module--inview,
  html.cssanimations .module--menu.module--inview {
    -webkit-animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 500ms;
    -moz-animation-fill-mode: both;
    -o-animation-duration: 500ms;
    -o-animation-fill-mode: both;
    animation-duration: 500ms;
    animation-fill-mode: both;
    -webkit-animation-delay: 250ms;
    -moz-animation-delay: 250ms;
    -o-animation-delay: 250ms;
    animation-delay: 250ms;
    -webkit-animation-name: "fadeIn";
    -moz-animation-name: "fadeIn";
    -o-animation-name: "fadeIn";
    animation-name: "fadeIn";
  }
  html.cssanimations .module--promo-tall .promo__image,
  html.cssanimations .module--promo-tall .promo__bg {
    opacity: 0;
  }
  html.cssanimations .module--promo-tall.module--inview .promo__image,
  html.cssanimations .module--promo-tall.module--inview .promo__bg {
    -webkit-animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 500ms;
    -moz-animation-fill-mode: both;
    -o-animation-duration: 500ms;
    -o-animation-fill-mode: both;
    animation-duration: 500ms;
    animation-fill-mode: both;
    -webkit-animation-delay: 250ms;
    -moz-animation-delay: 250ms;
    -o-animation-delay: 250ms;
    animation-delay: 250ms;
  }
  html.cssanimations .module--promo-tall.module--inview .promo--left .promo__image,
  html.cssanimations .module--promo-tall.module--inview .promo--right .promo__bg {
    -webkit-animation-name: "fadeInLeft";
    -moz-animation-name: "fadeInLeft";
    -o-animation-name: "fadeInLeft";
    animation-name: "fadeInLeft";
  }
  html.cssanimations .module--promo-tall.module--inview .promo--left .promo__bg,
  html.cssanimations .module--promo-tall.module--inview .promo--right .promo__image {
    -webkit-animation-name: "fadeInRight";
    -moz-animation-name: "fadeInRight";
    -o-animation-name: "fadeInRight";
    animation-name: "fadeInRight";
  }
  html.cssanimations .module--promo-offset .promo__img,
  html.cssanimations .module--promo-offset .promo__bg,
  html.cssanimations .module--promo-basic .promo__img,
  html.cssanimations .module--promo-basic .promo__bg {
    opacity: 0;
  }
  html.cssanimations .module--promo-offset.module--inview .promo__img,
  html.cssanimations .module--promo-offset.module--inview .promo__bg,
  html.cssanimations .module--promo-basic.module--inview .promo__img,
  html.cssanimations .module--promo-basic.module--inview .promo__bg {
    -webkit-animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 500ms;
    -moz-animation-fill-mode: both;
    -o-animation-duration: 500ms;
    -o-animation-fill-mode: both;
    animation-duration: 500ms;
    animation-fill-mode: both;
    -webkit-animation-delay: 250ms;
    -moz-animation-delay: 250ms;
    -o-animation-delay: 250ms;
    animation-delay: 250ms;
  }
  html.cssanimations .module--promo-offset.module--inview .promo--left .promo__img,
  html.cssanimations .module--promo-offset.module--inview .promo--right .promo__bg,
  html.cssanimations .module--promo-basic.module--inview .promo--left .promo__img,
  html.cssanimations .module--promo-basic.module--inview .promo--right .promo__bg {
    -webkit-animation-name: "fadeInLeft";
    -moz-animation-name: "fadeInLeft";
    -o-animation-name: "fadeInLeft";
    animation-name: "fadeInLeft";
  }
  html.cssanimations .module--promo-offset.module--inview .promo--left .promo__bg,
  html.cssanimations .module--promo-offset.module--inview .promo--right .promo__img,
  html.cssanimations .module--promo-basic.module--inview .promo--left .promo__bg,
  html.cssanimations .module--promo-basic.module--inview .promo--right .promo__img {
    -webkit-animation-name: "fadeInRight";
    -moz-animation-name: "fadeInRight";
    -o-animation-name: "fadeInRight";
    animation-name: "fadeInRight";
  }
  html.cssanimations .module--contact .contact__img,
  html.cssanimations .module--contact .contact__bg {
    opacity: 0;
  }
  html.cssanimations .module--contact.module--inview .contact__img,
  html.cssanimations .module--contact.module--inview .contact__bg {
    -webkit-animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 500ms;
    -moz-animation-fill-mode: both;
    -o-animation-duration: 500ms;
    -o-animation-fill-mode: both;
    animation-duration: 500ms;
    animation-fill-mode: both;
    -webkit-animation-delay: 250ms;
    -moz-animation-delay: 250ms;
    -o-animation-delay: 250ms;
    animation-delay: 250ms;
  }
  html.cssanimations .module--contact.module--inview .contact__img {
    -webkit-animation-name: "fadeInLeft";
    -moz-animation-name: "fadeInLeft";
    -o-animation-name: "fadeInLeft";
    animation-name: "fadeInLeft";
  }
  html.cssanimations .module--contact.module--inview .contact__bg {
    -webkit-animation-name: "fadeInRight";
    -moz-animation-name: "fadeInRight";
    -o-animation-name: "fadeInRight";
    animation-name: "fadeInRight";
  }
}

/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
/***
	Tools
***/
body.debug:after {
  box-sizing: border-box;
  position: fixed;
  display: block;
  bottom: 10px;
  left: 10px;
  padding: 5px 28px 5px 20px;
  font-size: 12px;
  font-weight: bold;
  color: #777;
  border-radius: 3px;
  background-color: #f7f7f7;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  z-index: 100000;
}
body.debug:after {
  content: "xs";
  background: linear-gradient(to right, #f7f7f7, #f7f7f7 90%, #777777 90%, #777777 100%);
}
@media (min-width: 576px) {
  body.debug:after {
    content: "sm";
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 90%, #0277bd 90%, #0277bd 100%);
  }
}
@media (min-width: 768px) {
  body.debug:after {
    content: "md";
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 90%, #00695c 90%, #00695c 100%);
  }
}
@media (min-width: 992px) {
  body.debug:after {
    content: "lg";
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 90%, #d81b60 90%, #d81b60 100%);
  }
}
@media (min-width: 1200px) {
  body.debug:after {
    content: "xl";
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 90%, #6a1b9a 90%, #6a1b9a 100%);
  }
}
@media (min-width: 1440px) {
  body.debug:after {
    content: "xxl";
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 90%, #333333 90%, #333333 100%);
  }
}
@media (min-width: 1700px) {
  body.debug:after {
    content: "xxxl";
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 90%, #000 90%, #000 100%);
  }
}

.flexible--square {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  height: auto;
  display: block;
  content: "";
}

.flexible__inner {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.icon {
  display: inline-block;
}

.icon--chevron-left-white {
  width: 10px;
  height: 19px;
  background-image: url("../../images/icons/chevron-left-white.svg");
}

.icon--arrow-up-white {
  width: 36px;
  height: 30px;
  background-image: url("../../images/icons/btt.svg");
}

.social .icon {
  width: 67px;
  height: 67px;
  display: block;
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.social .icon:after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

.icon--instagram-white:after {
  width: 28px;
  height: 28px;
  background-image: url("../../images/icons/social/white/instagram.svg");
}

.icon--facebook-white:after {
  width: 28px;
  height: 28px;
  background-image: url("../../images/icons/social/white/facebook.svg");
}

.icon--facebook-white-sml:after {
  width: 28px;
  height: 28px;
  background-image: url("../../images/icons/social/white-sml/facebook.svg");
}

.icon--tiktok-white:after {
  width: 28px;
  height: 28px;
  background-image: url("../../images/icons/social/white/tiktok.svg");
  background-size: contain;
}

.icon--twitter-white:after {
  width: 28px;
  height: 23px;
  background-image: url("../../images/icons/social/white/twitter.svg");
}

.icon--twitter-white-sml:after {
  width: 28px;
  height: 28px;
  background-image: url("../../images/icons/social/white-sml/twitter.svg");
}

.icon--plus-tan {
  width: 23px;
  height: 23px;
  background-image: url("../../images/icons/plus-tan.svg");
}

.icon--calendar-tan {
  width: 18px;
  height: 16px;
  background-image: url("../../images/icons/calendar-tan.svg");
}

.icon--calendar-white {
  width: 18px;
  height: 16px;
  background-image: url("../../images/icons/calendar-white.svg");
}

.icon--email-white:after {
  width: 21px;
  height: 16px;
  background-image: url("../../images/icons/email-white.svg");
}

.icon--play {
  width: 15px;
  height: 19px;
  background-image: url("../../images/icons/play.svg");
}

.icon--share-white {
  width: 17px;
  height: 17px;
  background-image: url("../../images/icons/share-white.svg");
}

.icon--pin-tan {
  width: 12px;
  height: 15px;
  background-image: url("../../images/icons/pin-tan.svg");
}

.icon--pin-white {
  width: 12px;
  height: 15px;
  background-image: url("../../images/icons/pin-white.svg");
}

.icon--deliveroo,
.icon--google-maps,
.icon--citymapper,
.icon--uber {
  background-repeat: no-repeat;
  background-position: center;
}

.icon--deliveroo {
  width: 35px;
  height: 35px;
  background-image: url("../../images/icons/directions/deliveroo.svg");
}

.icon--google-maps {
  width: 34px;
  height: 35px;
  background-image: url("../../images/icons/directions/google-maps.svg");
}

.icon--citymapper {
  width: 33px;
  height: 33px;
  background-image: url("../../images/icons/directions/citymapper.svg");
}

.icon--uber {
  width: 35px;
  height: 35px;
  background-image: url("../../images/icons/directions/uber.svg");
}

/***
	Components (Site wide styles)
***/
.header {
  padding-top: calc(40px + 2rem);
}
@media (min-width: 992px) {
  .header {
    transition: all 500ms;
    padding: 2.75rem 0 1.5rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #6E9FC9;
  }
  .header .container {
    position: relative;
  }
  body.home .header {
    background-color: transparent;
    background-image: none;
  }
  body.home .header.header--moving {
    background-color: #6E9FC9;
  }
  .page-template-tpl-menus .header {
    position: absolute;
  }
  .header.header--moving {
    padding: 1rem 0;
  }
}
@media (min-width: 1200px) {
  .header {
    padding: 2.75rem 0 1rem;
  }
  .header .header__inner {
    max-width: 1440px;
    margin: 0 auto;
  }
}
.header .btn {
  padding: 0.5rem;
  min-width: auto;
  font-size: 0.75rem;
}
@media screen and (min-width: 360px) {
  .header .btn {
    font-size: 0.875rem;
    padding: 0.625rem 1.625rem;
  }
}
@media (min-width: 576px) {
  .header .btn {
    padding: 0.75rem 1rem;
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .header .btn {
    border: 1px solid #ffffff;
    background-color: transparent;
  }
  .header .btn:before, .header .btn:after {
    background-color: #ffffff;
  }
  .header .btn:focus, .header .btn:active, .header .btn:hover {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #6E9FC9;
  }
  .header .btn:focus:before, .header .btn:focus:after, .header .btn:active:before, .header .btn:active:after, .header .btn:hover:before, .header .btn:hover:after {
    background-color: #ffffff;
  }
}

@media (min-width: 992px) {
  #container {
    padding-top: calc(82px + 2rem);
  }
}
@media (min-width: 1200px) {
  #container {
    padding-top: calc(110px + 2rem);
  }
}
@media (min-width: 992px) {
  body.home #container {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  body.home #container {
    padding-top: 0;
  }
}

.header__logo {
  display: block;
  max-width: 125px;
  height: 40px;
  transition: all 500ms;
}
.header__logo img {
  height: 100%;
}
@media (min-width: 576px) {
  .header__logo {
    max-width: 183px;
  }
}
@media (min-width: 1200px) {
  .header__logo {
    max-width: 200px;
    height: auto;
    margin: 0;
  }
  .header__logo img {
    height: auto;
  }
  .header--moving .header__logo {
    max-width: 165px;
  }
}

.header__strip {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  padding: 0 1.5rem;
  z-index: 10;
}
@media (max-width: 1199.98px) {
  .page-template-tpl-menus .header__strip {
    position: absolute;
  }
}
@media (min-width: 1200px) {
  .header__strip {
    position: static;
    top: auto;
    left: auto;
    padding: 0;
    background-color: transparent;
  }
}

@media (min-width: 992px) {
  .header__lower {
    position: relative;
  }
}

.header__upper {
  position: relative;
  padding: 1rem 0;
}
.header__upper:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -1.5rem;
  width: calc(100% + 3rem);
  height: 1px;
  background-color: rgba(192, 214, 231, 0.25);
}
.page-template-tpl-menus .header__upper:after {
  width: 100%;
  left: 0;
}
@media (min-width: 1200px) {
  .header__upper {
    position: static;
    padding: 0;
  }
  .header__upper:after {
    display: none;
  }
}

.header__nav {
  position: fixed;
  top: calc(40px + 2rem);
  left: 0;
  width: 100%;
  min-height: 100%;
  overflow-x: scroll;
  overflow-y: scroll;
  background-color: #6E9FC9;
  z-index: 13;
  opacity: 0;
  visibility: hidden;
  padding-top: 20px;
}
@media only screen and (min-width: 576px) {
  .header__nav {
    padding-top: 2.5rem;
  }
}
.nav--active .header__nav {
  display: block;
  opacity: 1;
  visibility: visible;
  position: static;
}
@media (min-width: 992px) {
  .header__nav {
    padding-top: 5rem;
  }
}
@media (min-width: 1200px) {
  .header__nav {
    padding-top: 1.25rem;
    position: static;
    top: auto;
    left: auto;
    height: auto;
    background-color: transparent;
    background-image: none !important;
    opacity: 1;
    overflow: visible;
    visibility: visible;
  }
  .header__nav .container {
    max-width: 100%;
    width: 100%;
  }
  .header--moving .header__nav {
    padding-top: 1rem;
  }
}

.navigation-btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.navigation-btn .btn-container {
  position: relative;
  height: 100%;
}
@media (min-width: 576px) {
  .navigation-btn {
    width: 50px;
    height: 50px;
  }
}

.navigation-btn {
  margin-left: auto;
}
.navigation-btn .btn-container {
  background-color: #ffffff;
}
.navigation-btn .btn-container .inner {
  cursor: pointer;
  width: 60%;
  height: 37%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  z-index: 14;
  transition: all 0.3s ease-in-out;
}
.navigation-btn .btn-container .inner span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #6E9FC9;
  position: absolute;
  left: 0px;
  transition: all 0.3s ease-in-out;
}
.navigation-btn .btn-container .inner span.top {
  top: 0;
}
.navigation-btn .btn-container .inner span.middle {
  top: calc(50% - 1px);
}
.navigation-btn .btn-container .inner span.bottom {
  top: calc(100% - 1px);
}
.nav--active .navigation-btn .btn-container .inner span.top {
  top: calc(50% - 1px);
  transform: scale(1) rotate(45deg);
}
.nav--active .navigation-btn .btn-container .inner span.middle {
  display: none;
}
.nav--active .navigation-btn .btn-container .inner span.bottom {
  top: calc(50% - 1px);
  transform: scale(1) rotate(-45deg);
}

.booking-close {
  display: block;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url("../../images/icons/cross-tan.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.booking-close:focus, .booking-close:active, .booking-close:hover {
  cursor: pointer;
}
.booking-close.booking-mobile {
  padding: 3.5px;
  width: 32px;
  height: 32px;
  background-size: 16px;
}
.booking-close.booking-desktop {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  padding: 23.5px;
  width: 72px;
  height: 72px;
  background-size: 32px;
}

.nav--header {
  font-size: 1rem;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.nav--header ul {
  display: flex;
  justify-content: space-evenly;
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .nav--header ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.nav--header li {
  margin-top: 25px;
}
@media only screen and (max-width: 575px) {
  .nav--header li {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) {
  .nav--header li {
    margin-top: 2rem;
  }
}
.nav--header li:first-child {
  margin-top: 0;
}
.nav--header li.menu-item-has-children a::after {
  background: transparent url(../../images/icons/chevron-right-white.svg) no-repeat 50% 50%;
  background-size: contain;
  content: "";
  height: 12px;
  margin: 6px 0 0 8px;
  position: absolute;
  transform: rotate(90deg);
  width: 6px;
}
.nav--header a {
  color: #ffffff;
  font-size: 16px;
}
@media only screen and (min-width: 576px) {
  .nav--header a {
    font-size: 1rem;
  }
}
.nav--header a:focus, .nav--header a:active, .nav--header a:hover {
  color: #f5f5f5;
}
@media only screen and (max-width: 575px) {
  .nav--header .js__booking,
  .nav--header .css__order-now {
    width: calc(50% - 15px);
  }
}
.nav--header .js__booking a,
.nav--header .css__order-now a {
  display: inline-block;
  position: relative;
  padding: 12px 1rem;
  border: 1px solid #AC9B75;
  background-color: #AC9B75;
  color: #ffffff;
  transition: background 500ms;
}
@media only screen and (min-width: 576px) {
  .nav--header .js__booking a,
  .nav--header .css__order-now a {
    padding: 1rem;
  }
}
.nav--header .js__booking a:before, .nav--header .js__booking a:after,
.nav--header .css__order-now a:before,
.nav--header .css__order-now a:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  transition: background 500ms;
  border-radius: 50%;
  background-color: #AC9B75;
}
.nav--header .js__booking a:before,
.nav--header .css__order-now a:before {
  top: -3px;
  left: -3px;
}
.nav--header .js__booking a:after,
.nav--header .css__order-now a:after {
  bottom: -3px;
  right: -3px;
}
.nav--header .js__booking a:focus, .nav--header .js__booking a:active, .nav--header .js__booking a:hover,
.nav--header .css__order-now a:focus,
.nav--header .css__order-now a:active,
.nav--header .css__order-now a:hover {
  background-color: #77663D;
  border-color: #77663D;
  color: #ffffff;
}
.nav--header .js__booking a:focus:before, .nav--header .js__booking a:focus:after, .nav--header .js__booking a:active:before, .nav--header .js__booking a:active:after, .nav--header .js__booking a:hover:before, .nav--header .js__booking a:hover:after,
.nav--header .css__order-now a:focus:before,
.nav--header .css__order-now a:focus:after,
.nav--header .css__order-now a:active:before,
.nav--header .css__order-now a:active:after,
.nav--header .css__order-now a:hover:before,
.nav--header .css__order-now a:hover:after {
  background-color: #77663D;
}
@media (min-width: 1200px) {
  .nav--header {
    font-size: 0.875rem;
    padding: 0;
    transition: background 500ms;
  }
  .nav--header li {
    display: inline-block;
    height: 44px;
    margin-left: 0.3rem;
    margin-top: 0;
  }
  .nav--header li:first-child {
    margin-left: 0;
  }
  .nav--header a {
    padding: 1rem 1.125rem;
  }
  .nav--header .menu-item-normal a {
    padding: 15px 2px;
    position: relative;
  }
  .nav--header .menu-item-normal a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0.5rem;
    left: 1rem;
    background-color: #ffffff;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .nav--header .menu-item-normal a:focus:after, .nav--header .menu-item-normal a:active:after, .nav--header .menu-item-normal a:hover:after {
    visibility: visible;
    width: calc(100% - 2rem);
  }
  .nav--header .menu-item-normal.current-menu-item a:after {
    visibility: visible;
    width: calc(100% - 2rem);
  }
}
.nav--header .sub-menu {
  background-color: #ffffff;
  display: none;
  margin-top: 1rem;
  padding: 0.5rem;
  position: relative;
}
@media (min-width: 1200px) {
  .nav--header .sub-menu {
    display: block;
    padding-right: 2rem;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    transition: opacity 400ms;
  }
}
.nav--header .sub-menu::after {
  border: 1px solid #6E9FC9;
  content: "";
  height: calc(100% - 12px);
  left: 6px;
  pointer-events: none;
  position: absolute;
  top: 6px;
  width: calc(100% - 12px);
}
.nav--header .sub-menu.active {
  display: block;
}
@media (min-width: 1200px) {
  .nav--header .sub-menu.active {
    opacity: 1;
    pointer-events: auto;
  }
}
.nav--header .sub-menu li {
  display: block;
  height: auto;
  margin: 0;
}
@media (min-width: 1200px) {
  .nav--header .sub-menu li {
    text-align: left;
  }
}
.nav--header .sub-menu a {
  color: #6E9FC9;
  display: block;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.popup--navigation {
  display: none;
}
.nav--active .popup--navigation {
  display: block;
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 575px) {
  .nav--active #fc_frame,
  .nav--active #fc_frame.fc-widget-normal {
    display: none;
  }
}

.nav--quicklinks {
  text-transform: uppercase;
  letter-spacing: 4px;
}
.nav--quicklinks ul {
  margin: 0;
}
@media (min-width: 768px) {
  .nav--quicklinks ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
  }
}
.nav--quicklinks li {
  margin-top: 1rem;
}
.nav--quicklinks li:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .nav--quicklinks li {
    margin-top: 0;
    margin-bottom: 0.5rem;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .nav--quicklinks li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .nav--quicklinks li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}

.nav--footer ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
.nav--footer li {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 1rem;
}
.nav--footer li:first-child {
  margin-top: 0;
}
@media (min-width: 576px) {
  .nav--footer li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .nav--footer li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .nav--footer li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .nav--footer li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}

.footer {
  background-color: #6E9FC9;
  color: #ffffff;
}
.footer a:not(.btn) {
  color: #ffffff;
  text-decoration: none;
}
.footer a:not(.btn):focus, .footer a:not(.btn):active, .footer a:not(.btn):hover {
  text-decoration: underline;
}

.footer__title {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1rem;
  color: #C0D6E7;
}

.footer__copyright,
.footer__author {
  margin: 0;
}

.footer__quicklinks,
.footer__newsletter {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #C0D6E7;
}

@media (min-width: 768px) {
  .footer__newsletter {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
}

@media (min-width: 1200px) {
  .footer__quicklinks {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
}

.btt {
  border-radius: 0 0.6666666667rem 0.6666666667rem 0;
  padding: 0.8rem;
  font-size: 0.75rem;
  background-color: #AC9B75;
  color: #ffffff !important;
  text-transform: uppercase;
  transition: all 333ms;
  position: fixed;
  bottom: 1rem;
  left: 0;
  z-index: 10;
  opacity: 0;
  display: block;
}
.btt .icon,
.btt span {
  opacity: 0.75;
}
.btt.btt--active {
  opacity: 1;
}
.btt .icon {
  display: block;
  margin: 0 auto 0.5rem;
}
.btt:focus, .btt:active, .btt:hover {
  background-color: #77663D;
}
.btt:focus .icon,
.btt:focus span, .btt:active .icon,
.btt:active span, .btt:hover .icon,
.btt:hover span {
  opacity: 1;
}

.module {
  padding-top: 2.75rem;
}
@media (min-width: 576px) {
  .module {
    padding-top: 3.75rem;
  }
}
@media (min-width: 768px) {
  .module {
    padding-top: 5rem;
  }
}
@media (min-width: 992px) {
  .module {
    padding-top: 6.25rem;
  }
}
@media (min-width: 1200px) {
  .module {
    padding-top: 7.25rem;
  }
}
.module.module--promo-offset {
  padding-top: 3rem;
}
@media (min-width: 576px) {
  .module.module--promo-offset {
    padding-top: 3.75rem;
  }
}
@media (min-width: 768px) {
  .module.module--promo-offset {
    padding-top: 4.25rem;
  }
}
@media (min-width: 992px) {
  .module.module--promo-offset {
    padding-top: 5rem;
  }
}
@media (min-width: 1200px) {
  .module.module--promo-offset {
    padding-top: 5rem;
  }
}

.module--first {
  padding-top: 2.25rem;
}
@media (min-width: 576px) {
  .module--first {
    padding-top: 3.625rem;
  }
}
@media (min-width: 768px) {
  .module--first {
    padding-top: 5rem;
  }
}
@media (min-width: 992px) {
  .module--first {
    padding-top: 5rem;
  }
}
@media (min-width: 1200px) {
  .module--first {
    padding-top: 5rem;
  }
}

.module--last {
  padding-bottom: 2.25rem;
}
@media (min-width: 576px) {
  .module--last {
    padding-bottom: 3.625rem;
  }
}
@media (min-width: 768px) {
  .module--last {
    padding-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .module--last {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  .module--last {
    padding-bottom: 5rem;
  }
}
.module--last.module--instagram, .module--last.module--carousel {
  padding-bottom: 0;
}

.module--listing {
  padding-bottom: 3rem;
}
@media (min-width: 576px) {
  .module--listing {
    padding-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .module--listing {
    padding-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .module--listing {
    padding-bottom: 6rem;
  }
}
@media (min-width: 1200px) {
  .module--listing {
    padding-bottom: 6.25rem;
  }
}

.module--locations-staggered,
.module--locations-normal,
.module--carousel {
  padding-top: 2.25rem;
}
@media (min-width: 576px) {
  .module--locations-staggered,
  .module--locations-normal,
  .module--carousel {
    padding-top: 3.625rem;
  }
}
@media (min-width: 768px) {
  .module--locations-staggered,
  .module--locations-normal,
  .module--carousel {
    padding-top: 5rem;
  }
}
@media (min-width: 992px) {
  .module--locations-staggered,
  .module--locations-normal,
  .module--carousel {
    padding-top: 5rem;
  }
}
@media (min-width: 1200px) {
  .module--locations-staggered,
  .module--locations-normal,
  .module--carousel {
    padding-top: 5rem;
  }
}

.module--locations-staggered.module--locations-staggered-blue + .module--promo-video {
  padding-top: 0;
}

body.home .module--5,
body.home .module--7,
body.home .module--instagram {
  padding-top: 0;
}
@media (min-width: 992px) {
  body.home .module--5,
  body.home .module--7,
  body.home .module--instagram {
    padding-top: 5rem;
  }
}
body.home .module--5 .promo__image {
  display: none;
}
@media (min-width: 992px) {
  body.home .module--5 .promo__image {
    display: block;
  }
}

body.page-id-159 .module--last {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  body.page-id-159 .module--last {
    padding-bottom: 6rem;
  }
}

body.page-id-163 .module--1 .promo__img {
  display: none;
}
@media (min-width: 992px) {
  body.page-id-163 .module--1 .promo__img {
    display: block;
  }
}

body.single-location .module--promo-offset .promo__container {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  body.single-location .module--promo-offset .promo__container {
    text-align: left;
  }
}
body.single-location .module--promo-offset .promo__img,
body.single-location .module--promo-offset .promo__text {
  display: none;
}
@media (min-width: 992px) {
  body.single-location .module--promo-offset .promo__img,
  body.single-location .module--promo-offset .promo__text {
    display: block;
  }
}
@media (min-width: 768px) {
  body.single-location .module--promo-offset .promo__text {
    display: block;
  }
}
body.single-location .module--5.module--promo-offset {
  padding-top: 0;
}
body.single-location .module--5.module--promo-offset .container {
  border-top: 1px solid #ffffff;
}
@media (min-width: 992px) {
  body.single-location .module--5.module--promo-offset {
    padding-top: 5rem;
  }
  body.single-location .module--5.module--promo-offset .container {
    border-top: 0;
  }
}

body.page-id-159 .module--promo-offset .promo__container {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  body.page-id-159 .module--promo-offset .promo__container {
    text-align: left;
  }
}
body.page-id-159 .module--promo-offset .promo__img,
body.page-id-159 .module--promo-offset .promo__text {
  display: none;
}
@media (min-width: 992px) {
  body.page-id-159 .module--promo-offset .promo__img,
  body.page-id-159 .module--promo-offset .promo__text {
    display: block;
  }
}
@media (min-width: 768px) {
  body.page-id-159 .module--promo-offset .promo__text {
    display: block;
  }
}

body.page-id-339 .module--promo-offset .promo__container {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  body.page-id-339 .module--promo-offset .promo__container {
    text-align: left;
  }
}
body.page-id-339 .module--promo-offset .promo__img,
body.page-id-339 .module--promo-offset .promo__text {
  display: none;
}
@media (min-width: 992px) {
  body.page-id-339 .module--promo-offset .promo__img,
  body.page-id-339 .module--promo-offset .promo__text {
    display: block;
  }
}
@media (min-width: 768px) {
  body.page-id-339 .module--promo-offset .promo__text {
    display: block;
  }
}
body.page-id-339 .module--4.module--promo-offset {
  padding-top: 0;
}
body.page-id-339 .module--4.module--promo-offset .container {
  border-top: 1px solid #ffffff;
}
@media (min-width: 992px) {
  body.page-id-339 .module--4.module--promo-offset {
    padding-top: 5rem;
  }
  body.page-id-339 .module--4.module--promo-offset .container {
    border-top: 0;
  }
}

.head__upper {
  background-color: #6E9FC9;
  color: #ffffff;
  padding-top: 1.5rem;
}
@media (min-width: 576px) {
  .head__upper {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .head__upper {
    padding-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .head__upper {
    padding-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .head__upper {
    padding-top: 1rem;
  }
}
.head--gallery .head__upper {
  padding-bottom: 2rem;
}
@media (min-width: 576px) {
  .head--gallery .head__upper {
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .head--gallery .head__upper {
    padding-bottom: 3rem;
  }
}
.head--normal .head__upper {
  padding-bottom: 4.5rem;
}
.head--normal .head__upper .container {
  position: relative;
}
@media (min-width: 576px) {
  .head--normal .head__upper {
    padding-bottom: 6rem;
  }
}
@media (min-width: 992px) {
  .head--normal .head__upper {
    padding-bottom: 8rem;
  }
}
.head--normal .head__upper .head__btn-container .btn.btn--white {
  background-color: transparent;
  color: #ffffff;
}
.head--normal .head__upper .head__btn-container .btn.btn--white:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #6E9FC9;
}
@media (min-width: 576px) {
  .head--basic .head__upper {
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 992px) {
  .head--basic .head__upper {
    padding: 4rem 0;
  }
}
.head--detail .head__upper {
  padding-top: 3.125rem;
  padding-bottom: 5.5rem;
}
.head--detail .head__upper .container {
  position: relative;
}
@media (min-width: 576px) {
  .head--detail .head__upper {
    padding-bottom: 7rem;
  }
}
@media (min-width: 768px) {
  .head--detail .head__upper {
    padding-top: 3.5rem;
  }
}
@media (min-width: 768px) {
  .head--detail .head__upper {
    padding-top: 4rem;
  }
}
.head--featured .head__upper {
  padding-top: 2rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .head--featured .head__upper {
    padding-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .head--featured .head__upper {
    padding-top: 3.5rem;
  }
}
.head--menus .head__upper {
  min-height: 223px;
}

.head__title {
  line-height: 1.3;
}
.head__title a {
  color: #ffffff;
}
.head__title a:focus, .head__title a:active, .head__title a:hover {
  color: #f5f5f5;
}
.head--normal .head__title, .head--basic .head__title, .head--home .head__title, .head--gallery .head__title, .head--event .head__title {
  width: 90%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 100;
  font-size: 1.875rem;
  letter-spacing: 5px;
}
.head--normal .head__title span, .head--basic .head__title span, .head--home .head__title span, .head--gallery .head__title span, .head--event .head__title span {
  font-family: "Quickpen", cursive;
  font-weight: 200;
  letter-spacing: 0;
  font-size: 1.25em;
}
@media (min-width: 576px) {
  .head--normal .head__title, .head--basic .head__title, .head--home .head__title, .head--gallery .head__title, .head--event .head__title {
    font-size: 2.75rem;
    letter-spacing: 6px;
  }
}
@media (min-width: 768px) {
  .head--normal .head__title, .head--basic .head__title, .head--home .head__title, .head--gallery .head__title, .head--event .head__title {
    font-size: 3.5rem;
    letter-spacing: 7px;
  }
}
@media (min-width: 992px) {
  .head--normal .head__title, .head--basic .head__title, .head--home .head__title, .head--gallery .head__title, .head--event .head__title {
    font-size: 4rem;
    letter-spacing: 8px;
  }
}
.head--home .head__title {
  color: #ffffff;
  line-height: 1.25;
  width: 100%;
  max-width: 960px;
  font-size: 2rem;
  letter-spacing: 2px;
}
.head--home .head__title span {
  line-height: 0.75;
}
@media (min-width: 576px) {
  .head--home .head__title {
    font-size: 2.5rem;
    letter-spacing: 3px;
  }
}
@media (min-width: 768px) {
  .head--home .head__title {
    font-size: 3rem;
    letter-spacing: 4px;
  }
}
@media (min-width: 992px) {
  .head--home .head__title {
    font-size: 3.5rem;
    letter-spacing: 5px;
  }
}
@media (min-width: 992px) {
  .head--home .head__title {
    font-size: 4rem;
    letter-spacing: 6px;
  }
}
.head--detail .head__title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 3px;
}
@media (min-width: 768px) {
  .head--detail .head__title {
    font-size: 1.625rem;
    letter-spacing: 5px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .head--detail .head__title {
    font-size: 1.75rem;
    letter-spacing: 7px;
  }
}
.head--featured .head__title {
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 1.5rem;
  letter-spacing: 5px;
}
@media (min-width: 576px) {
  .head--featured .head__title {
    font-size: 1.625rem;
  }
}
@media (min-width: 992px) {
  .head--featured .head__title {
    font-size: 1.75rem;
  }
}

.head__banner {
  background-color: #AC9B75;
  color: #ffffff;
  padding: 30px;
}
.head__banner a {
  color: #ffffff;
  text-transform: none;
  transition: all ease-in-out 0.4s;
}
.head__banner a:hover {
  color: rgba(255, 255, 255, 0.75);
}
.head__banner p {
  margin: 1em 0;
}

@media (min-width: 1200px) {
  .head--menus .js-head-title {
    display: block !important;
    opacity: 1 !important;
  }
}

.head__menu__subtitle {
  font-size: 16px;
  letter-spacing: 1.6px;
  font-weight: 400;
  padding-top: 15px;
}

.head__pretitle {
  margin-bottom: 0.5rem;
  font-size: 1.625rem;
}

.head__meta {
  font-weight: 100;
}
.head__meta > li {
  display: inline-block;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #C0D6E7;
}
.head__meta > li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.head__meta a {
  color: #ffffff;
  opacity: 0.85;
  transition: all 500ms;
}
.head__meta a:focus, .head__meta a:active, .head__meta a:hover {
  color: #ffffff;
  opacity: 1;
}
.head__meta a:focus .head__icon, .head__meta a:active .head__icon, .head__meta a:hover .head__icon {
  opacity: 1;
}
.head__meta .head__icon {
  margin-right: 0.5rem;
  opacity: 0.85;
  transition: all 500ms;
}

.head__excerpt p {
  color: #77663D;
  line-height: 2;
  letter-spacing: 2px;
}

.head--featured .head__image {
  display: block;
  margin-top: -6rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .head--featured .head__image {
    margin: 0;
    width: calc(100% - 4rem);
    height: 100%;
    position: absolute;
    top: 0;
    left: 2rem;
  }
  .head--featured .head__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.head--normal .head__image, .head--detail .head__image {
  position: relative;
  z-index: 1;
  margin-top: -3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .head--normal .head__image, .head--detail .head__image {
    margin-top: -4rem;
  }
}
@media (min-width: 1200px) {
  .head--normal .head__image, .head--detail .head__image {
    margin-top: -5rem;
  }
}
.head--home .head__image {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.head--home .head__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.head--home {
  max-height: calc(100vh - 72px);
  background-color: #6E9FC9;
  position: relative;
  overflow: hidden;
}
.head--home .col {
  position: relative;
}
@media (min-width: 992px) {
  .head--home {
    max-height: 100vh;
  }
  .head--home:after {
    display: block;
    content: "";
    width: 50%;
    height: 2.5rem;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 8;
  }
}
.head--home .head__container {
  width: 90%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 9;
}
.head--home .head__slide--desktop {
  position: relative;
}
.head--home .head__slide--desktop li {
  position: relative;
  height: 100vh;
}
.head--home .head__slide--mobile {
  position: relative;
}
.head--home .head__slide--mobile li {
  position: relative;
  height: calc(66vh - 72px);
}
@media (min-width: 768px) {
  .head--home .head__slide--mobile li {
    height: calc(75vh - 72px);
  }
}
.head--home .head__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.head--home .head__overlay--lrg {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
.head--home .head__overlay--sml {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.head--home .head__overlay--mobile {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
.head--home .head__slide--sml,
.head--home .head__overlay--sml {
  width: 60%;
  height: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.head--home .head__slide--sml li,
.head--home .head__overlay--sml li {
  height: 50vh;
}
@media (min-width: 1200px) {
  .head--home .head__slide--sml,
  .head--home .head__overlay--sml {
    width: 55%;
  }
}
@media (min-width: 1440px) {
  .head--home .head__slide--sml,
  .head--home .head__overlay--sml {
    width: 50%;
  }
}
.head--home .head__info {
  width: 100%;
  max-width: 130px;
  position: absolute;
  bottom: 5rem;
  right: 10%;
  transform: translateX(-50%);
  text-align: right;
}
.head--home .head__count {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 1rem;
}
.head--home .head__count .current {
  color: #ffffff;
  font-weight: 400;
}
.head--home .head__arrows,
.head--home .head__count {
  display: inline-block;
  line-height: 1;
}
.head--home .head__arrows {
  position: relative;
  top: 5px;
}

.js__share {
  position: relative;
}

.head__back {
  display: block;
  color: #ffffff !important;
  text-transform: uppercase;
  opacity: 0.75;
  transition: all 500ms;
}
.head__back i {
  position: relative;
  top: 4px;
}
.head__back--menus {
  font-size: 12px;
  text-align: left;
  position: relative;
  top: -10px;
  text-transform: none;
}
.head__back--menus i {
  background: url("/wp-content/themes/megans/library/images/icons/head-back-menus.svg") no-repeat center 65%;
}
.head__back:focus, .head__back:active, .head__back:hover {
  color: #ffffff;
  opacity: 1;
}
@media (min-width: 992px) {
  .head__back {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
  }
}

@media (min-width: 992px) {
  body.christmas-2024.page-template-tpl-christmas .promo-variant--9::before, body.christmas-2024.page-template-tpl-christmas .promo-variant--9::after, body.christmas-2024.page-template-tpl-christmas .promo-variant--6 .promo__container::before, body.christmas-2024.page-template-tpl-christmas .promo-variant--6 .promo__container::after, body.christmas-2024.page-template-tpl-christmas .promo-variant--4 .promo__container::after, body.christmas-2024.page-template-tpl-christmas .promo-variant--3 .promo__container::after, body.christmas-2024.page-template-tpl-christmas .promo-variant--2 .promo__container::before, body.christmas-2024.page-template-tpl-christmas .promo-variant--2 .promo__container::after, body.christmas-2024.page-template-tpl-christmas .head__image::before, body.christmas-2024.page-template-tpl-christmas .head__image::after {
    content: "";
    background-size: cover;
    position: absolute;
  }
  body.christmas-2024.page-template-tpl-christmas .head__image::after {
    background-image: url(../../images/christmas-illustrations/baubles.png);
    bottom: 0;
    height: 301px;
    right: -120px;
    width: 141.5px;
  }
  body.christmas-2024.page-template-tpl-christmas .head__image::before {
    background-image: url(../../images/christmas-illustrations/espresso-martini.png);
    bottom: -90px;
    height: 147px;
    left: -120px;
    width: 89.5px;
  }
  body.christmas-2024.page-template-tpl-christmas .head img {
    position: relative;
    z-index: 1;
  }
  body.christmas-2024.page-template-tpl-christmas .promo-variant--2 .promo__container::after {
    background-image: url(../../images/christmas-illustrations/fairy-lights.png);
    height: 275.5px;
    right: -55px;
    top: -53px;
    width: 432px;
  }
  body.christmas-2024.page-template-tpl-christmas .promo-variant--2 .promo__container::before {
    background-image: url(../../images/christmas-illustrations/mince-pies.png);
    bottom: -142px;
    height: 167.5px;
    left: -204px;
    width: 167.5px;
  }
  body.christmas-2024.page-template-tpl-christmas .promo-variant--3 .promo__container::after {
    background-image: url(../../images/christmas-illustrations/snowflakes.png);
    bottom: -140px;
    height: 172px;
    right: -130px;
    width: 130px;
  }
  body.christmas-2024.page-template-tpl-christmas .promo-variant--4 .promo__container::after {
    background-image: url(../../images/christmas-illustrations/holly.png);
    height: 146px;
    right: -48px;
    top: -58px;
    width: 128px;
  }
  body.christmas-2024.page-template-tpl-christmas .promo-variant--6 .promo__container::after {
    background-image: url(../../images/christmas-illustrations/mulled-wine.png);
    height: 212px;
    right: -48px;
    top: -119px;
    width: 163px;
  }
  body.christmas-2024.page-template-tpl-christmas .promo-variant--6 .promo__container::before {
    background-image: url(../../images/christmas-illustrations/snowflakes.png);
    bottom: -142px;
    height: 172px;
    left: -170px;
    width: 130px;
  }
  body.christmas-2024.page-template-tpl-christmas .promo-variant--9 {
    position: relative;
  }
  body.christmas-2024.page-template-tpl-christmas .promo-variant--9::after {
    background-image: url(../../images/christmas-illustrations/snowflakes.png);
    height: 344px;
    right: -20px;
    top: -30px;
    width: 260px;
  }
  body.christmas-2024.page-template-tpl-christmas .promo-variant--9::before {
    background-image: url(../../images/christmas-illustrations/booze.png);
    height: 208.5px;
    left: 240px;
    top: 37px;
    width: 217px;
  }
}
.charity p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #77663D;
}

.charity__text {
  display: block;
  font-size: 1.75rem;
}

.charity__raised {
  position: relative;
  display: inline-block;
  font-size: 2.5rem;
}
.charity__raised .currency {
  margin-right: -10px;
}
.charity__raised span {
  vertical-align: middle;
}

.charity__floater {
  display: none;
}
.charity__floater div {
  position: relative;
}
@media (min-width: 992px) {
  .charity__floater {
    display: block;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.charity__floater--animated div {
  transform: scale(0.5);
}

.menu .cms-area {
  color: #AC9B75;
}
.menu .cms-area p,
.menu .cms-area ol,
.menu .cms-area ul {
  font-size: 0.75rem;
  margin-bottom: 0;
}

.menu__title,
.menu__subtitle {
  line-height: 1.5;
}

.menu__title {
  outline: 0;
  font-size: 1rem;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #AC9B75;
  color: #ffffff;
  padding: 1.25rem 1.5rem;
}
.menu__title:before, .menu__title:after {
  transition: all 500ms;
  background-color: #AC9B75;
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.menu__title:before {
  top: -3px;
  left: -3px;
}
.menu__title:after {
  bottom: -3px;
  right: -3px;
}
.menu__title .ui-icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 22px;
  height: 22px;
  transform: translateY(-11px);
  background-image: url("../../images/icons/accordion-plus.svg");
}
.menu__title.ui-state-active .ui-icon {
  width: 22px;
  height: 1px;
  transform: translateY(-1px);
  background-image: url("../../images/icons/accordion-minus.svg");
}
@media (min-width: 992px) {
  .menu__title {
    padding: 0;
    background-color: transparent;
    text-align: left;
    color: #6E9FC9;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-size: 1.75rem;
    letter-spacing: 5px;
  }
  .menu__title:before, .menu__title:after {
    display: none;
  }
}

.menu__subtitle {
  font-size: 1.25rem;
  color: #4986bb;
}

.menu__group {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #EAE3D9;
}
.menu__group .title {
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
  color: #4986bb;
}
.menu__group:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.dish {
  color: #77663D;
  margin-top: 1rem;
}
.dish:first-child {
  margin-top: 0;
}

.dish__title {
  font-size: 1.125rem;
  font-weight: 400;
}

.dish__dietary {
  padding-left: 0.5rem;
  display: inline;
  font-weight: 500;
}
.dish__dietary:before {
  content: "[";
}
.dish__dietary:after {
  content: "]";
}
.dish__dietary li {
  display: inline-block;
  padding-left: 0.5rem 0.5;
}
.dish__dietary li:first-child {
  padding-left: 0;
}
.dish__dietary i {
  font-style: normal !important;
}

.dish__description {
  font-size: 0.875rem;
}

.dish__price ul li {
  display: inline-block;
  border-left: 1px solid #AC9B75;
  padding-left: 0.5rem;
  margin-left: 0.5rem;
  width: 46px;
}
.dish__price ul li:first-child {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

.menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 10px;
  justify-content: center;
}
.menu-list__item.menu-list__item {
  width: 100%;
  display: block;
  font-size: 1.125rem;
  color: #77663D;
}
.menu-list__item.menu-list__item:focus, .menu-list__item.menu-list__item:active, .menu-list__item.menu-list__item:hover {
  color: #443b23;
  text-decoration: none;
}
@media (min-width: 576px) {
  .menu-list__item.menu-list__item {
    width: calc(33.3333333333% - 6.6666666667px);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .menu-list__item.menu-list__item {
    font-size: 1rem;
  }
}
.menu-list__image-container {
  overflow: hidden;
  margin-bottom: 10px;
}
.menu-list__image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s;
}
.menu-list__item:hover .menu-list__image {
  transform: scale(1.1);
}
.menu-list__title {
  text-transform: uppercase;
}

.menu-v2 {
  padding-bottom: 20px !important;
}
.menu-v2 .select-menu {
  padding-top: 2rem;
}
@media (min-width: 1200px) {
  .menu-v2 .select-menu {
    display: block !important;
    opacity: 1 !important;
  }
}
.menu-v2 .select-menu__title {
  font-size: 24px;
  letter-spacing: 2.4px;
  line-height: 29px;
  text-transform: uppercase;
  color: #6E9FC9;
  margin-bottom: 30px;
}
.menu-v2 .select-menu__btn {
  padding: 11px 40px 12px 20px;
  min-height: 64px;
  background: #AC9B75;
  border: 1px solid #AC9B75;
  color: #ffffff;
  margin-bottom: 21px;
  transition: all ease 300ms;
}
@media (min-width: 1200px) {
  .menu-v2 .select-menu__btn {
    background: transparent;
    color: #AC9B75;
  }
}
.menu-v2 .select-menu__btn:focus, .menu-v2 .select-menu__btn:active, .menu-v2 .select-menu__btn:hover {
  color: #ffffff;
  background: #AC9B75;
}
.menu-v2 .select-menu__btn:focus svg path, .menu-v2 .select-menu__btn:active svg path, .menu-v2 .select-menu__btn:hover svg path {
  fill: #ffffff;
}
.menu-v2 .select-menu__btn__title {
  font-size: 16px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.menu-v2 .select-menu__btn__serving-time {
  font-size: 10px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  letter-spacing: 1px;
  line-height: 12px;
  margin-top: 5px;
}
.menu-v2 .select-menu__btn svg {
  position: absolute;
  right: 40px;
}
.menu-v2 .select-menu__btn svg path {
  fill: #ffffff;
}
@media (min-width: 1200px) {
  .menu-v2 .select-menu__btn svg path {
    fill: #AC9B75;
  }
}
.menu-v2 .select-menu__btn.is-active {
  background: #AC9B75;
  color: #ffffff;
}
.menu-v2 .select-menu__btn.is-active svg path {
  fill: #ffffff;
}
.menu-v2 .menu-main {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .menu-v2 .menu-main {
    padding-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .menu-v2 .menu-main .pin-spacer-menuSectionLinks {
    height: 0 !important;
    margin-bottom: 0 !important;
  }
}
.menu-v2 .menu-main .select-menu-section {
  white-space: nowrap;
  background-color: #ffffff;
  height: 60px;
  max-width: 100vw;
  width: 100vw !important;
  z-index: 99;
  padding-left: 10px;
  border-bottom: 1px solid #6E9FC9;
  margin: 0 -24px 18px;
}
@media (min-width: 992px) {
  .menu-v2 .menu-main .select-menu-section {
    position: fixed;
    transform: translateY(-100px) !important;
    top: 0 !important;
    transition: transform ease 300ms;
  }
  .menu-v2 .menu-main .select-menu-section.is-active {
    transform: translateY(0) !important;
    top: 0 !important;
  }
}
.menu-v2 .menu-main .select-menu-section.is-sticky {
  position: fixed;
  z-index: 99;
  top: 15px;
}
.menu-v2 .menu-main .select-menu-section a {
  margin: 0 5px;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 2px 9px;
  border-radius: 25px;
  background: transparent;
  color: #77663D;
  position: relative;
  top: 17px;
}
.menu-v2 .menu-main .select-menu-section a.is-active {
  background: #AC9B75;
  color: #ffffff;
}
.menu-v2 .menu-main .select-menu-section a:last-child {
  margin-right: 25px;
}
.menu-v2 .menu-main .select-menu-section .simplebar-scrollbar:before {
  background: #6E9FC9;
  border-radius: 30px;
}
.menu-v2 .menu-main .menu-items__serving-time {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 2.4px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 100;
  color: #77663D;
}
.menu-v2 .menu-main .dietary-reqs {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .menu-v2 .menu-main .dietary-reqs {
    margin-bottom: 0;
  }
}
.menu-v2 .menu-main .dietary-reqs__sort {
  position: relative;
  font-size: 12px;
  letter-spacing: 0px;
  color: #AC9B75;
  padding-top: 5px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .menu-v2 .menu-main .dietary-reqs__sort {
    padding-top: 0;
    font-size: 17px;
    letter-spacing: 1.7px;
    top: -6px;
  }
}
.menu-v2 .menu-main .menu-section {
  margin-bottom: 20px;
}
.menu-v2 .menu-main .menu-section__title {
  font-size: 24px;
  letter-spacing: 2.4px;
  color: #6E9FC9;
  text-transform: uppercase;
  font-weight: 100;
  margin-bottom: 20px;
}
.menu-v2 .menu-main .menu-section__description {
  font-size: 16px;
  color: #77663D;
  font-weight: 100;
  letter-spacing: 1px;
  margin-bottom: 25px;
  margin-top: -10px;
}
.menu-v2 .menu-main .menu-section__items {
  margin: 0 -7px;
}
@media (min-width: 1200px) {
  .menu-v2 .menu-main .menu-section__items {
    margin: 0 -15px;
  }
}
.menu-v2 .menu-main .menu-section .menu-item {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 7px;
  padding-left: 7px;
  margin-bottom: 25px;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 992px) {
  .menu-v2 .menu-main .menu-section .menu-item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.menu-v2 .menu-main .menu-section .menu-item__img {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  height: auto;
  display: block;
  content: "";
  position: relative;
  margin-bottom: 11px;
}
.menu-v2 .menu-main .menu-section .menu-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu-v2 .menu-main .menu-section .menu-item__title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 400;
  color: #77663D;
}
.menu-v2 .menu-main .menu-section .menu-item__price {
  font-size: 11px;
  color: #77663D;
  letter-spacing: 0;
  margin-top: 8px;
}
.menu-v2 .menu-main .no-items-message h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-weight: 100;
  color: #6E9FC9;
  margin-bottom: 20px;
}
.menu-v2 .menu-main .no-items-message p {
  color: #AC9B75;
  margin-bottom: 20px;
}

.menu-icon {
  display: block;
  text-align: center;
  width: 60px;
  margin: 6px 0;
}
.menu-icon .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 31px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid #AC9B75;
  transition: all ease 300ms;
}
.menu-icon .icon svg path {
  fill: #AC9B75 !important;
}
.menu-icon .icon span {
  position: relative;
  left: 1px;
  font-size: 12px;
  color: #ffffff;
}
.menu-icon p {
  color: #AC9B75;
  font-size: 8px;
  letter-spacing: 0px;
  margin-top: 2px;
}
@media (min-width: 992px) {
  .menu-icon:hover .icon {
    opacity: 0.7;
  }
}
.menu-icon.is-active .icon {
  background: #AC9B75;
}
.menu-icon.is-active .icon svg path {
  fill: #ffffff !important;
}

.menu-popup {
  position: fixed;
  z-index: 999;
  overflow: auto;
  transform: translateY(110%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  transition: all ease 650ms;
}
.menu-popup.is-active {
  transform: translateY(0%);
}
.menu-popup__close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  top: 30px;
  right: 30px;
  background-color: #AC9B75;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .menu-popup__close {
    top: 0;
    right: 0;
  }
}
.menu-popup__close img {
  width: 22px;
}
.menu-popup__img {
  height: 375px;
  width: 100%;
}
@media (min-width: 768px) {
  .menu-popup__img {
    height: 450px;
  }
}
@media (min-width: 992px) {
  .menu-popup__img {
    height: 525px;
  }
}
@media (min-width: 1200px) {
  .menu-popup__img {
    flex: 0 0 50%;
    max-width: 50%;
    height: 100vh;
    max-height: none;
  }
}
.menu-popup__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu-popup__content {
  padding: 25px;
  max-width: 100vw;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .menu-popup__content {
    height: 100vh;
    overflow: auto;
    padding-bottom: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.menu-popup__content__meta {
  flex: 1;
  margin-bottom: 40px;
}
.menu-popup__content__title {
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  color: #77663D;
  margin-bottom: 20px;
}
.menu-popup__content .menu-icon {
  cursor: default;
}
.menu-popup__content__description, .menu-popup__content__description p {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0;
  color: #77663D;
  margin-bottom: 15px;
}
.menu-popup__content__allergens-link {
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: underline;
  display: inline-block;
  max-width: 300px;
}
.menu-popup__content__price {
  color: #77663D;
  min-width: 85px;
  padding-left: 20px;
  text-align: right;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}
.menu-popup__content__related-items {
  margin: 40px -5px 30px;
}
@media (min-width: 1200px) {
  .menu-popup__content__related-items {
    margin-bottom: 5px;
  }
}
.menu-popup__content__related-items h2 {
  font-size: 24px;
  margin-left: 5px;
  margin-bottom: 35px;
  line-height: 29px;
  letter-spacing: 2.4px;
  font-weight: 100;
  color: #6E9FC9;
  text-transform: uppercase;
}
.menu-popup__content__related-items .related-item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 5px;
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .menu-popup__content__related-items .related-item {
    flex: 0 0 185px;
    max-width: 185px;
  }
  .menu-popup__content__related-items .related-item:nth-child(4) {
    display: none;
  }
}
.menu-popup__content__related-items .related-item__img {
  margin-bottom: 11px;
}
@media (max-width: 1199.98px) {
  .menu-popup__content__related-items .related-item__img {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    height: auto;
    display: block;
    content: "";
  }
}
@media (min-width: 1200px) {
  .menu-popup__content__related-items .related-item__img {
    width: 160px;
    height: 160px;
    position: relative;
  }
}
.menu-popup__content__related-items .related-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu-popup__content__related-items .related-item p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 500;
  color: #77663D;
}

.cta-menus {
  padding: 50px 30px 40px;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1200px) {
  .cta-menus {
    padding: 30px 30px 40px;
  }
}
.cta-menus__title {
  position: relative;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 3px;
}
.cta-menus__title span {
  font-family: "Quickpen", cursive;
  font-weight: 200;
  letter-spacing: 0;
}
.cta-menus__btn {
  position: relative;
  padding: 20px 27px;
  border: 1px solid #ffffff;
  min-width: 200px;
  color: #ffffff !important;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  letter-spacing: 1.6px;
  font-size: 16px;
  margin-top: 50px;
}
@media (min-width: 1200px) {
  .cta-menus__btn {
    margin-top: 35px;
  }
}
.cta-menus:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.strip__title,
.strip__subtitle {
  color: #6E9FC9;
}

.strip__title {
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 5px;
}
@media (min-width: 576px) {
  .strip__title {
    font-size: 1.625rem;
  }
}
@media (min-width: 768px) {
  .strip__title {
    font-size: 1.75rem;
    letter-spacing: 6px;
  }
}
@media (min-width: 992px) {
  .strip__title {
    font-size: 1.875rem;
    letter-spacing: 7px;
  }
}
@media (min-width: 1200px) {
  .strip__title {
    font-size: 2rem;
    letter-spacing: 8px;
  }
}

.strip__title--menu,
.strip__title--cms {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
}

.strip__subtitle {
  margin-top: 0.25rem;
  font-size: 1.5rem;
  line-height: 1.3;
}
@media (min-width: 576px) {
  .strip__subtitle {
    font-size: 1.625rem;
  }
}
@media (min-width: 768px) {
  .strip__subtitle {
    font-size: 1.75rem;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .strip__subtitle {
    font-size: 1.875rem;
    line-height: 1.5;
  }
}

.strip__text {
  color: #77663D;
  line-height: 2;
  letter-spacing: 2px;
}

@media (min-width: 992px) {
  .strip__form,
  .strip__text {
    max-width: calc(50% - 3rem);
  }
}

.strip#pc-search-staggered .strip__subtitle {
  margin-top: 13px;
}
@media screen and (min-width: 992px) {
  .strip#pc-search-staggered .strip__subtitle {
    margin-top: 0;
  }
}
.strip#pc-search-staggered .strip__text {
  margin-top: 13px;
  margin-bottom: 10px;
}
@media screen and (min-width: 576px) {
  .strip#pc-search-staggered .strip__text {
    margin-top: 23px;
  }
}
@media screen and (min-width: 768px) {
  .strip#pc-search-staggered .strip__text {
    margin-top: 33px;
  }
}
@media screen and (min-width: 992px) {
  .strip#pc-search-staggered .strip__text {
    margin-top: 43px;
  }
}
@media screen and (min-width: 1200px) {
  .strip#pc-search-staggered .strip__text {
    margin-top: 53px;
  }
}
@media screen and (min-width: 1400px) {
  .strip#pc-search-staggered .strip__text {
    margin-top: 63px;
  }
}
@media screen and (min-width: 992px) {
  .strip#pc-search-staggered .form.form--filter.form--small {
    width: 650px;
  }
}
@media screen and (min-width: 1200px) {
  .strip#pc-search-staggered .form.form--filter.form--small {
    width: 692px;
  }
}
.strip#pc-search-staggered .form.form--filter.form--small .form__loader {
  display: none;
  border: 4px solid rgba(110, 159, 201, 0.25);
  border-top: 4px solid #6E9FC9;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 12px;
  right: 15px;
  z-index: 2;
}
.strip#pc-search-staggered .form.form--filter.form--small.loading .form__loader {
  display: block;
}
.strip#pc-search-staggered .form.form--filter.form--small .form__input, .strip#pc-search-staggered .form.form--filter.form--small .form__btn {
  height: 60px;
}
.strip#pc-search-staggered .form.form--filter.form--small .form__input {
  border-right: none;
  border-color: #AC9B75;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 1px;
  color: #999999;
}
.strip#pc-search-staggered .form.form--filter.form--small .form__input::-webkit-input-placeholder {
  color: #999999;
}
.strip#pc-search-staggered .form.form--filter.form--small .form__input::-moz-placeholder {
  opacity: 1;
  color: #999999;
}
.strip#pc-search-staggered .form.form--filter.form--small .form__input:-ms-input-placeholder {
  color: #999999;
}
.strip#pc-search-staggered .form.form--filter.form--small .form__input:-moz-placeholder {
  opacity: 1;
  color: #999999;
}
.strip#pc-search-staggered .form.form--filter.form--small .form__btn {
  width: 60px;
  padding: 0;
  border-color: #AC9B75;
  background-color: #AC9B75;
  transition: all ease-in-out 0.5s;
}
@media screen and (hover: hover) and (pointer: fine) {
  .strip#pc-search-staggered .form.form--filter.form--small .form__btn:hover {
    border-color: #77663D;
    background-color: #77663D;
  }
}
@media screen and (min-width: 992px) {
  .strip#pc-search-staggered .js__form-actions-row {
    max-width: 682px;
  }
}
@media screen and (min-width: 1200px) {
  .strip#pc-search-staggered .js__form-actions-row {
    max-width: 726px;
  }
}
.strip#pc-search-staggered .js__locations-geolocation-trigger .form__map-pin, .strip#pc-search-staggered .js__reset-pc-locations-container .form__map-pin {
  position: relative;
  top: unset;
  left: unset;
  transform: none;
  height: 20px;
}
.strip#pc-search-staggered .js__locations-geolocation-trigger span, .strip#pc-search-staggered .js__reset-pc-locations-container span {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  text-decoration: underline;
  color: #6E9FC9;
}
.strip#pc-search-staggered .js__locations-geolocation-trigger {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 28px;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .strip#pc-search-staggered .js__locations-geolocation-trigger {
    margin-bottom: 0;
  }
}
.strip#pc-search-staggered .js__reset-pc-locations-container {
  display: none;
  margin-bottom: 28px;
  cursor: pointer;
}
@media screen and (min-width: 576px) {
  .strip#pc-search-staggered .js__reset-pc-locations-container {
    margin-top: 16px;
  }
}
@media screen and (min-width: 992px) {
  .strip#pc-search-staggered .js__reset-pc-locations-container {
    margin-bottom: 0;
  }
}
.strip#pc-search-staggered .btn.btn--edge.js__locations-all-trigger > span {
  padding: 1rem 1.5rem;
  height: 62px;
  min-width: 228px;
}
.strip#pc-search-staggered .btn.btn--edge.js__locations-all-trigger > span > span .e-svg {
  margin-right: 30px;
}
.strip#pc-search-staggered .btn.btn--edge.js__locations-all-trigger > span > span .e-svg__fill {
  fill: #AC9B75;
  transition: fill ease-in-out 0.5s;
}
.strip#pc-search-staggered .btn.btn--edge.js__locations-all-trigger:hover, .strip#pc-search-staggered .btn.btn--edge.js__locations-all-trigger.active {
  color: #ffffff;
  border-color: #AC9B75;
}
.strip#pc-search-staggered .btn.btn--edge.js__locations-all-trigger:hover:before, .strip#pc-search-staggered .btn.btn--edge.js__locations-all-trigger:hover:after, .strip#pc-search-staggered .btn.btn--edge.js__locations-all-trigger.active:before, .strip#pc-search-staggered .btn.btn--edge.js__locations-all-trigger.active:after {
  background-color: #AC9B75;
}
.strip#pc-search-staggered .btn.btn--edge.js__locations-all-trigger:hover > span:before, .strip#pc-search-staggered .btn.btn--edge.js__locations-all-trigger.active > span:before {
  transform: scaleY(2);
}
.strip#pc-search-staggered .btn.btn--edge.js__locations-all-trigger:hover > span > span .e-svg__fill, .strip#pc-search-staggered .btn.btn--edge.js__locations-all-trigger.active > span > span .e-svg__fill {
  fill: #ffffff;
}
.strip#pc-search-staggered .strip__loader-container {
  display: none;
  padding-top: 42px;
}
@media screen and (min-width: 576px) {
  .strip#pc-search-staggered .strip__loader-container {
    padding-top: 52px;
  }
}
@media screen and (min-width: 768px) {
  .strip#pc-search-staggered .strip__loader-container {
    padding-top: 62px;
  }
}
@media screen and (min-width: 992px) {
  .strip#pc-search-staggered .strip__loader-container {
    padding-top: 72px;
  }
}
@media screen and (min-width: 1200px) {
  .strip#pc-search-staggered .strip__loader-container {
    padding-top: 82px;
  }
}
@media screen and (min-width: 1400px) {
  .strip#pc-search-staggered .strip__loader-container {
    padding-top: 92px;
  }
}
.strip#pc-search-staggered .strip__loader {
  border: 8px solid rgba(110, 159, 201, 0.25);
  border-top: 8px solid #6E9FC9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .strip#pc-search-staggered .strip__loader {
    border: 10px solid rgba(110, 159, 201, 0.25);
    border-top: 10px solid #6E9FC9;
    width: 80px;
    height: 80px;
  }
}
.strip#pc-search-staggered .js__staggered-items-container {
  display: none;
}
.strip#pc-search-staggered .js__pc_locations-container {
  display: none;
}
.strip#pc-search-staggered .strip__staggered {
  padding-top: 42px;
}
@media screen and (min-width: 576px) {
  .strip#pc-search-staggered .strip__staggered {
    padding-top: 52px;
  }
}
@media screen and (min-width: 768px) {
  .strip#pc-search-staggered .strip__staggered {
    padding-top: 62px;
  }
}
@media screen and (min-width: 992px) {
  .strip#pc-search-staggered .strip__staggered {
    padding-top: 72px;
    margin-left: -34px;
    margin-right: -34px;
  }
}
@media screen and (min-width: 1200px) {
  .strip#pc-search-staggered .strip__staggered {
    padding-top: 82px;
  }
}
@media screen and (min-width: 1400px) {
  .strip#pc-search-staggered .strip__staggered {
    padding-top: 92px;
  }
}
@media screen and (min-width: 992px) {
  .strip#pc-search-staggered .strip__staggered .strip__staggered-col {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.strip#pc-search-staggered .strip__staggered .location--basic {
  position: relative;
  height: unset;
  max-height: unset;
}
@media screen and (min-width: 768px) {
  .strip#pc-search-staggered .strip__staggered .location--basic {
    height: 100%;
  }
}
.strip#pc-search-staggered .strip__staggered .location--basic .location__image {
  height: 110vw;
  max-height: 550px;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .strip#pc-search-staggered .strip__staggered .location--basic .location__image {
    max-height: unset;
    height: 500px;
  }
}
@media screen and (min-width: 768px) {
  .strip#pc-search-staggered .strip__staggered .location--basic .location__image {
    height: 397px;
  }
}
@media screen and (min-width: 992px) {
  .strip#pc-search-staggered .strip__staggered .location--basic .location__image {
    height: 495px;
  }
}
@media screen and (min-width: 1200px) {
  .strip#pc-search-staggered .strip__staggered .location--basic .location__image {
    height: 383px;
  }
}
@media screen and (min-width: 1400px) {
  .strip#pc-search-staggered .strip__staggered .location--basic .location__image {
    height: 439px;
  }
}
.strip#pc-search-staggered .strip__staggered .location--basic .location__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%);
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .strip#pc-search-staggered .strip__staggered .location--basic .location__image:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0.8) 100%);
  }
}
.strip#pc-search-staggered .strip__staggered .location--basic .location__image .location__image-container {
  height: 100%;
  transform: scale(1);
  transition: all 500ms;
}
.strip#pc-search-staggered .strip__staggered .location--basic .location__image .location__image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.strip#pc-search-staggered .strip__staggered .location--basic .location__image:hover .location__image-container {
  transform: scale(1.05);
}
.strip#pc-search-staggered .strip__staggered .location--basic .location__details-container {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  padding: 30px 0 0 0;
  /* padding: 30px 15px;

  @media screen and (min-width: 992px) {
  	padding: 30px 26px;
  }

  @media screen and (min-width: 1200px) and (max-width: 1399px) {
  	padding: 30px 19px;
  } */
}
.strip#pc-search-staggered .strip__staggered .location--basic .location__details {
  margin-top: 22px;
  margin-bottom: 15px;
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .strip#pc-search-staggered .strip__staggered .location--basic .location__details {
    margin-top: 26px;
    margin-bottom: 22px;
    padding: 0 26px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .strip#pc-search-staggered .strip__staggered .location--basic .location__details {
    padding: 0 19px;
  }
}
.strip#pc-search-staggered .strip__staggered .location--basic .location__title {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: none;
}
.strip#pc-search-staggered .strip__staggered .location--basic .location__subtitle {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: none;
}
.strip#pc-search-staggered .strip__staggered .location--basic .location__buttons .row .col-6:first-child {
  padding-right: 2px;
}
.strip#pc-search-staggered .strip__staggered .location--basic .location__buttons .row .col-6:last-child {
  padding-left: 2px;
}
.strip#pc-search-staggered .strip__staggered .location--basic .location__buttons .btn {
  min-width: unset;
  display: block;
  padding: 12px;
}
.strip#pc-search-staggered .strip__staggered .location--basic .location__buttons .btn:before, .strip#pc-search-staggered .strip__staggered .location--basic .location__buttons .btn:after {
  content: none;
}
.strip#pc-search-staggered .strip__staggered .location--basic .location__buttons .btn > span > span {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 2px;
  text-align: center;
}
.strip#pc-search-staggered .strip__staggered .location--basic .location__badge {
  padding: 18px 10px;
  background-color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.545;
  letter-spacing: 0.8px;
  color: #4986bb;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}
.strip#pc-search-staggered.strip--blue {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
@media (min-width: 576px) {
  .strip#pc-search-staggered.strip--blue {
    padding-top: 3.625rem;
    padding-bottom: 3.625rem;
  }
}
@media (min-width: 768px) {
  .strip#pc-search-staggered.strip--blue {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .strip#pc-search-staggered.strip--blue {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  .strip#pc-search-staggered.strip--blue {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.strip#pc-search-staggered.strip--blue .strip__title,
.strip#pc-search-staggered.strip--blue .strip__subtitle,
.strip#pc-search-staggered.strip--blue .strip__text,
.strip#pc-search-staggered.strip--blue .js__locations-geolocation-trigger span,
.strip#pc-search-staggered.strip--blue .js__reset-pc-locations-container span,
.strip#pc-search-staggered.strip--blue .strip__staggered .location--basic .location__title,
.strip#pc-search-staggered.strip--blue .strip__staggered .location--basic .location__subtitle {
  color: #ffffff;
}
.strip#pc-search-staggered.strip--blue .form.form--filter.form--small .form__input {
  border-color: #ffffff;
  color: #6E9FC9;
}
.strip#pc-search-staggered.strip--blue .form.form--filter.form--small .form__input::-webkit-input-placeholder {
  color: #6E9FC9;
}
.strip#pc-search-staggered.strip--blue .form.form--filter.form--small .form__input::-moz-placeholder {
  opacity: 1;
  color: #6E9FC9;
}
.strip#pc-search-staggered.strip--blue .form.form--filter.form--small .form__input:-ms-input-placeholder {
  color: #6E9FC9;
}
.strip#pc-search-staggered.strip--blue .form.form--filter.form--small .form__input:-moz-placeholder {
  opacity: 1;
  color: #6E9FC9;
}
.strip#pc-search-staggered.strip--blue .btn.btn--edge.js__locations-all-trigger > span > span .e-svg__fill {
  fill: #ffffff;
}
.strip#pc-search-staggered.strip--blue .btn.btn--edge.js__locations-all-trigger:hover, .strip#pc-search-staggered.strip--blue .btn.btn--edge.js__locations-all-trigger.active {
  color: #AC9B75;
  border-color: #ffffff;
}
.strip#pc-search-staggered.strip--blue .btn.btn--edge.js__locations-all-trigger:hover:before, .strip#pc-search-staggered.strip--blue .btn.btn--edge.js__locations-all-trigger:hover:after, .strip#pc-search-staggered.strip--blue .btn.btn--edge.js__locations-all-trigger.active:before, .strip#pc-search-staggered.strip--blue .btn.btn--edge.js__locations-all-trigger.active:after {
  background-color: #ffffff;
}
.strip#pc-search-staggered.strip--blue .btn.btn--edge.js__locations-all-trigger:hover > span > span .e-svg__fill, .strip#pc-search-staggered.strip--blue .btn.btn--edge.js__locations-all-trigger.active > span > span .e-svg__fill {
  fill: #AC9B75;
}
.strip#pc-search-staggered.strip--blue .strip__loader {
  border: 8px solid rgba(255, 255, 255, 0.25);
  border-top: 8px solid #ffffff;
}
@media screen and (min-width: 992px) {
  .strip#pc-search-staggered.strip--blue .strip__loader {
    border: 10px solid rgba(255, 255, 255, 0.25);
    border-top: 10px solid #ffffff;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.strapline__title {
  color: #77663D;
  line-height: 1.6;
  font-size: 1.125rem;
  letter-spacing: 3px;
}
@media (min-width: 576px) {
  .strapline__title {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  .strapline__title {
    line-height: 1.5;
    font-size: 1.5rem;
    letter-spacing: 4px;
  }
}
@media (min-width: 992px) {
  .strapline__title {
    font-size: 1.625rem;
  }
}
@media (min-width: 1200px) {
  .strapline__title {
    line-height: 1.4;
    font-size: 1.875rem;
    letter-spacing: 5px;
  }
}

.module--strapline .btn {
  margin-top: 30px;
  margin-right: 30px;
}
.module--strapline .btn:last-child {
  margin-right: 0;
}
@media (max-width: 575.98px) {
  .module--strapline .btn {
    display: block;
    max-width: 200px;
    margin: 30px auto 0 auto;
  }
  .module--strapline .btn:last-child {
    margin-right: auto;
  }
}

.carousel {
  padding: 2.75rem 0;
}
@media (min-width: 768px) {
  .carousel {
    padding: 3.5rem 0;
  }
}
@media (min-width: 992px) {
  .carousel {
    padding: 4rem 0;
  }
}

.carousel--blue {
  background-color: #6E9FC9;
  color: #ffffff;
}
.carousel--blue a:not(.btn) {
  color: inherit;
}
.carousel--blue a:not(.btn):focus, .carousel--blue a:not(.btn):active, .carousel--blue a:not(.btn):hover {
  text-decoration: none;
  color: #ececec;
}

.carousel--white {
  padding-top: 0;
  background-color: transparent;
  color: #6E9FC9;
}
.carousel--white a:not(.btn) {
  color: inherit;
}
.carousel--white a:not(.btn):focus, .carousel--white a:not(.btn):active, .carousel--white a:not(.btn):hover {
  text-decoration: none;
  color: #4986bb;
}

.carousel__title,
.carousel__subtitle {
  line-height: 1.5;
}
@media (min-width: 1440px) {
  .carousel__title,
  .carousel__subtitle {
    display: inline;
  }
}

.carousel__title {
  font-size: 1.5rem;
  letter-spacing: 5px;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .carousel__title {
    font-size: 1.625rem;
  }
}
@media (min-width: 768px) {
  .carousel__title {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .carousel__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .carousel__title {
    font-size: 2rem;
  }
}

.carousel__subtitle {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .carousel__subtitle {
    font-size: 1.625rem;
  }
}
@media (min-width: 1440px) {
  .carousel__subtitle {
    font-size: 1.875rem;
    padding-left: 2rem;
  }
}

.carousel__wrap {
  position: relative;
}

.carousel__slider.slick-slider {
  position: static;
  margin-right: -16px;
  margin-left: -16px;
}
.carousel__slider.slick-slider .slick-slide {
  padding-right: 8px;
  padding-left: 8px;
}
.carousel__slider.slick-slider .slick-prev,
.carousel__slider.slick-slider .slick-next {
  top: 41%;
}
.carousel__slider.slick-slider .slick-prev {
  left: 0;
}
.carousel__slider.slick-slider .slick-next {
  right: 0;
}
@media (min-width: 1440px) {
  .carousel__slider.slick-slider {
    position: relative;
  }
  .carousel__slider.slick-slider .slick-prev {
    left: 8px;
  }
  .carousel__slider.slick-slider .slick-next {
    right: 6px;
  }
}

.gallery__item {
  display: block;
  position: relative;
  overflow: hidden;
}
.gallery__item img {
  transition: transform 300ms;
}
.gallery__item:focus .gallery__overlay,
.gallery__item:focus .gallery__icon, .gallery__item:active .gallery__overlay,
.gallery__item:active .gallery__icon, .gallery__item:hover .gallery__overlay,
.gallery__item:hover .gallery__icon {
  opacity: 1;
  visibility: visible;
}
.gallery__item:focus img, .gallery__item:active img, .gallery__item:hover img {
  transform: scale(1.05);
}

.gallery__overlay,
.gallery__icon {
  opacity: 0;
  visibility: hidden;
  transition: all 500ms;
}

.gallery__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(172, 155, 117, 0.66);
}

.gallery__icon {
  padding: 24.5px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: #ffffff;
}

.filter--gallery {
  position: relative;
  z-index: 9;
}

.filter--event {
  background-color: rgba(0, 0, 0, 0.1);
  margin-top: 2rem;
  padding: 2rem 2rem 1.5rem;
}
.filter--event button {
  max-height: 60px;
  width: 100%;
  display: block;
}
.filter--event .filter__title {
  color: #ffffff;
  width: auto;
}
.filter--event .filter__reset {
  color: #ffffff;
  padding-left: 1.5rem;
  position: relative;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  opacity: 0.8;
}
.filter--event .filter__reset:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 1rem;
  height: 1rem;
  background-image: url("../../images/icons/reset.svg");
}
.filter--event .filter__reset:focus, .filter--event .filter__reset:active, .filter--event .filter__reset:hover {
  color: #ffffff;
  opacity: 1;
}

.filter__title {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1rem;
  color: #C0D6E7;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.filter__title:after {
  content: ":";
}

.filter__select div:last-child {
  min-width: 300px;
}
.filter__select div:last-child .selectric-wrapper {
  width: 100%;
}

.article {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(172, 155, 117, 0.25);
}
.article:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
@media (min-width: 1200px) {
  .article {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(172, 155, 117, 0.25);
    max-width: 880px;
  }
  .article:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
}
@media (min-width: 1440px) {
  .article {
    max-width: 1000px;
  }
}

.article--event .row {
  margin-top: -6.125rem;
  padding-top: 6.125rem;
}
@media (min-width: 1440px) {
  .article--event .row {
    margin-top: -6.75rem;
    padding-top: 6.75rem;
  }
}

.article__title {
  line-height: 1.5;
  font-size: 1.25rem;
  letter-spacing: 4px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .article__title {
    font-size: 1.375rem;
  }
}

.article__meta {
  margin-top: 0.5rem;
  color: #77663D;
}
.article__meta p {
  display: inline-block;
  margin-left: 1rem;
}
.article__meta p:first-child {
  margin-left: 0;
}

.article__excerpt {
  color: #77663D;
  line-height: 2;
  letter-spacing: 2px;
}

.card__title {
  font-size: 1.25rem;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.card__subtitle {
  font-size: 1rem;
}

.card__image {
  position: relative;
  display: block;
  overflow: hidden;
}
.card__image img {
  transition: all 333ms;
}
.card__image:focus img, .card__image:active img, .card__image:hover img {
  transform: scale(1.05);
}

.contact__title,
.contact__subtitle {
  color: #6E9FC9;
  text-transform: uppercase;
  line-height: 1.25;
}

.contact__title {
  font-size: 1.5rem;
  letter-spacing: 6px;
}
@media (min-width: 576px) {
  .contact__title {
    font-size: 1.625rem;
  }
}
@media (min-width: 768px) {
  .contact__title {
    font-size: 1.75rem;
    letter-spacing: 7px;
  }
}
@media (min-width: 992px) {
  .contact__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .contact__title {
    font-size: 2rem;
    letter-spacing: 8px;
  }
}

.contact__subtitle {
  font-size: 1.375rem;
  letter-spacing: 4px;
}

.contact {
  overflow: hidden;
}
.contact .opening-times,
.contact .adr,
.contact a:not(.btn) {
  color: #77663D;
  line-height: 2;
}

.contact__image {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  height: auto;
  display: block;
  content: "";
  position: relative;
}
.contact__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .contact__image {
    position: relative;
    overflow: hidden;
    padding-top: 66.6666666667%;
    height: auto;
    display: block;
    content: "";
  }
}
@media (min-width: 992px) {
  .contact__image {
    position: relative;
    overflow: hidden;
    padding-top: 127.0588235294%;
    height: auto;
    display: block;
    content: "";
  }
}
@media (min-width: 1200px) {
  .contact__image {
    padding: 0;
    height: 100%;
    position: static;
    top: auto;
    left: auto;
  }
  .contact__image img {
    position: static;
    top: auto;
    left: auto;
  }
}

.location {
  position: relative;
}

.location--menus {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .location--menus {
    margin-bottom: 90px;
  }
}

.location--basic {
  overflow: hidden;
}
.location--basic .location__image,
.location--basic .location__head,
.location--basic .location__overlay {
  transition: all 500ms;
}
.location--basic .location__container {
  position: relative;
  display: block;
}
.location--basic .location__container:focus .location__image, .location--basic .location__container:active .location__image, .location--basic .location__container:hover .location__image {
  transform: scale(1.05);
}
.location--basic .location__container:focus .location__head, .location--basic .location__container:active .location__head, .location--basic .location__container:hover .location__head {
  bottom: 3.5rem;
}

.location--expanded .location__head {
  border-bottom: 1px solid #EAE3D9;
  padding-bottom: 2rem;
}
.location--basic .location__head {
  width: calc(100% - 2rem);
  margin: 0 1rem;
  text-align: center;
  position: absolute;
  z-index: 3;
  bottom: 3rem;
  left: 0;
}

@media (min-width: 1440px) {
  .location--expanded .location__container {
    width: 100%;
    z-index: 2;
    margin-left: 2rem;
  }
}

.location__title {
  text-transform: uppercase;
  letter-spacing: 5px;
}
.location--basic .location__title {
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
}
@media (min-width: 576px) {
  .location--basic .location__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .location--basic .location__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .location--basic .location__title {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .location--basic .location__title {
    font-size: 1.875rem;
  }
}
.location--expanded .location__title {
  color: #6E9FC9;
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .location--expanded .location__title {
    font-size: 1.625rem;
  }
}
@media (min-width: 768px) {
  .location--expanded .location__title {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .location--expanded .location__title {
    font-size: 1.875rem;
  }
}

.location__subtitle {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1rem;
}

.location__dir,
.location__address {
  text-transform: uppercase;
}

.location--expanded .location__address {
  color: #77663D;
}

.location__dir {
  text-decoration: underline;
  color: #AC9B75 !important;
  margin-left: 1.25rem;
}
.location__dir:focus, .location__dir:active, .location__dir:hover {
  color: #77663D !important;
  text-decoration: underline !important;
}

.location__address {
  position: relative;
  padding-left: 1.25rem;
}
.location__address span:after {
  content: ",";
  margin-right: 0.25rem;
}
.location__address span:last-child:after {
  content: "";
  margin-right: 0.25rem;
}
.location__address .icon {
  position: absolute;
  top: 5px;
  left: 0;
}

.location__content {
  color: #77663D;
  line-height: 2;
  letter-spacing: 2px;
}

.location__content--list {
  list-style: inside disc;
}

.location__gallery {
  margin-left: auto;
  margin-right: auto;
  max-width: 688px;
}

.location__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}

.location__area {
  padding: 1rem 1.5rem;
  display: block;
  background-color: #ffffff;
  white-space: nowrap;
  font-size: 1rem;
  color: #6E9FC9;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.location__area span {
  white-space: nowrap;
}
@media (min-width: 992px) {
  .location__area {
    left: 2rem;
    transform: translateX(0);
  }
}

.strip__staggered .location--basic {
  height: 100vw;
  max-height: 450px;
}
@media screen and (min-width: 576px) {
  .strip__staggered .location--basic {
    max-height: unset;
    height: 400px;
  }
}
@media screen and (min-width: 992px) {
  .strip__staggered .location--basic {
    height: 550px;
  }
}
@media screen and (min-width: 1200px) {
  .strip__staggered .location--basic {
    height: 625px;
  }
}
@media screen and (min-width: 1400px) {
  .strip__staggered .location--basic {
    height: 650px;
  }
}
.strip__staggered .location--basic .location__container {
  height: 100%;
}
.strip__staggered .location--basic .location__container .location__image {
  height: 100%;
}
.strip__staggered .location--basic .location__container .location__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #6E9FC9;
  z-index: 13;
  opacity: 0;
  visibility: hidden;
}
.popup iframe {
  width: 100%;
  height: 100%;
}

.booking--active .popup--booking {
  opacity: 1;
  visibility: visible;
  display: block;
}

.booking-singular--active .popup--booking-singular {
  opacity: 1;
  visibility: visible;
  display: block;
}

.newsletter--active .popup--newsletter {
  opacity: 1;
  visibility: visible;
  display: block;
}

.popup__wrap {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .popup__wrap {
    top: 7.5%;
    left: 12.5%;
    width: 75%;
    height: 75%;
  }
}
.popup__wrap .dmn-form,
.popup__wrap .js-cm-form {
  padding: 0;
  margin: 0 auto;
  border: 0;
  width: calc(100% - 4rem);
  max-width: 750px;
}
.popup__wrap .dmn-form label,
.popup__wrap .js-cm-form label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .popup__wrap .dmn-form label,
  .popup__wrap .js-cm-form label {
    letter-spacing: 3px;
    font-size: 1rem;
  }
}
.popup__wrap .dmn-form input,
.popup__wrap .dmn-form input[type=text],
.popup__wrap .dmn-form input[type=number],
.popup__wrap .dmn-form select,
.popup__wrap .js-cm-form input,
.popup__wrap .js-cm-form input[type=text],
.popup__wrap .js-cm-form input[type=number],
.popup__wrap .js-cm-form select {
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  color: #6E9FC9;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.75rem;
  line-height: 1.5;
  height: 32px;
  padding: 0.5rem 1.125rem;
}
@media (min-width: 768px) {
  .popup__wrap .dmn-form input,
  .popup__wrap .dmn-form input[type=text],
  .popup__wrap .dmn-form input[type=number],
  .popup__wrap .dmn-form select,
  .popup__wrap .js-cm-form input,
  .popup__wrap .js-cm-form input[type=text],
  .popup__wrap .js-cm-form input[type=number],
  .popup__wrap .js-cm-form select {
    letter-spacing: 3px;
    font-size: 1rem;
    height: 50px;
    padding: 0.75rem 1.25rem;
  }
}
@media (min-width: 1700px) {
  .popup__wrap .dmn-form input,
  .popup__wrap .dmn-form input[type=text],
  .popup__wrap .dmn-form input[type=number],
  .popup__wrap .dmn-form select,
  .popup__wrap .js-cm-form input,
  .popup__wrap .js-cm-form input[type=text],
  .popup__wrap .js-cm-form input[type=number],
  .popup__wrap .js-cm-form select {
    letter-spacing: 3px;
    font-size: 1rem;
    height: 64px;
    padding: 1.25rem 1.5rem;
  }
}
.popup__wrap .dmn-form select,
.popup__wrap .js-cm-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background-image: url("../../images/icons/chevron-down-blue.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 1.125rem) 50%;
}
@media (min-width: 768px) {
  .popup__wrap .dmn-form select,
  .popup__wrap .js-cm-form select {
    background-position: calc(100% - 1.5rem) 50%;
  }
}
.popup__wrap .dmn-form .datepicker.popover .btn,
.popup__wrap .js-cm-form .datepicker.popover .btn {
  min-width: auto;
}
.popup__wrap .dmn-form .dmn-venue-container,
.popup__wrap .dmn-form .main-inputs > div,
.popup__wrap .dmn-form .cm-fields > li,
.popup__wrap .js-cm-form .dmn-venue-container,
.popup__wrap .js-cm-form .main-inputs > div,
.popup__wrap .js-cm-form .cm-fields > li {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .popup__wrap .dmn-form .dmn-venue-container,
  .popup__wrap .dmn-form .main-inputs > div,
  .popup__wrap .dmn-form .cm-fields > li,
  .popup__wrap .js-cm-form .dmn-venue-container,
  .popup__wrap .js-cm-form .main-inputs > div,
  .popup__wrap .js-cm-form .cm-fields > li {
    margin-bottom: 1.5rem;
  }
}
.popup__wrap .dmn-form .btn.submit,
.popup__wrap .js-cm-form .btn.submit {
  margin: 0;
  outline: 0;
  background-image: none !important;
  background-color: transparent !important;
  border-color: #ffffff;
  padding: 1rem 1.125rem;
  font-size: 0.875rem;
}
.popup__wrap .dmn-form .btn.submit:before, .popup__wrap .dmn-form .btn.submit:after,
.popup__wrap .js-cm-form .btn.submit:before,
.popup__wrap .js-cm-form .btn.submit:after {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .popup__wrap .dmn-form .btn.submit,
  .popup__wrap .js-cm-form .btn.submit {
    padding: 1rem 1.25rem;
    font-size: 1rem;
  }
}
@media (min-width: 1700px) {
  .popup__wrap .dmn-form .btn.submit,
  .popup__wrap .js-cm-form .btn.submit {
    padding: 1.25rem 1.5rem;
    font-size: 1rem;
  }
}
.popup__wrap .dmn-form .powered-by,
.popup__wrap .js-cm-form .powered-by {
  display: none;
}
.popup__wrap .dmn-form .main-inputs,
.popup__wrap .js-cm-form .main-inputs {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
  padding-bottom: 2rem;
}
.popup__wrap .dmn-form .dmn-type-container,
.popup__wrap .dmn-form .dmn-num-people-container,
.popup__wrap .dmn-form .dmn-date-container,
.popup__wrap .dmn-form .dmn-time-container,
.popup__wrap .dmn-form .dmn-duration-container,
.popup__wrap .dmn-form .dmn-duration-container,
.popup__wrap .js-cm-form .dmn-type-container,
.popup__wrap .js-cm-form .dmn-num-people-container,
.popup__wrap .js-cm-form .dmn-date-container,
.popup__wrap .js-cm-form .dmn-time-container,
.popup__wrap .js-cm-form .dmn-duration-container,
.popup__wrap .js-cm-form .dmn-duration-container {
  padding: 0 1rem;
  flex: 0 0 100%;
  max-width: 100%;
}
.popup__wrap .dmn-form .dmn-time-container,
.popup__wrap .dmn-form .dmn-duration-container,
.popup__wrap .js-cm-form .dmn-time-container,
.popup__wrap .js-cm-form .dmn-duration-container {
  flex: 0 0 50%;
  max-width: 50%;
}
.popup__wrap .dmn-form .btn.submit,
.popup__wrap .js-cm-form .btn.submit {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .popup__wrap .dmn-form,
  .popup__wrap .js-cm-form {
    padding: 0;
  }
  .popup__wrap .dmn-form .dmn-type-container,
  .popup__wrap .dmn-form .dmn-num-people-container,
  .popup__wrap .js-cm-form .dmn-type-container,
  .popup__wrap .js-cm-form .dmn-num-people-container {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.popup__wrap h1.ng-binding {
  display: none;
}

@media (min-width: 992px) {
  .popup--newsletter .popup__wrap {
    height: auto;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
}

.popup__title {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
  margin: 0.5rem 0;
}
@media (min-width: 768px) {
  .popup__title {
    letter-spacing: 6px;
    font-size: 1.5rem;
    margin: 1rem 0;
  }
}

.popup__text {
  color: #ffffff;
  font-size: 0.875rem;
}
.popup__text strong {
  text-transform: uppercase;
}

.popup__logo--mobile {
  max-width: 125px;
}

.popup__notification {
  text-align: center;
}
.popup__notification .popup__text {
  background-color: #AC9B75;
  display: inline-block;
  padding: 2rem;
  margin: 0 1rem;
}

.promo {
  position: relative;
}

.promo--full {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  height: auto;
  display: block;
  content: "";
}
@media (min-width: 768px) {
  .promo--full {
    position: relative;
    overflow: hidden;
    padding-top: 55.5555555556%;
    height: auto;
    display: block;
    content: "";
  }
}
@media (min-width: 1200px) {
  .promo--full {
    position: relative;
    overflow: hidden;
    padding-top: 32.6388888889%;
    height: auto;
    display: block;
    content: "";
  }
}

.module--promo-video {
  overflow: hidden;
}

.video {
  position: relative;
  overflow: hidden;
  padding-top: 56.338028169%;
  height: auto;
  display: block;
  content: "";
  width: 100%;
  top: -2px;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 0;
  width: 100% !important;
  height: 100% !important;
}
.video .video__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media (min-width: 1440px) {
  .promo--offset {
    margin: 3rem 0;
  }
  .promo--offset .promo__bg,
  .promo--offset .promo__img {
    position: relative;
  }
  .promo--offset .promo__bg {
    top: 1.5rem;
    z-index: 3;
  }
  .promo--offset .promo__img {
    bottom: 1.5rem;
    z-index: 2;
  }
  .promo--offset.promo--left .promo__bg {
    right: 1.5rem;
  }
  .promo--offset.promo--left .promo__img {
    left: 1.5rem;
  }
  .promo--offset.promo--right .promo__bg {
    left: 1.5rem;
  }
  .promo--offset.promo--right .promo__img {
    right: 1.5rem;
  }
}

.promo--offset.promo--blue .promo__bg {
  color: #ffffff;
}
.promo--offset.promo--tan .promo__bg {
  color: #ffffff;
}
.promo--offset.promo--white .promo__bg {
  background-color: #f5f5f5;
}
.promo--offset.promo--white .promo__bg .promo__title,
.promo--offset.promo--white .promo__bg .promo__subtitle {
  color: #6E9FC9;
}
.promo--offset.promo--white .promo__bg .promo__text {
  color: #999999;
}

.promo--full .promo__container, .promo--video .promo__container {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 2;
}
.promo--offset .promo__container {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 2rem;
}
@media (min-width: 768px) {
  .promo--offset .promo__container {
    padding: 3rem;
  }
}
@media (min-width: 992px) {
  .promo--offset .promo__container {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .promo--offset .promo__container {
    padding: 3rem 4rem;
  }
}
.promo--blue.promo--offset .promo__container {
  background-color: #6E9FC9;
}
.promo--tan.promo--offset .promo__container {
  background-color: #AC9B75;
}
@media (min-width: 992px) {
  .promo--basic .promo__container, .promo--tall .promo__container {
    width: 100%;
    z-index: 2;
  }
}
@media (min-width: 992px) {
  .promo--left.promo--basic .promo__container, .promo--left.promo--tall .promo__container {
    padding-left: 4rem;
  }
}
@media (min-width: 1200px) {
  .promo--left.promo--basic .promo__container, .promo--left.promo--tall .promo__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1440px) {
  .promo--left.promo--basic .promo__container, .promo--left.promo--tall .promo__container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1700px) {
  .promo--left.promo--basic .promo__container, .promo--left.promo--tall .promo__container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1440px) {
  .promo--left.promo--basic.promo--parallax .promo__container, .promo--left.promo--tall.promo--parallax .promo__container {
    padding-right: 5rem;
  }
}
@media (min-width: 1700px) {
  .promo--left.promo--basic.promo--parallax .promo__container, .promo--left.promo--tall.promo--parallax .promo__container {
    padding-right: 3.5rem;
  }
}
@media (min-width: 992px) {
  .promo--right.promo--basic .promo__container, .promo--left.promo--basic .promo__container {
    padding-right: 4rem;
  }
}
@media (min-width: 1200px) {
  .promo--right.promo--basic .promo__container, .promo--left.promo--basic .promo__container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1440px) {
  .promo--right.promo--basic .promo__container, .promo--left.promo--basic .promo__container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1700px) {
  .promo--right.promo--basic .promo__container, .promo--left.promo--basic .promo__container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1440px) {
  .promo--right.promo--basic.promo--parallax .promo__container, .promo--right.promo--tall.promo--parallax .promo__container {
    padding-left: 5rem;
  }
}
@media (min-width: 1700px) {
  .promo--right.promo--basic.promo--parallax .promo__container, .promo--right.promo--tall.promo--parallax .promo__container {
    padding-left: 3.5rem;
  }
}

.promo__title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
}
.promo--basic .promo__title {
  color: #77663D;
  font-size: 2rem;
  letter-spacing: 4px;
}
@media (min-width: 992px) {
  .promo--basic .promo__title {
    font-size: 1.625rem;
    letter-spacing: 2px;
  }
}
@media (min-width: 1200px) {
  .promo--basic .promo__title {
    font-size: 1.75rem;
    letter-spacing: 3px;
  }
}
@media (min-width: 1440px) {
  .promo--basic .promo__title {
    font-size: 2rem;
    letter-spacing: 4px;
    line-height: 1.5;
  }
}
.promo--offset .promo__title {
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 6px;
}
@media (min-width: 576px) {
  .promo--offset .promo__title {
    font-size: 1.625rem;
  }
}
@media (min-width: 768px) {
  .promo--offset .promo__title {
    font-size: 1.75rem;
    letter-spacing: 7px;
  }
}
@media (min-width: 992px) {
  .promo--offset .promo__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .promo--offset .promo__title {
    font-size: 2rem;
    letter-spacing: 8px;
  }
}
.promo--slider .promo__title, .promo--tall .promo__title {
  color: #6E9FC9;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 6px;
}
@media (min-width: 576px) {
  .promo--slider .promo__title, .promo--tall .promo__title {
    font-size: 1.625rem;
  }
}
@media (min-width: 768px) {
  .promo--slider .promo__title, .promo--tall .promo__title {
    font-size: 1.75rem;
    letter-spacing: 7px;
  }
}
@media (min-width: 992px) {
  .promo--slider .promo__title, .promo--tall .promo__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .promo--slider .promo__title, .promo--tall .promo__title {
    font-size: 2rem;
    letter-spacing: 8px;
  }
}
.promo--full .promo__title, .promo--video .promo__title {
  color: #ffffff;
  font-size: 1.875rem;
  letter-spacing: 3px;
}
@media (min-width: 576px) {
  .promo--full .promo__title, .promo--video .promo__title {
    font-size: 2.375rem;
    letter-spacing: 4px;
  }
}
@media (min-width: 768px) {
  .promo--full .promo__title, .promo--video .promo__title {
    font-size: 2.875rem;
    letter-spacing: 5px;
  }
}
@media (min-width: 992px) {
  .promo--full .promo__title, .promo--video .promo__title {
    font-size: 3.375rem;
    letter-spacing: 6px;
  }
}
@media (min-width: 1200px) {
  .promo--full .promo__title, .promo--video .promo__title {
    font-size: 3.5rem;
    letter-spacing: 7px;
  }
}

.promo__subtitle {
  margin-top: 0.25rem;
  font-size: 1.5rem;
  line-height: 1.3;
}
@media (min-width: 576px) {
  .promo__subtitle {
    font-size: 1.625rem;
  }
}
@media (min-width: 768px) {
  .promo__subtitle {
    font-size: 1.75rem;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .promo__subtitle {
    font-size: 1.875rem;
    line-height: 1.5;
  }
}
.promo--slider .promo__subtitle, .promo--tall .promo__subtitle {
  color: #4986bb;
}

.promo--tall .promo__image {
  position: relative;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (min-width: 992px) {
  .promo--tall .promo__image {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .promo--tall .promo__image img {
    position: static;
    top: auto;
    left: auto;
    height: auto;
    object-position: 50% 50%;
  }
}
.promo--full .promo__image, .promo--video .promo__image {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .promo--full .promo__image, .promo--video .promo__image {
    background-attachment: fixed;
  }
}
.promo--basic .promo__image {
  position: relative;
  overflow: hidden;
  padding-top: 66.6666666667%;
  height: auto;
  display: block;
  content: "";
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.promo--basic .promo__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .promo--basic .promo__image {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .promo--basic .promo__image img {
    position: static;
    top: auto;
    left: auto;
  }
}
.promo--offset .promo__image {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  height: auto;
  display: block;
  content: "";
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.promo--offset .promo__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .promo--offset .promo__image {
    position: relative;
    overflow: hidden;
    padding-top: 66.6666666667%;
    height: auto;
    display: block;
    content: "";
  }
  .promo--offset .promo__image img {
    object-position: center;
  }
}
@media (min-width: 992px) {
  .promo--offset .promo__image {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 0;
    height: 100%;
  }
  .promo--offset .promo__image img {
    position: static;
    top: auto;
    left: auto;
  }
}

.promo--basic .promo__text, .promo--tall .promo__text {
  color: #77663D;
  line-height: 2;
  letter-spacing: 2px;
}
@media (min-width: 992px) {
  .promo--basic .promo__text, .promo--tall .promo__text {
    line-height: 1.5;
    letter-spacing: 1px;
  }
}
@media (min-width: 1200px) {
  .promo--basic .promo__text, .promo--tall .promo__text {
    line-height: 2;
    letter-spacing: 2px;
  }
}
.promo--offset .promo__text {
  line-height: 2;
  letter-spacing: 2px;
}
.promo--slider .promo__text {
  font-size: 1rem;
  color: #AC9B75;
  line-height: 2;
  letter-spacing: 2px;
}

.promo__arrows {
  width: 9rem;
  height: 4rem;
  position: absolute;
  bottom: 1rem;
  left: 0;
}
.promo__arrows .slick-prev,
.promo__arrows .slick-next {
  left: auto;
  right: auto;
  top: auto;
  position: static;
  display: inline-block;
  border: 1px solid #AC9B75;
  border-radius: 0.5rem;
}
.promo__arrows .slick-prev {
  margin-right: 1rem;
}

.promo__button {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  width: 110px;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
}
.promo__button .icon {
  width: 46px;
  height: 46px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 50%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.promo__button span {
  display: block;
}

.promo__overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
  z-index: 1;
}

.promo__floater {
  display: none;
}
.promo__floater div {
  position: relative;
}
@media (min-width: 992px) {
  .promo__floater {
    display: block;
    opacity: 0.25;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .promo__floater {
    opacity: 0.5;
  }
}
@media (min-width: 1440px) {
  .promo__floater {
    opacity: 0.75;
  }
}
@media (min-width: 1700px) {
  .promo__floater {
    opacity: 1;
  }
}

.promo__floater--animated img {
  max-width: 50%;
  display: block;
  margin-left: auto;
}

.promo__shelved {
  display: none;
}
.promo__shelved div {
  position: relative;
}
.promo__shelved img {
  max-width: 50%;
}
@media (min-width: 1440px) {
  .promo__shelved {
    display: block;
    position: absolute;
    bottom: 100%;
    margin-bottom: -5px;
    z-index: 1;
  }
  .promo--right .promo__shelved {
    left: 0;
  }
  .promo--left .promo__shelved {
    right: 0;
  }
}

.promo__slide {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid #EAE3D9;
}
.promo__slide:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
@media (min-width: 992px) {
  .promo__slide {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
}

.btn {
  text-align: center;
  transition: background border 333ms;
  text-transform: uppercase;
  display: inline-block;
  padding: 1.25rem 1.5rem;
  font-size: 1rem;
  letter-spacing: 3px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  min-width: 200px;
}
.btn.btn--edge {
  padding: 0;
  line-height: 0.85;
}
.btn.btn--edge.btn--signup {
  padding: 1.5rem 1.5rem;
  transition: all 333ms;
}
.btn.btn--edge.btn--signup:focus, .btn.btn--edge.btn--signup:active, .btn.btn--edge.btn--signup:hover {
  color: #6E9FC9;
  background-color: #ffffff;
}
.btn.btn--edge > span {
  display: block;
  padding: 1.5rem;
  width: 100%;
  line-height: 1;
  position: relative;
  overflow: hidden;
}
.btn.btn--edge > span > span {
  position: relative;
  z-index: 2;
  transition: color ease-in-out 0.5s;
}
.btn.btn--edge > span:before {
  z-index: 0;
  height: 100%;
  width: 110%;
  position: absolute;
  bottom: -50%;
  left: 0;
  content: "";
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.btn.btn--edge:focus > span:before, .btn.btn--edge:active > span:before, .btn.btn--edge:hover > span:before {
  transform: scaleY(2);
}
.btn:focus, .btn:active, .btn:hover {
  text-decoration: none;
}
.btn:before, .btn:after {
  transition: all 500ms;
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.btn:before {
  top: -3px;
  left: -3px;
}
.btn:after {
  bottom: -3px;
  right: -3px;
}

.btn--white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #6E9FC9;
}
.btn--white:before, .btn--white:after {
  background-color: #ffffff;
}
.btn--white:focus, .btn--white:active, .btn--white:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #6E9FC9;
}
.btn--white:focus:before, .btn--white:focus:after, .btn--white:active:before, .btn--white:active:after, .btn--white:hover:before, .btn--white:hover:after {
  background-color: #e6e6e6;
}
.btn--white.btn--edge {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.btn--white.btn--edge:before, .btn--white.btn--edge:after {
  background-color: #ffffff;
}
.btn--white.btn--edge > span:before {
  background-color: #ffffff;
}
.btn--white.btn--edge:focus, .btn--white.btn--edge:active, .btn--white.btn--edge:hover {
  color: #6E9FC9;
  border-color: #ffffff;
}
.btn--white.btn--edge:focus:before, .btn--white.btn--edge:focus:after, .btn--white.btn--edge:active:before, .btn--white.btn--edge:active:after, .btn--white.btn--edge:hover:before, .btn--white.btn--edge:hover:after {
  background-color: #ffffff;
}

.btn--blue {
  background-color: #6E9FC9;
  border-color: #6E9FC9;
  color: #ffffff;
}
.btn--blue:before, .btn--blue:after {
  background-color: #6E9FC9;
}
.btn--blue:focus, .btn--blue:active, .btn--blue:hover {
  background-color: #4986bb;
  border-color: #4986bb;
  color: #ffffff;
}
.btn--blue:focus:before, .btn--blue:focus:after, .btn--blue:active:before, .btn--blue:active:after, .btn--blue:hover:before, .btn--blue:hover:after {
  background-color: #4986bb;
}
.btn--blue.btn--edge {
  background-color: transparent;
  color: #6E9FC9;
  border-color: #6E9FC9;
}
.btn--blue.btn--edge:before, .btn--blue.btn--edge:after {
  background-color: #6E9FC9;
}
.btn--blue.btn--edge > span:before {
  background-color: #6E9FC9;
}
.btn--blue.btn--edge:focus, .btn--blue.btn--edge:active, .btn--blue.btn--edge:hover {
  color: #ffffff;
  border-color: #6E9FC9;
}
.btn--blue.btn--edge:focus:before, .btn--blue.btn--edge:focus:after, .btn--blue.btn--edge:active:before, .btn--blue.btn--edge:active:after, .btn--blue.btn--edge:hover:before, .btn--blue.btn--edge:hover:after {
  background-color: #6E9FC9;
}

.btn--light-blue {
  background-color: #C0D6E7;
  border-color: #C0D6E7;
  color: #4986bb;
}
.btn--light-blue:before, .btn--light-blue:after {
  background-color: #C0D6E7;
}
.btn--light-blue:focus, .btn--light-blue:active, .btn--light-blue:hover {
  background-color: #9bbed9;
  border-color: #9bbed9;
  color: #4986bb;
}
.btn--light-blue:focus:before, .btn--light-blue:focus:after, .btn--light-blue:active:before, .btn--light-blue:active:after, .btn--light-blue:hover:before, .btn--light-blue:hover:after {
  background-color: #9bbed9;
}
.btn--light-blue.btn--edge {
  background-color: transparent;
  color: #C0D6E7;
  border-color: #C0D6E7;
}
.btn--light-blue.btn--edge:before, .btn--light-blue.btn--edge:after {
  background-color: #C0D6E7;
}
.btn--light-blue.btn--edge > span:before {
  background-color: #C0D6E7;
}
.btn--light-blue.btn--edge:focus, .btn--light-blue.btn--edge:active, .btn--light-blue.btn--edge:hover {
  color: #ffffff;
  border-color: #C0D6E7;
}
.btn--light-blue.btn--edge:focus:before, .btn--light-blue.btn--edge:focus:after, .btn--light-blue.btn--edge:active:before, .btn--light-blue.btn--edge:active:after, .btn--light-blue.btn--edge:hover:before, .btn--light-blue.btn--edge:hover:after {
  background-color: #C0D6E7;
}

.btn--tan {
  background-color: #AC9B75;
  border-color: #AC9B75;
  color: #ffffff;
}
.btn--tan:before, .btn--tan:after {
  background-color: #AC9B75;
}
.btn--tan:focus, .btn--tan:active, .btn--tan:hover {
  background-color: #958259;
  border-color: #958259;
  color: #ffffff;
}
.btn--tan:focus:before, .btn--tan:focus:after, .btn--tan:active:before, .btn--tan:active:after, .btn--tan:hover:before, .btn--tan:hover:after {
  background-color: #958259;
}
.btn--tan.btn--edge {
  background-color: transparent;
  color: #AC9B75;
  border-color: #AC9B75;
}
.btn--tan.btn--edge:before, .btn--tan.btn--edge:after {
  background-color: #AC9B75;
}
.btn--tan.btn--edge > span:before {
  background-color: #AC9B75;
}
.btn--tan.btn--edge:focus, .btn--tan.btn--edge:active, .btn--tan.btn--edge:hover {
  color: #ffffff;
  border-color: #AC9B75;
}
.btn--tan.btn--edge:focus:before, .btn--tan.btn--edge:focus:after, .btn--tan.btn--edge:active:before, .btn--tan.btn--edge:active:after, .btn--tan.btn--edge:hover:before, .btn--tan.btn--edge:hover:after {
  background-color: #AC9B75;
}

.instagram__follow {
  background-color: #6E9FC9;
  background-image: url("../../images/ig-pattern.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}
.instagram__follow a {
  color: #ffffff;
}
.instagram__follow a:focus, .instagram__follow a:active, .instagram__follow a:hover {
  color: #FFFDFB;
}

.instagram__icon {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("../../images/icons/social/white/instagram.svg");
  background-size: 40px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}

.instagram__title,
.instagram__subtitle,
.instagram__username {
  font-size: 1.75rem;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .instagram__title,
  .instagram__subtitle,
  .instagram__username {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .instagram__title,
  .instagram__subtitle,
  .instagram__username {
    font-size: 1.75rem;
  }
}

@media (min-width: 992px) {
  .instagram__container {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
}

.instagram__title {
  letter-spacing: 6px;
  text-transform: uppercase;
}

.instagram__username {
  font-weight: 100;
}

.instagram__item {
  position: relative;
  display: block;
  overflow: hidden;
  height: 50vw;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .instagram__item {
    height: 25vw;
  }
}
@media only screen and (min-width: 992px) {
  .instagram__item {
    height: 16.6666675vw;
  }
}
.instagram__item img {
  transition: transform 333ms;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.instagram__item:focus .instagram__overlay, .instagram__item:active .instagram__overlay, .instagram__item:hover .instagram__overlay {
  opacity: 1;
}
.instagram__item:focus img, .instagram__item:active img, .instagram__item:hover img {
  transform: scale(1.05);
}

.instagram__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(172, 155, 117, 0.5);
  opacity: 0;
  transition: opacity 333ms;
}

.directions li {
  display: inline-block;
  margin-left: 0.75rem;
}
.directions li:first-child {
  margin-left: 0;
}
.directions a {
  display: block;
  width: 35px;
  height: 35px;
  opacity: 0.75;
  transition: all 500ms;
}
.directions a:focus, .directions a:active, .directions a:hover {
  opacity: 1;
}

.postcovid-deliveroo-button {
  padding: 15px 0px;
}

.share {
  position: relative;
}

.share__container {
  position: absolute;
  bottom: calc(100% + 1rem);
  left: 50%;
  transform: translateX(-50%);
  background-color: #AC9B75;
  padding: 1rem 2rem;
  color: #ffffff;
  width: calc(84px + (3rem) + (4rem));
  display: none;
}
.share__container:after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid #AC9B75;
}
.share--open .share__container {
  display: block;
}

.share__item {
  display: inline-block;
  margin-left: 1rem;
}
.share__item a {
  display: block;
}
.share__item:first-child {
  margin-left: 0;
}

.share__icon {
  width: 28px;
  height: 28px;
  display: block;
  position: relative;
}
.share__icon:after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

.pagination {
  font-size: 1rem;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
.pagination li {
  margin-left: 1rem;
}
.pagination li:first-child {
  margin-left: 0;
}

.page-link {
  display: block;
  width: 46px;
  padding: 0.75rem;
  border-radius: 1rem;
  border: 1px solid rgba(110, 159, 201, 0.25);
  color: #6E9FC9;
}
.page-link:focus, .page-link:active, .page-link:hover {
  background-color: transparent;
  color: #4986bb;
  border-color: rgba(110, 159, 201, 0.75);
}
.page-item--current .page-link {
  border-color: #6E9FC9;
  color: #6E9FC9;
}
.page-item.disabled .page-link {
  color: #6E9FC9;
}
.page-item--current .page-link, .page-item.disabled .page-link {
  cursor: default;
}

.page-item--prev .page-link,
.page-item--next .page-link {
  border: 0;
  width: auto;
  height: auto;
  border-radius: 0;
}

.cms-area--restricted {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .cms-area--center {
    text-align: center;
  }
}

.cms-area h2,
.cms-area h3 {
  color: #6E9FC9;
  margin-bottom: 0.75rem;
}
.cms-area h2 {
  font-size: 1.75rem;
}
.cms-area h3 {
  font-size: 1.325rem;
}
.cms-area h2, .cms-area h3 {
  text-transform: uppercase;
}
.cms-area a:not(.btn) {
  text-decoration: underline;
  color: #6E9FC9 !important;
}
.cms-area p,
.cms-area ul,
.cms-area ol,
.cms-area > div {
  font-size: 1.125rem;
  color: #77663D;
}
.cms-area p,
.cms-area ul,
.cms-area ol,
.cms-area > div,
.cms-area img {
  margin-bottom: 1.5rem;
}
.cms-area p:last-child,
.cms-area ul:last-child,
.cms-area ol:last-child,
.cms-area > div:last-child,
.cms-area img:last-child {
  margin-bottom: 0;
}
.cms-area p:empty {
  display: none;
}
.cms-area img {
  max-width: 100% !important;
  height: auto !important;
}
.cms-area > div:empty {
  margin-bottom: 0;
}
.cms-area ol,
.cms-area ul {
  padding-left: 1rem;
}
.cms-area ol li,
.cms-area ul li {
  margin-top: 0.5rem;
}
.cms-area ol li:first-child,
.cms-area ul li:first-child {
  margin-top: 0;
}
.cms-area ul {
  list-style: outside disc;
}
.cms-area ol {
  list-style: inside decimal;
}
.cms-area p strong {
  font-size: 1.125rem;
}

.calendar {
  width: 100%;
  margin: 0 auto;
}
.calendar td {
  height: 147px;
  width: 14.2857142857%;
  border: 1px solid #ffffff;
}
.calendar .day {
  background: #C0D6E7;
  color: #4986bb;
  text-align: center;
}
.calendar .day a {
  color: #ffffff;
}
.calendar .day a:focus, .calendar .day a:active, .calendar .day a:hover {
  color: #f5f5f5;
}
.calendar .day-inner {
  font-size: 2rem;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-image: contain;
  background-size: 183px;
  background-position: center;
  background-repeat: no-repeat;
}
.calendar .day-inner span {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

@media (min-width: 1200px) {
  .press-carousel {
    margin: 0 30px;
  }
}
@media (min-width: 768px) {
  .press-carousel__slider {
    padding: 0 70px;
  }
}
@media (min-width: 1200px) {
  .press-carousel__slider {
    padding: 0 80px;
  }
}
.press-carousel__slider .slick-prev,
.press-carousel__slider .slick-next {
  width: 40px;
  height: 40px;
}
.slick-initialized .press-carousel__slide {
  display: flex;
  margin: 0 40px;
}
@media (min-width: 768px) {
  .slick-initialized .press-carousel__slide {
    margin: 0 10px;
  }
}
@media (min-width: 1200px) {
  .slick-initialized .press-carousel__slide {
    margin: 0 20px;
  }
}
.press-carousel__item {
  padding: 80px 8px 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.press-carousel__logo {
  max-width: 240px;
}
.press-carousel__stars {
  margin-bottom: 40px;
}
.press-carousel__star {
  height: 13px;
  width: 13px;
  display: inline-block;
  background-image: url("../../images/icons/star.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.press-carousel__quote {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #ac9b75;
  text-align: center;
}
@media (min-width: 1200px) {
  .press-carousel__quote {
    font-size: 18px;
  }
}
.press-carousel .slick-track {
  display: flex;
}

.enquiry-form {
  margin: 0 auto;
  max-width: 720px;
  width: 100%;
}
.enquiry-form__field {
  margin-top: 12px;
}
.enquiry-form__label, .enquiry-form__textarea, .enquiry-form__text-input {
  width: 100%;
}
.enquiry-form.wpcf7 {
  background: #fffdfb;
  border: 2px solid #efefef;
  width: 100%;
  padding: 20px 20px 20px 50px !important;
  max-width: 800px;
  margin: 0 auto;
}
.enquiry-form.wpcf7 label {
  color: #618db3;
  font-style: normal;
  font-weight: normal;
  margin-top: 10px;
}
.enquiry-form.wpcf7 input[type=date],
.enquiry-form.wpcf7 input[type=email],
.enquiry-form.wpcf7 input[type=tel],
.enquiry-form.wpcf7 input[type=text],
.enquiry-form.wpcf7 input[type=time],
.enquiry-form.wpcf7 select,
.enquiry-form.wpcf7 textarea {
  color: #0a0a0a;
  background-color: #f2f2f2;
  font-style: normal;
  font-weight: normal;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  padding-top: 5px;
  margin-top: 5px;
}
.enquiry-form.wpcf7 .wpcf7-radio span,
.enquiry-form.wpcf7 .wpcf7-checkbox span {
  color: #0a0a0a;
  font-style: normal;
  font-weight: normal;
}
.enquiry-form.wpcf7 input[type=submit] {
  color: #618db3;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  border-width: 16px;
  border-style: none;
  border-radius: 10px;
  width: 100px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.enquiry-form.wpcf7 input[type=submit]:hover {
  color: #99a9b2;
}
.enquiry-form.wpcf7 input[type=date], .enquiry-form.wpcf7 input[type=email], .enquiry-form.wpcf7 input[type=tel], .enquiry-form.wpcf7 input[type=text], .enquiry-form.wpcf7 input[type=time], .enquiry-form.wpcf7 textarea {
  font-size: 16px;
  border: none;
  width: 95%;
  padding: 2%;
}
.enquiry-form.wpcf7 input[type=submit] {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  background: #618db3;
  padding: 15px 25px 15px 25px;
  border: none;
  border-radius: 5px;
  width: auto;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.enquiry-form.wpcf7 input:hover[type=submit] {
  background: #618db3;
  transition: all 0.4s ease 0s;
}
.enquiry-form.wpcf7 input:active[type=submit] {
  background: #000000;
}
.enquiry-form.wpcf7 input:not([type=checkbox]), .enquiry-form.wpcf7 textarea {
  width: 100%;
}
.enquiry-form.wpcf7 label {
  display: block;
}

@media (max-width: 991.98px) {
  .spu-box#spu-2948 {
    background-image: url(../../images/wppopups-frame-mobile.png);
    height: 475px;
    left: auto !important;
    max-width: 337.5px !important;
  }
}
@media (max-width: 991.98px) {
  .spu-box#spu-2948 .spu-container {
    font-size: 0.875rem;
    padding: 32px 40px;
  }
}

/***
	Pages (Specific page styles)
***/
body {
  background-color: #6E9FC9;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}

.booking--active #container,
.newsletter--active #container,
.nav--active .content,
.nav--active .footer {
  display: none;
}

.nav--active .content,
.nav--active .footer {
  display: none;
}
@media (min-width: 1200px) {
  .nav--active .content,
  .nav--active .footer {
    display: block;
  }
}

main.content {
  background-color: #FFFDFB;
  overflow: hidden;
}

.container {
  padding: 0;
  width: calc(100% - 3rem);
  margin: 0 auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 992px) {
  .container {
    width: calc(100% - 4rem);
    max-width: 1280px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}

.container--narrow {
  max-width: 1024px;
}

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

.row.row--double-gutters {
  margin-right: -32px;
  margin-left: -32px;
}
.row.row--double-gutters > .col,
.row.row--double-gutters > [class*=col-] {
  padding-right: 32px;
  padding-left: 32px;
}

.row.row--triple-gutters {
  margin-right: -48px;
  margin-left: -48px;
}
.row.row--triple-gutters > .col,
.row.row--triple-gutters > [class*=col-] {
  padding-right: 48px;
  padding-left: 48px;
}

@media (min-width: 992px) {
  .row.row--lg-triple-gutters {
    margin-right: -48px;
    margin-left: -48px;
  }
  .row.row--lg-triple-gutters > .col,
  .row.row--lg-triple-gutters > [class*=col-] {
    padding-right: 48px;
    padding-left: 48px;
  }
}

.row.row--half-gutters {
  margin-right: -16px/2;
  margin-left: -16px/2;
}
.row.row--half-gutters > .col,
.row.row--half-gutters > [class*=col-] {
  padding-right: 16px/2;
  padding-left: 16px/2;
}

.row.row--quarter-gutters {
  margin-right: -4px;
  margin-left: -4px;
}
.row.row--quarter-gutters > .col,
.row.row--quarter-gutters > [class*=col-] {
  padding-right: 4px;
  padding-left: 4px;
}

.social li {
  display: inline-block;
  margin-left: 1rem;
}
.social li:first-child {
  margin-left: 0;
}
.social a {
  transition: all 500ms;
  opacity: 0.7;
}
.social a:focus, .social a:active, .social a:hover {
  opacity: 1;
}
.social a,
.social .icon {
  display: block;
  background-repeat: no-repeat;
}

.adr {
  hyphens: none;
}

.adr--stacked {
  margin-bottom: 0;
  line-height: 1.75;
  font-size: 1.125rem;
}
.adr--stacked span {
  display: inline-block;
  margin-right: 0.25rem;
}
.adr--stacked span:first-child {
  display: block;
}
.adr--stacked span:after {
  content: ",";
}
.adr--stacked span:last-child:after {
  content: "";
}

.contact .button-group {
  max-width: 550px;
}
.contact .button-group .col:first-child .btn {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .contact .button-group .col:first-child .btn {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .contact .button-group .col:first-child .btn {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .contact .button-group .col:first-child .btn {
    margin-bottom: 0;
  }
}
.contact .button-group .btn {
  min-width: 227px;
}
@media (min-width: 992px) {
  .promo--basic .button-group .btn {
    font-size: 0.875rem;
    min-width: auto;
  }
}
@media (min-width: 1200px) {
  .promo--basic .button-group .btn {
    font-size: 1rem;
    min-width: 200px;
  }
}

.opening-times {
  color: #77663D;
}
.opening-times > div {
  display: block;
}
.opening-times dt {
  width: 115px;
}
.opening-times dt,
.opening-times dd {
  font-weight: 200;
  display: inline-block;
}

.contact-group > div {
  display: block;
}
.contact-group a {
  color: inherit;
}
.contact-group dt:after {
  content: ":";
}
.contact-group dt,
.contact-group dd {
  font-weight: 200;
  display: inline-block;
}

.u__bg-blue {
  background-color: #6E9FC9;
  background-image: url("../../images/pattern--blue.jpg");
  background-size: 304px 306px;
}
@media screen and (min-width: 768px) {
  .u__bg-blue {
    background-size: 608px 612px;
  }
}

.parallax {
  position: relative;
}
.parallax .container {
  position: relative;
  z-index: 2;
}

.parallax__image {
  display: none;
  z-index: 1;
}
.parallax__image div {
  position: relative;
}
@media (min-width: 1200px) {
  .parallax__image {
    display: block;
    opacity: 1;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
  }
}
@media (max-width: 1699.98px) {
  .page-template-tpl-events .parallax__image {
    display: none;
  }
}

.parallax__image--animated img {
  max-width: 50%;
  display: block;
  margin-left: auto;
}

body,
.carousel--blue,
.footer,
.head__upper,
.head--home,
.popup,
.promo--offset.promo--blue .promo__container,
.lightboxOverlay,
.form--filter.form--large,
.header__nav {
  background-image: url("../../images/pattern--blue.jpg");
  background-size: 304px 306px;
}
@media (min-width: 768px) {
  body,
  .carousel--blue,
  .footer,
  .head__upper,
  .head--home,
  .popup,
  .promo--offset.promo--blue .promo__container,
  .lightboxOverlay,
  .form--filter.form--large,
  .header__nav {
    background-size: 608px 612px;
  }
}

@media (min-width: 992px) {
  .header {
    background-image: url("../../images/pattern--blue.jpg");
  }
  body.home .header.header--moving {
    background-image: url("../../images/pattern--blue.jpg");
  }
}

.event-nav__title,
.event-nav__link {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

.event-nav__title {
  line-height: 1;
  color: #6E9FC9;
  font-size: 2rem;
  letter-spacing: 3px;
}

.event-nav__link {
  font-size: 1rem;
  color: #AC9B75 !important;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}
.event-nav__link > span {
  display: none;
}
.event-nav__link.event-nav__link--prev:before {
  content: "";
  background-image: url("../../images/icons/arrow-left-tan.svg");
}
.event-nav__link.event-nav__link--next:after {
  content: "";
  background-image: url("../../images/icons/arrow-right-tan.svg");
}
.event-nav__link.event-nav__link--prev:before, .event-nav__link.event-nav__link--prev:after, .event-nav__link.event-nav__link--next:before, .event-nav__link.event-nav__link--next:after {
  display: block;
  width: 2rem;
  height: 2rem;
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .event-nav__link.event-nav__link--prev:before, .event-nav__link.event-nav__link--prev:after, .event-nav__link.event-nav__link--next:before, .event-nav__link.event-nav__link--next:after {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background-size: 10px 19px;
  }
  .event-nav__link.event-nav__link--prev {
    padding-left: 2.5rem;
  }
  .event-nav__link.event-nav__link--prev:before {
    background-image: url("../../images/icons/chevron-left-tan.svg");
    left: 0;
  }
  .event-nav__link.event-nav__link--next {
    padding-right: 2.5rem;
  }
  .event-nav__link.event-nav__link--next:after {
    background-image: url("../../images/icons/chevron-right-tan.svg");
    right: 0;
  }
  .event-nav__link > span {
    display: inline;
  }
}

.event-nav__link[data-count="0"] {
  opacity: 0.5;
}

a.event-nav__link:focus, a.event-nav__link:active, a.event-nav__link:hover {
  color: #77663D;
}

.menu-item--cookie-settings a {
  cursor: pointer;
}

.barkstival-cs {
  background-image: none;
  background-color: #fed830;
}
.barkstival-cs .btn--tan,
.barkstival-cs .btn--white:not(.footer__signup-btn),
.barkstival-cs .nav--header .js__booking a,
.barkstival-cs .nav--header .css__order-now a {
  background-color: #19263e !important;
  border-color: #19263e !important;
  color: #fed830 !important;
}
.barkstival-cs .btn--tan:before, .barkstival-cs .btn--tan:after,
.barkstival-cs .btn--white:not(.footer__signup-btn):before,
.barkstival-cs .btn--white:not(.footer__signup-btn):after,
.barkstival-cs .nav--header .js__booking a:before,
.barkstival-cs .nav--header .js__booking a:after,
.barkstival-cs .nav--header .css__order-now a:before,
.barkstival-cs .nav--header .css__order-now a:after {
  background-color: #19263e !important;
}
.barkstival-cs .btn--tan:hover,
.barkstival-cs .btn--white:not(.footer__signup-btn):hover,
.barkstival-cs .nav--header .js__booking a:hover,
.barkstival-cs .nav--header .css__order-now a:hover {
  background-color: #19263e !important;
  border-color: #19263e !important;
  color: #fed830 !important;
}
.barkstival-cs .btn--tan:hover:before, .barkstival-cs .btn--tan:hover:after,
.barkstival-cs .btn--white:not(.footer__signup-btn):hover:before,
.barkstival-cs .btn--white:not(.footer__signup-btn):hover:after,
.barkstival-cs .nav--header .js__booking a:hover:before,
.barkstival-cs .nav--header .js__booking a:hover:after,
.barkstival-cs .nav--header .css__order-now a:hover:before,
.barkstival-cs .nav--header .css__order-now a:hover:after {
  background-color: #19263e !important;
}
.barkstival-cs .btn--tan.btn.btn--edge > span:before,
.barkstival-cs .btn--white:not(.footer__signup-btn).btn.btn--edge > span:before,
.barkstival-cs .nav--header .js__booking a.btn.btn--edge > span:before,
.barkstival-cs .nav--header .css__order-now a.btn.btn--edge > span:before {
  content: none;
}
.barkstival-cs .btt {
  background-color: #19263e;
}
.barkstival-cs .btt .icon--arrow-up-white {
  background-image: url("../../images/icons/btt-yellow.svg");
}
.barkstival-cs .btt span {
  color: #fed830;
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .barkstival-cs .header {
    background: #fed830;
  }
}
.barkstival-cs .header .header__strip {
  background: #fed830;
}
.barkstival-cs .header .navigation-btn .btn-container {
  background-color: #19263e;
}
.barkstival-cs .header .navigation-btn .btn-container .inner span {
  background-color: #fed830;
}
@media screen and (min-width: 1440px) {
  .barkstival-cs .nav--header .menu-item-normal a:after {
    background-color: #19263e;
  }
}
.barkstival-cs .carousel--blue,
.barkstival-cs .head__upper,
.barkstival-cs .head--home,
.barkstival-cs .promo--offset.promo--blue .promo__container,
.barkstival-cs .lightboxOverlay,
.barkstival-cs .form--filter.form--large,
.barkstival-cs .header__nav {
  background-image: none;
  background-color: #fed830;
}
.barkstival-cs .nav--header a,
.barkstival-cs .head--normal .head__title,
.barkstival-cs .head--basic .head__title,
.barkstival-cs .head--home .head__title,
.barkstival-cs .head--gallery .head__title,
.barkstival-cs .head--event .head__title,
.barkstival-cs .promo--basic .promo__title,
.barkstival-cs .promo--basic .promo__text,
.barkstival-cs .promo--tall .promo__text {
  color: #19263e;
}
.barkstival-cs .head__logo-container .head__logo {
  max-width: 300px;
  height: auto;
}