@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)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  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] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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, .article__image img, .head--article .head__image img {
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  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, .promo__slide--image .col--active, .col-7, .col-6, .col-5, .col-4, .promo__slide--image .col--inview, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}

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

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

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

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

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

.col-4, .promo__slide--image .col--inview {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

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

.col-8, .promo__slide--image .col--active {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-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 {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 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 {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 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 {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 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 {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 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 {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 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 {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxxl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  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: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.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 {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1700px) {
  .flex-xxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xxxl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 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: -webkit-sticky !important;
  position: sticky !important;
}

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

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

@supports (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    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;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #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;
  -webkit-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] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: Tossed UK
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: Tossed UK
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: "Helvetica Rounded";
  src: url("../../fonts/helvetica-rounded/helvetica-rounded.eot");
  src: local("Helvetica Rounded Bold"), local("Helvetica Rounded Bold"), url("../../fonts/helvetica-rounded/helvetica-rounded.eot?#iefix") format("embedded-opentype"), url("../../fonts/helvetica-rounded/helvetica-rounded.woff2") format("woff2"), url("../../fonts/helvetica-rounded/helvetica-rounded.woff") format("woff"), url("../../fonts/helvetica-rounded/helvetica-rounded.ttf") format("truetype"), url("../../fonts/helvetica-rounded/helvetica-rounded.svg#HelveticaNeueBold") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../../fonts/bebas-neue/BebasNeueBold.eot");
  src: url("../../fonts/bebas-neue/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/bebas-neue/BebasNeueBold.woff2") format("woff2"), url("../../fonts/bebas-neue/BebasNeueBold.woff") format("woff"), url("../../fonts/bebas-neue/BebasNeueBold.ttf") format("truetype"), url("../../fonts/bebas-neue/BebasNeueBold.svg#BebasNeueBold") format("svg");
  font-weight: bold;
  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;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Rounded", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: lowercase;
}
.page-template-tpl-vital h1, .page-template-tpl-vital h2, .page-template-tpl-vital h3, .page-template-tpl-vital h4, .page-template-tpl-vital h5, .page-template-tpl-vital h6 {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

body {
  color: #4A4A4A;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  letter-spacing: 1.5px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a:not(.btn) {
  color: #FF0083;
}
a:not(.btn):focus, a:not(.btn):active, a:not(.btn):hover {
  color: #cc0069;
  text-decoration: none;
}

.form--finder .form__input {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1rem 1rem 1rem 3rem;
  font-family: "Helvetica Rounded", Helvetica, Arial, sans-serif;
  border-radius: 0.5rem 0 0 0.5rem;
}
@media (min-width: 768px) {
  .form--finder .form__input {
    padding: 1.375rem 1rem 1.125rem 3rem;
    border-radius: 0.5rem 0 0 0.5rem;
  }
}
.form--finder .form__input,
.form--finder .form__btn {
  position: relative;
  outline: 0;
  border: 0;
  width: 100%;
  font-size: 1rem;
  height: 52px;
}
@media (min-width: 768px) {
  .form--finder .form__input,
.form--finder .form__btn {
    height: 65px;
  }
}
.form--finder .form__btn {
  border-radius: 0 0.5rem 0.5rem 0;
}
.form--finder .col-input {
  position: relative;
}
.form--finder .form__location {
  width: 19px;
  height: 19px;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  background-image: url("../../images/icons/geocode.svg");
  position: absolute;
  top: 50%;
  left: 1rem;
  cursor: pointer;
  opacity: 0.85;
}
.form--finder .form__location:focus, .form--finder .form__location:active, .form--finder .form__location:hover {
  opacity: 1;
}

.form--449 {
  background-color: #F3F3F3;
  padding: 3.25rem 0;
}
@media (min-width: 576px) {
  .form--449 {
    padding: 3.75rem 0;
  }
}
@media (min-width: 768px) {
  .form--449 {
    padding: 4.5rem 0;
  }
}
@media (min-width: 992px) {
  .form--449 {
    padding: 5rem 0;
  }
}

.form--440 {
  padding: 3.25rem 0;
}
@media (min-width: 576px) {
  .form--440 {
    padding: 3.75rem 0;
  }
}
@media (min-width: 768px) {
  .form--440 {
    padding: 4.5rem 0;
  }
}
@media (min-width: 992px) {
  .form--440 {
    padding: 5.25rem 0;
  }
}
@media (min-width: 1200px) {
  .form--440 {
    padding: 6rem 0;
  }
}
@media (min-width: 1440px) {
  .form--440 {
    padding: 6.25rem 0;
  }
}

.form .form__title {
  font-size: 1.5rem;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .form .form__title {
    font-size: 2rem;
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 992px) {
  .form .form__title {
    font-size: 2.25rem;
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .form .form__title {
    font-size: 2.5rem;
    letter-spacing: 2px;
    margin-bottom: 2.5rem;
  }
}
.form label {
  font-size: 0.875rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-weight: 500;
}
.form label > span {
  color: #FF0083;
}
.form input,
.form textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #808080;
  color: #808080;
  line-height: 1.5;
  font-size: 1rem;
  border-radius: 1rem;
  padding: 1.25rem 1.5rem;
}
.form input {
  height: 64px;
}
.form input[type=submit] {
  background-color: #FF0083;
  color: #ffffff;
  width: 230px;
  border: none;
}
.form input[type=submit]:focus, .form input[type=submit]:active, .form input[type=submit]:hover {
  background-color: #cc0069;
  color: #e6e6e6;
}
.form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.form .wpcf7-checkbox label {
  display: block;
  position: relative;
  padding-left: 2.5rem;
  height: 2rem;
}
.form .wpcf7-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 2rem;
  height: 2rem;
  opacity: 0;
  z-index: 3;
}
.form .wpcf7-checkbox input:checked + .wpcf7-list-item-label:before {
  background-image: url("../../images/icons/checked.svg");
  background-size: 1rem;
  background-position: center;
  background-repeat: no-repeat;
}
.form .wpcf7-checkbox .wpcf7-list-item-label {
  text-transform: none;
  font-size: 1rem;
  font-weight: 200;
  color: #4A4A4A;
  vertical-align: middle;
  height: 2rem;
}
.form .wpcf7-checkbox .wpcf7-list-item-label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0;
  width: 2rem;
  height: 2rem;
  border: 2px solid #FF0083;
  background-color: #ffffff;
  border-radius: 0.5rem;
}

section.form .row > .col {
  margin-bottom: 1.5rem;
}

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

.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);
  -ms-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;
  -webkit-transition: none;
  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;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 29px 19px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -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;
}
.head--store .head__nav .slick-prev,
.head--store .head__nav .slick-next {
  width: 2rem;
  height: 2rem;
  background-size: 7px 11px;
  background-color: transparent;
}
.head--home .slick-prev,
.head--home .slick-next {
  width: 18px;
  height: 28px;
  background-size: 100%;
  background-color: transparent;
  top: 0;
}
.triple .slick-prev, .head--location .slick-prev, .finder .slick-prev,
.triple .slick-next,
.head--location .slick-next,
.finder .slick-next {
  width: 46px;
  height: 85px;
  background-size: 100%;
  background-color: transparent;
}
.head--location .slick-prev, .finder .slick-prev,
.head--location .slick-next,
.finder .slick-next {
  width: 32px;
  height: 60px;
}

.slick-prev {
  background-image: url(../../images/icons/arrow-left-tan.svg);
  left: 0;
}
.head--store .head__nav .slick-prev {
  background-image: url(../../images/icons/chevron-left-pink.svg);
}
.head--home .slick-prev {
  background-image: url(../../images/icons/chevron-left-grey.svg);
  left: 1rem;
}
@media (min-width: 768px) {
  .head--home .slick-prev {
    left: auto;
    right: 1rem;
  }
}
@media (min-width: 992px) {
  .head--home .slick-prev {
    right: 2rem;
  }
}
.head--location .slick-prev, .finder .slick-prev {
  background-image: url(../../images/icons/splot-arrow-left-pink.svg);
  left: 1rem;
}
.triple .slick-prev {
  background-image: url(../../images/icons/splot-arrow-left-grey.svg);
}

.slick-next {
  background-image: url(../../images/icons/arrow-right-tan.svg);
  right: 0;
}
.head--store .head__nav .slick-next {
  background-image: url(../../images/icons/chevron-right-pink.svg);
}
.head--home .slick-next {
  background-image: url(../../images/icons/chevron-right-grey.svg);
  right: 1rem;
}
@media (min-width: 992px) {
  .head--home .slick-next {
    right: 2rem;
  }
}
.head--location .slick-next, .finder .slick-next {
  background-image: url(../../images/icons/splot-arrow-right-pink.svg);
  right: 1rem;
}
.triple .slick-next {
  background-image: url(../../images/icons/splot-arrow-right-grey.svg);
}

.slick-disabled {
  opacity: 0.33;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #808080;
  border-radius: 1rem;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.selectric-open.selectric-below .selectric {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: transparent;
}
.selectric-open.selectric-above .selectric {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-color: transparent;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 58px 0 1rem;
  font-size: 1rem;
  line-height: 58px;
  color: #4A4A4A;
  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: #ffffff;
  color: #ffdff0;
  text-align: center;
  font: 0/0 a;
  *font: 20px/58px Lucida Sans Unicode, Arial Unicode MS, Arial;
  opacity: 0.66;
}
.selectric-hover .selectric .button {
  opacity: 1;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -3.5px;
  right: 22.5px;
  width: 17px;
  height: 11px;
  background-image: url("../../images/icons/chevron-down-pink.svg");
  background-repeat: no-repeat;
  background-size: 17px 11px;
}

.selectric-focus .selectric {
  border-color: #4d4d4d;
}

.selectric-hover .selectric {
  border-color: #676767;
}
.selectric-hover .selectric .button {
  color: #ffacd8;
}
.selectric-hover .selectric .button:after {
  border-top-color: #ffacd8;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #676767;
}
.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border: 1px solid #676767;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px;
}
.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: 10px;
  color: #4A4A4A;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #ffdff0;
}
.selectric-items li.highlighted {
  background: #ffdff0;
}
.selectric-items li:hover {
  background: #ffdff0;
}
.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;
}

.select--size .selectric {
  border-radius: 0 0 1rem 1rem;
  background-color: #F3F3F3;
}
.select--size .selectric-open .selectric {
  border-radius: 0 0 0 0;
}

.select--extended .selectric {
  border-radius: 1rem 1rem 0 0;
  border-bottom: 0;
}

/*
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: #FF0083;
  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: #FF0083;
  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: #FF0083;
  border-width: 7px;
  left: 50%;
  margin-left: -7px;
}

.tipr_point_above:before {
  border-top-color: #FF0083;
  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: #FF0083;
  border-width: 7px;
  left: 50%;
  margin-left: -7px;
}

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

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

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

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/*----------------------------------------------------------------------------------------*\
 * 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;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

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

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-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 */
html.cssanimations .head--home .head__bg,
html.cssanimations .head--home .slick-prev,
html.cssanimations .head--home .slick-next {
  opacity: 0;
}
html.cssanimations .head--home.head--complete .head__bg,
html.cssanimations .head--home.head--complete .slick-prev,
html.cssanimations .head--home.head--complete .slick-next {
  -webkit-animation-name: "fadeIn";
  animation-name: "fadeIn";
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
  -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;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (min-width: 992px) {
  html.cssanimations .module--instagram .instagram__title,
html.cssanimations .module--instagram .instagram__item,
html.cssanimations .module--instagram .instagram__follow,
html.cssanimations .module--instagram .instagram__pin {
    opacity: 0;
  }
  html.cssanimations .module--instagram.module--inview .instagram__title,
html.cssanimations .module--instagram.module--inview .instagram__follow,
html.cssanimations .module--instagram.module--inview .instagram__pin,
html.cssanimations .module--instagram.module--inview .instagram__item {
    -webkit-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;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  html.cssanimations .module--instagram.module--inview .instagram__title {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
  }
  html.cssanimations .module--instagram.module--inview .instagram__item--1 {
    -webkit-animation-delay: 375ms;
    animation-delay: 375ms;
  }
  html.cssanimations .module--instagram.module--inview .instagram__item--2 {
    -webkit-animation-delay: 750ms;
    animation-delay: 750ms;
  }
  html.cssanimations .module--instagram.module--inview .instagram__item--3 {
    -webkit-animation-delay: 1125ms;
    animation-delay: 1125ms;
  }
  html.cssanimations .module--instagram.module--inview .instagram__item--4 {
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
  }
  html.cssanimations .module--instagram.module--inview .instagram__item--5 {
    -webkit-animation-delay: 1875ms;
    animation-delay: 1875ms;
  }
  html.cssanimations .module--instagram.module--inview .instagram__item--6 {
    -webkit-animation-delay: 2250ms;
    animation-delay: 2250ms;
  }
  html.cssanimations .module--instagram.module--inview .instagram__follow {
    -webkit-animation-delay: 2500ms;
    animation-delay: 2500ms;
  }
  html.cssanimations .module--instagram.module--inview .instagram__pin {
    -webkit-animation-delay: 3000ms;
    animation-delay: 3000ms;
  }
  html.cssanimations .module--location-grid .card {
    opacity: 0;
  }
  html.cssanimations .module--location-grid.module--inview .card {
    -webkit-animation-name: "fadeInUp";
    animation-name: "fadeInUp";
    -webkit-animation-duration: 375ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 375ms;
    -moz-animation-fill-mode: both;
    -o-animation-duration: 375ms;
    -o-animation-fill-mode: both;
    -webkit-animation-duration: 375ms;
    animation-duration: 375ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  html.cssanimations .module--location-grid.module--inview .card--1 {
    -webkit-animation-delay: 375ms;
    animation-delay: 375ms;
  }
  html.cssanimations .module--location-grid.module--inview .card--2 {
    -webkit-animation-delay: 750ms;
    animation-delay: 750ms;
  }
  html.cssanimations .module--location-grid.module--inview .card--3 {
    -webkit-animation-delay: 1125ms;
    animation-delay: 1125ms;
  }
  html.cssanimations .module--location-grid.module--inview .card--4 {
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
  }
  html.cssanimations .module--location-grid.module--inview .card--5 {
    -webkit-animation-delay: 1875ms;
    animation-delay: 1875ms;
  }
  html.cssanimations .module--location-grid.module--inview .card--6 {
    -webkit-animation-delay: 2250ms;
    animation-delay: 2250ms;
  }
  html.cssanimations .module--location-grid.module--inview .card--7 {
    -webkit-animation-delay: 2625ms;
    animation-delay: 2625ms;
  }
  html.cssanimations .module--location-grid.module--inview .card--8 {
    -webkit-animation-delay: 3000ms;
    animation-delay: 3000ms;
  }
  html.cssanimations .module--location-grid.module--inview .card--9 {
    -webkit-animation-delay: 3375ms;
    animation-delay: 3375ms;
  }
  html.cssanimations .module--location-grid.module--inview .card--10 {
    -webkit-animation-delay: 3750ms;
    animation-delay: 3750ms;
  }
  html.cssanimations .module--location-grid.module--inview .card--11 {
    -webkit-animation-delay: 4125ms;
    animation-delay: 4125ms;
  }
  html.cssanimations .module--location-grid.module--inview .card--12 {
    -webkit-animation-delay: 4500ms;
    animation-delay: 4500ms;
  }
  html.cssanimations .module--location-grid.module--inview .card--13 {
    -webkit-animation-delay: 4875ms;
    animation-delay: 4875ms;
  }
  html.cssanimations .module--location-grid.module--inview .card--14 {
    -webkit-animation-delay: 5250ms;
    animation-delay: 5250ms;
  }
  html.cssanimations .module--location-grid.module--inview .card--15 {
    -webkit-animation-delay: 5625ms;
    animation-delay: 5625ms;
  }
  html.cssanimations .module--location-grid.module--inview .card--16 {
    -webkit-animation-delay: 6000ms;
    animation-delay: 6000ms;
  }
  html.cssanimations .module--location-grid.module--inview .card--17 {
    -webkit-animation-delay: 6375ms;
    animation-delay: 6375ms;
  }
  html.cssanimations .module--location-grid.module--inview .card--18 {
    -webkit-animation-delay: 6750ms;
    animation-delay: 6750ms;
  }
  html.cssanimations .module--location-grid.module--inview .card--19 {
    -webkit-animation-delay: 7125ms;
    animation-delay: 7125ms;
  }
  html.cssanimations .module--location-grid.module--inview .card--20 {
    -webkit-animation-delay: 7500ms;
    animation-delay: 7500ms;
  }
  html.cssanimations .module--location-grid.module--inview .card--21 {
    -webkit-animation-delay: 7875ms;
    animation-delay: 7875ms;
  }
  html.cssanimations .module--location-grid.module--inview .card--22 {
    -webkit-animation-delay: 8250ms;
    animation-delay: 8250ms;
  }
  html.cssanimations .module--location-grid.module--inview .card--23 {
    -webkit-animation-delay: 8625ms;
    animation-delay: 8625ms;
  }
  html.cssanimations .module--location-grid.module--inview .card--24 {
    -webkit-animation-delay: 9000ms;
    animation-delay: 9000ms;
  }
  html.cssanimations .module--location-grid.module--inview .card--25 {
    -webkit-animation-delay: 9375ms;
    animation-delay: 9375ms;
  }
  html.cssanimations .module--location-grid.module--inview .card--26 {
    -webkit-animation-delay: 9750ms;
    animation-delay: 9750ms;
  }
  html.cssanimations .module--location-grid.module--inview .card--27 {
    -webkit-animation-delay: 10125ms;
    animation-delay: 10125ms;
  }
  html.cssanimations .module--location-grid.module--inview .card--28 {
    -webkit-animation-delay: 10500ms;
    animation-delay: 10500ms;
  }
  html.cssanimations .module--location-grid.module--inview .card--29 {
    -webkit-animation-delay: 10875ms;
    animation-delay: 10875ms;
  }
  html.cssanimations .module--location-grid.module--inview .card--30 {
    -webkit-animation-delay: 11250ms;
    animation-delay: 11250ms;
  }
  html.cssanimations .module--promo-basic .promo__bg,
html.cssanimations .module--promo-basic .promo__image {
    opacity: 0;
  }
  html.cssanimations .module--promo-basic.module--inview .promo__bg,
html.cssanimations .module--promo-basic.module--inview .promo__image {
    -webkit-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;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  html.cssanimations .module--promo-basic.module--inview .promo__bg {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
  }
  html.cssanimations .module--promo-basic.module--inview .promo__image {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
  }
  html.cssanimations .module--promo-opening .col-map,
html.cssanimations .module--promo-opening .col-content {
    opacity: 0;
  }
  html.cssanimations .module--promo-opening.module--inview .col-map,
html.cssanimations .module--promo-opening.module--inview .col-content {
    -webkit-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;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  html.cssanimations .module--promo-opening.module--inview .col-map {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
  }
  html.cssanimations .module--promo-opening.module--inview .col-content {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
  }
  html.cssanimations .module--promo-double .promo__bg,
html.cssanimations .module--promo-double .promo__image {
    opacity: 0;
  }
  html.cssanimations .module--promo-double.module--inview .promo__bg,
html.cssanimations .module--promo-double.module--inview .promo__image {
    -webkit-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;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  html.cssanimations .module--promo-double.module--inview .promo__bg {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
  }
  html.cssanimations .module--promo-double.module--inview .promo__image--major {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
  }
  html.cssanimations .module--promo-double.module--inview .promo__image--minor {
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
  }
  html.cssanimations .module--promo-slider .promo__title,
html.cssanimations .module--promo-slider .promo__slide--image,
html.cssanimations .module--promo-slider .promo__slide--content {
    opacity: 0;
  }
  html.cssanimations .module--promo-slider.module--inview .promo__title,
html.cssanimations .module--promo-slider.module--inview .promo__slide--image,
html.cssanimations .module--promo-slider.module--inview .promo__slide--content {
    -webkit-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;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  html.cssanimations .module--promo-slider.module--inview .promo__title {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
  }
  html.cssanimations .module--promo-slider.module--inview .promo__slide--content {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
  }
  html.cssanimations .module--promo-slider.module--inview .promo__slide--image {
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
  }
  html.cssanimations .module--finder .finder__title,
html.cssanimations .module--finder .finder__text,
html.cssanimations .module--finder .form--finder,
html.cssanimations .module--finder .finder__map {
    opacity: 0;
  }
  html.cssanimations .module--finder.module--inview .finder__title,
html.cssanimations .module--finder.module--inview .finder__text,
html.cssanimations .module--finder.module--inview .form--finder,
html.cssanimations .module--finder.module--inview .finder__map {
    -webkit-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;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  html.cssanimations .module--finder.module--inview .finder__title {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
  }
  html.cssanimations .module--finder.module--inview .finder__text {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
  }
  html.cssanimations .module--finder.module--inview .form--finder {
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
  }
  html.cssanimations .module--finder.module--inview .finder__map {
    -webkit-animation-delay: 2000ms;
    animation-delay: 2000ms;
  }
  html.cssanimations .module--triple .card--carousel {
    opacity: 0;
  }
  html.cssanimations .module--triple.module--inview .card--carousel {
    -webkit-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;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  html.cssanimations .module--triple.module--inview .card--1 {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
  }
  html.cssanimations .module--triple.module--inview .card--2 {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
  }
  html.cssanimations .module--triple.module--inview .card--3 {
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
  }
}

/*********************
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: Tossed UK
  Author: Jason Hobbs

  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;
    -webkit-filter: 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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  z-index: 100000;
}
body.debug:after {
  content: "xs";
  background: -webkit-gradient(linear, left top, right top, from(#f7f7f7), color-stop(90%, #f7f7f7), color-stop(90%, #777777), to(#777777));
  background: -webkit-linear-gradient(left, #f7f7f7, #f7f7f7 90%, #777777 90%, #777777 100%);
  background: linear-gradient(to right, #f7f7f7, #f7f7f7 90%, #777777 90%, #777777 100%);
}
@media (min-width: 576px) {
  body.debug:after {
    content: "sm";
    background: -webkit-gradient(linear, left top, right top, from(#f7f7f7), color-stop(90%, #f7f7f7), color-stop(90%, #0277bd), to(#0277bd));
    background: -webkit-linear-gradient(left, #f7f7f7, #f7f7f7 90%, #0277bd 90%, #0277bd 100%);
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 90%, #0277bd 90%, #0277bd 100%);
  }
}
@media (min-width: 768px) {
  body.debug:after {
    content: "md";
    background: -webkit-gradient(linear, left top, right top, from(#f7f7f7), color-stop(90%, #f7f7f7), color-stop(90%, #00695c), to(#00695c));
    background: -webkit-linear-gradient(left, #f7f7f7, #f7f7f7 90%, #00695c 90%, #00695c 100%);
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 90%, #00695c 90%, #00695c 100%);
  }
}
@media (min-width: 992px) {
  body.debug:after {
    content: "lg";
    background: -webkit-gradient(linear, left top, right top, from(#f7f7f7), color-stop(90%, #f7f7f7), color-stop(90%, #d81b60), to(#d81b60));
    background: -webkit-linear-gradient(left, #f7f7f7, #f7f7f7 90%, #d81b60 90%, #d81b60 100%);
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 90%, #d81b60 90%, #d81b60 100%);
  }
}
@media (min-width: 1200px) {
  body.debug:after {
    content: "xl";
    background: -webkit-gradient(linear, left top, right top, from(#f7f7f7), color-stop(90%, #f7f7f7), color-stop(90%, #6a1b9a), to(#6a1b9a));
    background: -webkit-linear-gradient(left, #f7f7f7, #f7f7f7 90%, #6a1b9a 90%, #6a1b9a 100%);
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 90%, #6a1b9a 90%, #6a1b9a 100%);
  }
}
@media (min-width: 1440px) {
  body.debug:after {
    content: "xxl";
    background: -webkit-gradient(linear, left top, right top, from(#f7f7f7), color-stop(90%, #f7f7f7), color-stop(90%, #333333), to(#333333));
    background: -webkit-linear-gradient(left, #f7f7f7, #f7f7f7 90%, #333333 90%, #333333 100%);
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 90%, #333333 90%, #333333 100%);
  }
}
@media (min-width: 1700px) {
  body.debug:after {
    content: "xxxl";
    background: -webkit-gradient(linear, left top, right top, from(#f7f7f7), color-stop(90%, #f7f7f7), color-stop(90%, #000), to(#000));
    background: -webkit-linear-gradient(left, #f7f7f7, #f7f7f7 90%, #000 90%, #000 100%);
    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;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.btn--pink .icon--splot-arrow {
  width: 29px;
  height: 28px;
  background-image: url("../../images/icons/splot-arrow-white.svg");
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media (min-width: 768px) {
  .btn--pink .icon--splot-arrow {
    width: 36px;
    height: 37px;
    background-image: url("../../images/icons/splot-arrow-white.svg");
  }
}
.btn--pink:focus .icon--splot-arrow, .btn--pink:active .icon--splot-arrow, .btn--pink:hover .icon--splot-arrow {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.btn--white .icon--splot-arrow,
.btn--transparent .icon--splot-arrow {
  width: 29px;
  height: 28px;
  background-image: url("../../images/icons/splot-arrow-pink.svg");
}
@media (min-width: 768px) {
  .btn--white .icon--splot-arrow,
.btn--transparent .icon--splot-arrow {
    width: 36px;
    height: 37px;
    background-image: url("../../images/icons/splot-arrow-pink.svg");
  }
}

.icon--tube {
  width: 25px;
  height: 20px;
  background-image: url("../../images/icons/tube.svg");
  vertical-align: middle;
}

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

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

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

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

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

.social .icon {
  width: 30px;
  height: 30px;
  display: block;
}

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

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

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

.zoom i {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.zoom .in i {
  width: 32px;
  height: 32px;
  background-image: url("../../images/icons/plus-white.svg");
}
.zoom .out i {
  width: 32px;
  height: 32px;
  background-image: url("../../images/icons/minus-white.svg");
}

.icon--prev {
  width: 40px;
  height: 40px;
  background-image: url("../../images/icons/splot-prev.svg");
}

.icon--next {
  width: 40px;
  height: 40px;
  background-image: url("../../images/icons/splot-next.svg");
}

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

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

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

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

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

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

/***
	Components (Site wide styles)
***/
.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,
.cms-area h4 {
  margin-bottom: 0.75rem;
}
.cms-area h2 {
  font-size: 2rem;
}
@media (min-width: 576px) {
  .cms-area h2 {
    font-size: 2.125rem;
  }
}
@media (min-width: 768px) {
  .cms-area h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cms-area h2 {
    font-size: 2.375rem;
  }
}
@media (min-width: 1200px) {
  .cms-area h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1440px) {
  .cms-area h2 {
    font-size: 2.625rem;
  }
}
.cms-area h3 {
  font-size: 1.625rem;
}
@media (min-width: 576px) {
  .cms-area h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .cms-area h3 {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .cms-area h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .cms-area h3 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1440px) {
  .cms-area h3 {
    font-size: 2.25rem;
  }
}
.cms-area h4 {
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  .cms-area h4 {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .cms-area h4 {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .cms-area h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .cms-area h4 {
    font-size: 1.625rem;
  }
}
@media (min-width: 1440px) {
  .cms-area h4 {
    font-size: 1.75rem;
  }
}
.cms-area p,
.cms-area ul,
.cms-area ol {
  line-height: 1.75;
  font-size: 1.125rem;
  color: #808080;
}
.cms-area p a:not(.btn),
.cms-area ul a:not(.btn),
.cms-area ol a:not(.btn) {
  color: #FF0083;
  text-decoration: underline;
}
.cms-area p a:not(.btn):focus, .cms-area p a:not(.btn):active, .cms-area p a:not(.btn):hover,
.cms-area ul a:not(.btn):focus,
.cms-area ul a:not(.btn):active,
.cms-area ul a:not(.btn):hover,
.cms-area ol a:not(.btn):focus,
.cms-area ol a:not(.btn):active,
.cms-area ol a:not(.btn):hover {
  color: #E50076;
}
.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 li,
.cms-area ul li {
  margin-top: 0.25rem;
}
.cms-area ol li:first-child,
.cms-area ul li:first-child {
  margin-top: 0;
}
.cms-area ul {
  list-style: inside disc;
}
.cms-area ol {
  list-style: inside decimal;
}
.cms-area p strong {
  font-size: 1.125rem;
}

.header {
  padding-top: 1.25rem;
  position: absolute;
  width: 100%;
  top: 0;
}
@media (min-width: 576px) {
  .header {
    padding-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .header {
    padding-top: 1.75rem;
  }
}
@media (min-width: 992px) {
  .header {
    padding-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .header {
    padding-top: 2.5rem;
  }
}

.header__logo {
  display: block;
  max-width: 75px;
  position: relative;
  z-index: 100;
}
.header__logo .head-normal {
  display: block;
}
.header__logo .head-nav {
  display: none;
}
.nav--active .header__logo {
  position: fixed;
}
.nav--active .header__logo .head-normal {
  display: none;
}
.nav--active .header__logo .head-nav {
  display: block;
}
@media (min-width: 768px) {
  .header__logo {
    max-width: 96px;
  }
}
@media (min-width: 992px) {
  .header__logo {
    width: 107px;
  }
  .header__logo .head-normal,
.header__logo .head-nav {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header__logo .head-normal {
    visibility: visible;
    opacity: 1;
  }
  .header__logo .head-nav {
    visibility: hidden;
    opacity: 0;
  }
  .nav--active .header__logo .head-normal {
    visibility: hidden;
    opacity: 0;
  }
  .nav--active .header__logo .head-nav {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .header__logo {
    width: 118px;
  }
}
.page-template-tpl-vital .header__logo {
  width: 250px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .page-template-tpl-vital .header__logo {
    width: 275px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .page-template-tpl-vital .header__logo {
    width: 300px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .page-template-tpl-vital .header__logo {
    width: 325px;
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .page-template-tpl-vital .header__logo {
    width: 350px;
    max-width: 100%;
  }
}

.header__btn {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  background-image: url("../../images/icons/splot-menu.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 86px;
  height: 92px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.header__btn:focus, .header__btn:active, .header__btn:hover {
  background-image: url("../../images/icons/splot-menu-hover.svg");
}
@media (min-width: 1200px) {
  .header__btn {
    width: 149px;
    height: 154px;
  }
}
.header__btn > div {
  position: relative;
  width: 100%;
  height: 100%;
}
.header__btn i {
  display: block;
  background-image: url("../../images/icons/menu-open.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 28px;
  height: 25px;
  position: absolute;
  top: 20%;
  right: 20%;
}
@media (min-width: 1200px) {
  .header__btn i {
    width: 46px;
    height: 41px;
  }
}
.nav--active .header__btn {
  background-image: none;
}
.nav--active .header__btn i {
  background-image: url("../../images/icons/close-white.svg");
  width: 32px;
  height: 32px;
}
@media (min-width: 1200px) {
  .nav--active .header__btn i {
    width: 46px;
    height: 46px;
  }
}

.header__navigation {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
  background-color: #4A4A4A;
  background-image: url("../../images/corregated.jpg");
  background-size: 50%;
  display: none;
  padding-top: -webkit-calc(2.5rem + 91px);
  padding-top: calc(2.5rem + 91px);
}
.nav--active .header__navigation {
  display: block;
}
@media (min-width: 576px) {
  .header__navigation {
    padding-top: -webkit-calc(3rem + 91px);
    padding-top: calc(3rem + 91px);
  }
}
@media (min-width: 768px) {
  .header__navigation {
    padding-top: -webkit-calc(3.5rem + 116px);
    padding-top: calc(3.5rem + 116px);
  }
}
@media (min-width: 992px) {
  .header__navigation {
    position: fixed;
    padding-top: 0;
    display: block;
    width: 45%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: transparent;
    background-image: none;
    height: 100vh;
  }
  .nav--active .header__navigation {
    right: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .nav--active .header__navigation .container {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .header__navigation:before {
    content: "";
    position: absolute;
    top: -webkit-calc(-1500px / 6);
    top: calc(-1500px / 6);
    right: -webkit-calc(-1500px / 1.75);
    right: calc(-1500px / 1.75);
    z-index: 99;
    width: 1500px;
    height: 1500px;
    background-color: #4A4A4A;
    background-image: url("../../images/corregated.jpg");
    background-size: 50%;
    border-radius: 50%;
  }
  .header__navigation .container {
    max-width: 450px;
    position: relative;
    z-index: 100;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .header__navigation {
    width: 40%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
  }
  .nav--active .header__navigation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .header__navigation:before {
    right: -webkit-calc(-1500px / 2);
    right: calc(-1500px / 2);
  }
  .header__navigation .container {
    max-width: 400px;
  }
}

.header__subnav {
  position: relative;
  z-index: 99;
}
@media (min-width: 992px) {
  .header__subnav .btn, .header__subnav .form input[type=submit], .form .header__subnav input[type=submit] {
    margin-right: 5rem;
  }
}
@media (min-width: 1200px) {
  .header__subnav .btn, .header__subnav .form input[type=submit], .form .header__subnav input[type=submit] {
    margin-right: 8rem;
  }
}
@media (min-width: 1440px) {
  .header__subnav .btn, .header__subnav .form input[type=submit], .form .header__subnav input[type=submit] {
    margin-right: 7.5rem;
  }
}
@media (min-width: 1700px) {
  .header__subnav .btn, .header__subnav .form input[type=submit], .form .header__subnav input[type=submit] {
    margin-right: 0;
  }
}
.header__subnav a:not(.btn) {
  font-size: 1.25rem;
  font-family: "Helvetica Rounded", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: lowercase;
  color: #4A4A4A;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.header__subnav a:not(.btn):focus, .header__subnav a:not(.btn):active, .header__subnav a:not(.btn):hover {
  color: #FF0083;
}

.header__nav--major {
  text-align: center;
  font-family: "Helvetica Rounded", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: lowercase;
  text-transform: lowercase;
  font-size: 1.125rem;
}
.header__nav--major li {
  margin-top: 1.25rem;
  overflow: hidden;
}
.header__nav--major li:first-child {
  margin-top: 0;
}
.header__nav--major a {
  color: #ffffff;
}
.header__nav--major a span {
  display: inline-block;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.header__nav--major a span:before {
  content: attr(data-hover);
  color: #FF0083;
  font-family: "Helvetica Rounded", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: lowercase;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  top: 100%;
}
.header__nav--major a:focus, .header__nav--major a:active, .header__nav--major a:hover {
  color: #ffffff;
}
.header__nav--major a:focus span, .header__nav--major a:active span, .header__nav--major a:hover span {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media (min-width: 992px) {
  .header__nav--major {
    line-height: 1.25;
    text-align: left;
    font-size: 1.5rem;
  }
  .header__nav--major li {
    margin-top: 0.5rem;
  }
  .header__nav--major li:first-child {
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  .header__nav--major {
    line-height: 1.25;
    text-align: left;
    font-size: 2.125rem;
  }
  .header__nav--major li {
    margin-top: 0.5rem;
  }
  .header__nav--major li:first-child {
    margin-top: 0;
  }
}

.header__cta {
  text-align: center;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .header__cta {
    text-align: left;
  }
}

.header__social {
  text-align: center;
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .header__social {
    text-align: left;
    margin-top: 1.5rem;
  }
}
@media (min-width: 1440px) {
  .header__social {
    margin-top: 3rem;
  }
}
.page-template-tpl-vital .header__social {
  margin-top: 0;
  position: relative;
  z-index: 100;
  text-align: right;
}
@media (min-width: 992px) {
  .page-template-tpl-vital .header__social {
    text-align: right;
  }
}

.header__nav--minor {
  text-align: center;
  font-family: "Helvetica Rounded", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: lowercase;
  text-transform: lowercase;
  font-size: 1rem;
  border-top: 1px solid #ffffff;
  margin-top: 2.5rem;
  padding-top: 1.25rem;
}
.header__nav--minor li {
  margin-right: 0.75rem;
  display: inline-block;
}
.header__nav--minor li:last-child {
  margin-right: 0;
}
.header__nav--minor a {
  color: #ffffff;
  opacity: 0.75;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.header__nav--minor a:focus, .header__nav--minor a:active, .header__nav--minor a:hover {
  color: #ffffff;
  opacity: 1;
}
@media (min-width: 992px) {
  .header__nav--minor {
    text-align: left;
    font-size: 0.75rem;
    margin-top: 2rem;
    padding-top: 1rem;
  }
}
@media (min-width: 1440px) {
  .header__nav--minor {
    text-align: left;
    margin-top: 2.5rem;
    padding-top: 1.25rem;
  }
}

.bg-cover {
  display: none;
}
@media (min-width: 992px) {
  .bg-cover {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.3s linear;
    transition: visibility 0s, opacity 0.3s linear;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    background-color: #ffffff;
  }
  .bg-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .nav--active .bg-cover {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
}

.footer {
  background-color: #4A4A4A;
  color: #ffffff;
  padding: 1.625rem 0;
}
.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;
}
@media (min-width: 576px) {
  .footer {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .footer {
    padding-top: 2.375rem;
  }
}
@media (min-width: 992px) {
  .footer {
    padding-top: 2.625rem;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding: 3rem 0;
  }
  .footer .social {
    text-align: right;
  }
}
@media (min-width: 1440px) {
  .footer {
    padding: 3.125rem 0;
  }
}

.footer__nav--major {
  font-family: "Helvetica Rounded", Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  padding-top: 2rem;
  text-align: center;
}
.footer__nav--major li {
  display: inline-block;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}
.footer__nav--major li:first-child {
  margin-left: 0;
}
@media (min-width: 768px) {
  .footer__nav--major li {
    margin-left: 1.5rem;
    margin-bottom: 0;
  }
  .footer__nav--major li:first-child {
    margin-left: 0;
  }
}
.footer__nav--major a:not(.btn) {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.85;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.footer__nav--major a:not(.btn):focus, .footer__nav--major a:not(.btn):active, .footer__nav--major a:not(.btn):hover {
  text-decoration: none;
  opacity: 1;
}
@media (min-width: 768px) {
  .footer__nav--major {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .footer__nav--major {
    text-align: left;
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .footer__nav--major {
    padding-top: 0;
  }
}

.footer__lower {
  font-size: 0.875rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 2rem;
  padding-top: 2rem;
}
@media (min-width: 576px) {
  .footer__lower {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .footer__lower {
    margin-top: 2.25rem;
    padding-top: 3.25rem;
  }
}

.footer__nav--minor li {
  display: inline-block;
  margin-left: 0.75rem;
  padding-left: 0.75rem;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.footer__nav--minor li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

.footer__nav--minor,
.footer__copy,
.footer__author {
  line-height: 1;
}

.footer__copy,
.footer__nav--minor {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .footer__copy,
.footer__nav--minor {
    margin-bottom: 0;
  }
}

.nav--header {
  font-size: 1rem;
  text-align: center;
  font-family: "";
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.nav--header ul {
  margin: 0;
}
.nav--header li {
  margin-top: 2rem;
}
.nav--header li:first-child {
  margin-top: 0;
}
.nav--header a {
  color: #ffffff;
}
.nav--header a:focus, .nav--header a:active, .nav--header a:hover {
  color: #F3F3F3;
}
.nav--header .js__booking a {
  display: inline-block;
  position: relative;
  padding: 1rem;
  border: 1px solid #AC9B75;
  background-color: #AC9B75;
  color: #ffffff;
  -webkit-transition: background 500ms;
  transition: background 500ms;
}
.nav--header .js__booking a:before, .nav--header .js__booking a:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  -webkit-transition: background 500ms;
  transition: background 500ms;
  border-radius: 50%;
  background-color: #AC9B75;
}
.nav--header .js__booking a:before {
  top: -3px;
  left: -3px;
}
.nav--header .js__booking a:after {
  bottom: -3px;
  right: -3px;
}
.nav--header .js__booking a:focus, .nav--header .js__booking a:active, .nav--header .js__booking 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 {
  background-color: #77663D;
}
@media (min-width: 992px) {
  .nav--header {
    padding: 0;
    font-size: 1rem;
    -webkit-transition: background 500ms;
    transition: background 500ms;
  }
  .header--moving .nav--header {
    font-size: 0.875rem;
  }
  .nav--header li {
    display: inline-block;
    margin-top: 0;
    margin-left: 2.5rem;
  }
  .nav--header li:first-child {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .nav--header li {
    height: 44px;
    margin-left: 0.875rem;
  }
  .nav--header li:first-child {
    margin-left: 0;
  }
  .nav--header .menu-item-normal a {
    padding: 1rem;
    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: -webkit-calc(100% - 2rem);
    width: calc(100% - 2rem);
  }
  .nav--header .menu-item-normal.current-menu-item a:after {
    visibility: visible;
    width: -webkit-calc(100% - 2rem);
    width: calc(100% - 2rem);
  }
  .nav--header .js__booking a {
    border: 1px solid #ffffff;
    background-color: transparent;
  }
  .nav--header .js__booking a:before, .nav--header .js__booking a:after {
    background-color: #ffffff;
  }
  .nav--header .js__booking a:focus, .nav--header .js__booking a:active, .nav--header .js__booking a:hover {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #6E9FC9;
  }
  .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 {
    background-color: #ffffff;
  }
}
@media (min-width: 1440px) {
  .nav--header li {
    margin-left: 2rem;
  }
  .nav--header li:first-child {
    margin-left: 0;
  }
  .nav--header a {
    padding: 1rem 1.125rem;
  }
}

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

.head {
  position: relative;
}
.head.head--home .head__upper {
  display: none;
}

.head--store,
.head--store-vi {
  margin-bottom: 2.5rem;
}
@media (min-width: 576px) {
  .head--store,
.head--store-vi {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 768px) {
  .head--store,
.head--store-vi {
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 992px) {
  .head--store,
.head--store-vi {
    margin-bottom: 5.5rem;
  }
}
@media (min-width: 1200px) {
  .head--store,
.head--store-vi {
    margin-bottom: 6.5rem;
  }
}
@media (min-width: 1440px) {
  .head--store,
.head--store-vi {
    margin-bottom: 8.5rem;
  }
}
.head--store .head__upper,
.head--store-vi .head__upper {
  padding-bottom: 3.5rem;
}
.head--store .head__lower,
.head--store-vi .head__lower {
  padding-bottom: 0;
}

.head--home {
  height: 100vh;
}
@media (min-width: 576px) {
  .head--home {
    margin-bottom: 0;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .head--home {
    margin-bottom: 0;
  }
}

.head__upper {
  padding: 9.25rem 0 0;
  position: relative;
  background-color: #F3F3F3;
  background-image: url("../../images/wall.jpg");
  background-size: 130px;
  background-attachment: fixed;
}
@media (min-width: 768px) {
  .head__upper {
    padding: 12rem 0 1.5rem;
  }
  .head__upper .container {
    position: relative;
  }
}
@media (min-width: 992px) {
  .head__upper {
    padding: 14rem 0 3rem;
  }
}
@media (min-width: 1200px) {
  .head__upper {
    padding-top: 16rem;
  }
}
.head--vi .head__upper, .head--store-vi .head__upper {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding: 7.25rem 0 4rem;
}
@media (min-width: 768px) {
  .head--vi .head__upper, .head--store-vi .head__upper {
    padding: 12rem 0 4rem;
  }
}
@media (min-width: 992px) {
  .head--vi .head__upper, .head--store-vi .head__upper {
    padding: 14rem 0 4rem;
  }
}
@media (min-width: 1200px) {
  .head--vi .head__upper, .head--store-vi .head__upper {
    padding: 16rem 0 4rem;
  }
}
.head--store-vi .head__upper {
  background-image: none;
}
.head--article .head__upper {
  padding-bottom: 5.5rem;
}
.head--article .head__upper .container {
  position: relative;
}
@media (min-width: 576px) {
  .head--article .head__upper {
    padding-bottom: 7rem;
  }
}

.head__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(144, 14, 87, 0.75);
  z-index: 1;
}

.head__title {
  position: relative;
  font-size: 1.75rem;
}
.head__title:after {
  content: "";
  display: block;
  position: absolute;
  top: -webkit-calc(100% + 2rem);
  top: calc(100% + 2rem);
  left: 0;
  width: 4rem;
  height: 1px;
  background-color: #FF0083;
}
.page-template-tpl-vital .head__title:after {
  background-color: #DF581F;
}
.head--article .head__title:after {
  display: none;
}
@media (min-width: 576px) {
  .head__title {
    font-size: 2.125rem;
  }
}
@media (min-width: 768px) {
  .head__title {
    font-size: 2.5rem;
    padding-bottom: 3.5rem;
  }
  .head__title:after {
    top: -webkit-calc(100% - 2rem);
    top: calc(100% - 2rem);
  }
}
@media (min-width: 992px) {
  .head__title {
    font-size: 2.875rem;
  }
}
@media (min-width: 1200px) {
  .head__title {
    font-size: 3.25rem;
  }
}
@media (min-width: 1440px) {
  .head__title {
    font-size: 3.625rem;
    max-width: 500px;
  }
}
.head--normal.head--long .head__title {
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .head--normal.head--long .head__title {
    font-size: 1.625rem;
  }
}
@media (min-width: 768px) {
  .head--normal.head--long .head__title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .head--normal.head--long .head__title {
    font-size: 2.375rem;
  }
}
@media (min-width: 1200px) {
  .head--normal.head--long .head__title {
    font-size: 2.75rem;
  }
}
@media (min-width: 1440px) {
  .head--normal.head--long .head__title {
    font-size: 3.125rem;
    max-width: 500px;
  }
}
.head--article .head__title {
  font-size: 1.875rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 576px) {
  .head--article .head__title {
    font-size: 2.125rem;
  }
}
@media (min-width: 768px) {
  .head--article .head__title {
    font-size: 2.25rem;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 992px) {
  .head--article .head__title {
    font-size: 2.375rem;
  }
}
@media (min-width: 1200px) {
  .head--article .head__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1440px) {
  .head--article .head__title {
    font-size: 2.625rem;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
}
.head--article .head__title:after {
  display: none;
}
.head--home .head__title {
  font-size: 1.875rem;
  margin-bottom: 4.5rem;
}
.head--home .head__title:after {
  left: 50%;
  margin-left: -2rem;
}
@media (min-width: 576px) {
  .head--home .head__title {
    font-size: 2.125rem;
  }
}
@media (min-width: 768px) {
  .head--home .head__title {
    font-size: 2.5rem;
    margin-bottom: 0;
    padding-bottom: 1.75rem;
  }
  .head--home .head__title:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .head--home .head__title {
    font-size: 2.875rem;
  }
}
@media (min-width: 1200px) {
  .head--home .head__title {
    font-size: 3.25rem;
  }
}
@media (min-width: 1440px) {
  .head--home .head__title {
    font-size: 3.5rem;
    max-width: 600px;
  }
}
.head--vi .head__title, .head--store-vi .head__title {
  color: #ffffff;
  z-index: 2;
  font-size: 3.5rem;
}
@media (min-width: 576px) {
  .head--vi .head__title, .head--store-vi .head__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) {
  .head--vi .head__title, .head--store-vi .head__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .head--vi .head__title, .head--store-vi .head__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .head--vi .head__title, .head--store-vi .head__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 1440px) {
  .head--vi .head__title, .head--store-vi .head__title {
    font-size: 3.5rem;
  }
}

.head__text {
  line-height: 1.75;
  color: #808080;
}
@media (min-width: 1200px) {
  .head__text {
    font-size: 1.125rem;
  }
}
.head--home .head__text {
  padding-bottom: 1.75rem;
}
@media (min-width: 768px) {
  .head--home .head__text {
    padding-top: 1.75rem;
    padding-right: 50px;
  }
}

@media (min-width: 768px) {
  .head--normal .col-img,
.head--store .col-img,
.head--store-vi .col-img {
    position: absolute;
    z-index: 2;
    top: -10%;
    right: 0;
    max-width: 400px;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .head--normal .col-img,
.head--store .col-img,
.head--store-vi .col-img {
    top: -12.5%;
    max-width: 450px;
  }
}
@media (min-width: 1200px) {
  .head--normal .col-img,
.head--store .col-img,
.head--store-vi .col-img {
    max-width: 500px;
    top: -25%;
  }
}
@media (min-width: 1440px) {
  .head--normal .col-img,
.head--store .col-img,
.head--store-vi .col-img {
    max-width: 550px;
    top: -50%;
  }
}

.head__image--rounded,
.head__gallery img {
  border-radius: 50%;
  overflow: hidden;
}

.head__slide .head__image {
  margin: 0 2.5rem;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .head__slide .head__image {
    max-width: 100%;
    margin: 0;
  }
}

.head--home .slick-prev {
  position: absolute;
  top: 50%;
}
@media (min-width: 768px) {
  .head--home .slick-prev {
    top: 50%;
  }
}
.head--home .slick-next {
  position: absolute;
  top: 50%;
}
@media (min-width: 768px) {
  .head--home .slick-next {
    top: 57.5%;
  }
}
.head--home .slick-slide .head__image {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.head--home .slick-active .head__image {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.head__gallery .slick-slide div,
.head--normal .head__image div {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  height: auto;
  display: block;
  content: "";
}
.head__gallery .slick-slide img,
.head--normal .head__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.head--store-vi .head__gallery {
  z-index: 2;
}

.head__slide {
  position: relative;
  padding: 9.25rem 0 0;
}
.head__slide .white__divider_bg {
  background-color: #ffffff;
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .head__slide .white__divider_bg {
    display: block;
  }
}
.head__slide .container {
  position: relative;
  z-index: 2;
}
.head__slide .head__image {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .head__slide {
    padding: 12rem 0 0;
  }
  .head__slide .container {
    padding-right: 3rem;
  }
  .head__slide .head__image {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .head__slide {
    padding: 14rem 0 0;
  }
  .head__slide .col-img {
    margin-top: -2.5rem;
  }
  .head__slide .col-img .head__image {
    max-width: 575px;
    margin: 0 0 0 auto;
  }
}
@media (min-width: 1200px) {
  .head__slide {
    padding-top: 16rem;
  }
  .head__slide .col-img {
    margin-top: -3.5rem;
  }
}
@media (min-width: 1440px) {
  .head__slide .container {
    padding-right: 0;
  }
  .head__slide .col-img {
    margin-top: -4.5rem;
  }
}

.head__bg {
  background-color: #F3F3F3;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.head__bg img {
  position: absolute;
  top: 0;
  right: 0;
  width: 400%;
  opacity: 0.15;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
@media (min-width: 768px) {
  .head__bg img {
    max-width: 900px;
    right: -webkit-calc( ((75vw - 1280px) / 2) );
    right: calc( ((75vw - 1280px) / 2) );
  }
}
@media (min-width: 576px) {
  .head__bg {
    height: 100%;
  }
}

.head__search {
  background-color: #4A4A4A;
  padding: -webkit-calc(1.5rem + 91px + 1.25rem) 0 1.5rem;
  padding: calc(1.5rem + 91px + 1.25rem) 0 1.5rem;
}
.head__search > div {
  padding: 0;
  margin: 0 auto;
  width: -webkit-calc(100% - 3rem );
  width: calc(100% - 3rem );
}
@media (min-width: 1200px) {
  .head__search > div {
    padding: 0;
    margin: 0 auto;
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .head__search > div {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding-left: -webkit-calc( ((100vw - 1280px) / 2) );
    padding-left: calc( ((100vw - 1280px) / 2) );
    padding-right: 2.5rem;
    max-height: 718px;
    overflow: hidden;
  }
}
@media (min-width: 576px) {
  .head__search {
    padding-top: -webkit-calc(1.5rem + 91px + 1.5rem);
    padding-top: calc(1.5rem + 91px + 1.5rem);
  }
}
@media (min-width: 768px) {
  .head__search {
    padding-top: -webkit-calc(1.5rem + 117px + 1.75rem);
    padding-top: calc(1.5rem + 117px + 1.75rem);
  }
}
@media (min-width: 992px) {
  .head__search {
    padding-top: -webkit-calc(1.5rem + 143px + 2rem);
    padding-top: calc(1.5rem + 143px + 2rem);
  }
}
@media (min-width: 1200px) {
  .head__search {
    padding-top: -webkit-calc(3.75rem + 143px + 2rem);
    padding-top: calc(3.75rem + 143px + 2rem);
    padding-bottom: 0;
    height: 100%;
    max-height: 718px;
    position: relative;
  }
  .head__search:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -webkit-calc(100% - 1px);
    left: calc(100% - 1px);
    width: 190px;
    height: 100%;
    z-index: 95;
    background-image: url("../../images/icons/head-splot.svg");
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
}

.head--searched .head__title {
  line-height: 1;
}
.head--searched .form--finder,
.head--searched #grid {
  display: none;
}
.head--searched .head__results {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .head--searched .head__results {
    max-width: 725px;
  }
  .head--searched .head__results .slick-track {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
  }
  .head--searched .head__results .slick-track > div {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .head--searched .head__results {
    max-width: 355px;
  }
}

.head__map {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  height: auto;
  display: block;
  content: "";
}
@media (min-width: 768px) {
  .head__map {
    position: relative;
    overflow: hidden;
    padding-top: 74.7058823529%;
    height: auto;
    display: block;
    content: "";
  }
}
@media (min-width: 1200px) {
  .head__map {
    padding: 0;
    height: 718px;
  }
}

.head--location .head__title {
  font-size: 3.5rem;
  color: #ffffff;
  position: relative;
  padding-bottom: 3rem;
}
.head--location .head__title:after {
  content: "";
  position: absolute;
  display: block;
  width: 64px;
  height: 1px;
  background-color: #FF0083;
  bottom: 3.875rem;
}
@media (min-width: 1440px) {
  .head--location .head__title {
    max-width: 255px;
  }
}
.head--location.head--searched .head__title:after {
  display: none;
}
@media (min-width: 1200px) {
  .head--location.head--searched .head__title {
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 1440px) {
  .head--location.head--searched .head__title {
    max-width: 100%;
    padding-bottom: 1.5rem;
  }
}

.head--store .head__nav {
  display: inline-block;
  position: relative;
  padding: 0 2rem;
}
.head__count {
  font-family: "Helvetica Rounded", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: lowercase;
}
.head__count .count {
  display: inline-block;
  font-size: 1.5rem;
  width: 17px;
  text-align: center;
}
.head__count .total {
  font-size: 1rem;
}
.head__count .total:before {
  content: " / ";
}

.head__lower {
  position: relative;
  padding-top: 2.5rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .head__lower {
    padding-top: 3.25rem;
    min-height: 95px;
  }
}
@media (min-width: 992px) {
  .head__lower {
    padding-top: 4rem;
  }
}
.head__lower .adr {
  font-size: 1.25rem;
  font-family: "Helvetica Rounded", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: lowercase;
}
.head__lower .adr span:after {
  content: ", ";
}
.head__lower .adr span:last-child {
  text-transform: none;
}
.head__lower .adr span:last-child:after {
  content: "";
}
.page-template-tpl-vital .head__lower .adr {
  font-size: 1.75rem;
  text-transform: uppercase;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.head__lower .btn, .head__lower .form input[type=submit], .form .head__lower input[type=submit] {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .head--normal .head__lower {
    padding-bottom: 4rem;
  }
}

.head__meta > div {
  margin-top: 0.3333333333rem;
}
.head__meta > div:first-child {
  margin-top: 0;
}
.head__meta dt,
.head__meta dd {
  display: inline-block;
  font-weight: normal;
}
.head__meta dt {
  min-width: 25px;
  margin-right: 1rem;
  text-align: right;
}
.head__meta dd a {
  margin-left: -5px;
}
.head__meta a {
  color: #4A4A4A;
}
.head__meta a:focus, .head__meta a:active, .head__meta a:hover {
  color: #4A4A4A;
  text-decoration: underline;
}

.js__share {
  position: relative;
}

.head__back {
  font-weight: 400;
  display: block;
  color: #4A4A4A !important;
  text-transform: uppercase;
  opacity: 0.75;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.head__back i {
  position: relative;
  top: 4px;
}
.head__back:focus, .head__back:active, .head__back:hover {
  color: #4A4A4A;
  opacity: 1;
}
@media (min-width: 992px) {
  .head__back {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
  }
}

.head--article .head__image {
  position: relative;
  z-index: 1;
  margin-top: -3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .head--article .head__image {
    margin-top: -4rem;
  }
}
@media (min-width: 1200px) {
  .head--article .head__image {
    margin-top: -5rem;
  }
}

.head--article .head__meta {
  text-align: center;
}
.head--article .head__meta > li {
  display: inline-block;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #808080;
}
.head--article .head__meta > li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.head--article .head__meta a {
  color: #4A4A4A;
  opacity: 0.85;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.head--article .head__meta a:focus, .head--article .head__meta a:active, .head--article .head__meta a:hover {
  color: #000000;
  opacity: 1;
  text-decoration: none;
}
.head--article .head__meta a:focus .head__icon, .head--article .head__meta a:active .head__icon, .head--article .head__meta a:hover .head__icon {
  opacity: 1;
}
.head--article .head__meta .head__icon {
  margin-right: 0.5rem;
  opacity: 0.85;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.head--location .before {
  display: inline-block;
}
.head--location .after {
  display: none;
}
.head--location .reset {
  display: none;
  font-size: 1rem;
  color: #D3D3D3;
}
.head--location .reset i {
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  background-image: url("../../images/icons/reset.svg");
  vertical-align: middle;
}
.head--location .reset span {
  display: inline-block;
  margin-left: 0.25rem;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-weight: bold;
  margin-top: -1rem;
}
.head--location .reset:focus, .head--location .reset:active, .head--location .reset:hover {
  color: #D3D3D3;
}
.head--location.head--searched .before {
  display: none;
}
.head--location.head--searched .after {
  display: inline-block;
}
.head--location.head--searched .reset {
  display: inline-block;
}

.head__graffiti {
  position: absolute;
  z-index: 1;
  display: none;
}
@media (min-width: 1440px) {
  .head__graffiti {
    display: block;
  }
}

.head__graffiti--logo {
  width: 223px;
  height: 221px;
  bottom: 33%;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  right: 0;
  background-image: url("../../images/icons/graffiti/logo.svg");
  background-size: 100%;
}

.head__graffiti--healthy {
  width: 199px;
  height: 112px;
  bottom: 33%;
  -webkit-transform: translate(5%, 50%) rotate(-10deg);
  -ms-transform: translate(5%, 50%) rotate(-10deg);
  transform: translate(5%, 50%) rotate(-10deg);
  right: 0;
  background-image: url("../../images/icons/graffiti/healthy.svg");
  background-size: 100%;
}

.head__graffiti--customisable {
  width: 314px;
  height: 125px;
  bottom: 33%;
  -webkit-transform: translate(10%, 50%) rotate(-10deg);
  -ms-transform: translate(10%, 50%) rotate(-10deg);
  transform: translate(10%, 50%) rotate(-10deg);
  right: 0;
  background-image: url("../../images/icons/graffiti/customisable.svg");
  background-size: 100%;
}

.head__graffiti--made {
  width: 283px;
  height: 179px;
  bottom: 33%;
  -webkit-transform: translate(10%, 50%) rotate(-10deg);
  -ms-transform: translate(10%, 50%) rotate(-10deg);
  transform: translate(10%, 50%) rotate(-10deg);
  right: 0;
  background-image: url("../../images/icons/graffiti/made.svg");
  background-size: 100%;
}

.btn, .form input[type=submit] {
  text-align: center;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  display: inline-block;
  font-family: "Helvetica Rounded", Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  line-height: 1;
  letter-spacing: 1px;
  position: relative;
  border-radius: 2rem;
  text-decoration: none;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
}
.btn:focus, .form input[type=submit]:focus, .btn:active, .form input[type=submit]:active, .btn:hover, .form input[type=submit]:hover {
  text-decoration: none;
}
.btn i, .form input[type=submit] i {
  margin-left: 0.75rem;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.btn.btn--left i, .form input.btn--left[type=submit] i {
  margin-right: 0.75rem;
}
@media (min-width: 1200px) {
  .btn, .form input[type=submit] {
    padding: 0.875rem 1.25rem;
    font-size: 1.25rem;
  }
}
.page-template-tpl-vital .btn, .page-template-tpl-vital .form input[type=submit], .form .page-template-tpl-vital input[type=submit] {
  letter-spacing: 2px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
}
@media (min-width: 1200px) {
  .page-template-tpl-vital .btn, .page-template-tpl-vital .form input[type=submit], .form .page-template-tpl-vital input[type=submit] {
    font-size: 0.875rem;
  }
}

.btn--clear {
  border-radius: 0;
  background-color: transparent;
  color: #D3D3D3;
  text-transform: uppercase;
}
.btn--clear:focus, .btn--clear:active, .btn--clear:hover {
  color: #D3D3D3;
}

.btn--flush {
  padding: 0.75rem 0;
}
.btn--flush .row {
  margin-left: -12px;
  margin-right: -12px;
}
@media (min-width: 768px) {
  .btn--flush {
    padding: 0.875rem 0;
  }
}

.btn--sharp {
  border-radius: 0;
}

.btn--block {
  width: 100%;
  display: block;
  text-align: center;
}

.btn--wide {
  padding: 0.75rem 2.5rem;
}
@media (min-width: 768px) {
  .btn--wide {
    padding: 0.875rem 2.5rem;
  }
}

.btn--tall {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 1200px) {
  .btn--tall {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
}

.btn--small {
  font-size: 0.875rem;
}
.btn--small i {
  margin-top: -4px;
}

.btn--tiny {
  font-size: 0.75rem;
}
.btn--tiny i {
  margin-top: -4px;
}

.btn--faded {
  opacity: 0.5;
}
.btn--faded .icon--splot-arrow {
  width: 20px;
  height: 20px;
}
.btn--faded:focus, .btn--faded:active, .btn--faded:hover {
  opacity: 1;
}

.btn--uppercase {
  text-transform: uppercase;
}

.btn--flush {
  padding: 0;
  margin: 0.5rem 0 0.5rem 0.75rem;
}
@media (min-width: 1200px) {
  .btn--flush {
    padding: 0;
  }
}
.btn--flush span span {
  text-decoration: underline;
}

.btn--white {
  background-color: #ffffff;
  color: #4A4A4A;
}
.btn--white:focus, .btn--white:active, .btn--white:hover {
  background-color: #fcfcfc;
  color: #000000;
}

.btn--pink {
  background-color: #FF0083;
  color: #ffffff;
}
.btn--pink:focus, .btn--pink:active, .btn--pink:hover {
  background-color: #E50076;
  color: #ffffff;
}

.btn--orange {
  background-color: #DF581F;
  color: #ffffff;
}
.btn--orange:focus, .btn--orange:active, .btn--orange:hover {
  background-color: #b24619;
  color: #ffffff;
}

.btn--transparent {
  background-color: transparent;
  color: #FF0083;
}
.btn--transparent:focus, .btn--transparent:active, .btn--transparent:hover {
  background-color: transparent;
  color: #E50076;
}

.card--person {
  border-radius: 1.5rem;
  border: 2px solid #D3D3D3;
  overflow: hidden;
}
.team__grid .card--person {
  margin-bottom: 2.5rem;
}

.card__image {
  position: relative;
  display: block;
  overflow: hidden;
}
.card__image img {
  -webkit-transition: all 333ms;
  transition: all 333ms;
}
.card__image:focus img, .card__image:active img, .card__image:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.card--carousel .card__image img, .card--location .card__image img, .card--map .card__image img, .card--search .card__image img, .card--person .card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card--person .card__image {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  height: auto;
  display: block;
  content: "";
}
.card--carousel .card__image {
  position: relative;
  overflow: hidden;
  padding-top: 71.0900473934%;
  height: auto;
  display: block;
  content: "";
}
.card--location .card__image, .card--map .card__image, .card--search .card__image {
  position: relative;
  overflow: hidden;
  padding-top: 62.5%;
  height: auto;
  display: block;
  content: "";
}

.card__title {
  font-family: "Helvetica Rounded", Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  font-size: 1rem;
  color: #4A4A4A;
}
.card__title a {
  color: #4A4A4A;
}
.card__title a:focus, .card__title a:active, .card__title a:hover {
  color: #000000;
}
.card--vi .card__title {
  font-size: 1.375rem;
}
.page-template-tpl-vital .card--carousel .card__title {
  font-size: 2rem;
}
.card--carousel .card__title {
  position: relative;
  font-size: 1.5rem;
  margin-bottom: 3.5rem;
}
.card--carousel .card__title:after {
  content: "";
  display: block;
  position: absolute;
  top: -webkit-calc(100% + 1.75rem);
  top: calc(100% + 1.75rem);
  left: 50%;
  margin-left: -2rem;
  width: 4rem;
  height: 1px;
  background-color: #FF0083;
}
@media (min-width: 768px) {
  .card--carousel .card__title:after {
    left: 0;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .card--carousel .card__title {
    margin-bottom: 1rem;
  }
  .card--carousel .card__title:after {
    display: none;
  }
}

.card--carousel {
  text-align: center;
}
@media (min-width: 768px) {
  .card--carousel {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .card--carousel {
    text-align: center;
  }
}
.card--carousel.card--article .card__title {
  margin-bottom: 0.5rem;
}
.card--carousel.card--article .card__title:after {
  display: none;
}
@media (min-width: 992px) {
  .card--carousel.card--article {
    text-align: left;
  }
}

.card__head {
  padding-top: 1.25rem;
  border: 1px solid #D3D3D3;
}
.card--carousel .card__head {
  border: 0;
  padding: 1.25rem 1.25rem 0;
}
@media (min-width: 768px) {
  .card--carousel .card__head {
    padding: 0 3rem 0 0;
  }
}
@media (min-width: 992px) {
  .card--carousel .card__head {
    padding: 1.25rem 1.25rem 0;
  }
}
.card--carousel.card--article .card__head {
  border: 0;
  padding: 1.25rem 1.25rem 0;
}
@media (min-width: 768px) {
  .card--carousel.card--article .card__head {
    padding: 1.25rem 1.25rem 0;
  }
}
@media (min-width: 992px) {
  .card--carousel.card--article .card__head {
    padding: 1.25rem 1.25rem 0;
  }
}
.card--person .card__head {
  border: 0;
  background-color: #ffffff;
  padding: 1.25rem;
}

.card__text {
  font-family: "Helvetica Rounded", Helvetica, Arial, sans-serif;
  color: #808080;
  font-size: 0.75rem;
}
.card__text span {
  vertical-align: middle;
}
.card--carousel .card__text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .card--carousel .card__text {
    font-size: 1.125rem;
  }
}
.card--person .card__text {
  margin-top: 0.5rem;
  text-transform: lowercase;
}

.card__info dt,
.card__info dd {
  display: inline-block;
  vertical-align: middle;
}
.card__info dt {
  font-size: 0.75rem;
  width: 13px;
  text-transform: uppercase;
}
.card__info dt:after {
  content: ":";
}
.card__info a,
.card__info p {
  color: #808080;
}
.card__info a:focus, .card__info a:active, .card__info a:hover,
.card__info p:focus,
.card__info p:active,
.card__info p:hover {
  color: #808080;
}
.card__info a:focus, .card__info a:active, .card__info a:hover {
  color: #666666;
  text-decoration: underline;
}
.card__info dd {
  font-size: 0.875rem;
}
.card__info .address {
  margin-bottom: 0.5rem;
}
.card__info .address dt {
  display: block;
  width: auto;
}
.card__info .address p span:after {
  content: ", ";
}
.card__info .address p span:last-child:after {
  content: "";
}

.card__directions {
  display: block;
  margin: 0.5rem 0 0 !important;
}
.card__directions li {
  display: inline-block;
  margin-left: 0.5rem;
}
.card__directions li:first-child {
  margin-left: 0;
}
.card__directions a {
  background-size: 30px;
  display: block;
  width: 30px;
  height: 30px;
  opacity: 0.85;
}
.card__directions a:focus, .card__directions a:active, .card__directions a:hover {
  opacity: 1;
}
.card__directions .google a {
  background-image: url("../../images/icons/directions/vi/google-maps.svg");
}
.card__directions .uber a {
  background-image: url("../../images/icons/directions/vi/uber.svg");
}
.card__directions .citymapper a {
  background-image: url("../../images/icons/directions/vi/citymapper.svg");
}

.card--location,
.card--map,
.card--search {
  background-color: #ffffff;
  margin-bottom: 2.75rem;
  border-radius: 1rem;
  overflow: hidden;
}
.card--location .card__title,
.card--location .card__text,
.card--location .card__info,
.card--location .card__directions,
.card--map .card__title,
.card--map .card__text,
.card--map .card__info,
.card--map .card__directions,
.card--search .card__title,
.card--search .card__text,
.card--search .card__info,
.card--search .card__directions {
  padding: 0 1.25rem;
  margin: 1rem 0;
}
.card--location .card__title,
.card--map .card__title,
.card--search .card__title {
  margin: 0.5rem 0 0;
}
.card--location .card__text,
.card--map .card__text,
.card--search .card__text {
  font-family: "Helvetica Rounded", Helvetica, Arial, sans-serif;
  color: #808080;
  font-size: 0.75rem;
}
.card--location .card__text span,
.card--map .card__text span,
.card--search .card__text span {
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .col:last-child .card--location,
.col:last-child .card--map,
.col:last-child .card--search {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .card--search {
    margin-bottom: 0;
  }
}

.card__text--tube i,
.card__text--train i {
  display: inline-block;
  margin-right: 0.3333333333rem;
  vertical-align: middle;
  margin-top: -4px;
}

.card__text--tube i {
  width: 20px;
  height: 16px;
  background-image: url("../../images/icons/tube.svg");
}

.card__text--train i {
  width: 20px;
  height: 16px;
  background-image: url("../../images/icons/tube.svg");
}

.card__cta a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 0.75rem 1.25rem;
  font-family: "Helvetica Rounded", Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  background-color: #FF0083;
  color: #ffffff;
}
.card__cta a:focus, .card__cta a:active, .card__cta a:hover {
  color: #e6e6e6;
  background-color: #cc0069;
}
.page-template-tpl-vital .card__cta a {
  background-color: #900E57;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 100;
  font-style: normal;
}
.page-template-tpl-vital .card__cta a:focus, .page-template-tpl-vital .card__cta a:active, .page-template-tpl-vital .card__cta a:hover {
  color: #e6e6e6;
  background-color: #62093b;
}
.card__cta li:first-child a {
  width: 99%;
  margin-right: 1%;
}
.page-template-tpl-vital .card__cta li:first-child a {
  width: 100%;
  margin-right: 0;
}
.card--location .card__cta a {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .card--location .card__cta a {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .card--location .card__cta a {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .card--location .card__cta a {
    font-size: 0.75rem;
  }
}
@media (min-width: 1440px) {
  .card--location .card__cta a {
    font-size: 1rem;
  }
}
.card--search .card__cta a, .card--map .card__cta a {
  font-size: 0.75rem;
}
.card__cta .icon--deliveroo {
  margin-left: 0.5rem;
  width: 27px;
  height: 30px;
  background-image: url("../../images/icons/social/white/deliveroo.svg");
}

.gm-style .gm-style-iw-c {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 1rem;
  border: 1px solid #4A4A4A;
  padding: 0 0 1.25rem;
  overflow: hidden;
}
.gm-style .gm-style-iw-d {
  overflow: visible !important;
}
.gm-style .gm-style-iw-d > div {
  min-width: 273px;
  max-width: 300px;
}

.card--map {
  border: 0;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
}

.card__meta {
  text-align: center;
}
@media (min-width: 992px) {
  .card__meta {
    text-align: left;
  }
}
.card__meta > li {
  display: inline-block;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #808080;
}
.card__meta > li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
@media (min-width: 992px) {
  .card__meta > li {
    display: block;
    margin-top: 0.25rem;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
}
@media (min-width: 1200px) {
  .card__meta > li {
    display: inline-block;
    margin-top: 0;
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid #808080;
  }
  .card__meta > li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
}
.card__meta a {
  color: #4A4A4A;
  opacity: 0.85;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.card__meta a:focus, .card__meta a:active, .card__meta a:hover {
  color: #000000;
  opacity: 1;
  text-decoration: none;
}
.card__meta a:focus .card__icon, .card__meta a:active .card__icon, .card__meta a:hover .card__icon {
  opacity: 1;
}
.card__meta .card__icon {
  margin-right: 0.5rem;
  opacity: 0.85;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

@media (min-width: 992px) {
  .slider .slick-list {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .slider .slick-slide {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 768px) {
  .carousel__slider .slick-list {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .carousel__slider .slick-slide {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.carousel {
  padding: 3rem 0;
}

.carousel__title {
  margin-bottom: 1rem;
}

.menu__title {
  font-size: 1.875rem;
  margin-bottom: 1rem;
  letter-spacing: 2.5px;
}

.menu__items > li {
  margin-top: 1.5rem;
}
.menu__items > li:first-child {
  margin-top: 0;
}

.menu__tabs li a {
  border: 1px solid #FF0083;
  border-left: 0;
  display: block;
  min-height: 75px;
  position: relative;
  line-height: 1.125;
  text-align: center;
  text-transform: lowercase;
  font-size: 1.125rem;
  font-family: "Helvetica Rounded", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: lowercase;
  color: #4A4A4A;
  padding: 0 0.75rem;
}
.menu__tabs li a:focus, .menu__tabs li a:active, .menu__tabs li a:hover {
  background-color: #FF0083;
  color: #ffffff;
}
.menu__tabs li:first-child a {
  border-left: 1px solid #FF0083;
  border-radius: 1rem 0 0 1rem;
}
.menu__tabs li:last-child a {
  border-radius: 0 1rem 1rem 0;
}
.menu__tabs li.ui-state-active a {
  background-color: #FF0083;
  color: #ffffff;
}
.menu__tabs span {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.item {
  margin-top: 2rem;
}
.item:first-child {
  margin-top: 0;
}

.item__title {
  position: relative;
}
.item__title span {
  vertical-align: middle;
  line-height: 1;
  font-size: 1rem;
}
.item__title i {
  line-height: 1;
}
.item--new .item__title:before {
  content: "New";
  display: inline-block;
  text-transform: lowercase;
  font-family: "Helvetica Rounded", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  padding: 0.1666666667rem 0.5rem;
  margin-right: 0.5rem;
  background-color: #FF0083;
  color: #ffffff;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .item--new .item__title:before {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    content: "";
    position: absolute;
    top: 50%;
    left: -webkit-calc( -38px + -0.5rem );
    left: calc( -38px + -0.5rem );
    width: 38px;
    height: 37px;
    -webkit-transform: translateY(-19px);
    -ms-transform: translateY(-19px);
    transform: translateY(-19px);
    background-image: url("../../images/icons/new.svg");
  }
}

.ingredients {
  margin: 0;
  color: #808080;
  font-size: 0.875rem;
}
.ingredients > li {
  display: inline-block;
  margin-left: 0.5rem;
}
.ingredients > li:before {
  font-size: 1.125rem;
  vertical-align: middle;
  display: inline-block;
  content: "/";
  margin-right: 0.5rem;
}
.ingredients > li:first-child {
  margin-left: 0;
}
.ingredients > li:first-child:before {
  display: none;
}
.ingredients span {
  display: inline-block;
  vertical-align: middle;
}

.allergens {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-left: 0.3333333333rem;
}

.ingredients--major {
  font-weight: 400;
  margin-bottom: 0.3333333333rem;
}

.ingredients--minor {
  text-transform: lowercase;
}

.allergen {
  display: inline-block;
  margin: 0 0 0 0.25rem;
  text-transform: uppercase;
}
.allergen:first-child {
  margin-left: 0;
}
.allergen i {
  display: block;
  border-radius: 50%;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.legend .allergen {
  display: block;
  vertical-align: middle;
  margin-top: 1.25rem;
}
.legend .allergen:first-child {
  margin-top: 0;
  margin-left: 0.25rem;
}
.legend .allergen i {
  line-height: 1;
  display: inline-block;
  margin-right: 1.25rem;
  background-color: #F3F3F3;
}

.legend {
  border-radius: 1.25rem;
  border: 1px solid #808080;
  background-color: #F3F3F3;
  padding: 2.25rem 1.75rem;
}
@media (min-width: 1200px) {
  .legend {
    max-width: 100%;
  }
}

.legend__title {
  font-size: 1.375rem;
}

.location-list {
  margin: 1.75rem 0;
}
.location-list li {
  font-family: "Helvetica Rounded", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: lowercase;
  color: #9B9B9B;
  margin-top: 1rem;
}
.location-list li:first-child {
  margin-top: 0;
}
.location-list li:before {
  content: "– ";
}
.location-list li a {
  text-decoration: underline;
}
.location-list li ul {
  display: inline-block;
  list-style: none;
  margin-left: 1.5rem;
}
.location-list li ul li {
  display: inline;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  border-left: 1px solid;
}
.location-list li ul li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.location-list li ul li:before {
  content: "";
}

.locations {
  position: relative;
  background-image: url("../../images/icons/wave.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  padding: 5rem 0;
}
@media (min-width: 1440px) {
  .locations:before, .locations:after {
    content: "";
    display: block;
  }
  .locations:before {
    content: "";
    display: block;
    background-image: url("../../images/icons/splot-content.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 277px;
    height: 290px;
    position: absolute;
    top: 15%;
    left: 0;
    -webkit-transform: translateX(-66%);
    -ms-transform: translateX(-66%);
    transform: translateX(-66%);
  }
  .locations:after {
    content: "";
    display: block;
    background-image: url("../../images/icons/splot-content.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 277px;
    height: 290px;
    position: absolute;
    bottom: 15%;
    right: 0;
    -webkit-transform: translateX(66%);
    -ms-transform: translateX(66%);
    transform: translateX(66%);
  }
}
.page-template-tpl-vital .locations {
  background-image: none;
  padding-top: 0;
}
@media (min-width: 1440px) {
  .page-template-tpl-vital .locations:before, .page-template-tpl-vital .locations:after {
    display: none;
  }
}

.locations__grid > li {
  display: none;
}
.locations__grid > li.active {
  display: list-item;
}

.instagram {
  position: relative;
  padding: 2.5rem 0;
}
.instagram > .container {
  position: relative;
  z-index: 2;
}
@media (min-width: 576px) {
  .instagram {
    padding: 4rem 0;
  }
}
@media (min-width: 768px) {
  .instagram {
    padding: 5rem 0;
  }
}
@media (min-width: 992px) {
  .instagram {
    padding: 6rem 0;
  }
}
@media (min-width: 1200px) {
  .instagram {
    padding: 7rem 0;
  }
}
@media (min-width: 1440px) {
  .instagram:after {
    content: "";
    display: block;
    background-image: url("../../images/icons/splot-content.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 277px;
    height: 290px;
    position: absolute;
    bottom: 7.5%;
    right: 0;
    -webkit-transform: translateX(66%);
    -ms-transform: translateX(66%);
    transform: translateX(66%);
    z-index: 1;
  }
}

.instagram--off {
  background-color: #F3F3F3;
}

.instagram__title {
  position: relative;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 3.5rem;
}
.instagram__title:after {
  content: "";
  display: block;
  position: absolute;
  top: -webkit-calc(100% + 1.4rem);
  top: calc(100% + 1.4rem);
  left: 50%;
  margin-left: -2rem;
  width: 4rem;
  height: 1px;
  background-color: #FF0083;
}
.instagram--vi .instagram__title:after {
  background-color: #DF581F;
}
@media (min-width: 768px) {
  .instagram__title {
    font-size: 2.75rem;
    letter-spacing: 2px;
    margin-bottom: 4rem;
  }
  .instagram__title:after {
    top: -webkit-calc(100% + 1.6rem);
    top: calc(100% + 1.6rem);
  }
}
@media (min-width: 992px) {
  .instagram__title {
    font-size: 1.75rem;
    text-align: left;
    margin-bottom: 0;
  }
  .instagram__title span {
    display: block;
  }
  .instagram__title:after {
    left: 0;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .instagram__title {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  .instagram__feed {
    margin-top: -5rem;
  }
}
@media (min-width: 1200px) {
  .instagram__feed {
    margin-top: -7rem;
  }
}
.instagram__feed a {
  position: relative;
  display: block;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  height: auto;
  display: block;
  content: "";
}
.instagram__feed a img {
  -webkit-transition: all 333ms;
  transition: all 333ms;
}
.instagram__feed a:focus img, .instagram__feed a:active img, .instagram__feed a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.instagram__feed a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.instagram__feed a span {
  position: absolute;
  -webkit-transition: all 333ms;
  transition: all 333ms;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 131, 0.33);
  opacity: 0;
}
.instagram--vi .instagram__feed a span {
  background-color: rgba(223, 88, 31, 0.33);
}
.instagram__feed a:focus span, .instagram__feed a:active span, .instagram__feed a:hover span {
  opacity: 1;
}

.instagram__pin {
  position: absolute;
  top: 33%;
  right: 0;
  -webkit-transform: rotate(-90deg) translateX(50%);
  -ms-transform: rotate(-90deg) translateX(50%);
  transform: rotate(-90deg) translateX(50%);
  display: none;
}
.instagram__pin span, .instagram__pin:before {
  display: inline-block;
  vertical-align: middle;
}
.instagram__pin span {
  font-family: "Helvetica Rounded", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}
.instagram__pin:before {
  content: "";
  width: 7.5rem;
  height: 1px;
  background-color: #FF0083;
  margin-right: 0.5rem;
}
.instagram--vi .instagram__pin:before {
  background-color: #DF581F;
}
@media (min-width: 992px) {
  .instagram__pin {
    display: block;
  }
}

.instagram__follow {
  text-align: center;
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .instagram__follow {
    text-align: right;
    margin-top: -3.75rem;
  }
}

.promo {
  position: relative;
}
.promo.promo--basic, .promo.promo--double, .promo.promo--slider {
  padding: 3.25rem 0;
}
@media (min-width: 576px) {
  .promo.promo--basic, .promo.promo--double, .promo.promo--slider {
    padding: 3.75rem 0;
  }
}
@media (min-width: 768px) {
  .promo.promo--basic, .promo.promo--double, .promo.promo--slider {
    padding: 4.5rem 0;
  }
}
@media (min-width: 992px) {
  .promo.promo--basic, .promo.promo--double, .promo.promo--slider {
    padding: 5.25rem 0;
  }
}
@media (min-width: 1200px) {
  .promo.promo--basic, .promo.promo--double, .promo.promo--slider {
    padding: 6rem 0;
  }
}
@media (min-width: 1440px) {
  .promo.promo--basic, .promo.promo--double, .promo.promo--slider {
    padding: 6.25rem 0;
  }
}
.promo.promo--featured {
  padding-top: 0 !important;
}
@media (min-width: 1200px) {
  .promo.promo--slider {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1440px) {
  .promo.promo--slider {
    margin-top: 5rem;
  }
}
.promo.promo--image-overlap {
  background: -webkit-linear-gradient(90deg, #F3F3F3 8%, #FFFFFF 8%);
  background: linear-gradient(0deg, #F3F3F3 8%, #FFFFFF 8%);
  padding-bottom: 0;
}

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

.promo--basic.promo--white {
  background-color: #ffffff;
}
.promo--basic.promo--off-white {
  background-color: #F3F3F3;
}

.promo--slider > div {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0 auto;
  width: -webkit-calc(100% - 3rem );
  width: calc(100% - 3rem );
}
@media (min-width: 576px) {
  .promo--slider > div {
    padding: 0;
    margin: 0 auto;
    max-width: 1280px;
  }
}
@media (min-width: 768px) {
  .promo--slider > div {
    padding: 0;
    margin: 0 auto;
    max-width: 1280px;
  }
}
@media (min-width: 992px) {
  .promo--slider > div {
    padding: 0;
    margin: 0 auto;
    width: -webkit-calc(100% - 4rem );
    width: calc(100% - 4rem );
    max-width: 1280px;
  }
}
@media (min-width: 1200px) {
  .promo--slider > div {
    padding: 0;
    margin: 0 auto;
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .promo--slider > div {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding-left: -webkit-calc( (100vw - 1280px) / 2 );
    padding-left: calc( (100vw - 1280px) / 2 );
    padding-right: -webkit-calc( ((100vw - 1280px) / 2) / 3 );
    padding-right: calc( ((100vw - 1280px) / 2) / 3 );
  }
}

.promo__title {
  position: relative;
  margin-bottom: 3.5rem;
  font-size: 1.5rem;
  letter-spacing: 1px;
}
.promo__title a {
  color: #4A4A4A;
}
.promo__title a:focus, .promo__title a:active, .promo__title a:hover {
  color: #000000;
}
.promo__title:after {
  content: "";
  display: block;
  position: absolute;
  top: -webkit-calc(100% + 1.4rem);
  top: calc(100% + 1.4rem);
  left: 0;
  width: 4rem;
  height: 1px;
  background-color: #FF0083;
}
.page-template-tpl-vital .promo__title:after {
  background-color: #DF581F;
}
.promo--featured .promo__title:after {
  display: none;
}
.promo--featured .promo__title {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .promo__title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .promo__title {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .promo__title {
    font-size: 2.5rem;
    letter-spacing: 2px;
  }
}
.promo--slider .promo__slide .promo__title {
  display: inline-block;
  margin-bottom: 0;
}
.promo--slider .promo__slide .promo__title:after {
  display: none;
}
@media (min-width: 768px) {
  .promo--slider .promo__slide .promo__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .promo--slider .promo__slide .promo__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .promo--slider .promo__slide .promo__title {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
}
.promo--slider .container > .promo__title {
  margin-bottom: 1.5rem;
}
.promo--slider .container > .promo__title:after {
  display: none;
}
.page-template-tpl-vital .promo__title {
  font-size: 2.5rem;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .page-template-tpl-vital .promo__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .page-template-tpl-vital .promo__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .page-template-tpl-vital .promo__title {
    font-size: 2.5rem;
    letter-spacing: 2px;
  }
}

@media (min-width: 768px) {
  .promo__slide--image .promo__image {
    overflow: visible !important;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .promo__slide--image .promo__image img {
    position: static;
    top: auto;
    left: auto;
  }
}
@media (min-width: 992px) {
  .promo__slide--image {
    margin-top: -5rem;
  }
  .promo__slide--image .promo__image img {
    height: auto;
    object-fit: fill;
  }
}
@media (min-width: 1200px) {
  .promo__slide--image {
    margin-top: -12.5rem;
  }
}
@media (min-width: 1440px) {
  .promo__slide--image {
    margin-top: -15rem;
  }
}

.promo__image {
  background-color: #F3F3F3;
}
.promo--full .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 {
    background-attachment: fixed;
  }
}
.promo--basic .promo__image, .promo--slider .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, .promo--slider .promo__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.promo--basic .promo__image img.loading, .promo--slider .promo__image img.loading {
  opacity: 0;
}
@media (min-width: 992px) {
  .promo--basic .promo__image, .promo--slider .promo__image {
    overflow: visible !important;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .promo--basic .promo__image img, .promo--slider .promo__image img {
    position: static;
    top: auto;
    left: auto;
  }
}
.promo__image.promo__image--major, .promo__image.promo__image--minor {
  position: relative;
  overflow: hidden;
  padding-top: 62.5%;
  height: auto;
  display: block;
  content: "";
}
.promo__image.promo__image--major img, .promo__image.promo__image--minor img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .promo__image.promo__image--major, .promo__image.promo__image--minor {
    padding-top: 0;
  }
  .promo__image.promo__image--major img, .promo__image.promo__image--minor img {
    position: static;
    top: auto;
    left: auto;
    height: auto;
  }
}
.promo__image.promo__image--minor {
  margin-top: 1.5rem;
}

.promo--full .promo__container {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 10;
  padding: 4rem 3rem;
  width: 90%;
  max-width: 450px;
}
@media (min-width: 992px) {
  .promo--full.promo--left .promo__container {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: -webkit-calc( (100vw - 1280px) / 2 );
    left: calc( (100vw - 1280px) / 2 );
  }
}
@media (min-width: 992px) {
  .promo--full.promo--right .promo__container {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: auto;
    right: -webkit-calc( (100vw - 1280px) / 2 );
    right: calc( (100vw - 1280px) / 2 );
  }
}
.promo--white .promo__container {
  background-color: #ffffff;
}

.promo__map {
  max-width: 450px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .promo__map {
    max-width: 100%;
    margin: 0;
  }
}

.promo__upper {
  margin-bottom: 1.5rem;
}

.promo__nav {
  margin-right: 1rem;
  display: inline-block;
  vertical-align: middle;
}
.promo__nav li {
  display: inline-block;
}

.col-map {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .col-map {
    margin-bottom: 0;
  }
}

.promo--double {
  overflow: hidden;
}
.promo--double > div {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0 auto;
  width: -webkit-calc(100% - 3rem );
  width: calc(100% - 3rem );
}
@media (min-width: 576px) {
  .promo--double > div {
    padding: 0;
    margin: 0 auto;
    max-width: 1280px;
  }
}
@media (min-width: 768px) {
  .promo--double > div {
    padding: 0;
    margin: 0 auto;
    max-width: 1280px;
  }
}
@media (min-width: 992px) {
  .promo--double > div {
    padding: 0;
    margin: 0 auto;
    width: -webkit-calc(100% - 4rem );
    width: calc(100% - 4rem );
    max-width: 1280px;
  }
}
@media (min-width: 1200px) {
  .promo--double > div {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .promo--double.promo--left > div {
    padding-right: 4rem;
  }
  .promo--double.promo--right > div {
    padding-left: 4rem;
  }
}
@media (min-width: 1440px) {
  .promo--double.promo--left > div {
    padding-right: -webkit-calc( ((100vw - 1280px) / 2) );
    padding-right: calc( ((100vw - 1280px) / 2) );
  }
  .promo--double.promo--right > div {
    padding-left: -webkit-calc( ((100vw - 1280px) / 2) );
    padding-left: calc( ((100vw - 1280px) / 2) );
  }
}
.promo--double.promo--s-left:before {
  content: "";
  z-index: 1;
  display: none;
}
@media (min-width: 992px) {
  .promo--double.promo--s-left:before {
    display: block;
    content: "";
    display: block;
    background-image: url("../../images/icons/splot-content.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 277px;
    height: 290px;
    position: absolute;
    top: 5%;
    left: 0;
    -webkit-transform: translateX(-66%);
    -ms-transform: translateX(-66%);
    transform: translateX(-66%);
  }
}
.promo--double.promo--s-right:after {
  content: "";
  z-index: 1;
  display: block;
}
.promo--double.promo--s-right:after {
  content: "";
  display: block;
  background-image: url("../../images/icons/splot-content.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 277px;
  height: 290px;
  position: absolute;
  -webkit-transform: translate(66%, 66%);
  -ms-transform: translate(66%, 66%);
  transform: translate(66%, 66%);
  bottom: 0;
  right: 0;
}
@media (min-width: 1700px) {
  .promo--double.promo--s-right:after {
    content: "";
    display: block;
    background-image: url("../../images/icons/splot-content.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 277px;
    height: 290px;
    position: absolute;
    bottom: 5%;
    right: 0;
    -webkit-transform: translateX(66%);
    -ms-transform: translateX(66%);
    transform: translateX(66%);
  }
}

.promo--slider .slick-list {
  overflow: visible;
}

.promo__text {
  margin-bottom: 1.5rem;
}

.promo__flourish {
  display: none;
  width: 129px;
  height: 129px;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .promo__flourish {
    display: block;
  }
}
.promo--left .promo__flourish {
  margin: -65px 0 0 -65px;
  top: 0;
  left: 0;
}
.promo--right .promo__flourish {
  margin: -65px 0 0 -65px;
  top: 0;
  left: 0;
}

.promo__flourish--logo {
  background-image: url("../../images/icons/logo-seal.svg");
}

.promo__flourish--logo-grey {
  background-image: url("../../images/icons/logo-seal-grey.svg");
}

.promo__meta {
  margin-bottom: 1.25rem;
  color: #4A4A4A;
}
.promo__meta p {
  display: inline-block;
  margin-left: 1rem;
}
.promo__meta p:first-child {
  margin-left: 0;
}

.team {
  position: relative;
  padding: 2.5rem 0 4rem;
  background-color: #4A4A4A;
  background-image: url("../../images/corregated.jpg");
  background-size: auto;
  color: #ffffff;
}
.team .cms-area * {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .team {
    padding: 5.5rem 0 3rem;
    background-color: transparent;
    background-image: none;
  }
  .team:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: -webkit-calc( (100% / 3)*2 );
    width: calc( (100% / 3)*2 );
    height: 100%;
    background-color: #4A4A4A;
    background-image: url("../../images/corregated.jpg");
    background-size: auto;
  }
}

.team__title {
  position: relative;
  margin-bottom: 3.5rem;
  font-size: 1.5rem;
  letter-spacing: 1px;
}
.team__title:after {
  content: "";
  display: block;
  position: absolute;
  top: -webkit-calc(100% + 1.4rem);
  top: calc(100% + 1.4rem);
  left: 0;
  width: 4rem;
  height: 1px;
  background-color: #FF0083;
}
@media (min-width: 768px) {
  .team__title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .team__title {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .team__title {
    font-size: 2.5rem;
    letter-spacing: 2px;
  }
}

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

.team__slider {
  margin-top: 2.5rem;
}

.module--timeline.module--inview .timeline__container {
  opacity: 1;
}
.module--timeline.module--inview .timeline__slider .slick-slide {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.timeline {
  background-color: #F3F3F3;
}

.timeline__container {
  background-color: #ffffff;
  padding: 3.5rem;
  opacity: 0.1;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (min-width: 992px) {
  .timeline__container {
    padding: 3.5rem 2rem;
    width: 100%;
    height: 800px;
  }
}
@media (min-width: 1440px) {
  .timeline__container {
    padding: 3.5rem 7rem 0 -webkit-calc( ((100vw - 1280px) / 2) );
    padding: 3.5rem 7rem 0 calc( ((100vw - 1280px) / 2) );
  }
}

.timeline__title {
  position: relative;
  margin-bottom: 3.5rem;
  font-size: 1.5rem;
  letter-spacing: 1px;
}
.timeline__title:after {
  content: "";
  display: block;
  position: absolute;
  top: -webkit-calc(100% + 1.4rem);
  top: calc(100% + 1.4rem);
  left: 0;
  width: 4rem;
  height: 1px;
  background-color: #FF0083;
}
@media (min-width: 768px) {
  .timeline__title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .timeline__title {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .timeline__title {
    font-size: 2.5rem;
    letter-spacing: 2px;
  }
}

.timeline__nav {
  font-family: "Helvetica Rounded", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 1rem;
}
.timeline__nav li {
  margin-top: 2rem;
}
.timeline__nav li:first-child {
  margin-top: 0;
}
.timeline__nav a {
  color: #808080;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.timeline__nav a span {
  display: inline-block;
  width: 30px;
  margin-right: 0.25rem;
}
.timeline__nav a:focus, .timeline__nav a:active, .timeline__nav a:hover {
  color: #FF0083;
}
.timeline__nav .active a {
  color: #FF0083;
}
.timeline__nav .active a:focus, .timeline__nav .active a:active, .timeline__nav .active a:hover {
  color: #FF0083;
}
@media (min-width: 1200px) {
  .timeline__nav {
    font-size: 1.125rem;
  }
}

.timeline__slider .slick-slide {
  opacity: 0.1;
  position: relative;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}
.timeline__slider .slick-slide > div {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .timeline__slider .slick-slide > div {
    height: 700px;
  }
}

@media (min-width: 992px) {
  .timeline__image img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
  }
}

.timeline__box {
  padding: 3rem;
  background-color: #ffffff;
}
.timeline__box h2 {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}
.timeline__box p {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .timeline__box {
    width: 66%;
    max-width: 500px;
    position: absolute;
    top: 66%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
  }
}

.timeline__box > div {
  margin-bottom: 1rem;
}
.timeline__box h2,
.timeline__box ul {
  display: inline-block;
  vertical-align: middle;
}
.timeline__box ul {
  display: inline-block;
  margin: -0.5rem 0 0 0.5rem;
  margin-top: -10px;
}
.timeline__box ul li {
  display: inline-block;
}

.timeline__prev--disabled,
.timeline__next--disabled {
  opacity: 0.33;
  cursor: default;
}

.directions {
  background-color: #4A4A4A;
  display: inline-block;
  line-height: 0.85;
}
.directions li {
  display: inline-block;
  margin-left: -0.3333333333rem;
}
.directions li:first-child {
  margin-left: 0;
}
.directions a {
  display: block;
  padding: 1rem;
  height: 64px;
  background-color: #4A4A4A;
  -webkit-transition: background-color 500ms;
  transition: background-color 500ms;
}
.directions a i {
  display: block;
  width: 30px;
  height: 30px;
  opacity: 0.95;
}
.directions a:focus, .directions a:active, .directions a:hover {
  background-color: #313131;
}
.directions a:focus i, .directions a:active i, .directions a:hover i {
  opacity: 1;
}

.gm-style .gm-bundled-control {
  margin: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  width: 128px !important;
  height: 64px !important;
}
.gm-style .gm-bundled-control .gmnoprint > div {
  background-color: #FF0083 !important;
  width: 128px !important;
  height: 64px !important;
}
.gm-style .gm-bundled-control .gmnoprint > div > div {
  display: none !important;
}
.page-template-tpl-vital .gm-style .gm-bundled-control .gmnoprint > div {
  background-color: #DF581F !important;
}
.gm-style .gm-bundled-control img {
  display: none !important;
}
.gm-style .gm-bundled-control button {
  width: 64px !important;
  height: 64px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 50% !important;
  display: inline-block !important;
  -webkit-transition: background-color 500ms !important;
  transition: background-color 500ms !important;
}
.gm-style .gm-bundled-control button:focus, .gm-style .gm-bundled-control button:active, .gm-style .gm-bundled-control button:hover {
  background-color: #E50076 !important;
}
.page-template-tpl-vital .gm-style .gm-bundled-control button:focus, .page-template-tpl-vital .gm-style .gm-bundled-control button:active, .page-template-tpl-vital .gm-style .gm-bundled-control button:hover {
  background-color: #b24619 !important;
}
.gm-style .gm-bundled-control button:first-child {
  background-image: url("../../images/icons/plus-white.svg") !important;
}
.gm-style .gm-bundled-control button:last-child {
  background-image: url("../../images/icons/minus-white.svg") !important;
}

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

.filter {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .filter {
    position: relative;
    margin-bottom: 7.5rem;
  }
  .filter:after {
    content: "";
    display: block;
    position: absolute;
    top: -webkit-calc(100% + 3rem);
    top: calc(100% + 3rem);
    left: 1rem;
    width: 4rem;
    height: 1px;
    background-color: #FF0083;
  }
  .page-template-tpl-vital .filter:after {
    background-color: #DF581F;
  }
}

.filter__title {
  position: relative;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 3.5rem;
}
.filter__title:after {
  content: "";
  display: block;
  position: absolute;
  top: -webkit-calc(100% + 1.4rem);
  top: calc(100% + 1.4rem);
  left: 50%;
  margin-left: -2rem;
  width: 4rem;
  height: 1px;
  background-color: #FF0083;
}
@media (min-width: 768px) {
  .filter__title {
    font-size: 2.75rem;
    letter-spacing: 2px;
    margin-bottom: 2.5rem;
  }
  .filter__title:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .filter__title {
    font-size: 1.75rem;
    text-align: left;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .filter__title {
    font-size: 2.75rem;
  }
}

.filter__choose--list {
  font-family: "Helvetica Rounded", Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  font-size: 1.375rem;
  text-align: center;
}
.filter__choose--list li {
  display: inline-block;
  margin-left: 2.5rem;
}
.filter__choose--list li:first-child {
  margin-left: 0;
}
.filter__choose--list a {
  position: relative;
  color: #808080;
}
.filter__choose--list a:focus, .filter__choose--list a:active, .filter__choose--list a:hover {
  color: #4A4A4A;
}
.filter__choose--list .active a {
  color: #FF0083;
  border-color: #FF0083;
}
.filter__choose--list .active a:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FF0083;
  border-radius: 1.5px;
}
@media (min-width: 992px) {
  .filter__choose--list {
    text-align: right;
  }
}

.finder--searched .finder__text,
.finder--searched .form--finder {
  display: none;
}

.finder {
  background-color: #F3F3F3;
}
.finder .before {
  display: inline-block;
}
.finder .after {
  display: none;
}
.finder .reset {
  display: none;
  font-size: 1rem;
  color: #808080;
  margin-left: 1rem;
  vertical-align: middle;
}
.finder .reset i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../../images/icons/reset-dark.svg");
  vertical-align: middle;
  margin-top: -0.25rem;
}
.finder .reset span {
  display: inline-block;
  margin-left: 0.25rem;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-weight: bold;
}
.finder .reset:focus, .finder .reset:active, .finder .reset:hover {
  color: #808080;
}
.finder.finder--searched .before {
  display: none;
}
.finder.finder--searched .after {
  display: inline-block;
}
.finder.finder--searched .reset {
  display: inline-block;
}
.finder.finder--searched .finder__results {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .finder.finder--searched .finder__results {
    max-width: 725px;
  }
  .finder.finder--searched .finder__results .slick-track {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
  }
  .finder.finder--searched .finder__results .slick-track > div {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .finder.finder--searched .finder__results {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .finder.finder--searched .finder__results {
    max-width: 355px;
  }
}
.finder .form--finder {
  margin-top: 2rem;
  max-width: 400px;
}
.finder .form--finder .form__input {
  border-radius: 1.75rem 0 0 1.75rem;
  border: 1px solid #9B9B9B;
  border-right: 0;
}
.finder .form--finder .form__btn {
  border-radius: 0 1.75rem 1.75rem 0;
}
.finder .form--finder .form__btn span span {
  display: none;
}
@media (min-width: 992px) {
  .finder .form--finder .form__btn span span {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .finder .form--finder .form__btn i {
    margin-left: 0.75rem;
  }
}

.finder__content {
  padding: 4rem 1.5rem;
}
@media (min-width: 992px) {
  .finder__content {
    padding: 4rem 2rem;
  }
}
@media (min-width: 1200px) {
  .finder__content {
    padding: 2.75rem 2rem;
  }
}
@media (min-width: 1440px) {
  .finder__content {
    padding: 4rem -webkit-calc( ((100vw - 1280px) / 4) ) 2rem -webkit-calc( ((100vw - 1280px) / 2) );
    padding: 4rem calc( ((100vw - 1280px) / 4) ) 2rem calc( ((100vw - 1280px) / 2) );
  }
}

.finder__title {
  position: relative;
  font-size: 1.625rem;
  letter-spacing: 1px;
  margin-bottom: 3.5rem;
}
.finder__title:after {
  content: "";
  display: block;
  position: absolute;
  top: -webkit-calc(100% + 1.4rem);
  top: calc(100% + 1.4rem);
  left: 0;
  width: 4rem;
  height: 1px;
  background-color: #FF0083;
}
@media (min-width: 768px) {
  .finder__title {
    font-size: 2.75rem;
    letter-spacing: 2px;
    margin-bottom: 4rem;
  }
  .finder__title:after {
    top: -webkit-calc(100% + 1.6rem);
    top: calc(100% + 1.6rem);
  }
}

.finder__map {
  position: relative;
  overflow: hidden;
  padding-top: 86.9205298013%;
  height: auto;
  display: block;
  content: "";
  position: relative;
}
@media (min-width: 1200px) {
  .finder__map {
    padding-top: 0;
    height: 525px;
  }
}
@media (min-width: 1440px) {
  .finder__map {
    height: 562px;
  }
}
.finder__map > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.calculator--inactive,
.calculator--complete {
  display: none;
}

.nutrional-calculator-form label {
  text-transform: uppercase;
  font-weight: bold;
}

.step {
  display: block;
  position: relative;
  z-index: 1;
}
.step .step__prev .btn i, .step .step__prev .form input[type=submit] i, .form .step .step__prev input[type=submit] i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.step .step__prev .btn i:focus, .step .step__prev .form input[type=submit] i:focus, .form .step .step__prev input[type=submit] i:focus, .step .step__prev .btn i:active, .step .step__prev .form input[type=submit] i:active, .form .step .step__prev input[type=submit] i:active, .step .step__prev .btn i:hover, .step .step__prev .form input[type=submit] i:hover, .form .step .step__prev input[type=submit] i:hover {
  -webkit-transform: scale(1.1) rotate(-90deg);
  -ms-transform: scale(1.1) rotate(-90deg);
  transform: scale(1.1) rotate(-90deg);
}
.step .step__next .btn i, .step .step__next .form input[type=submit] i, .form .step .step__next input[type=submit] i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.step .step__next .btn i:focus, .step .step__next .form input[type=submit] i:focus, .form .step .step__next input[type=submit] i:focus, .step .step__next .btn i:active, .step .step__next .form input[type=submit] i:active, .form .step .step__next input[type=submit] i:active, .step .step__next .btn i:hover, .step .step__next .form input[type=submit] i:hover, .form .step .step__next input[type=submit] i:hover {
  -webkit-transform: scale(1.1) rotate(90deg);
  -ms-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotate(90deg);
}

.step .step__prev {
  display: none;
}
.step .step__next {
  display: block;
}

.step--complete .step__prev {
  display: block;
}
.step--complete .step__next {
  display: none;
}
.step--complete label,
.step--complete .selectric-wrapper {
  opacity: 0.33;
}
.step--complete .btn, .step--complete .form input[type=submit], .form .step--complete input[type=submit] {
  opacity: 0.75;
}

.step--complete .step__inputs {
  position: relative;
}
.step--complete .step__inputs:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}

.step--pending {
  display: none;
}

.step__title {
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  color: #ffffff;
  background-color: #4A4A4A;
  line-height: 1;
  border-radius: 1.25rem;
}

.step__image {
  margin-right: 1.5rem;
}

.step__ingredients > li {
  margin-top: 1.5rem;
}

.ingredient {
  border: 1px solid #808080;
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}
.ingredient > .in_inc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}

.ingredient--inactive {
  opacity: 0.75;
}
.ingredient--inactive .in_inc,
.ingredient--inactive .in_dec {
  opacity: 0.66;
}

.ingredient--active {
  border-color: #FF0083;
}

.ingredient--single .in_inc {
  display: block;
}
.ingredient--single .in_dec {
  display: none;
}
.ingredient--single.ingredient--active .in_inc {
  display: none;
}
.ingredient--single.ingredient--active .in_dec {
  display: block;
}

.ingredient__title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  text-transform: none;
  font-size: 1rem;
}

.ingredient__image {
  position: relative;
  overflow: hidden;
  width: 64px;
  height: 55px;
  margin-right: 0.75rem;
}
.ingredient__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.in_dec i,
.in_inc i {
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.in_dec i {
  width: 20px;
  height: 20px;
  background-image: url("../../images/icons/plus-grey.svg");
}
.ingredient--single .in_dec i {
  width: 20px;
  height: 20px;
  background-image: url("../../images/icons/cross-grey.svg");
}

.in_inc i {
  width: 20px;
  height: 20px;
  background-image: url("../../images/icons/minus-grey.svg");
}

.in_count {
  text-align: center;
  font-weight: bold;
  color: #FF0083;
  font-size: 1rem;
  width: 25px;
  margin: 0 0.3333333333rem;
  opacity: 0;
}
.ingredient--active .in_count {
  opacity: 1;
}

.calculator__submit {
  border-radius: 1.25rem;
  border: 1px solid #808080;
  background-color: #F3F3F3;
  padding: 2.25rem 1.75rem;
}
@media (min-width: 992px) {
  .calculator__submit {
    min-height: 100%;
  }
}

.order {
  border: 1px solid #808080;
  border-bottom: 2px dashed #D3D3D3;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  padding: 5rem 2.5rem 2.5rem;
}
.order:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 2px dashed #D3D3D3;
  margin-bottom: 5rem;
}
@media (min-width: 576px) {
  .order:after {
    content: "";
    display: block;
    width: 121px;
    height: 147px;
    background-image: url("../../images/icons/logo/head.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.25;
    position: absolute;
    top: 6.5rem;
    right: 2.5rem;
  }
}
@media (min-width: 768px) {
  .order {
    margin-top: -8rem;
  }
}

.order__title {
  font-size: 2.5rem;
  margin-bottom: 5rem;
}

.order-item {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 2px dashed #D3D3D3;
}
.order-item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.order-item__title {
  font-size: 1.75rem;
}

.order__breakdown > div {
  display: block;
  margin-top: 0.5rem;
}
.order__breakdown > div:first-child {
  margin-top: 0;
}
.order__breakdown dt,
.order__breakdown dd {
  display: inline-block;
}
.order__breakdown dt {
  font-family: "Helvetica Rounded", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: lowercase;
  margin-right: 0.5rem;
}
.order__breakdown dt:after {
  content: ":";
}
.order__breakdown dd {
  text-transform: capitalize;
}
.order__breakdown .section {
  margin-bottom: 1rem;
}
.order__breakdown .section dt, .order__breakdown .section ul {
  display: block;
}
@media (min-width: 992px) {
  .order__breakdown .section {
    margin-bottom: 0;
  }
  .order__breakdown .section dt, .order__breakdown .section ul {
    display: inline-block;
  }
  .order__breakdown .section li {
    display: inline-block;
  }
  .order__breakdown .section li:after {
    content: ",";
    margin-right: 0.3333333333rem;
  }
  .order__breakdown .section li:last-child:after {
    content: "";
    margin-right: 0;
  }
}

.order__nutrition {
  margin-top: 4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-top: 2px dashed #D3D3D3;
  border-bottom: 2px dashed #D3D3D3;
}
.order__nutrition dt,
.order__nutrition dd {
  display: inline-block;
  vertical-align: middle;
}
.order__nutrition dt {
  font-family: "Helvetica Rounded", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 1.25rem;
  width: 90px;
}
.order__nutrition dt:after {
  content: ":";
}
@media (min-width: 992px) {
  .order__nutrition dt {
    margin-right: 0.5rem;
    width: auto;
  }
}
.order__nutrition dd ul li {
  display: inline-block;
  margin-left: 0.5rem;
}
.order__nutrition dd ul li:first-child {
  margin-left: 0;
}

.order__total {
  color: #FF0083;
}

.addon {
  position: relative;
  padding: 5rem 2.5rem 2.5rem;
  background-color: #F3F3F3;
  border-left: 1px solid #F3F3F3;
  border-right: 1px solid #F3F3F3;
}
.addon label {
  font-family: "Helvetica Rounded", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 1.75rem;
}
.addon:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -36px;
  left: 0;
  width: 100%;
  height: 36px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F3F3F3), color-stop(0%, transparent)), linear-gradient(135deg, #ffffff 33.33%, transparent 33.33%) 0 0%, #ffffff linear-gradient(45deg, #ffffff 33.33%, #F3F3F3 33.33%) 0 0%;
  background: -webkit-linear-gradient(#F3F3F3 0%, transparent 0%), -webkit-linear-gradient(315deg, #ffffff 33.33%, transparent 33.33%) 0 0%, #ffffff linear-gradient(45deg, #ffffff 33.33%, #F3F3F3 33.33%) 0 0%;
  background: linear-gradient(#F3F3F3 0%, transparent 0%), linear-gradient(135deg, #ffffff 33.33%, transparent 33.33%) 0 0%, #ffffff linear-gradient(45deg, #ffffff 33.33%, #F3F3F3 33.33%) 0 0%;
  background: -webkit-linear-gradient(#F3F3F3 0%, transparent 0%), -webkit-linear-gradient(135deg, #ffffff 33.33%, transparent 33.33%) 0 0%, #ffffff -webkit-linear-gradient(45deg, #ffffff 33.33%, #F3F3F3 33.33%) 0 0%;
  background-repeat: repeat-x;
  background-size: 0px 100%, 27px 27px, 27px 27px;
}

.modules {
  padding-top: 3.25rem;
}
@media (min-width: 576px) {
  .modules {
    padding-top: 3.75rem;
  }
}
@media (min-width: 768px) {
  .modules {
    padding-top: 4.5rem;
  }
}
@media (min-width: 992px) {
  .modules {
    padding-top: 5.25rem;
  }
}
@media (min-width: 1200px) {
  .modules {
    padding-top: 6rem;
  }
}
@media (min-width: 1440px) {
  .modules {
    padding-top: 7.25rem;
  }
}
.page-template-tpl-vital .modules {
  padding-top: 3.25rem !important;
}

.module--triple .triple {
  padding-bottom: 2rem;
}
@media (min-width: 576px) {
  .module--triple .triple {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .module--triple .triple {
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .module--triple .triple {
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .module--triple .triple {
    padding-bottom: 4rem;
  }
}
@media (min-width: 1440px) {
  .module--triple .triple {
    padding-bottom: 4.5rem;
  }
}

.module--promo-full {
  padding: 2rem 0;
}
@media (min-width: 576px) {
  .module--promo-full {
    padding: 2.5rem 0;
  }
}
@media (min-width: 768px) {
  .module--promo-full {
    padding: 3rem 0;
  }
}
@media (min-width: 992px) {
  .module--promo-full {
    padding: 3.5rem 0;
  }
}
@media (min-width: 1200px) {
  .module--promo-full {
    padding: 4rem 0;
  }
}
@media (min-width: 1440px) {
  .module--promo-full {
    padding: 4.5rem 0;
  }
}
body.home .module--promo-full {
  padding-bottom: 0 !important;
}

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

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

.popup__wrap {
  position: absolute;
  min-width: 380px;
  min-height: 380px;
  max-width: 600px;
  max-height: 600px;
  background-color: #f52887;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.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);
  }
  .article:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
}

.article__title {
  line-height: 1.5;
  font-size: 1.25rem;
  color: #4A4A4A;
}
.article__title a {
  color: #4A4A4A;
}
.article__title a:focus, .article__title a:active, .article__title a:hover {
  color: #000000;
}
@media (min-width: 1200px) {
  .article__title {
    font-size: 1.5rem;
  }
}

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

.article__excerpt {
  color: #4A4A4A;
}

.share {
  position: relative;
}

.share__container {
  position: absolute;
  bottom: -webkit-calc(100% + 1rem );
  bottom: calc(100% + 1rem );
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #FF0083;
  padding: 1rem;
  color: #ffffff;
  width: -webkit-calc((28px * 3) + (3rem) + (4rem));
  width: calc((28px * 3) + (3rem) + (4rem));
  display: none;
}
.share__container:after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid #FF0083;
}
.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;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

.pagination {
  font-size: 1rem;
  margin: 0;
  font-weight: 100;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  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(255, 0, 131, 0.25);
  color: #FF0083;
}
.page-link:focus, .page-link:active, .page-link:hover {
  background-color: transparent;
  color: #cc0069;
  border-color: rgba(255, 0, 131, 0.75);
}
.page-item--current .page-link {
  border-color: #FF0083;
  color: #FF0083;
}
.page-item.disabled .page-link {
  color: #808080;
}
.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;
}

/***
	Pages (Specific page styles)
***/
.nav--active body,
.nutrition--active body {
  overflow: hidden;
}

.nav--active main.content,
.nav--active .footer,
.nav--active .header__subnav,
.nutrition--active main.content,
.nutrition--active .footer,
.nutrition--active .header__subnav {
  display: none !important;
}

.nutrition--active .header {
  display: none !important;
}

main.content {
  overflow: hidden;
}

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

.col-0, .promo__slide--image .col--hidden {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0%;
  -ms-flex: 0 0 0%;
  flex: 0 0 0%;
  max-width: 0%;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.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: -8px;
  margin-left: -8px;
}
.row.row--half-gutters > .col,
.row.row--half-gutters > [class*=col-] {
  padding-right: 8px;
  padding-left: 8px;
}

.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 {
  line-height: 1;
}
.social li {
  display: inline-block;
  margin-left: 1rem;
}
.social li:first-child {
  margin-left: 0;
}
.social a {
  display: block;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.social a i {
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.social a .icon--instagram {
  width: 25px;
  height: 25px;
  background-image: url("../../images/icons/social/white/instagram.svg");
}
.social a .icon--deliveroo {
  width: 27px;
  height: 30px;
  background-image: url("../../images/icons/social/white/deliveroo.svg");
}
.social a:focus .icon--instagram, .social a:active .icon--instagram, .social a:hover .icon--instagram {
  width: 25px;
  height: 25px;
  background-image: url("../../images/icons/social/pink/instagram.svg");
}
.social a:focus .icon--deliveroo, .social a:active .icon--deliveroo, .social a:hover .icon--deliveroo {
  width: 27px;
  height: 30px;
  background-image: url("../../images/icons/social/pink/deliveroo.svg");
}

.module--triple.module--inview .card--carousel {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.triple {
  padding: 2.5rem 0;
  position: relative;
}
@media (min-width: 576px) {
  .triple {
    padding: 4rem 0;
  }
}
@media (min-width: 768px) {
  .triple {
    padding: 5rem 0;
  }
}
@media (min-width: 992px) {
  .triple {
    padding: 6rem 0 0;
    position: relative;
  }
  .triple .container {
    position: relative;
    z-index: 2;
  }
  .triple:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background-color: #F3F3F3;
  }
}
@media (min-width: 1440px) {
  .triple:after {
    content: "";
    display: block;
    background-image: url("../../images/icons/splot-content.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 277px;
    height: 290px;
    position: absolute;
    top: 7.5%;
    left: 0;
    -webkit-transform: translateX(-66%);
    -ms-transform: translateX(-66%);
    transform: translateX(-66%);
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .page-template-tpl-vital .triple {
    padding: 6rem 0;
  }
  .page-template-tpl-vital .triple:before {
    display: none;
  }
}
@media (min-width: 1440px) {
  .page-template-tpl-vital .triple:after {
    display: none;
  }
}

.opening {
  color: #808080;
  font-size: 1.125rem;
  margin-bottom: 2.5rem;
}
.opening > div {
  margin-top: 0.5rem;
}
.opening > div:first-child {
  margin-top: 0;
}
.opening dt,
.opening dd {
  font-weight: 100;
  font-style: normal;
}
.opening dt {
  width: 220px;
}
.opening dt:after {
  content: ":";
}
