@charset "UTF-8";
/* BOOTSTRAP VARIABLES */
@font-face {
  font-family: "Value Serif Pro";
  src: url("../otf/value-serif-regular-pro.otf");
}
@font-face {
  font-family: "Value Serif Pro";
  src: url("../otf/value-serif-bold-pro.otf");
  font-weight: bold;
}
@font-face {
  font-family: "Value Serif Pro";
  src: url("../otf/value-serif-medium-pro.otf");
  font-weight: 500;
}
@font-face {
  font-family: "Gelato Luxe";
  src: url("../otf/gelato-luxe.otf");
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../otf/avenirltstd-roman.otf");
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../otf/avenirltstd-heavy.otf");
  font-weight: bold;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../otf/avenirltstd-oblique.otf");
  font-style: italic;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../otf/avenirltstd-heavyoblique.otf");
  font-style: italic;
  font-weight: bold;
}
/* OUR VARIABLES */
/* BOOTSTRAP FILES */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #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;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 544px) {
  .container-sm, .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1310px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 544px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1700px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxxl-first {
    order: -1;
  }

  .order-xxxl-last {
    order: 13;
  }

  .order-xxxl-0 {
    order: 0;
  }

  .order-xxxl-1 {
    order: 1;
  }

  .order-xxxl-2 {
    order: 2;
  }

  .order-xxxl-3 {
    order: 3;
  }

  .order-xxxl-4 {
    order: 4;
  }

  .order-xxxl-5 {
    order: 5;
  }

  .order-xxxl-6 {
    order: 6;
  }

  .order-xxxl-7 {
    order: 7;
  }

  .order-xxxl-8 {
    order: 8;
  }

  .order-xxxl-9 {
    order: 9;
  }

  .order-xxxl-10 {
    order: 10;
  }

  .order-xxxl-11 {
    order: 11;
  }

  .order-xxxl-12 {
    order: 12;
  }

  .offset-xxxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 544px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1700px) {
  .flex-xxxl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1700px) {
  .d-xxxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
/* FONT AWESOME */
/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-abacus:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acorn:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-conditioner:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-alarm-clock:before {
  content: "";
}

.fa-alarm-exclamation:before {
  content: "";
}

.fa-alarm-plus:before {
  content: "";
}

.fa-alarm-snooze:before {
  content: "";
}

.fa-album:before {
  content: "";
}

.fa-album-collection:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-alicorn:before {
  content: "";
}

.fa-alien:before {
  content: "";
}

.fa-alien-monster:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-slash:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-amp-guitar:before {
  content: "";
}

.fa-analytics:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angel:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-crate:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-alt-down:before {
  content: "";
}

.fa-arrow-alt-from-bottom:before {
  content: "";
}

.fa-arrow-alt-from-left:before {
  content: "";
}

.fa-arrow-alt-from-right:before {
  content: "";
}

.fa-arrow-alt-from-top:before {
  content: "";
}

.fa-arrow-alt-left:before {
  content: "";
}

.fa-arrow-alt-right:before {
  content: "";
}

.fa-arrow-alt-square-down:before {
  content: "";
}

.fa-arrow-alt-square-left:before {
  content: "";
}

.fa-arrow-alt-square-right:before {
  content: "";
}

.fa-arrow-alt-square-up:before {
  content: "";
}

.fa-arrow-alt-to-bottom:before {
  content: "";
}

.fa-arrow-alt-to-left:before {
  content: "";
}

.fa-arrow-alt-to-right:before {
  content: "";
}

.fa-arrow-alt-to-top:before {
  content: "";
}

.fa-arrow-alt-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-from-bottom:before {
  content: "";
}

.fa-arrow-from-left:before {
  content: "";
}

.fa-arrow-from-right:before {
  content: "";
}

.fa-arrow-from-top:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-square-down:before {
  content: "";
}

.fa-arrow-square-left:before {
  content: "";
}

.fa-arrow-square-right:before {
  content: "";
}

.fa-arrow-square-up:before {
  content: "";
}

.fa-arrow-to-bottom:before {
  content: "";
}

.fa-arrow-to-left:before {
  content: "";
}

.fa-arrow-to-right:before {
  content: "";
}

.fa-arrow-to-top:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-atom-alt:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-axe:before {
  content: "";
}

.fa-axe-battle:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backpack:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-bacteria:before {
  content: "";
}

.fa-bacterium:before {
  content: "";
}

.fa-badge:before {
  content: "";
}

.fa-badge-check:before {
  content: "";
}

.fa-badge-dollar:before {
  content: "";
}

.fa-badge-percent:before {
  content: "";
}

.fa-badge-sheriff:before {
  content: "";
}

.fa-badger-honey:before {
  content: "";
}

.fa-bags-shopping:before {
  content: "";
}

.fa-bahai:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ball-pile:before {
  content: "";
}

.fa-ballot:before {
  content: "";
}

.fa-ballot-check:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-banjo:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-barcode-alt:before {
  content: "";
}

.fa-barcode-read:before {
  content: "";
}

.fa-barcode-scan:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-basketball-hoop:before {
  content: "";
}

.fa-bat:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-bolt:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-slash:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-bed-alt:before {
  content: "";
}

.fa-bed-bunk:before {
  content: "";
}

.fa-bed-empty:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-exclamation:before {
  content: "";
}

.fa-bell-on:before {
  content: "";
}

.fa-bell-plus:before {
  content: "";
}

.fa-bell-school:before {
  content: "";
}

.fa-bell-school-slash:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bells:before {
  content: "";
}

.fa-betamax:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-biking-mountain:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blanket:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blinds:before {
  content: "";
}

.fa-blinds-open:before {
  content: "";
}

.fa-blinds-raised:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bone-break:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-alt:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-heart:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-book-spells:before {
  content: "";
}

.fa-book-user:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-books:before {
  content: "";
}

.fa-books-medical:before {
  content: "";
}

.fa-boombox:before {
  content: "";
}

.fa-boot:before {
  content: "";
}

.fa-booth-curtain:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-bottom:before {
  content: "";
}

.fa-border-center-h:before {
  content: "";
}

.fa-border-center-v:before {
  content: "";
}

.fa-border-inner:before {
  content: "";
}

.fa-border-left:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-outer:before {
  content: "";
}

.fa-border-right:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-border-style-alt:before {
  content: "";
}

.fa-border-top:before {
  content: "";
}

.fa-bow-arrow:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-bowling-pins:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-alt:before {
  content: "";
}

.fa-box-ballot:before {
  content: "";
}

.fa-box-check:before {
  content: "";
}

.fa-box-fragile:before {
  content: "";
}

.fa-box-full:before {
  content: "";
}

.fa-box-heart:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-tissue:before {
  content: "";
}

.fa-box-up:before {
  content: "";
}

.fa-box-usd:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-boxes-alt:before {
  content: "";
}

.fa-boxing-glove:before {
  content: "";
}

.fa-brackets:before {
  content: "";
}

.fa-brackets-curly:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-loaf:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-bring-forward:before {
  content: "";
}

.fa-bring-front:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-browser:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-bullseye-arrow:before {
  content: "";
}

.fa-bullseye-pointer:before {
  content: "";
}

.fa-burger-soda:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-burrito:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-bus-school:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-cabinet-filing:before {
  content: "";
}

.fa-cactus:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calculator-alt:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-edit:before {
  content: "";
}

.fa-calendar-exclamation:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-star:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camcorder:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-alt:before {
  content: "";
}

.fa-camera-home:before {
  content: "";
}

.fa-camera-movie:before {
  content: "";
}

.fa-camera-polaroid:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campfire:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candle-holder:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-candy-corn:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-building:before {
  content: "";
}

.fa-car-bump:before {
  content: "";
}

.fa-car-bus:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-garage:before {
  content: "";
}

.fa-car-mechanic:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-car-tilt:before {
  content: "";
}

.fa-car-wash:before {
  content: "";
}

.fa-caravan:before {
  content: "";
}

.fa-caravan-alt:before {
  content: "";
}

.fa-caret-circle-down:before {
  content: "";
}

.fa-caret-circle-left:before {
  content: "";
}

.fa-caret-circle-right:before {
  content: "";
}

.fa-caret-circle-up:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cars:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cassette-tape:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cat-space:before {
  content: "";
}

.fa-cauldron:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cctv:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chair-office:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-line-down:before {
  content: "";
}

.fa-chart-network:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-chart-pie-alt:before {
  content: "";
}

.fa-chart-scatter:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-cheese-swiss:before {
  content: "";
}

.fa-cheeseburger:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-bishop-alt:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-clock:before {
  content: "";
}

.fa-chess-clock-alt:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-king-alt:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-knight-alt:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-pawn-alt:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-queen-alt:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chess-rook-alt:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-double-down:before {
  content: "";
}

.fa-chevron-double-left:before {
  content: "";
}

.fa-chevron-double-right:before {
  content: "";
}

.fa-chevron-double-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-square-down:before {
  content: "";
}

.fa-chevron-square-left:before {
  content: "";
}

.fa-chevron-square-right:before {
  content: "";
}

.fa-chevron-square-up:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chimney:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clarinet:before {
  content: "";
}

.fa-claw-marks:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clipboard-list-check:before {
  content: "";
}

.fa-clipboard-prescription:before {
  content: "";
}

.fa-clipboard-user:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-drizzle:before {
  content: "";
}

.fa-cloud-hail:before {
  content: "";
}

.fa-cloud-hail-mixed:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-music:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-rainbow:before {
  content: "";
}

.fa-cloud-showers:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sleet:before {
  content: "";
}

.fa-cloud-snow:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-clouds:before {
  content: "";
}

.fa-clouds-moon:before {
  content: "";
}

.fa-clouds-sun:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-club:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-code-commit:before {
  content: "";
}

.fa-code-merge:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-coffee-pot:before {
  content: "";
}

.fa-coffee-togo:before {
  content: "";
}

.fa-coffin:before {
  content: "";
}

.fa-coffin-cross:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coin:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comet:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-alt-check:before {
  content: "";
}

.fa-comment-alt-dollar:before {
  content: "";
}

.fa-comment-alt-dots:before {
  content: "";
}

.fa-comment-alt-edit:before {
  content: "";
}

.fa-comment-alt-exclamation:before {
  content: "";
}

.fa-comment-alt-lines:before {
  content: "";
}

.fa-comment-alt-medical:before {
  content: "";
}

.fa-comment-alt-minus:before {
  content: "";
}

.fa-comment-alt-music:before {
  content: "";
}

.fa-comment-alt-plus:before {
  content: "";
}

.fa-comment-alt-slash:before {
  content: "";
}

.fa-comment-alt-smile:before {
  content: "";
}

.fa-comment-alt-times:before {
  content: "";
}

.fa-comment-check:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-edit:before {
  content: "";
}

.fa-comment-exclamation:before {
  content: "";
}

.fa-comment-lines:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-minus:before {
  content: "";
}

.fa-comment-music:before {
  content: "";
}

.fa-comment-plus:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comment-smile:before {
  content: "";
}

.fa-comment-times:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-alt:before {
  content: "";
}

.fa-comments-alt-dollar:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compass-slash:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-compress-wide:before {
  content: "";
}

.fa-computer-classic:before {
  content: "";
}

.fa-computer-speaker:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-construction:before {
  content: "";
}

.fa-container-storage:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-conveyor-belt:before {
  content: "";
}

.fa-conveyor-belt-alt:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-corn:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cow:before {
  content: "";
}

.fa-cowbell:before {
  content: "";
}

.fa-cowbell-more:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-credit-card-blank:before {
  content: "";
}

.fa-credit-card-front:before {
  content: "";
}

.fa-cricket:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-croissant:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-crutches:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-curling:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dagger:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-debug:before {
  content: "";
}

.fa-deer:before {
  content: "";
}

.fa-deer-rudolph:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-desktop-alt:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dewpoint:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d10:before {
  content: "";
}

.fa-dice-d12:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d4:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-d8:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digging:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-diploma:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-disc-drive:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-do-not-enter:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dog-leashed:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-empty:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-dolly-flatbed-alt:before {
  content: "";
}

.fa-dolly-flatbed-empty:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-circle:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-draw-square:before {
  content: "";
}

.fa-dreidel:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-drone:before {
  content: "";
}

.fa-drone-alt:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dryer:before {
  content: "";
}

.fa-dryer-alt:before {
  content: "";
}

.fa-duck:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-ear:before {
  content: "";
}

.fa-ear-muffs:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-eclipse:before {
  content: "";
}

.fa-eclipse-alt:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-egg-fried:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-elephant:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-h-alt:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ellipsis-v-alt:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-empty-set:before {
  content: "";
}

.fa-engine-warning:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-dollar:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-square:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expand-wide:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-evil:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

.fa-fan-table:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-farm:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-faucet:before {
  content: "";
}

.fa-faucet-drip:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-field-hockey:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-certificate:before {
  content: "";
}

.fa-file-chart-line:before {
  content: "";
}

.fa-file-chart-pie:before {
  content: "";
}

.fa-file-check:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-edit:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-exclamation:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-minus:before {
  content: "";
}

.fa-file-music:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-plus:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-search:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-spreadsheet:before {
  content: "";
}

.fa-file-times:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-user:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-files-medical:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-film-alt:before {
  content: "";
}

.fa-film-canister:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-fire-smoke:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-fireplace:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fish-cooked:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-alt:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flame:before {
  content: "";
}

.fa-flashlight:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flask-poison:before {
  content: "";
}

.fa-flask-potion:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flower:before {
  content: "";
}

.fa-flower-daffodil:before {
  content: "";
}

.fa-flower-tulip:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-flute:before {
  content: "";
}

.fa-flux-capacitor:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-fog:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-download:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-folder-times:before {
  content: "";
}

.fa-folder-tree:before {
  content: "";
}

.fa-folder-upload:before {
  content: "";
}

.fa-folders:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-font-case:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-football-helmet:before {
  content: "";
}

.fa-forklift:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-fragile:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-french-fries:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frosty-head:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-function:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-galaxy:before {
  content: "";
}

.fa-game-board:before {
  content: "";
}

.fa-game-board-alt:before {
  content: "";
}

.fa-game-console-handheld:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gamepad-alt:before {
  content: "";
}

.fa-garage:before {
  content: "";
}

.fa-garage-car:before {
  content: "";
}

.fa-garage-open:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gas-pump-slash:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gift-card:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-gingerbread-man:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass:before {
  content: "";
}

.fa-glass-champagne:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-citrus:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glass-whiskey-rocks:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glasses-alt:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-globe-snow:before {
  content: "";
}

.fa-globe-stand:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-golf-club:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gramophone:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-guitar-electric:before {
  content: "";
}

.fa-guitars:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-h1:before {
  content: "";
}

.fa-h2:before {
  content: "";
}

.fa-h3:before {
  content: "";
}

.fa-h4:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hammer-war:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-heart:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-box:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-magic:before {
  content: "";
}

.fa-hand-holding-medical:before {
  content: "";
}

.fa-hand-holding-seedling:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-receiving:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-sparkles:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-heart:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-usd:before {
  content: "";
}

.fa-hands-wash:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt:before {
  content: "";
}

.fa-handshake-alt-slash:before {
  content: "";
}

.fa-handshake-slash:before {
  content: "";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-chef:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-santa:before {
  content: "";
}

.fa-hat-winter:before {
  content: "";
}

.fa-hat-witch:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side:before {
  content: "";
}

.fa-head-side-brain:before {
  content: "";
}

.fa-head-side-cough:before {
  content: "";
}

.fa-head-side-cough-slash:before {
  content: "";
}

.fa-head-side-headphones:before {
  content: "";
}

.fa-head-side-mask:before {
  content: "";
}

.fa-head-side-medical:before {
  content: "";
}

.fa-head-side-virus:before {
  content: "";
}

.fa-head-vr:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heart-circle:before {
  content: "";
}

.fa-heart-rate:before {
  content: "";
}

.fa-heart-square:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-heat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-helmet-battle:before {
  content: "";
}

.fa-hexagon:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-hockey-mask:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-hockey-sticks:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-home-alt:before {
  content: "";
}

.fa-home-heart:before {
  content: "";
}

.fa-home-lg:before {
  content: "";
}

.fa-home-lg-alt:before {
  content: "";
}

.fa-hood-cloak:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-horizontal-rule:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-horse-saddle:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hospitals:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-day:before {
  content: "";
}

.fa-house-flood:before {
  content: "";
}

.fa-house-leave:before {
  content: "";
}

.fa-house-night:before {
  content: "";
}

.fa-house-return:before {
  content: "";
}

.fa-house-signal:before {
  content: "";
}

.fa-house-user:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-humidity:before {
  content: "";
}

.fa-hurricane:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-ice-skate:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-icons-alt:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-image-polaroid:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-inbox-in:before {
  content: "";
}

.fa-inbox-out:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-industry-alt:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-info-square:before {
  content: "";
}

.fa-inhaler:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-integral:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-intersection:before {
  content: "";
}

.fa-inventory:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-island-tropical:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-jack-o-lantern:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-joystick:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-jug:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-kazoo:before {
  content: "";
}

.fa-kerning:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-key-skeleton:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-keynote:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kidneys:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kite:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-knife-kitchen:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-lambda:before {
  content: "";
}

.fa-lamp:before {
  content: "";
}

.fa-lamp-desk:before {
  content: "";
}

.fa-lamp-floor:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-landmark-alt:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-house:before {
  content: "";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lasso:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-layer-minus:before {
  content: "";
}

.fa-layer-plus:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leaf-heart:before {
  content: "";
}

.fa-leaf-maple:before {
  content: "";
}

.fa-leaf-oak:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-light-ceiling:before {
  content: "";
}

.fa-light-switch:before {
  content: "";
}

.fa-light-switch-off:before {
  content: "";
}

.fa-light-switch-on:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-lightbulb-dollar:before {
  content: "";
}

.fa-lightbulb-exclamation:before {
  content: "";
}

.fa-lightbulb-on:before {
  content: "";
}

.fa-lightbulb-slash:before {
  content: "";
}

.fa-lights-holiday:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-line-columns:before {
  content: "";
}

.fa-line-height:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lips:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-music:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-location-circle:before {
  content: "";
}

.fa-location-slash:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-alt:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-lock-open-alt:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-loveseat:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luchador:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-mace:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailbox:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-mandolin:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-marker-alt-slash:before {
  content: "";
}

.fa-map-marker-check:before {
  content: "";
}

.fa-map-marker-edit:before {
  content: "";
}

.fa-map-marker-exclamation:before {
  content: "";
}

.fa-map-marker-minus:before {
  content: "";
}

.fa-map-marker-plus:before {
  content: "";
}

.fa-map-marker-question:before {
  content: "";
}

.fa-map-marker-slash:before {
  content: "";
}

.fa-map-marker-smile:before {
  content: "";
}

.fa-map-marker-times:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-meat:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaphone:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microphone-stand:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-microwave:before {
  content: "";
}

.fa-mind-share:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-hexagon:before {
  content: "";
}

.fa-minus-octagon:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mistletoe:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-mobile-android:before {
  content: "";
}

.fa-mobile-android-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-money-check-edit:before {
  content: "";
}

.fa-money-check-edit-alt:before {
  content: "";
}

.fa-monitor-heart-rate:before {
  content: "";
}

.fa-monkey:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-moon-cloud:before {
  content: "";
}

.fa-moon-stars:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mountains:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-alt:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mp3-player:before {
  content: "";
}

.fa-mug:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-mug-marshmallows:before {
  content: "";
}

.fa-mug-tea:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-music-alt:before {
  content: "";
}

.fa-music-alt-slash:before {
  content: "";
}

.fa-music-slash:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-narwhal:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-octagon:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-oil-temp:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-omega:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-ornament:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-outlet:before {
  content: "";
}

.fa-oven:before {
  content: "";
}

.fa-overline:before {
  content: "";
}

.fa-page-break:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-brush-alt:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-pallet-alt:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-paragraph-rtl:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-parking-circle:before {
  content: "";
}

.fa-parking-circle-slash:before {
  content: "";
}

.fa-parking-slash:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paw-alt:before {
  content: "";
}

.fa-paw-claws:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pegasus:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-paintbrush:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-pennant:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-person-carry:before {
  content: "";
}

.fa-person-dolly:before {
  content: "";
}

.fa-person-dolly-empty:before {
  content: "";
}

.fa-person-sign:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-laptop:before {
  content: "";
}

.fa-phone-office:before {
  content: "";
}

.fa-phone-plus:before {
  content: "";
}

.fa-phone-rotary:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pi:before {
  content: "";
}

.fa-piano:before {
  content: "";
}

.fa-piano-keyboard:before {
  content: "";
}

.fa-pie:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-pig:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-alt:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash:before {
  content: "";
}

.fa-planet-moon:before {
  content: "";
}

.fa-planet-ringed:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-hexagon:before {
  content: "";
}

.fa-plus-octagon:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-podium:before {
  content: "";
}

.fa-podium-star:before {
  content: "";
}

.fa-police-box:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poll-people:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-popcorn:before {
  content: "";
}

.fa-portal-enter:before {
  content: "";
}

.fa-portal-exit:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-presentation:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-print-search:before {
  content: "";
}

.fa-print-slash:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-projector:before {
  content: "";
}

.fa-pump-medical:before {
  content: "";
}

.fa-pump-soap:before {
  content: "";
}

.fa-pumpkin:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-question-square:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-rabbit:before {
  content: "";
}

.fa-rabbit-fast:before {
  content: "";
}

.fa-racquet:before {
  content: "";
}

.fa-radar:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-radio:before {
  content: "";
}

.fa-radio-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-raindrops:before {
  content: "";
}

.fa-ram:before {
  content: "";
}

.fa-ramp-loading:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-raygun:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-rectangle-landscape:before {
  content: "";
}

.fa-rectangle-portrait:before {
  content: "";
}

.fa-rectangle-wide:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-refrigerator:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-repeat:before {
  content: "";
}

.fa-repeat-1:before {
  content: "";
}

.fa-repeat-1-alt:before {
  content: "";
}

.fa-repeat-alt:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-retweet-alt:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-rings-wedding:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocket-launch:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-route-highway:before {
  content: "";
}

.fa-route-interstate:before {
  content: "";
}

.fa-router:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-triangle:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-rv:before {
  content: "";
}

.fa-sack:before {
  content: "";
}

.fa-sack-dollar:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salad:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sandwich:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-sausage:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-sax-hot:before {
  content: "";
}

.fa-saxophone:before {
  content: "";
}

.fa-scalpel:before {
  content: "";
}

.fa-scalpel-path:before {
  content: "";
}

.fa-scanner:before {
  content: "";
}

.fa-scanner-image:before {
  content: "";
}

.fa-scanner-keyboard:before {
  content: "";
}

.fa-scanner-touchscreen:before {
  content: "";
}

.fa-scarecrow:before {
  content: "";
}

.fa-scarf:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-scroll-old:before {
  content: "";
}

.fa-scrubber:before {
  content: "";
}

.fa-scythe:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-send-back:before {
  content: "";
}

.fa-send-backward:before {
  content: "";
}

.fa-sensor:before {
  content: "";
}

.fa-sensor-alert:before {
  content: "";
}

.fa-sensor-fire:before {
  content: "";
}

.fa-sensor-on:before {
  content: "";
}

.fa-sensor-smoke:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-all:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-sheep:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-check:before {
  content: "";
}

.fa-shield-cross:before {
  content: "";
}

.fa-shield-virus:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shipping-timed:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shish-kebab:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shovel:before {
  content: "";
}

.fa-shovel-snow:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shredder:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-shuttlecock:before {
  content: "";
}

.fa-sickle:before {
  content: "";
}

.fa-sigma:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signal-1:before {
  content: "";
}

.fa-signal-2:before {
  content: "";
}

.fa-signal-3:before {
  content: "";
}

.fa-signal-4:before {
  content: "";
}

.fa-signal-alt:before {
  content: "";
}

.fa-signal-alt-1:before {
  content: "";
}

.fa-signal-alt-2:before {
  content: "";
}

.fa-signal-alt-3:before {
  content: "";
}

.fa-signal-alt-slash:before {
  content: "";
}

.fa-signal-slash:before {
  content: "";
}

.fa-signal-stream:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sink:before {
  content: "";
}

.fa-siren:before {
  content: "";
}

.fa-siren-on:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-skeleton:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-ski-jump:before {
  content: "";
}

.fa-ski-lift:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-cow:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sledding:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-sliders-h-square:before {
  content: "";
}

.fa-sliders-v:before {
  content: "";
}

.fa-sliders-v-square:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-plus:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoke:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snake:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snooze:before {
  content: "";
}

.fa-snow-blowing:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowflakes:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowmobile:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-solar-system:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-circle:before {
  content: "";
}

.fa-sort-circle-down:before {
  content: "";
}

.fa-sort-circle-up:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-shapes-down:before {
  content: "";
}

.fa-sort-shapes-down-alt:before {
  content: "";
}

.fa-sort-shapes-up:before {
  content: "";
}

.fa-sort-shapes-up-alt:before {
  content: "";
}

.fa-sort-size-down:before {
  content: "";
}

.fa-sort-size-down-alt:before {
  content: "";
}

.fa-sort-size-up:before {
  content: "";
}

.fa-sort-size-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-soup:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-space-station-moon:before {
  content: "";
}

.fa-space-station-moon-alt:before {
  content: "";
}

.fa-spade:before {
  content: "";
}

.fa-sparkles:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-speakers:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spider-black-widow:before {
  content: "";
}

.fa-spider-web:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-spinner-third:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-sprinkler:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-squirrel:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-staff:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-christmas:before {
  content: "";
}

.fa-star-exclamation:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-star-shooting:before {
  content: "";
}

.fa-starfighter:before {
  content: "";
}

.fa-starfighter-alt:before {
  content: "";
}

.fa-stars:before {
  content: "";
}

.fa-starship:before {
  content: "";
}

.fa-starship-freighter:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steak:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-steering-wheel:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stocking:before {
  content: "";
}

.fa-stomach:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-stopwatch-20:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-store-alt-slash:before {
  content: "";
}

.fa-store-slash:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-stretcher:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-sun-cloud:before {
  content: "";
}

.fa-sun-dust:before {
  content: "";
}

.fa-sun-haze:before {
  content: "";
}

.fa-sunglasses:before {
  content: "";
}

.fa-sunrise:before {
  content: "";
}

.fa-sunset:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-sword:before {
  content: "";
}

.fa-sword-laser:before {
  content: "";
}

.fa-sword-laser-alt:before {
  content: "";
}

.fa-swords:before {
  content: "";
}

.fa-swords-laser:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablet-android:before {
  content: "";
}

.fa-tablet-android-alt:before {
  content: "";
}

.fa-tablet-rugged:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tachometer-alt-average:before {
  content: "";
}

.fa-tachometer-alt-fast:before {
  content: "";
}

.fa-tachometer-alt-fastest:before {
  content: "";
}

.fa-tachometer-alt-slow:before {
  content: "";
}

.fa-tachometer-alt-slowest:before {
  content: "";
}

.fa-tachometer-average:before {
  content: "";
}

.fa-tachometer-fast:before {
  content: "";
}

.fa-tachometer-fastest:before {
  content: "";
}

.fa-tachometer-slow:before {
  content: "";
}

.fa-tachometer-slowest:before {
  content: "";
}

.fa-taco:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tally:before {
  content: "";
}

.fa-tanakh:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-tasks-alt:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-telescope:before {
  content: "";
}

.fa-temperature-down:before {
  content: "";
}

.fa-temperature-frigid:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-hot:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-temperature-up:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-tennis-ball:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-size:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-theta:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-thunderstorm:before {
  content: "";
}

.fa-thunderstorm-moon:before {
  content: "";
}

.fa-thunderstorm-sun:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-tilde:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-times-hexagon:before {
  content: "";
}

.fa-times-octagon:before {
  content: "";
}

.fa-times-square:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tire:before {
  content: "";
}

.fa-tire-flat:before {
  content: "";
}

.fa-tire-pressure-warning:before {
  content: "";
}

.fa-tire-rugged:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-alt:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "";
}

.fa-tombstone:before {
  content: "";
}

.fa-tombstone-alt:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-toothbrush:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tornado:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-cone:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-traffic-light-go:before {
  content: "";
}

.fa-traffic-light-slow:before {
  content: "";
}

.fa-traffic-light-stop:before {
  content: "";
}

.fa-trailer:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-transporter:before {
  content: "";
}

.fa-transporter-1:before {
  content: "";
}

.fa-transporter-2:before {
  content: "";
}

.fa-transporter-3:before {
  content: "";
}

.fa-transporter-empty:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-trash-undo:before {
  content: "";
}

.fa-trash-undo-alt:before {
  content: "";
}

.fa-treasure-chest:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-tree-alt:before {
  content: "";
}

.fa-tree-christmas:before {
  content: "";
}

.fa-tree-decorated:before {
  content: "";
}

.fa-tree-large:before {
  content: "";
}

.fa-tree-palm:before {
  content: "";
}

.fa-trees:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-triangle:before {
  content: "";
}

.fa-triangle-music:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-trophy-alt:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-container:before {
  content: "";
}

.fa-truck-couch:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-truck-plow:before {
  content: "";
}

.fa-truck-ramp:before {
  content: "";
}

.fa-trumpet:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-turkey:before {
  content: "";
}

.fa-turntable:before {
  content: "";
}

.fa-turtle:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-tv-alt:before {
  content: "";
}

.fa-tv-music:before {
  content: "";
}

.fa-tv-retro:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typewriter:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-ufo:before {
  content: "";
}

.fa-ufo-beam:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-unicorn:before {
  content: "";
}

.fa-union:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-usb-drive:before {
  content: "";
}

.fa-usd-circle:before {
  content: "";
}

.fa-usd-square:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alien:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-chart:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-cowboy:before {
  content: "";
}

.fa-user-crown:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-hard-hat:before {
  content: "";
}

.fa-user-headset:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-md-chat:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-music:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-robot:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-user-unlock:before {
  content: "";
}

.fa-user-visor:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-class:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-users-crown:before {
  content: "";
}

.fa-users-medical:before {
  content: "";
}

.fa-users-slash:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-fork:before {
  content: "";
}

.fa-utensil-knife:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-utensils-alt:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vacuum:before {
  content: "";
}

.fa-vacuum-robot:before {
  content: "";
}

.fa-value-absolute:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-vest:before {
  content: "";
}

.fa-vest-patches:before {
  content: "";
}

.fa-vhs:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-plus:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-violin:before {
  content: "";
}

.fa-virus:before {
  content: "";
}

.fa-virus-slash:before {
  content: "";
}

.fa-viruses:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volcano:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-slash:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-nay:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-wagon-covered:before {
  content: "";
}

.fa-walker:before {
  content: "";
}

.fa-walkie-talkie:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-wand:before {
  content: "";
}

.fa-wand-magic:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-warehouse-alt:before {
  content: "";
}

.fa-washer:before {
  content: "";
}

.fa-watch:before {
  content: "";
}

.fa-watch-calculator:before {
  content: "";
}

.fa-watch-fitness:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-water-lower:before {
  content: "";
}

.fa-water-rise:before {
  content: "";
}

.fa-wave-sine:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-wave-triangle:before {
  content: "";
}

.fa-waveform:before {
  content: "";
}

.fa-waveform-path:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-webcam:before {
  content: "";
}

.fa-webcam-slash:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whale:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheat:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whistle:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wifi-1:before {
  content: "";
}

.fa-wifi-2:before {
  content: "";
}

.fa-wifi-slash:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-wind-turbine:before {
  content: "";
}

.fa-wind-warning:before {
  content: "";
}

.fa-window:before {
  content: "";
}

.fa-window-alt:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-frame:before {
  content: "";
}

.fa-window-frame-open:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-windsock:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wreath:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../eot/fa-light-300.eot");
  src: url("../eot/fa-light-300d41d.eot#iefix") format("embedded-opentype"), url("../woff2/fa-light-300.woff2") format("woff2"), url("../woff/fa-light-300.woff") format("woff"), url("../ttf/fa-light-300.ttf") format("truetype"), url("../svg/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../eot/fa-regular-400.eot");
  src: url("../eot/fa-regular-400d41d.eot#iefix") format("embedded-opentype"), url("../woff2/fa-regular-400.woff2") format("woff2"), url("../woff/fa-regular-400.woff") format("woff"), url("../ttf/fa-regular-400.ttf") format("truetype"), url("../svg/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../eot/fa-solid-900.eot");
  src: url("../eot/fa-solid-900d41d.eot#iefix") format("embedded-opentype"), url("../woff2/fa-solid-900.woff2") format("woff2"), url("../woff/fa-solid-900.woff") format("woff"), url("../ttf/fa-solid-900.ttf") format("truetype"), url("../svg/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../eot/fa-brands-400.eot");
  src: url("../eot/fa-brands-400d41d.eot#iefix") format("embedded-opentype"), url("../woff2/fa-brands-400.woff2") format("woff2"), url("../woff/fa-brands-400.woff") format("woff"), url("../ttf/fa-brands-400.ttf") format("truetype"), url("../svg/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/* VENDOR */
/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* OUR MIXINS */
/* PARTIALS */
html, body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Avenir LT Std", sans-serif;
  color: #777777;
}

p,
ul,
ol,
li,
blockquote,
figure {
  padding: 0;
  margin: 0;
}

ul,
ol {
  list-style: none;
}

hr {
  border: none;
  border-bottom: 1px solid currentcolor;
  margin: 0 0 24px;
}

/*********************
TITLES & HEADLINES
*********************/
h1, .h1,
h2, .h2,
h3, .h3, .tt_name_sm,
h4, .h4, .blog-list .content .post .entry-title,
h5, .h5,
h6, .h6 {
  font-family: "Value Serif Pro", serif;
  margin: 0 0 24px;
  line-height: normal;
  font-weight: normal;
}

h1, .h1 {
  font-size: 40px;
  font-weight: bold;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 82px;
  }
}

h2, .h2 {
  font-size: 42px;
  font-weight: bold;
  color: black;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 58px;
  }
}

h3, .h3, .tt_name_sm {
  font-size: 32px;
}
@media (min-width: 992px) {
  h3, .h3, .tt_name_sm {
    font-size: 36px;
  }
}

h4, .h4, .blog-list .content .post .entry-title {
  color: black;
  font-size: 26px;
}
@media (min-width: 992px) {
  h4, .h4, .blog-list .content .post .entry-title {
    font-size: 32px;
  }
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 13px;
}

/*********************
CONTENT TYPOGRAPHY
*********************/
.mce-content-body h2, .mce-content-body h3, .mce-content-body h4,
.styled-content h2,
.styled-content h3,
.styled-content h4 {
  color: black;
}
.mce-content-body p,
.mce-content-body ul,
.mce-content-body ol,
.mce-content-body blockquote,
.styled-content p,
.styled-content ul,
.styled-content ol,
.styled-content blockquote {
  margin-bottom: 24px;
}
.mce-content-body ul,
.styled-content ul {
  list-style: none !important;
  margin-left: 0 !important;
  padding: 0 !important;
}
.mce-content-body ul li,
.styled-content ul li {
  margin-left: 0;
  padding-left: 2.625em;
  margin-bottom: 8px;
}
.mce-content-body ul li::before,
.styled-content ul li::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  width: 0;
  text-indent: -1.75em;
  font-size: 1.5em;
  line-height: 0;
  vertical-align: middle;
  color: #F26C4B;
  position: relative;
  top: -0.05em;
}
.mce-content-body ul ul,
.styled-content ul ul {
  margin-top: 8px;
}
.mce-content-body ol,
.styled-content ol {
  list-style: none !important;
  margin-left: 0 !important;
  padding: 0 !important;
  counter-reset: listCounter;
}
.mce-content-body ol li,
.styled-content ol li {
  counter-increment: listCounter;
  margin-left: 0;
  padding-left: 2.25em;
  margin-bottom: 8px;
}
.mce-content-body ol li::before,
.styled-content ol li::before {
  content: counter(listCounter) ".";
  display: inline-block;
  width: 0;
  text-indent: -2.25em;
  font-size: 1em;
  color: #F26C4B;
}
.mce-content-body ol[style*="list-style-type: lower-roman"] li::before,
.styled-content ol[style*="list-style-type: lower-roman"] li::before {
  content: "(" counter(listCounter, lower-roman) ")";
}
.mce-content-body ol[style*="list-style-type: upper-roman"] li::before,
.styled-content ol[style*="list-style-type: upper-roman"] li::before {
  content: "(" counter(listCounter, upper-roman) ")";
}
.mce-content-body ol[style*="list-style-type: lower-alpha"] li::before,
.styled-content ol[style*="list-style-type: lower-alpha"] li::before {
  content: "(" counter(listCounter, lower-alpha) ")";
}
.mce-content-body ol[style*="list-style-type: upper-alpha"] li::before,
.styled-content ol[style*="list-style-type: upper-alpha"] li::before {
  content: "(" counter(listCounter, upper-alpha) ")";
}
.mce-content-body ol[style*="list-style-type: lower-greek"] li::before,
.styled-content ol[style*="list-style-type: lower-greek"] li::before {
  content: "(" counter(listCounter, lower-greek) ")";
}
.mce-content-body ol[style*="list-style-type: upper-greek"] li::before,
.styled-content ol[style*="list-style-type: upper-greek"] li::before {
  content: "(" counter(listCounter, upper-greek) ")";
}
.mce-content-body li,
.styled-content li {
  margin-left: 24px;
}
@media (min-width: 992px) {
  .mce-content-body p,
.styled-content p {
    font-size: 18px;
  }
}
.mce-content-body blockquote,
.styled-content blockquote {
  font-family: "Value Serif Pro", serif;
  padding: 0 24px;
  color: #8DC9BA;
  border-left: 2px solid currentcolor;
  font-size: 18px;
}
@media (min-width: 768px) {
  .mce-content-body blockquote,
.styled-content blockquote {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .mce-content-body blockquote,
.styled-content blockquote {
    font-size: 32px;
  }
}
.mce-content-body table,
.styled-content table {
  margin-bottom: 24px;
  width: 100%;
}
.mce-content-body table th, .mce-content-body table td,
.styled-content table th,
.styled-content table td {
  padding: 5px;
  vertical-align: top;
}
.mce-content-body .important, .mce-content-body .sidebar__name,
.styled-content .important,
.styled-content .sidebar__name {
  font-size: 24px;
}

.styled-content ul li.wpfai-list-item {
  padding-left: 0;
}
.styled-content ul li.wpfai-list-item::before {
  display: none;
}

.tick-list {
  list-style: none !important;
  margin-left: 0 !important;
  padding: 0 !important;
}
.tick-list li {
  margin-left: 0;
  padding-left: 2.625em;
  margin-bottom: 8px;
}
.tick-list li::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  width: 0;
  text-indent: -1.75em;
  font-size: 1.5em;
  line-height: 0;
  vertical-align: middle;
  color: #F26C4B;
  position: relative;
  top: -0.05em;
}

/*********************
SELECTION TEXT
*********************/
::-moz-selection,
::selection {
  background-color: #777777;
  color: white;
}

html {
  scroll-behavior: smooth;
}

:root {
  --scroll-bar-width: 0px;
}

/*********************
LINKS
*********************/
a {
  color: #F6D056;
  text-decoration: none;
}
a img {
  border: none;
}
a:hover, a:focus {
  color: #f8dc82;
  text-decoration: underline;
  cursor: pointer;
}

/*********************
BUTTONS
*********************/
:root .has-vivid-red-background-color {
  background-color: var(--brand-colour);
}

.wp-block-button__link,
.button {
  padding: 17px 24px;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.3s;
  background: transparent;
  border: 1px solid transparent;
  /*&, &:visited {
    color: white;
  }*/
  color: white;
  background: var(--brand-colour);
  border-color: transparent;
}
.wp-block-button__link.go-icon:hover:after,
.button.go-icon:hover:after {
  transform: translateX(0.15em);
}
.wp-block-button__link:disabled, .wp-block-button__link[disabled],
.button:disabled,
.button[disabled] {
  background-color: #eeeeee;
}
.wp-block-button__link:disabled:hover, .wp-block-button__link:disabled:focus, .wp-block-button__link[disabled]:hover, .wp-block-button__link[disabled]:focus,
.button:disabled:hover,
.button:disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #eeeeee;
}
.wp-block-button__link:not(:disabled), .wp-block-button__link:not([disabled]),
.button:not(:disabled),
.button:not([disabled]) {
  cursor: pointer;
}
.wp-block-button__link.button--loading,
.button.button--loading {
  pointer-events: none;
  opacity: 0.8;
}
.wp-block-button__link.button--loading:after,
.button.button--loading:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: 0.5em;
  animation: fa-spin 1.2s infinite linear;
  font-size: 1em;
  line-height: 0;
  vertical-align: middle;
}
.wp-block-button__link:hover, .wp-block-button__link:focus,
.button:hover,
.button:focus {
  color: white;
  background: rgba(var(--brand-colour), 0.8);
  border-color: transparent;
}

.button--filled, .wp-block-button.is-style-squared .wp-block-button__link, .wp-block-button.is-style-default .wp-block-button__link {
  /*&, &:visited {
    color: white;
  }*/
  color: white;
  background: #F6D056;
  border-color: transparent;
}
.button--filled:hover, .wp-block-button.is-style-squared .wp-block-button__link:hover, .wp-block-button.is-style-default .wp-block-button__link:hover, .button--filled:focus, .wp-block-button.is-style-squared .wp-block-button__link:focus, .wp-block-button.is-style-default .wp-block-button__link:focus {
  color: white;
  background: rgba(246, 208, 86, 0.8);
  border-color: transparent;
}

.button--alt {
  /*&, &:visited {
    color: white;
  }*/
  color: white;
  background: #F26C4B;
  border-color: transparent;
}
.button--alt:hover, .button--alt:focus {
  color: white;
  background: rgba(242, 108, 75, 0.8);
  border-color: transparent;
}

.button--blue {
  /*&, &:visited {
    color: white;
  }*/
  color: white;
  background: #8DC9BA;
  border-color: transparent;
}
.button--blue:hover, .button--blue:focus {
  color: white;
  background: rgba(141, 201, 186, 0.8);
  border-color: transparent;
}

.button--open {
  color: #F6D056;
  background: transparent;
  border-color: currentColor;
}
.button--open:hover, .button--open:focus {
  color: white;
  background: #F6D056;
  border-color: #F6D056;
}

.go-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  margin-left: 0.5em;
  font-size: 1.5em;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  top: -0.06em;
  transition: transform 0.2s;
}

.button--short {
  padding-top: 12px;
  padding-bottom: 12px;
}

.button--shorter {
  padding-top: 7px;
  padding-bottom: 7px;
}

.double-arrows:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  margin-left: 0.25em;
  font-size: 1.5em;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  bottom: 0.12em;
  font-size: 1em;
  transition: transform 0.2s;
}

a .fa-long-arrow-alt-right {
  margin-left: 5px;
}

/*********************
IMAGES
*********************/
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.icreate-logo-svg {
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.icreate-logo-svg__path {
  fill: currentcolor;
}

.play-svg {
  fill: currentColor;
}

.light-box-video {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.light-box-video:hover, .light-box-video:focus {
  color: inherit;
}
.light-box-video, .light-box-video:visited, .light-box-video:hover {
  color: white;
}
.light-box-video__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.4);
  transition: background-color 0.3s;
}
.light-box-video .icon .play-svg {
  width: 50px;
  height: 50px;
}
.light-box-video .play-video {
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media (min-width: 992px) {
  .light-box-video .play-video {
    font-size: 18px;
  }
}
.light-box-video .text {
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
}
.light-box-video:hover .light-box-video__inner {
  background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .light-box-video {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .light-box-video {
    font-size: 26px;
  }
}

.gallery-slider {
  background-color: #777777;
  position: relative;
}
.gallery-slider .swiper-controls {
  font-size: 24px;
  line-height: 1em;
  color: white;
}
.gallery-slider .swiper-controls .swiper-button {
  background: transparent;
  margin-top: 0;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  padding: 6px;
}
.gallery-slider .swiper-controls .swiper-button .arrow {
  height: 1em;
  width: auto;
  fill: currentColor;
}
@media (min-width: 544px) {
  .gallery-slider .swiper-controls {
    font-size: 36px;
  }
}
.gallery-slider .swiper-slide {
  position: relative;
  height: auto;
}
.gallery-slider .swiper-slide__inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-slider .swiper-slide--has-background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.gallery-slider .swiper-slide--has-background .swiper-slide__inner {
  padding-top: 60%;
}
.gallery-slider .swiper-pagination {
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  line-height: 1em;
}
@media (min-width: 544px) {
  .gallery-slider .swiper-pagination {
    font-size: 14px;
  }
}
.gallery-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px !important;
  background: #8DC9BA;
  opacity: 1;
  transition: all 0.5s;
}
.gallery-slider .swiper-pagination-bullet-active {
  transform: scale(1.3);
  pointer-events: none;
}

.image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  color: white;
  padding: 6px 12px;
  background-color: rgba(0, 0, 0, 0.4);
}

/*********************
WYSIWYG FORMATS
*********************/
.important, .sidebar__name {
  font-size: 22px;
}
@media (min-width: 768px) {
  .important, .sidebar__name {
    font-size: 28px;
  }
}

.two-column {
  column-gap: 20px;
}
.two-column li {
  break-inside: avoid;
}
@media (min-width: 544px) {
  .two-column {
    columns: 2;
  }
}

.arrow-list li,
.check-list li,
.manual-icon-list li {
  margin-bottom: 12px;
}

.arrow-list {
  list-style: none !important;
  margin-left: 0 !important;
  padding: 0 !important;
}
.arrow-list li {
  margin-left: 0;
  padding-left: 2.625em;
  margin-bottom: 8px;
}
.arrow-list li::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  width: 0;
  text-indent: -1.75em;
  font-size: 1.5em;
  line-height: 0;
  vertical-align: middle;
  color: #F26C4B;
  position: relative;
  top: -0.05em;
}

.check-list {
  list-style: none !important;
  margin-left: 0 !important;
  padding: 0 !important;
}
.check-list li {
  margin-left: 0;
  padding-left: 2.625em;
  margin-bottom: 8px;
}
.check-list li::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  width: 0;
  text-indent: -2.1875em;
  font-size: 1.2em;
  line-height: 0;
  vertical-align: middle;
  color: #F26C4B;
  position: relative;
  top: -0.05em;
}

.manual-icon-list {
  list-style: none !important;
  margin-left: 0 !important;
  padding: 0 !important;
}
.manual-icon-list li {
  margin-left: 0;
  padding-left: 2.625em;
}
.manual-icon-list li i {
  display: inline-block;
  width: 0;
  text-indent: -1.75em;
  font-size: 1.5em;
  line-height: 0;
  vertical-align: middle;
  color: #F6D056;
  position: relative;
  top: -0.05em;
}

/*********************
IMAGES
*********************/
.alignnone,
img.alignnone {
  display: inline;
  margin: 0 0 10px;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin: 0 10px 10px 0;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin: 0 0 10px 10px;
}

.aligncenter,
img.aligncenter,
.entry_content .centered {
  display: block;
  margin: 0 auto 10px;
}

@media (max-width: 767.98px) {
  .alignleft, img.alignleft,
.alignright, img.alignright {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
/*********************
WP-CAPTION
*********************/
.wp-caption {
  text-align: center;
}
.wp-caption .wp-caption-text {
  font-size: 0.75em;
}

/*********************
OLD BROWSER MESSAGES
*********************/
#outdated-browser {
  position: fixed;
  top: 0;
  background: red;
  color: white;
  padding: 20px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  z-index: 1;
}
#outdated-browser a {
  color: blue;
}

.site-container {
  overflow: hidden;
}

.site-header .wrap {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.site-footer .wrap {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 544px) {
  .site-footer .wrap {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .site-footer .wrap {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .site-footer .wrap {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .site-footer .wrap {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .site-footer .wrap {
    max-width: 1310px;
  }
}

body:not(.full-width-bricks) .site-inner {
  padding: 60px 0;
}
body:not(.full-width-bricks) .content-sidebar-wrap .content,
body:not(.full-width-bricks) .content-sidebar-wrap .sidebar {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
body:not(.full-width-bricks) .entry-content .content-brick:first-child {
  margin-top: 0 !important;
}

@media (min-width: 992px) {
  .content-sidebar .content-sidebar-wrap .content,
.sidebar-content .content-sidebar-wrap .content {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .content-sidebar .content-sidebar-wrap .content > article,
.sidebar-content .content-sidebar-wrap .content > article {
    margin-right: 40px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .content-sidebar .content-sidebar-wrap .content > article,
.sidebar-content .content-sidebar-wrap .content > article {
    margin-right: 100px;
  }
}
@media (min-width: 992px) {
  .content-sidebar .content-sidebar-wrap .sidebar,
.sidebar-content .content-sidebar-wrap .sidebar {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .sidebar-content .content-sidebar-wrap .content {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sidebar-content .content-sidebar-wrap .sidebar {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.nav-primary {
  z-index: 10;
}
@media (max-width: 991.98px) {
  .nav-primary {
    padding-top: 24px;
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background-color: white;
    z-index: 10;
  }
}
.nav-primary .wrap {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 544px) {
  .nav-primary .wrap {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .nav-primary .wrap {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .nav-primary .wrap {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .nav-primary .wrap {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .nav-primary .wrap {
    max-width: 1310px;
  }
}
@media (max-width: 991.98px) {
  .nav-primary .wrap {
    max-width: none;
    padding: 0;
  }
}
.nav-primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-primary li {
  display: block;
}
@media (min-width: 992px) {
  .nav-primary .menu {
    display: flex !important;
    margin: 0 -12px;
  }
}
@media (min-width: 1400px) {
  .nav-primary .menu {
    justify-content: space-between;
    min-width: 500px;
  }
}
.nav-primary .menu-item {
  text-align: center;
  position: relative;
  z-index: 10;
}
.nav-primary .menu-item a {
  display: inline-block;
  padding: 12px 12px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: black;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 992px) {
  .nav-primary .menu-item a {
    color: white;
  }
  .scrolled .nav-primary .menu-item a {
    color: black;
  }
}
.nav-primary .menu-item a:hover, .nav-primary .menu-item a:focus {
  color: var(--brand-colour);
}
.nav-primary .menu-item.current-menu-item > a {
  color: var(--brand-colour);
}
.nav-primary .menu-item.menu-item-has-children > .mobile-dropdown-toggle {
  display: inline-block;
  cursor: pointer;
  font-size: 0.8em;
  cursor: pointer;
}
.nav-primary .menu-item.menu-item-has-children > .mobile-dropdown-toggle::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  transition: transform 0.4s;
}
.nav-primary .menu-item.menu-item-has-children > .mobile-dropdown-toggle.active::before {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .nav-primary .menu-item.menu-item-has-children > .mobile-dropdown-toggle {
    display: none;
  }
}
.nav-primary .menu-item .sub-menu a {
  font-size: 12px;
  padding: 8px;
  font-weight: normal;
}
.nav-primary .menu-item .sub-menu a:hover, .nav-primary .menu-item .sub-menu a:focus {
  color: var(--brand-colour);
}
.nav-primary .menu-item .sub-menu .sub-menu a {
  font-size: 10px;
}
@media (min-width: 992px) {
  .nav-primary .menu-item .menu-item {
    text-align: left;
  }
  .nav-primary .menu-item .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-right: -99999px;
    padding: 6px 0;
    z-index: 20;
    background-color: #FDF8D6;
  }
  .nav-primary .menu-item .sub-menu a {
    color: black;
    padding: 10px 24px;
    font-size: 14px;
    display: block;
  }
  .nav-primary .menu-item .sub-menu .sub-menu {
    background-color: #e6e6e6;
    top: 0;
    left: 100%;
  }
  .nav-primary .menu-item .sub-menu > .menu-item-has-children > a span::after,
.nav-primary .menu-item .sub-menu > .menu-item-has-children > a span::before {
    content: "";
    font-size: 0.7em;
    line-height: 24px;
    position: relative;
    top: 1px;
  }
  .nav-primary .menu-item:not(.sub-right) .sub-menu > .menu-item-has-children > a span::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: baseline;
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-left: 1em;
    float: right;
  }
  .nav-primary .menu-item.sub-right .sub-menu {
    left: auto;
    right: 0;
    margin-right: 0;
    margin-left: -99999px;
    text-align: right;
  }
  .nav-primary .menu-item.sub-right .sub-menu > .menu-item-has-children > a span::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: baseline;
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-right: 1em;
    float: left;
  }
  .nav-primary .menu-item.sub-right .sub-menu .sub-menu {
    top: 0;
    left: auto;
    right: 100%;
  }
}
.nav-primary .mobile-menu-toggle {
  padding: 12px 12px;
  background: #777777;
  color: white;
  position: relative;
  box-sizing: content-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 992px) {
  .nav-primary .mobile-menu-toggle {
    display: none;
  }
}

.burger-icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 22px;
  cursor: pointer;
}
.burger-icon span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
  border-radius: 1px;
  background: white;
}
.burger-icon span:nth-child(1) {
  top: 0;
}
.burger-icon span:nth-child(2) {
  top: 10px;
}
.burger-icon span:nth-child(3) {
  top: 20px;
}
.open .burger-icon span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
.open .burger-icon span:nth-child(2) {
  opacity: 0;
  width: 0;
}
.open .burger-icon span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
}

/*********************
ACCESSIBILITY
*********************/
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type=submit]:focus,
.widget_search input[type=submit]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #777777;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
  position: relative;
}

@media (min-width: 992px) {
  .mobile-menu-toggle {
    display: none;
  }
}

/*********************
FORM ELEMENTS
*********************/
input,
textarea,
select {
  padding: 11px 12px;
  line-height: 24px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 0;
  transition: all 0.3s;
}
input:focus, input:active,
textarea:focus,
textarea:active,
select:focus,
select:active {
  outline: 0;
}

label[for] {
  cursor: pointer;
}

input[type=submit] {
  padding: 17px 24px;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.3s;
  background: transparent;
  border: 1px solid transparent;
}
input[type=submit].go-icon:hover:after {
  transform: translateX(0.15em);
}
input[type=submit]:disabled, input[type=submit][disabled] {
  background-color: #eeeeee;
}
input[type=submit]:disabled:hover, input[type=submit]:disabled:focus, input[type=submit][disabled]:hover, input[type=submit][disabled]:focus {
  background-color: #eeeeee;
}
input[type=submit]:not(:disabled), input[type=submit]:not([disabled]) {
  cursor: pointer;
}
input[type=submit].button--loading {
  pointer-events: none;
  opacity: 0.8;
}
input[type=submit].button--loading:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: 0.5em;
  animation: fa-spin 1.2s infinite linear;
  font-size: 1em;
  line-height: 0;
  vertical-align: middle;
}

::-webkit-input-placeholder {
  color: #777777;
  opacity: 0.8;
}

::-moz-placeholder {
  color: #777777;
  opacity: 0.8;
}

:-ms-input-placeholder {
  color: #777777;
  opacity: 0.8;
}

:-moz-placeholder {
  color: #777777;
  opacity: 0.8;
}

/*********************
GRAVITY FORM STYLES 
*********************/
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=url],
.gform_wrapper select,
.gform_wrapper textarea {
  width: 100%;
}
.gform_wrapper ul {
  list-style: none !important;
  margin-bottom: 0;
}
.gform_wrapper ul li {
  margin-left: 0;
}

.gform_fields {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.gfield {
  position: relative;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 24px;
}
.gfield ul {
  list-style-type: none;
  margin-bottom: 0;
}

.gfield_label {
  display: block;
  font-size: 16px;
}
.hide-label .gfield_label, .hide-labels .gfield_label {
  display: none;
}
.show-label .gfield_label {
  display: block;
}

.gform_description {
  display: block;
}

.gform_hidden,
.gfield_visibility_hidden {
  display: none;
}

.gform_ajax_spinner {
  display: none !important;
}

/*********************
FANCY LABELS
*********************/
.fancy-labels .gfield_type_text .gfield_label,
.fancy-labels .gfield_type_email .gfield_label,
.fancy-labels .gfield_type_password .gfield_label,
.fancy-labels .gfield_type_tel .gfield_label,
.fancy-labels .gfield_type_number .gfield_label,
.fancy-labels .gfield_type_select .gfield_label,
.fancy-labels .gfield_type_website .gfield_label,
.fancy-labels .gfield_type_textarea .gfield_label {
  position: absolute;
  left: 23px;
  line-height: 1.5em;
  margin-bottom: 0;
  bottom: 50%;
  transform: translateY(50%);
  transition: all 0.3s;
}
.fancy-labels .gfield_type_text.filling .gfield_label,
.fancy-labels .gfield_type_email.filling .gfield_label,
.fancy-labels .gfield_type_password.filling .gfield_label,
.fancy-labels .gfield_type_tel.filling .gfield_label,
.fancy-labels .gfield_type_number.filling .gfield_label,
.fancy-labels .gfield_type_select.filling .gfield_label,
.fancy-labels .gfield_type_website.filling .gfield_label,
.fancy-labels .gfield_type_textarea.filling .gfield_label {
  left: 10px;
  bottom: 100%;
  transform: translateY(0);
  font-size: 14px;
}
.over-border.fancy-labels .gfield_type_text.filling .gfield_label, .over-border.fancy-labels .gfield_type_email.filling .gfield_label, .over-border.fancy-labels .gfield_type_password.filling .gfield_label, .over-border.fancy-labels .gfield_type_tel.filling .gfield_label, .over-border.fancy-labels .gfield_type_number.filling .gfield_label, .over-border.fancy-labels .gfield_type_select.filling .gfield_label, .over-border.fancy-labels .gfield_type_website.filling .gfield_label, .over-border.fancy-labels .gfield_type_textarea.filling .gfield_label {
  background: white;
  padding: 0 0.5em;
  left: calc(23px - .5em);
  transform: translateY(50%);
}

/*********************
GRAVITY FORM EXTRAS
*********************/
.gfield_checkbox li,
.gfield_radio li {
  position: relative;
}
.gfield_checkbox input,
.gfield_radio input {
  position: absolute;
  left: 0;
  top: 0.75em;
  transform: translateY(-50%);
}
.gfield_checkbox label,
.gfield_radio label {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0;
}

.gfield_checkbox input {
  opacity: 0;
}
.gfield_checkbox label {
  padding-left: 40px;
}
.gfield_checkbox label::before, .gfield_checkbox label::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.75em;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.gfield_checkbox label::before {
  border: 0.125em solid currentColor;
}
.gfield_checkbox label::after {
  opacity: 0;
  transition: all 0.2s;
  color: #8DC9BA;
}
.gfield_checkbox label:hover::after {
  opacity: 0.5;
}
.gfield_checkbox input:checked ~ label::after {
  opacity: 1;
}
.gfield_checkbox label::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  text-align: center;
  font-size: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 22.5px;
}

.gfield_radio input {
  opacity: 0;
}
.gfield_radio label {
  padding-left: 40px;
}
.gfield_radio label::before, .gfield_radio label::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.75em;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.gfield_radio label::before {
  border: 0.125em solid currentColor;
}
.gfield_radio label::after {
  opacity: 0;
  transition: all 0.2s;
  color: #8DC9BA;
}
.gfield_radio label:hover::after {
  opacity: 0.5;
}
.gfield_radio input:checked ~ label::after {
  opacity: 1;
}
.gfield_radio label::before, .gfield_radio label::after {
  border-radius: 50%;
}
.gfield_radio label::after {
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: currentColor;
}

textarea {
  max-height: 168px;
}

/*********************
GRAVITY FORM CONFIRMATIONS
*********************/
.gform_confirmation_wrapper {
  margin: 24px 0;
}

.gform_confirmation_message {
  font-size: 20px;
  color: var(--brand-colour);
  text-align: center;
}

/*********************
GRAVITY FORM ERRORS
*********************/
.validation_error {
  padding: 12px;
  color: var(--brand-colour);
  border-top: 1px solid var(--brand-colour);
  border-bottom: 1px solid var(--brand-colour);
  margin-bottom: 24px;
}

.gform_validation_container {
  display: none !important;
}

.gfield_error input, .gfield_error select, .gfield_error textarea {
  border-color: var(--brand-colour);
}

.validation_message {
  position: absolute;
  top: 100%;
  right: 10px;
  font-size: 12px;
  line-height: 18px;
  color: var(--brand-colour);
}

.gform_fields.left_label {
  margin: 0;
  /* .gfield_type_text,
   .gfield_type_email,
   .gfield_type_phone,
   .gfield_type_select {*/
}
.gform_fields.left_label .gfield {
  border-bottom: 1px solid #ccc;
  align-items: center;
  display: flex;
  min-height: 60px;
  padding: 0;
}
.gform_fields.left_label .gfield .ginput_container {
  flex-grow: 1;
}
.gform_fields.left_label .gfield .gfield_label {
  margin-bottom: 0;
  width: 140px;
}
.gform_fields.left_label .gfield input, .gform_fields.left_label .gfield select {
  border: 1px solid transparent;
  padding: 0 16px;
  margin: 16px 0;
  border-left: 1px solid #ccc;
}
.gform_fields.left_label .gfield input:focus, .gform_fields.left_label .gfield select:focus {
  border: 1px dotted #8DC9BA;
}
.gform_fields.left_label .gfield_type_radio .gfield_label {
  flex-basis: 50%;
  width: 50%;
  padding-right: 5px;
}
.gform_fields.left_label .gfield_type_radio .ginput_container_radio {
  border-left: 1px solid #ccc;
}
.gform_fields.left_label .gfield_type_radio .gfield_radio {
  display: flex;
  margin-left: 16px;
}
.gform_fields.left_label .gfield_type_radio li + li {
  margin-left: 40px;
}
.gform_fields.left_label .gfield_type_textarea {
  border: 0;
  display: block;
}
@media (min-width: 992px) {
  .gform_fields.left_label {
    justify-content: space-between;
  }
  .gform_fields.left_label .gfield {
    flex-basis: calc(100% - 15px);
  }
  .gform_fields.left_label .gfield_type_text,
.gform_fields.left_label .gfield_type_email,
.gform_fields.left_label .gfield_type_phone,
.gform_fields.left_label .gfield_type_select {
    flex-basis: calc(50% - 15px);
  }
}
.gform_button {
  /*&, &:visited {
    color: white;
  }*/
  color: white;
  background: #F26C4B;
  border-color: transparent;
}
.gform_button:hover, .gform_button:focus {
  color: white;
  background: rgba(242, 108, 75, 0.8);
  border-color: transparent;
}

.styled-content ul li.gfield,
.styled-content ul.gfield_radio li {
  padding-left: 0;
  margin-bottom: 24px;
}
.styled-content ul li.gfield::before,
.styled-content ul.gfield_radio li::before {
  display: none;
}

.styled-content ul.gfield_radio li {
  margin-bottom: 0;
}

.ginput_complex label {
  font-size: 12px;
}

.form-bg_wrapper textarea {
  max-height: 120px;
}
.form-bg_wrapper label {
  margin-bottom: 0;
}
.form-bg_wrapper .gfield_label {
  margin-bottom: 2px;
}
.form-bg_wrapper .gfield {
  margin-bottom: 24px;
}
.form-bg_wrapper .validation_message {
  left: 0;
  padding-top: 2px;
}
@media (min-width: 768px) {
  .form-bg_wrapper .gfield_type_phone,
.form-bg_wrapper .gfield_type_email,
.form-bg_wrapper .gfield_type_text {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: stretch;
  }
  .form-bg_wrapper .gfield_type_phone .gfield_label,
.form-bg_wrapper .gfield_type_email .gfield_label,
.form-bg_wrapper .gfield_type_text .gfield_label {
    line-height: 46px;
    margin-bottom: 0;
    min-width: 115px;
    position: relative;
    padding-right: 10px;
    border-bottom: 1px solid #CBCBCB;
    white-space: nowrap;
  }
  .form-bg_wrapper .gfield_type_phone .gfield_label:after,
.form-bg_wrapper .gfield_type_email .gfield_label:after,
.form-bg_wrapper .gfield_type_text .gfield_label:after {
    position: absolute;
    right: 0;
    content: " ";
    top: 14px;
    bottom: 14px;
    border-right: 1px solid #cbcbcb;
  }
  .form-bg_wrapper .gfield_type_phone input,
.form-bg_wrapper .gfield_type_email input,
.form-bg_wrapper .gfield_type_text input {
    border: 0;
    border-bottom: 1px solid #CBCBCB;
  }
  .form-bg_wrapper .gfield_type_phone .ginput_container,
.form-bg_wrapper .gfield_type_email .ginput_container,
.form-bg_wrapper .gfield_type_text .ginput_container {
    flex-grow: 1;
  }
}

.contact-table a {
  color: inherit;
}

.ginput_container_date {
  position: relative;
}
.ginput_container_date .ui-datepicker-trigger {
  position: absolute;
  right: 0;
  top: 15px;
  right: 5px;
}

.thin-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}

.site-header {
  padding: 12px 0;
  z-index: 100;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transition: background-color 0.4s;
}

.site-container.scrolled .site-header {
  background-color: var(--header-colour);
  border-bottom: 1px solid #ccc;
}
.site-container.scrolled .burger-icon span {
  background: #777777;
}

/*.site-header.open {
	background-color: white;
	.burger-icon span {
		background: $primary;
	}
}*/
.fancybox-active .site-header {
  right: 17px;
}

.site-header > .wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
}
@media (min-width: 1400px) {
  .site-header > .wrap {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 1700px) {
  .site-header > .wrap {
    margin-left: 60px;
    margin-right: 60px;
  }
}

.title-area {
  margin-right: 40px;
}
@media (min-width: 1400px) {
  .title-area {
    margin: 0;
  }
}

.site-title {
  margin: 0;
}
.site-title img {
  max-height: 50px;
  display: block;
}

.site-description {
  display: none;
}

.header-search__form {
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s;
  left: 10px;
  visibility: hidden;
  height: 50px;
  top: 0;
  right: 10px;
  outline: 1px solid #f1f1f1;
  z-index: 21;
}
@media (min-width: 768px) {
  .header-search__form {
    width: 280px;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .header-search__form {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

.header-search.active .header-search__form {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 1400px) {
  .header-search__toggle {
    display: none;
  }
}
.header-search__form {
  background-color: white;
}
.header-search__form label {
  display: block;
  margin-top: 6px;
  color: #CBCBCB;
  font-size: 9px;
  text-transform: uppercase;
  margin-left: 6px;
  margin-bottom: 0;
}
.header-search__form .gel-search__field {
  width: 100%;
  border: 0;
  padding: 3px 6px;
  line-height: normal;
}

.gel-search {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.gel-search__close {
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 56px;
  color: #777777;
}
@media (min-width: 1400px) {
  .gel-search__close {
    display: none;
  }
}

.gel-search-action {
  height: 50px;
  width: 50px;
  min-width: 50px;
  border-radius: 0;
  background-image: url(../png/truck.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--brand-colour);
  background-size: 36px;
  border: 0;
}
.gel-search-action:focus {
  outline: none;
}

.gel-header-menu {
  margin-left: auto;
  margin-right: 20px;
}
@media (min-width: 1400px) {
  .gel-header-menu {
    margin: 0;
  }
}

@media (max-width: 543.98px) {
  .header-link {
    display: none;
  }
}

.banner {
  height: 320px;
  background-size: cover;
  background-position: center;
  background-color: #e4e4e4;
}
@media (min-width: 992px) {
  .banner {
    height: 500px;
  }
}
.banner__inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: white;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .banner__inner {
    padding-top: 60px;
  }
}
.banner__title {
  margin: 0;
  padding: 0;
}
.banner__subheading {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .banner__subheading {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .banner__subheading {
    margin-top: 24px;
    font-size: 28px;
  }
}

/*********************
FOOTER STYLES
*********************/
.site-footer {
  padding-top: 36px;
  padding-bottom: 36px;
  color: white;
  background-color: #FFBCC0;
  text-align: center;
}
.site-footer a, .site-footer a:visited {
  color: inherit;
}
.site-footer a:hover, .site-footer a:focus {
  color: #F6D056;
  text-decoration: none;
}

.footer-logo {
  margin-bottom: 36px;
}
.footer-logo img {
  max-width: 284px;
}

.footer-social {
  margin-bottom: 36px;
}

.footer-content {
  display: none;
}

.footer-middle {
  border-bottom: 1px solid white;
}

.footer-menu {
  margin-bottom: 36px;
}

.footer-bottom {
  margin-top: 24px;
  font-size: 12px;
}

.footer-legal {
  margin-bottom: 24px;
}

.footer-att__logo {
  display: block;
  margin-top: 5px;
}

.icreate-logo-inline {
  height: 1.3em;
  width: auto;
}
.icreate-logo-inline .letter, .icreate-logo-inline .dot {
  fill: currentColor;
}

.copyright-menu-container {
  margin-top: 5px;
}
.copyright-menu-container .menu {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
}
.copyright-menu-container .menu-item::before {
  margin: 0 0.5em;
  content: "|";
}
.copyright-menu-container .menu-item:first-of-type::before {
  display: none;
}

#menu-footer-menu {
  display: flex;
  flex-wrap: wrap;
}
#menu-footer-menu > li {
  flex-basis: 50%;
}
#menu-footer-menu a {
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  padding: 0 5px;
  margin-bottom: 32px;
}

.footer-top, .footer-middle, .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.footer-top > div, .footer-middle > div, .footer-bottom > div {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 544px) {
  .footer-att__logo {
    display: inline;
  }
}
@media (min-width: 768px) {
  .site-footer {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .footer-top {
    align-items: center;
    margin-bottom: 24px;
  }

  .footer-logo, .footer-social {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer-logo {
    text-align: left;
  }

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

  .footer-middle {
    text-align: left;
  }

  #menu-footer-menu > li {
    flex-basis: 33.3333333333%;
  }
  #menu-footer-menu a {
    font-size: 16px;
  }

  .footer-legal {
    text-align: left;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    margin-bottom: 0;
  }

  .footer-att {
    text-align: right;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .copyright-menu-container {
    display: inline-block;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .footer-content {
    display: block;
    font-style: italic;
    font-size: 18px;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .footer-content__inner {
    max-width: 420px;
  }

  .footer-menu {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .footer-bottom {
    font-size: 14px;
  }

  .icreate-logo-inline {
    height: 1.5em;
    margin-bottom: 2px;
  }
}
@media (min-width: 1200px) {
  .footer-content {
    font-size: 20px;
  }
}
.social-links {
  font-size: 30px;
}
.social-links .menu {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.social-links .menu-item {
  margin: 0;
  padding: 0;
}
.social-links .menu-item:not(:last-child) {
  margin-right: 1em;
}
.social-links .menu-item:before {
  display: none;
}
.social-links a {
  color: white;
  font-size: 24px;
}
.social-links a:hover, .social-links a:focus {
  color: #F6D056;
}
.social-links a span {
  display: none;
}
.social-links a:after {
  font-family: "Font Awesome 5 Brands";
}
.social-links a[href*=facebook]:after {
  content: "";
  content: "";
}
.social-links a[href*=instagram]:after {
  content: "";
}
.social-links a[href*=twitter]:after {
  content: "";
}
.social-links a[href*=youtube]:after {
  content: "";
}
.social-links a[href*=tiktok]:after {
  content: "";
}

/*


   .footer--copyright {

       text-align: center;

       }
       }

       &__side {
           &:not(:last-child) {
               margin-bottom: bl(.5);
           }
       }

       @include media-breakpoint-up(md) {
           text-align: left;

           &__inner {
               display: flex;
               justify-content: space-between;
               align-items: center;
           }

           &__side {
               &:not(:last-child) {
                   margin-bottom: 0;
               }

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

   }
   */
.breadcrumbs .wrap {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 544px) {
  .breadcrumbs .wrap {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .breadcrumbs .wrap {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .breadcrumbs .wrap {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs .wrap {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .breadcrumbs .wrap {
    max-width: 1310px;
  }
}
.breadcrumbs__inner {
  padding: 12px 0;
}
.breadcrumbs__sep {
  margin: 0 0.5em;
}

.sidebar {
  font-size: 16px;
}
@media (min-width: 992px) {
  .sidebar {
    font-size: 18px;
  }
}

.widget h4 {
  margin: 0;
}
.widget ul,
.widget ol {
  padding: 0;
}
.widget li {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  /* remove the border for the last item in a list */
}
.widget li:last-child {
  border-bottom: 0;
}
/*********************
FOOTER WIDGETS 
*********************/
.footer-widgets {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  clear: both;
  /* overrides for the featured posts */
}
.footer-widgets h4 {
  background: none;
  border: none;
  margin: 0 0 5px;
  padding: 0;
}
.footer-widgets p {
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 10px;
}
.footer-widgets .widget {
  background: none;
  border: 0;
  margin: 0 0 15px;
  padding: 20px 20px 0;
}
.footer-widgets .widget ul,
.footer-widgets .widget ol {
  padding: 0;
}
.footer-widgets .featuredpage .page,
.footer-widgets .featuredpost .post {
  margin: 0 0 10px;
  padding: 0;
}
.footer-widgets .textwidget {
  padding: 0;
}

@media (min-width: 992px) {
  .footer-widgets .widget {
    padding: 0;
  }
}
.ui-datepicker {
  font-size: 14px;
  background-color: #f1f1f1;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  user-select: none;
  z-index: 9999 !important;
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 0 0 !important;
}

.ui-datepicker-header {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  background-color: #777777;
  color: white;
}

.ui-datepicker-title {
  text-align: center;
}
.ui-datepicker-title select {
  border: 0;
  padding: 0;
  color: white;
  background: transparent;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
}
.ui-datepicker-title select:not(:last-child) {
  margin-right: 0.5em;
}
.ui-datepicker-title select option {
  color: #777777;
  background: white;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}
.ui-datepicker-prev::before,
.ui-datepicker-next::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  vertical-align: middle;
  font-size: 1.25em;
}
.ui-datepicker-prev .ui-icon,
.ui-datepicker-next .ui-icon {
  display: none;
}

.ui-datepicker-prev {
  float: left;
}
.ui-datepicker-prev::before {
  content: "";
}

.ui-datepicker-next {
  float: right;
}
.ui-datepicker-next::before {
  content: "";
}

.ui-datepicker-calendar thead {
  background-color: #ffffff;
}
.ui-datepicker-calendar th {
  font-size: 10px;
  padding: 6px 0;
  text-transform: uppercase;
  text-align: center;
}
.ui-datepicker-calendar td {
  padding: 0;
}
.ui-datepicker-calendar td a,
.ui-datepicker-calendar td span {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: inherit;
}
.ui-datepicker-calendar .ui-state-default {
  background-color: transparent;
  color: #777777;
}
.ui-datepicker-calendar .ui-state-hover {
  background-color: #F6D056;
  color: #777777;
}
.ui-datepicker-calendar .ui-state-active {
  background-color: #777777;
  color: white;
}
.ui-datepicker-calendar .ui-datepicker-unselectable .ui-state-default {
  background-color: transparent;
  color: white;
}

.contact_details [itemprop=name] {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
  white-space: nowrap;
}

/* Button */
.wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid #F6D056;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.hero {
  position: relative;
}

.hero--video {
  max-height: calc(100vh - 160px);
  overflow: hidden;
  position: relative;
}

video {
  width: 100%;
  height: auto;
  vertical-align: middle;
  object-fit: cover;
}

.hero--standard {
  background-color: #8DC9BA;
  padding-top: 80px;
  color: white;
}
@media (min-width: 992px) {
  .hero--standard {
    display: flex;
  }
}
.hero--standard .hero__content-wrap {
  padding: 20px 15px;
}
.hero--standard h2 {
  color: white;
  font-size: 58px;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .hero--standard h2 {
    font-size: 110px;
  }
}
.hero--standard p {
  font-size: 18px;
}
@media (min-width: 992px) {
  .hero--standard {
    font-size: 38px;
  }
}

.hero-video-text {
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 140px 15px 80px;
  background-color: rgba(0, 0, 0, 0.35);
}
@media (max-width: 543.98px) {
  .hero-video-text {
    padding: 100px 15px 40px;
  }
}
.hero-video-text__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}
.hero-video-text h1 {
  color: inherit;
}
.hero-video-text h1 span {
  white-space: nowrap;
}
@media (max-width: 543.98px) {
  .hero-video-text h1 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .hero-video-text h1 {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .hero-video-text h1 {
    font-size: 110px;
  }
}
.hero-video-text p {
  font-size: 20px;
  margin-bottom: 0;
  max-width: 646px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 544px) {
  .hero-video-text p {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .hero-video-text p {
    font-size: 38px;
  }
}

@media (max-width: 543.98px) {
  .hero--video {
    height: 350px;
  }
  .hero--video video {
    height: 100%;
  }
}
.hero--image {
  max-height: 100vh;
  overflow: hidden;
}
@media (max-width: 543.98px) {
  .hero--image {
    height: 350px;
  }
}

.hero__image--desktop {
  display: none;
}

@media (min-width: 768px) {
  .hero__image--mobile {
    display: none;
  }

  .hero__image--desktop {
    display: block;
  }
}
.store-search-wrap,
.content-brick.content-brick--store-search {
  background-color: var(--brand-colour);
  color: white;
  padding: 20px 0;
}
@media (min-width: 992px) {
  .store-search-wrap,
.content-brick.content-brick--store-search {
    padding: 40px 0;
  }
}
.store-search-wrap .content-brick__container,
.content-brick.content-brick--store-search .content-brick__container {
  max-width: 940px;
}

.store-search {
  text-align: center;
}

.store-search__form {
  display: inline-flex;
}

.store-search__text {
  font-size: 22px;
  font-family: "Value Serif Pro", serif;
  margin-bottom: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .store-search__text {
    font-size: 28px;
  }
}
.store-search__input {
  padding-top: 15px;
  padding-bottom: 15px;
  flex-basis: 100%;
  border: 0;
}
@media (min-width: 992px) {
  .store-search__input {
    font-size: 20px;
    padding-top: 27px;
    padding-bottom: 27px;
  }
}

@media (min-width: 992px) {
  .store-search__text__part {
    display: inline;
  }
}

.store-search__button {
  background-color: #8DC9BA;
  color: white;
  border: 0;
  height: 56px;
  width: 56px;
  font-size: 21px;
  flex: 0 0 56px;
}
@media (min-width: 992px) {
  .store-search__button {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
  }
}

@media (min-width: 768px) {
  .store-search {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .store-search__form {
    max-width: 360px;
  }

  .store-search__text {
    margin: 0 60px 0 0;
  }
}
@media (min-width: 1200px) {
  .store-search__text {
    margin: 0 100px 0 0;
  }
}
.pul-wrap.fancybox-content {
  background-color: #8DC9BA;
}
.pul-wrap.fancybox-content .fancybox-button {
  color: white;
}

.pul-inner {
  max-width: 868px;
  margin-left: auto;
  margin-right: auto;
}

.pul-user-location,
.pul-closest-info {
  color: white;
  text-align: center;
}

.pul-user-location {
  font-size: 14px;
  margin-bottom: 16px;
}

.pul-closest-info {
  font-family: "Value Serif Pro", serif;
  font-size: 26px;
  margin-bottom: 32px;
}

.closest-store {
  background-color: white;
  margin-bottom: 32px;
}

.closest-store__image {
  display: none;
}
@media (min-width: 992px) {
  .closest-store__image {
    display: block;
    padding-left: 20px;
    padding-top: 20px;
  }
}

.closest-store__info {
  padding: 24px 16px;
}

.closest-store__address-title {
  font-size: 24px;
  margin-bottom: 4px;
}

.closest-store__address {
  font-size: 18px;
  margin-bottom: 12px;
}

.closest-store__link a {
  padding: 17px 24px;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.3s;
  background: transparent;
  border: 1px solid transparent;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #F26C4B;
  background: transparent;
  border-color: currentColor;
}
.closest-store__link a.go-icon:hover:after {
  transform: translateX(0.15em);
}
.closest-store__link a:disabled, .closest-store__link a[disabled] {
  background-color: #eeeeee;
}
.closest-store__link a:disabled:hover, .closest-store__link a:disabled:focus, .closest-store__link a[disabled]:hover, .closest-store__link a[disabled]:focus {
  background-color: #eeeeee;
}
.closest-store__link a:not(:disabled), .closest-store__link a:not([disabled]) {
  cursor: pointer;
}
.closest-store__link a.button--loading {
  pointer-events: none;
  opacity: 0.8;
}
.closest-store__link a.button--loading:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: 0.5em;
  animation: fa-spin 1.2s infinite linear;
  font-size: 1em;
  line-height: 0;
  vertical-align: middle;
}
.closest-store__link a:hover, .closest-store__link a:focus {
  color: white;
  background: #F26C4B;
  border-color: #F26C4B;
}

.store__map-link {
  font-size: 14px;
  margin-bottom: 24px;
}
.store__map-link a {
  color: #F26C4B;
  text-transform: uppercase;
}

.closest-store__phone {
  font-size: 18px;
  margin-bottom: 24px;
}
.closest-store__phone a {
  color: inherit;
}

.d-partners {
  margin-bottom: 16px;
}

.d-partners-list {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gel-store-location .d-partners-list {
  justify-content: flex-start;
}

.pul-wrap .d-partners-list {
  justify-content: flex-start;
}

.d-partners__title {
  font-size: 18px;
  margin-bottom: 16px;
}

.d-partner {
  margin-bottom: 10px;
  padding: 0 5px;
}
.d-partner a {
  opacity: 1;
  transition: opacity 0.2s;
}
.d-partner a:hover, .d-partner a:focus {
  opacity: 0.85;
}

.other-stores__title {
  text-align: center;
  color: white;
  font-size: 18px;
  margin-bottom: 16px;
}

.other-store {
  margin-bottom: 20px;
}

.other-store__inner {
  background-color: white;
  padding: 24px 16px;
}

.other-store__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}

.other-store__address {
  font-size: 18px;
  margin-bottom: 24px;
}

.other-store__link a {
  padding: 17px 24px;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.3s;
  background: transparent;
  border: 1px solid transparent;
  padding-top: 12px;
  padding-bottom: 12px;
  /*&, &:visited {
    color: white;
  }*/
  color: white;
  background: #F6D056;
  border-color: transparent;
}
.other-store__link a.go-icon:hover:after {
  transform: translateX(0.15em);
}
.other-store__link a:disabled, .other-store__link a[disabled] {
  background-color: #eeeeee;
}
.other-store__link a:disabled:hover, .other-store__link a:disabled:focus, .other-store__link a[disabled]:hover, .other-store__link a[disabled]:focus {
  background-color: #eeeeee;
}
.other-store__link a:not(:disabled), .other-store__link a:not([disabled]) {
  cursor: pointer;
}
.other-store__link a.button--loading {
  pointer-events: none;
  opacity: 0.8;
}
.other-store__link a.button--loading:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: 0.5em;
  animation: fa-spin 1.2s infinite linear;
  font-size: 1em;
  line-height: 0;
  vertical-align: middle;
}
.other-store__link a:hover, .other-store__link a:focus {
  color: white;
  background: rgba(246, 208, 86, 0.8);
  border-color: transparent;
}

@media (min-width: 992px) {
  .pul-user-location {
    font-size: 18px;
  }

  .pul-closest-info {
    font-size: 36px;
  }

  .closest-store {
    display: flex;
  }

  .closest-store__info {
    padding: 12px 48px;
    align-self: center;
  }

  .closest-store__address-title {
    font-size: 28px;
  }

  .closest-store__image {
    flex-basis: 487px;
    flex-shrink: 0;
  }

  .other-store-list {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
  }

  .other-store {
    flex-basis: 50%;
    width: 50%;
    padding: 0 10px;
  }
}
.pac-container:after {
  content: none !important;
}

/*********************
FIND US PAGE
*********************/
.gel-store-search-wrap {
  margin-bottom: 36px;
  background-color: #FDF8D6;
  height: 80px;
  max-width: 424px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  position: relative;
}
.gel-store-search-wrap form {
  display: flex;
  align-items: center;
}
.gel-store-search-wrap .wpsl-search-btn-wrap {
  margin: 0 30px 0 auto;
}
.gel-store-search-wrap #wpsl-search-input {
  margin-left: 30px;
  width: auto;
  background: transparent;
  border: 0;
  font-size: 26px;
  height: 80px;
  line-height: 80px;
}
.gel-store-search-wrap #wpsl-search-btn {
  border: 0;
  background: none;
  box-shadow: none;
  padding: 0;
  color: #777;
  background: transparent;
  font-size: 26px;
  transition: color 0.2s;
}
.gel-store-search-wrap #wpsl-search-btn:hover, .gel-store-search-wrap #wpsl-search-btn:focus {
  color: var(--brand-colour);
}
.gel-store-search-wrap #wpsl-search-btn:focus {
  outline: 1px solid #F6D056;
}
.gel-store-search-wrap .wpsl-input {
  margin-bottom: 0;
}
@media (max-width: 543.98px) {
  .gel-store-search-wrap {
    height: 60px;
  }
  .gel-store-search-wrap #wpsl-search-input {
    margin-left: 15px;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
  }
  .gel-store-search-wrap .wpsl-search-btn-wrap {
    margin-right: 15px;
  }
  .gel-store-search-wrap .gel-store-search-submit {
    font-size: 20px;
  }
}

.map-results-wrap #wpsl-gmap {
  float: none;
  width: auto;
}
.map-results-wrap #wpsl-result-list {
  width: auto;
  float: none;
}
.map-results-wrap #wpsl-result-list li p {
  margin-bottom: 12px;
}
.map-results-wrap #wpsl-result-list #wpsl-stores li {
  border-bottom: 0;
  padding-bottom: 0;
}
.map-results-wrap .gel-store-location {
  border-bottom: 1px solid #CBCBCB;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .map-results-wrap {
    display: flex;
  }
  .map-results-wrap #wpsl-result-list {
    flex-basis: 50%;
  }
}
.map-results-wrap #wpsl-gmap {
  order: 1;
  flex-basis: 50%;
}

.gel-store-location h4 {
  color: inherit;
}
.gel-store-location a {
  color: #F26C4B;
  transition: all 0.2s;
}
.gel-store-location a:hover, .gel-store-location a:focus {
  text-decoration: none;
}
.gel-store-location .wp-store-phone a {
  color: inherit;
}
.gel-store-location .wp-store-links a {
  display: inline-block;
}
.gel-store-location .wp-store-links a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  margin-left: 0.5em;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  transition: transform 0.2s;
  font-weight: 300;
}
.gel-store-location .wp-store-links a:hover, .gel-store-location .wp-store-links a:focus {
  color: var(--brand-colour);
}
.gel-store-location .wp-store-links a + a {
  margin-left: 20px;
}
.gel-store-location .d-partners {
  margin-top: 24px;
}
.gel-store-location .d-partners__title {
  color: #CBCBCB;
}
.gel-store-location .wp-store-link {
  margin-top: 24px;
}
.gel-store-location .wp-store-link a {
  padding: 17px 24px;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.3s;
  background: transparent;
  border: 1px solid transparent;
  color: #F26C4B;
  background: transparent;
  border-color: currentColor;
  padding-top: 12px;
  padding-bottom: 12px;
}
.gel-store-location .wp-store-link a.go-icon:hover:after {
  transform: translateX(0.15em);
}
.gel-store-location .wp-store-link a:disabled, .gel-store-location .wp-store-link a[disabled] {
  background-color: #eeeeee;
}
.gel-store-location .wp-store-link a:disabled:hover, .gel-store-location .wp-store-link a:disabled:focus, .gel-store-location .wp-store-link a[disabled]:hover, .gel-store-location .wp-store-link a[disabled]:focus {
  background-color: #eeeeee;
}
.gel-store-location .wp-store-link a:not(:disabled), .gel-store-location .wp-store-link a:not([disabled]) {
  cursor: pointer;
}
.gel-store-location .wp-store-link a.button--loading {
  pointer-events: none;
  opacity: 0.8;
}
.gel-store-location .wp-store-link a.button--loading:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: 0.5em;
  animation: fa-spin 1.2s infinite linear;
  font-size: 1em;
  line-height: 0;
  vertical-align: middle;
}
.gel-store-location .wp-store-link a:hover, .gel-store-location .wp-store-link a:focus {
  color: white;
  background: #F26C4B;
  border-color: #F26C4B;
}
.gel-store-location .wp-store-link a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  margin-left: 0.5em;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  transition: transform 0.2s;
  font-weight: 300;
}

/*********************
OPENING HOURS
*********************/
.gel-hours-section header {
  text-align: center;
  margin-bottom: 36px;
}
.gel-hours-section .important, .gel-hours-section .sidebar__name {
  margin-bottom: 6px;
}

.gel-hours-custom {
  font-style: italic;
  font-weight: 300;
}

.gel-hours {
  width: 100%;
}
.gel-hours th, .gel-hours td {
  padding: 3px 0;
}
.gel-hours th {
  text-align: left;
}
.gel-hours td {
  text-align: right;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .gel-hours {
    font-size: 18px;
  }
}
@media (max-width: 543.98px) {
  .gel-hours {
    font-size: 14px;
  }
}

.fancybox-content.store-hours-popup {
  width: 520px;
  background-color: #F26C4B;
  color: white;
}
.fancybox-content.store-hours-popup h4 {
  color: white;
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #F69080;
}
.fancybox-content.store-hours-popup .gel-hours tr {
  border-bottom: 1px solid #F69080;
}
.fancybox-content.store-hours-popup .gel-hours th, .fancybox-content.store-hours-popup .gel-hours td {
  padding: 5px 0;
}
@media (max-width: 767.98px) {
  .fancybox-content.store-hours-popup {
    padding: 20px;
  }
}

@media (max-width: 767.98px) {
  #wpsl-stores, #wpsl-direction-details {
    height: auto;
    overflow: visible;
  }
}
.single-wpsl_stores .gallery-slider {
  margin-top: 36px;
  background-color: transparent;
}
.single-wpsl_stores .swiper-wrapper {
  align-items: flex-end;
}
.single-wpsl_stores .swiper-slide {
  text-align: center;
}

.profile {
  margin-top: 36px;
}
@media (max-width: 991.98px) {
  .profile .profile__image {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .profile {
    display: flex;
    justify-content: space-between;
  }
  .profile .profile__text {
    flex: 0 0 360px;
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .profile .profile__text {
    flex: 0 0 420px;
  }
}

@media (max-width: 991.98px) {
  .single-wpsl_stores .sidebar {
    margin-top: 48px;
  }
}

.sidebar-partners {
  margin-bottom: 32px;
  border-radius: 30px;
  text-align: center;
  padding: 20px;
  color: white;
  background-color: #8DC9BA;
  margin-left: auto;
  margin-right: auto;
  max-width: 430px;
}
@media (max-width: 543.98px) {
  .sidebar-partners {
    padding: 16px;
  }
}
.sidebar-partners .important, .sidebar-partners .sidebar__name {
  margin-bottom: 20px;
}
.sidebar-partners img {
  max-width: 100px;
}

.sidebar__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 430px;
  border: 1px solid #CBCBCB;
  border-radius: 30px;
  padding: 20px;
  text-align: center;
}
@media (min-width: 1200px) {
  .sidebar__wrap {
    padding: 50px;
  }
}

.sidebar__image {
  margin-bottom: 20px;
}

.sidebar__name {
  margin-bottom: 20px;
}

.sidebar__address {
  margin-bottom: 20px;
}

.store__map-link a {
  padding: 17px 24px;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.3s;
  background: transparent;
  border: 1px solid transparent;
  /*&, &:visited {
    color: white;
  }*/
  color: white;
  background: #F26C4B;
  border-color: transparent;
}
.store__map-link a.go-icon:hover:after {
  transform: translateX(0.15em);
}
.store__map-link a:disabled, .store__map-link a[disabled] {
  background-color: #eeeeee;
}
.store__map-link a:disabled:hover, .store__map-link a:disabled:focus, .store__map-link a[disabled]:hover, .store__map-link a[disabled]:focus {
  background-color: #eeeeee;
}
.store__map-link a:not(:disabled), .store__map-link a:not([disabled]) {
  cursor: pointer;
}
.store__map-link a.button--loading {
  pointer-events: none;
  opacity: 0.8;
}
.store__map-link a.button--loading:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: 0.5em;
  animation: fa-spin 1.2s infinite linear;
  font-size: 1em;
  line-height: 0;
  vertical-align: middle;
}
.store__map-link a:hover, .store__map-link a:focus {
  color: white;
  background: rgba(242, 108, 75, 0.8);
  border-color: transparent;
}
.store__map-link a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  margin-left: 0.5em;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  transition: transform 0.2s;
  font-weight: 300;
}

.store-social {
  margin-bottom: 20px;
}
.store-social a {
  color: #F26C4B;
  padding: 0 10px;
}

.store-sidebar-contact__phone {
  margin-bottom: 20px;
}
.store-sidebar-contact__phone a {
  color: inherit;
}

.store-sidebar-contact__button {
  margin-bottom: 20px;
}
.store-sidebar-contact__button a {
  padding: 17px 24px;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.3s;
  background: transparent;
  border: 1px solid transparent;
  /*&, &:visited {
    color: white;
  }*/
  color: white;
  background: #F26C4B;
  border-color: transparent;
}
.store-sidebar-contact__button a.go-icon:hover:after {
  transform: translateX(0.15em);
}
.store-sidebar-contact__button a:disabled, .store-sidebar-contact__button a[disabled] {
  background-color: #eeeeee;
}
.store-sidebar-contact__button a:disabled:hover, .store-sidebar-contact__button a:disabled:focus, .store-sidebar-contact__button a[disabled]:hover, .store-sidebar-contact__button a[disabled]:focus {
  background-color: #eeeeee;
}
.store-sidebar-contact__button a:not(:disabled), .store-sidebar-contact__button a:not([disabled]) {
  cursor: pointer;
}
.store-sidebar-contact__button a.button--loading {
  pointer-events: none;
  opacity: 0.8;
}
.store-sidebar-contact__button a.button--loading:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: 0.5em;
  animation: fa-spin 1.2s infinite linear;
  font-size: 1em;
  line-height: 0;
  vertical-align: middle;
}
.store-sidebar-contact__button a:hover, .store-sidebar-contact__button a:focus {
  color: white;
  background: rgba(242, 108, 75, 0.8);
  border-color: transparent;
}
.store-sidebar-contact__button a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  margin-left: 0.5em;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  transition: transform 0.2s;
  font-weight: 300;
}

.store-features-section {
  margin-top: 40px;
  text-align: left;
}
.store-features-section .important, .store-features-section .sidebar__name {
  margin-bottom: 20px;
}

.fancybox-content.form-popup {
  padding: 30px;
  width: 620px;
}
.fancybox-content.form-popup h3 {
  text-align: center;
}
.fancybox-content.form-popup .gform_footer {
  text-align: right;
}
.fancybox-content.form-popup label {
  margin-bottom: 4px;
}

.store-reviews {
  margin-top: 48px;
}

.store-reviews div + div {
  margin-top: 24px;
}

.store-review {
  margin-top: 48px;
}

.store-review .wprs_unslider {
  background-image: url(../jpg/review-bg.jpg);
  background-position: center center;
  border-radius: 30px;
  padding: 30px;
  padding-bottom: 10px;
}
.store-review .wprs_unslider ul.wprs_unslider-wrap {
  display: flex;
  align-items: center;
}
.store-review .wprs_unslider #wprev-slider-1 .wprev_preview_bg1_T2 {
  background: transparent;
  border-bottom: 0;
  position: relative;
  padding: 0;
}
.store-review .wprs_unslider .wpproslider_t2_DIV_1a {
  margin: 0;
}
.store-review .wprs_unslider .wpproslider_t2_IMG_2 {
  margin-right: 20px;
}
.store-review .wprs_unslider #wprev-slider-1 .wprev_preview_tcolor2_T2 {
  font-weight: normal;
}
.store-review .wprs_unslider #wprev-slider-1 .wprevpro_star_imgs {
  margin-top: 3px;
}
.store-review .wprs_unslider .wpproslider_t2_P_4 {
  margin-bottom: 24px !important;
}
.store-review .wprs_unslider span.wprevpro_star_imgs > span {
  margin-right: 5px;
}
.store-review .wprs_unslider .wprs_unslider-nav ol li {
  width: 8px;
  height: 8px;
  border: 1px solid #8DC9BA;
  background: #8DC9BA;
  transition: all 0.3s;
}
.store-review .wprs_unslider .wprs_unslider-nav ol li.wprs_unslider-active {
  transform: scale(1.3);
}

.store-badge__score {
  margin-bottom: 0;
}

.store-badge__total {
  color: #8DC9BA;
}

.leave-review a {
  padding: 17px 24px;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.3s;
  background: transparent;
  border: 1px solid transparent;
  /*&, &:visited {
    color: white;
  }*/
  color: white;
  background: #F26C4B;
  border-color: transparent;
}
.leave-review a.go-icon:hover:after {
  transform: translateX(0.15em);
}
.leave-review a:disabled, .leave-review a[disabled] {
  background-color: #eeeeee;
}
.leave-review a:disabled:hover, .leave-review a:disabled:focus, .leave-review a[disabled]:hover, .leave-review a[disabled]:focus {
  background-color: #eeeeee;
}
.leave-review a:not(:disabled), .leave-review a:not([disabled]) {
  cursor: pointer;
}
.leave-review a.button--loading {
  pointer-events: none;
  opacity: 0.8;
}
.leave-review a.button--loading:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: 0.5em;
  animation: fa-spin 1.2s infinite linear;
  font-size: 1em;
  line-height: 0;
  vertical-align: middle;
}
.leave-review a:hover, .leave-review a:focus {
  color: white;
  background: rgba(242, 108, 75, 0.8);
  border-color: transparent;
}
.leave-review a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  margin-left: 0.5em;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  transition: transform 0.2s;
  font-weight: 300;
}

.single-store-map .franchise-map {
  margin-top: 72px;
  height: 340px;
}

.sign-up {
  background-position: center top;
  background-repeat: no-repeat;
}
.sign-up > .wrap {
  text-align: center;
  color: white;
  padding: 96px 16px;
}
.sign-up .newsletter-content,
.sign-up .gform_wrapper {
  max-width: 868px;
  margin-left: auto;
  margin-right: auto;
}
.sign-up .gform_heading {
  margin-bottom: 48px;
}
.sign-up .gform_description {
  font-size: 24px;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .sign-up .gform_description {
    font-size: 28px;
  }
}
.sign-up .gform_body input {
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.sign-up .gform_button {
  /*&, &:visited {
    color: white;
  }*/
  color: white;
  background: #F26C4B;
  border-color: transparent;
}
.sign-up .gform_button:hover, .sign-up .gform_button:focus {
  color: white;
  background: rgba(242, 108, 75, 0.8);
  border-color: transparent;
}
.sign-up .validation_error,
.sign-up .validation_message {
  display: none;
}
.sign-up .gfield_error input {
  border-width: 2px;
}
.sign-up .gform_confirmation_message {
  background: var(--brand-colour);
  margin: auto;
  max-width: 700px;
  padding: 40px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .sign-up form {
    display: flex;
    flex-wrap: wrap;
  }
  .sign-up .gform_heading {
    flex-basis: 100%;
  }
  .sign-up .gform_body {
    flex-grow: 1;
    margin-right: 20px;
  }
  .sign-up .gform_body input {
    height: 80px;
    line-height: 80px;
    border-radius: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .sign-up .gform_button {
    padding: 27px 32px;
    height: 80px;
    border-radius: 40px;
  }
}
@media (min-width: 992px) {
  .sign-up {
    background-size: cover;
  }
  .sign-up .wrap {
    padding: 144px 16px;
  }
}

.pum-theme-gelatissimo-theme .pum-container {
  max-width: 600px;
  margin-right: 15px;
  padding: 20px;
}
.pum-theme-gelatissimo-theme .important, .pum-theme-gelatissimo-theme .sidebar__name {
  font-size: 20px;
}
@media (min-width: 992px) {
  .pum-theme-gelatissimo-theme .important, .pum-theme-gelatissimo-theme .sidebar__name {
    font-size: 22px;
  }
}
.pum-theme-gelatissimo-theme .sign-up .gform_body {
  margin-right: 0;
}
.pum-theme-gelatissimo-theme .gfield {
  margin-bottom: 12px;
}
.pum-theme-gelatissimo-theme .gform_wrapper {
  margin-top: 36px;
}
.pum-theme-gelatissimo-theme .gform_footer {
  text-align: center;
}
.pum-theme-gelatissimo-theme .pum-featured-image {
  display: none;
}
@media (min-width: 992px) {
  .pum-theme-gelatissimo-theme .pum-container {
    max-width: 800px;
  }
  .pum-theme-gelatissimo-theme .pum-wrap {
    display: flex;
    align-items: center;
  }
  .pum-theme-gelatissimo-theme .pum-featured-image {
    flex-basis: 200px;
    flex-shrink: 0;
    display: block;
    margin-right: 40px;
  }
}
@media (min-width: 1200px) {
  .pum-theme-gelatissimo-theme .pum-featured-image {
    flex-basis: 250px;
  }
}
.pum-theme-gelatissimo-theme .pum-close {
  width: 44px;
  height: 44px;
  background-color: transparent !important;
}
.pum-theme-gelatissimo-theme .pum-close i {
  font-size: 18px;
}

.flavour-section {
  margin-top: 48px;
}
.flavour-section .wrap {
  max-width: 333px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .flavour-section .wrap {
    max-width: 666px;
  }
}
@media (min-width: 992px) {
  .flavour-section .wrap {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
  }
  .flavour-section .wrap .flavours {
    width: 666px;
  }
}
@media (min-width: 1400px) {
  .flavour-section .wrap {
    max-width: 1330px;
  }
  .flavour-section .wrap .flavours {
    width: 999px;
  }
}

.flavours-none {
  display: none;
  font-size: 20px;
}

.flavour {
  max-width: 313px;
  margin: 0 10px 24px;
}

.flavour__image {
  position: relative;
  margin-bottom: 24px;
}

.flavour__expander {
  position: absolute;
  color: white;
  font-size: 18px;
  top: 10px;
  right: 10px;
  transition: all 0.4s;
}

.dessert-label {
  text-transform: lowercase;
  position: absolute;
  left: 18px;
  top: 57px;
  font-family: "Gelato Luxe", serif;
  color: white;
  font-size: 28px;
  line-height: normal;
  padding: 2px 30px;
  border-radius: 30px;
}

.flavour__title {
  color: black;
  margin-bottom: 12px;
}

.flavour__description {
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .flavour__description {
    font-size: 18px;
  }
}

.flavour__allergens {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.flavour__allergens li {
  margin-bottom: 6px;
  font-size: 12px;
  margin-right: 20px;
}
.flavour__allergens li::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #8DC9BA;
  margin-right: 6px;
}

.favour__nutrition-link a {
  padding: 17px 24px;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.3s;
  background: transparent;
  border: 1px solid transparent;
  padding-top: 7px;
  padding-bottom: 7px;
  /*&, &:visited {
    color: white;
  }*/
  color: white;
  background: #F26C4B;
  border-color: transparent;
  font-size: 15px;
  text-transform: none;
  font-family: "Value Serif Pro", serif;
}
.favour__nutrition-link a.go-icon:hover:after {
  transform: translateX(0.15em);
}
.favour__nutrition-link a:disabled, .favour__nutrition-link a[disabled] {
  background-color: #eeeeee;
}
.favour__nutrition-link a:disabled:hover, .favour__nutrition-link a:disabled:focus, .favour__nutrition-link a[disabled]:hover, .favour__nutrition-link a[disabled]:focus {
  background-color: #eeeeee;
}
.favour__nutrition-link a:not(:disabled), .favour__nutrition-link a:not([disabled]) {
  cursor: pointer;
}
.favour__nutrition-link a.button--loading {
  pointer-events: none;
  opacity: 0.8;
}
.favour__nutrition-link a.button--loading:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: 0.5em;
  animation: fa-spin 1.2s infinite linear;
  font-size: 1em;
  line-height: 0;
  vertical-align: middle;
}
.favour__nutrition-link a:hover, .favour__nutrition-link a:focus {
  color: white;
  background: rgba(242, 108, 75, 0.8);
  border-color: transparent;
}
.favour__nutrition-link a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  margin-left: 0.5em;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  transition: transform 0.2s;
  font-weight: 300;
}
.favour__nutrition-link a::after {
  font-weight: normal;
  top: 0;
}

.fancybox-content.image-expand {
  padding: 0;
}
.fancybox-content.image-expand .fancybox-button svg {
  color: white;
}

.fancybox-content.info-popup {
  vertical-align: top;
  background-color: #F26C4B;
  color: white;
  width: 646px;
}
@media (max-width: 543.98px) {
  .fancybox-content.info-popup {
    padding: 16px;
  }
}
.fancybox-content.info-popup .wrap {
  max-width: 424px;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
}
.fancybox-content.info-popup header {
  margin-bottom: 24px;
}
.fancybox-content.info-popup header h3 {
  margin-bottom: 18px;
  text-align: center;
}
.fancybox-content.info-popup header h4 {
  font-family: "Avenir LT Std", sans-serif;
  font-size: 28px;
  color: white;
  text-align: center;
}
.fancybox-content.info-popup header h3 + h4::before {
  content: " ";
  display: block;
  margin: 0 auto 18px;
  padding: 0 10px;
  max-width: 224px;
  border-top: 1px solid #F69080;
}
.fancybox-content.info-popup header p {
  color: #F6D056;
  font-size: 14px;
  line-height: 24px;
}

.sugar-free-data {
  margin-top: 48px;
}

.flavour-section--regular .wrap {
  max-width: none;
}
.flavour-section--regular .wrap .flavours {
  width: auto;
  max-width: 100%;
}

.flavours-list-regular {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  width: auto;
}
.flavours-list-regular .flavour {
  max-width: none;
  margin: 0 0 24px;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .flavours-list-regular .flavour {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .flavours-list-regular .flavour {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.nutrition-table {
  width: 100%;
}
.nutrition-table tr {
  border-bottom: 1px solid #F69080;
}
.nutrition-table td, .nutrition-table th {
  font-size: 18px;
  padding: 18px 0;
}
@media (max-width: 543.98px) {
  .nutrition-table td, .nutrition-table th {
    font-size: 14px;
    padding: 14px 0;
  }
}
.nutrition-table td:last-child, .nutrition-table th:last-child {
  text-align: right;
}

@media (min-width: 992px) {
  .flavours-filters {
    flex-grow: 1;
    max-width: 280px;
  }
}

.flavour-filter-bar {
  margin: 0 10px 48px;
  background-color: #FDF8D6;
  border-radius: 30px;
}
.flavour-filter-bar header {
  cursor: pointer;
  color: #FDF8D6;
  font-size: 18px;
  background-color: #F26C4B;
  border-radius: 30px;
  margin-bottom: 24px;
  padding: 16px 0;
  height: 60px;
  text-align: center;
  position: relative;
}
.flavour-filter-bar header span {
  padding-left: 30px;
}
.flavour-filter-bar header i {
  background-color: var(--brand-colour);
  color: white;
  display: inline-block;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  text-align: center;
  line-height: 60px;
}
.flavour-filter-bar header i.fa-spinner {
  font-weight: bold;
}
.flavour-filter-bar .flavour-filters {
  padding: 0 15px 1px;
}
@media (max-width: 767.98px) {
  .flavour-filter-bar .flavour-filters {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .flavour-filter-bar .flavour-filters {
    display: flex;
    flex-wrap: wrap;
  }
  .flavour-filter-bar .flavour-filters .flavour-filter {
    flex-basis: 50%;
  }
}
.flavour-filter-bar .flavour-filter {
  margin-bottom: 12px;
}
.flavour-filter-bar input[type=radio],
.flavour-filter-bar input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.flavour-filter-bar input[type=radio] + label,
.flavour-filter-bar input[type=checkbox] + label {
  font-size: 18px;
  cursor: pointer;
  padding-left: 44px;
  position: relative;
}
.flavour-filter-bar [type=radio]:checked + label,
.flavour-filter-bar [type=checkbox]:checked + label {
  color: #F26C4B;
}
.flavour-filter-bar [type=radio] + label:before,
.flavour-filter-bar [type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #CBCBCB;
  border-radius: 100%;
  background: #fff;
}
.flavour-filter-bar [type=radio]:checked + label:after,
.flavour-filter-bar [type=radio]:not(:checked) + label:after,
.flavour-filter-bar [type=checkbox]:checked + label:after,
.flavour-filter-bar [type=checkbox]:not(:checked) + label:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #F26C4B;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.flavour-filter-bar [type=radio]:not(:checked) + label:after,
.flavour-filter-bar [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.flavour-filter-bar [type=radio]:checked + label:after,
.flavour-filter-bar [type=checkbox]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.page-template-t-flavours .entry-content {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.flavour-tabs .ui-tabs-nav .ui-tabs-tab:only-of-type {
  display: none;
}
.flavour-tabs .ui-tabs-nav a {
  display: block;
  text-align: center;
  background: #8DC9BA;
  background: #F6D056;
  border-bottom: 2px solid #F26C4B;
  padding: 5px 10px;
  color: white;
  color: var(--brand-colour);
  font-family: "Value Serif Pro", serif;
  letter-spacing: 0.05em;
}
.flavour-tabs .ui-tabs-nav a:hover, .flavour-tabs .ui-tabs-nav a:focus {
  text-decoration: none;
}
.flavour-tabs .ui-tabs-nav .ui-tabs-active a {
  background: #FDF8D6;
  background: white;
}
.flavour-tabs .ui-tabs-panel {
  padding-top: 24px;
}
.flavour-tabs .ui-tabs-panel p {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .flavour-tabs .ui-tabs-nav {
    display: flex;
    white-space: nowrap;
  }
  .flavour-tabs .ui-tabs-nav .ui-tabs-tab + .ui-tabs-tab {
    margin-left: 3px;
  }
  .flavour-tabs .ui-tabs-nav a {
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 8px 12px;
    font-size: 18px;
  }

  .ui-tabs-panel {
    padding: 24px;
    border: 2px solid #FDF8D6;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #f1603d;
  }
}
.flavour-slider .swiper-button-prev,
.flavour-slider .swiper-button-next {
  background: none;
  height: 22px;
  margin-top: -11px;
}
.flavour-slider .swiper-button-prev .fas,
.flavour-slider .swiper-button-next .fas {
  color: white;
  font-size: 20px;
  transition: color 0.4s;
}
.flavour-slider .swiper-button-prev .fas:hover, .flavour-slider .swiper-button-prev .fas:focus,
.flavour-slider .swiper-button-next .fas:hover,
.flavour-slider .swiper-button-next .fas:focus {
  color: #f8dc82;
}
.flavour-slider .swiper-button-next {
  text-align: right;
}

/*********************
SINGLE FRANCHISE
*********************/
.single-franchise .content-sidebar-wrap {
  margin-bottom: 48px;
}
.single-franchise .content {
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .single-franchise .content {
    margin-bottom: 0;
  }
}
.franchise__map {
  height: 327px;
}

.franchise__address,
.franchise__investment {
  font-weight: bold;
  margin-bottom: 24px;
}

.franchise__investment__value {
  white-space: nowrap;
}

.franchise__contacts {
  margin-bottom: 12px;
}

.franchise__contacts a {
  margin-bottom: 12px;
  display: inline-block;
}

.franchise__contacts__social {
  margin-right: 20px;
  font-size: 22px;
  color: #F26C4B;
}
.franchise__contacts__social a {
  color: inherit;
}

.franchise__contacts__social + .franchise__contacts__form {
  margin-left: 8px;
}

.franchise__contacts__form {
  padding: 17px 24px;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.3s;
  background: transparent;
  border: 1px solid transparent;
  padding-top: 7px;
  padding-bottom: 7px;
  /*&, &:visited {
    color: white;
  }*/
  color: white;
  background: #F26C4B;
  border-color: transparent;
}
.franchise__contacts__form.go-icon:hover:after {
  transform: translateX(0.15em);
}
.franchise__contacts__form:disabled, .franchise__contacts__form[disabled] {
  background-color: #eeeeee;
}
.franchise__contacts__form:disabled:hover, .franchise__contacts__form:disabled:focus, .franchise__contacts__form[disabled]:hover, .franchise__contacts__form[disabled]:focus {
  background-color: #eeeeee;
}
.franchise__contacts__form:not(:disabled), .franchise__contacts__form:not([disabled]) {
  cursor: pointer;
}
.franchise__contacts__form.button--loading {
  pointer-events: none;
  opacity: 0.8;
}
.franchise__contacts__form.button--loading:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: 0.5em;
  animation: fa-spin 1.2s infinite linear;
  font-size: 1em;
  line-height: 0;
  vertical-align: middle;
}
.franchise__contacts__form:hover, .franchise__contacts__form:focus {
  color: white;
  background: rgba(242, 108, 75, 0.8);
  border-color: transparent;
}
.franchise__contacts__form:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  margin-left: 0.5em;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  transition: transform 0.2s;
  font-weight: 300;
}

.franchise__gallery {
  margin-bottom: 48px;
}
.franchise__gallery h3 {
  color: black;
  text-align: center;
}

/*********************
EVENT
*********************/
.gel-event {
  background-color: #8DC9BA;
  color: white;
  padding: 48px 0;
}
.gel-event .container {
  max-width: 580px;
}
@media (min-width: 992px) {
  .gel-event {
    padding: 72px 0;
  }
  .gel-event .container {
    max-width: 868px;
  }
}

.gel-event__header,
.gel-event__footer {
  text-align: center;
}

.gel-event__description,
.gel-event__details {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 992px) {
  .gel-event__description {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gel-event__details {
    margin-left: 8.3333333333%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
.gel-event__description h2, .gel-event__description h3, .gel-event__description h4 {
  color: black;
}
.gel-event__description p,
.gel-event__description ul,
.gel-event__description ol,
.gel-event__description blockquote {
  margin-bottom: 24px;
}
.gel-event__description ul {
  list-style: none !important;
  margin-left: 0 !important;
  padding: 0 !important;
}
.gel-event__description ul li {
  margin-left: 0;
  padding-left: 2.625em;
  margin-bottom: 8px;
}
.gel-event__description ul li::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  width: 0;
  text-indent: -1.75em;
  font-size: 1.5em;
  line-height: 0;
  vertical-align: middle;
  color: #F26C4B;
  position: relative;
  top: -0.05em;
}
.gel-event__description ul ul {
  margin-top: 8px;
}
.gel-event__description ol {
  list-style: none !important;
  margin-left: 0 !important;
  padding: 0 !important;
  counter-reset: listCounter;
}
.gel-event__description ol li {
  counter-increment: listCounter;
  margin-left: 0;
  padding-left: 2.25em;
  margin-bottom: 8px;
}
.gel-event__description ol li::before {
  content: counter(listCounter) ".";
  display: inline-block;
  width: 0;
  text-indent: -2.25em;
  font-size: 1em;
  color: #F26C4B;
}
.gel-event__description ol[style*="list-style-type: lower-roman"] li::before {
  content: "(" counter(listCounter, lower-roman) ")";
}
.gel-event__description ol[style*="list-style-type: upper-roman"] li::before {
  content: "(" counter(listCounter, upper-roman) ")";
}
.gel-event__description ol[style*="list-style-type: lower-alpha"] li::before {
  content: "(" counter(listCounter, lower-alpha) ")";
}
.gel-event__description ol[style*="list-style-type: upper-alpha"] li::before {
  content: "(" counter(listCounter, upper-alpha) ")";
}
.gel-event__description ol[style*="list-style-type: lower-greek"] li::before {
  content: "(" counter(listCounter, lower-greek) ")";
}
.gel-event__description ol[style*="list-style-type: upper-greek"] li::before {
  content: "(" counter(listCounter, upper-greek) ")";
}
.gel-event__description li {
  margin-left: 24px;
}
@media (min-width: 992px) {
  .gel-event__description p {
    font-size: 18px;
  }
}
.gel-event__description blockquote {
  font-family: "Value Serif Pro", serif;
  padding: 0 24px;
  color: #8DC9BA;
  border-left: 2px solid currentcolor;
  font-size: 18px;
}
@media (min-width: 768px) {
  .gel-event__description blockquote {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .gel-event__description blockquote {
    font-size: 32px;
  }
}
.gel-event__description table {
  margin-bottom: 24px;
  width: 100%;
}
.gel-event__description table th, .gel-event__description table td {
  padding: 5px;
  vertical-align: top;
}
.gel-event__description .important, .gel-event__description .sidebar__name {
  font-size: 24px;
}

.gel-event__details {
  margin-bottom: 24px;
}
.gel-event__details td, .gel-event__details th {
  vertical-align: top;
  padding: 0 0 10px;
}
.gel-event__details th {
  padding-right: 50px;
}

.gel-event__footer .button {
  /*&, &:visited {
    color: white;
  }*/
  color: white;
  background: #F26C4B;
  border-color: transparent;
}
.gel-event__footer .button:hover, .gel-event__footer .button:focus {
  color: white;
  background: rgba(242, 108, 75, 0.8);
  border-color: transparent;
}
.gel-event__footer .button:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  margin-left: 0.5em;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  transition: transform 0.2s;
  font-weight: 300;
}

/*********************
FRANCHISE FORM
*********************/
.franchise-form {
  margin-top: 48px;
}
.franchise-form .container {
  max-width: 580px;
}
.franchise-form .col {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .franchise-form .container {
    max-width: 868px;
  }
}
.franchise-form header {
  text-align: center;
  margin-bottom: 48px;
}
.franchise-form header h4 {
  margin-bottom: 12px;
}

.gel-gallery {
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 544px) {
  .grid-sizer,
.gel-gallery__item {
    width: 33.3333333333%;
  }
}
.gel-gallery__item {
  padding: 0 10px;
  margin-bottom: 20px;
}

.geo-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 18px;
  background-color: var(--brand-colour);
  padding: 30px;
  z-index: 100;
  text-align: center;
  color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.geo-bar p + p {
  margin-top: 12px;
}

.geo-bar__close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 25px;
  color: #222;
  cursor: pointer;
}

/* POSTS */
.post__image {
  position: relative;
  padding-bottom: 30px;
}
.post__image a {
  display: block;
}
.post__category {
  position: absolute;
  bottom: 15px;
}
.post__category a {
  transition: background-color 0.4s;
  display: block;
  text-transform: uppercase;
  color: white;
  background-color: #F26C4B;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 6px 20px;
  height: 34px;
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
}
.post__category a:hover, .post__category a:focus {
  background-color: var(--brand-colour);
  text-decoration: none;
}
.post .entry-title {
  margin: 0;
}
.post .entry-meta {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}

.blog-list .content .post {
  text-align: center;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .blog-list .content .post {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.blog-list .content .post:not(:last-child) {
  margin-bottom: 48px;
}
.blog-list .content .post .entry-title a {
  color: inherit;
}
.blog-list .content .post .entry-footer .button {
  color: #F69080;
  background: transparent;
  border-color: currentColor;
}
.blog-list .content .post .entry-footer .button:hover, .blog-list .content .post .entry-footer .button:focus {
  color: white;
  background: #F69080;
  border-color: #F69080;
}
.blog-list .content .post .entry-footer .button:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  margin-left: 0.5em;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  transition: transform 0.2s;
  font-weight: 300;
}

.single-post .site-container:not(.scrolled) .site-header {
  background-color: #FDF8D6;
}
.single-post .container {
  max-width: 940px;
}
.single-post .burger-icon span {
  background-color: #777;
}
.single-post .site-container .site-inner {
  padding-top: 120px;
}
@media (min-width: 992px) {
  .single-post .site-container .site-inner {
    padding-top: 180px;
  }
}
.single-post .content .entry-header {
  text-align: center;
  margin-bottom: 40px;
}
.single-post .content .entry-title {
  color: black;
  margin-left: auto;
  margin-right: auto;
  max-width: 868px;
  margin-bottom: 24px;
  font-size: 42px;
}
@media (min-width: 992px) {
  .single-post .content .entry-title {
    font-size: 58px;
  }
}
.single-post .content .entry-footer {
  margin-top: 48px;
}
@media (min-width: 992px) {
  .single-post .nav-primary .menu-item a {
    color: black;
  }
}

.gel-share {
  border-bottom: 1px solid #CBCBCB;
  padding-bottom: 32px;
  display: flex;
  color: #CBCBCB;
  align-items: center;
}
.gel-share h4 {
  color: inherit;
  font-family: "Avenir LT Std", sans-serif;
  font-size: 18px;
  margin: 0 20px 0 0;
}
.gel-share ul.wpfai-list {
  line-height: 12px;
  margin: 0;
}
.gel-share ul.wpfai-list li.wpfai-list-item {
  margin: 0 10px 0 0;
}
.gel-share ul.wpfai-list a.wpfai-link {
  color: inherit;
  transition: color 0.2s;
}
.gel-share ul.wpfai-list a.wpfai-link:hover, .gel-share ul.wpfai-list a.wpfai-link:focus {
  color: var(--brand-colour);
}
.gel-share ul.wpfai-list .fa-stack {
  display: block;
  border: 1px solid;
  width: 34px;
  height: 34px;
}

.gel-post-tags {
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #CBCBCB;
  font-size: 14px;
  text-transform: uppercase;
}
.gel-post-tags a {
  color: inherit;
}

.pagination {
  margin: 96px 0 24px;
  text-align: center;
  color: #F6D056;
}
@media (min-width: 992px) {
  .pagination {
    font-size: 18px;
  }
}
.pagination li {
  display: inline-block;
  margin: 0 5px 12px;
}
.pagination li a {
  padding: 0 2px;
  min-width: 48px;
  height: 48px;
  line-height: 48px;
  border: 2px solid;
  color: inherit;
  display: block;
  transition: color 0.2s;
}
.pagination li a:hover, .pagination li a:focus {
  text-decoration: none;
  color: #F69080;
}
.pagination li.active a {
  border-color: #F6D056;
  background-color: #F6D056;
  cursor: default;
  color: white;
}
.pagination .pagination-previous a,
.pagination .pagination-next a {
  border-radius: 24px;
}
@media (max-width: 543.98px) {
  .pagination {
    position: relative;
    padding-bottom: 54px;
  }
  .pagination li a {
    min-width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .pagination .pagination-previous,
.pagination .pagination-next {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .pagination .pagination-previous {
    margin-left: -30px;
  }
  .pagination .pagination-next {
    margin-left: 30px;
  }
}

.post-navigation {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}
.post-navigation a {
  transition: color 0.2s;
  color: #F69080;
  text-transform: uppercase;
}
.post-navigation a:hover, .post-navigation a:focus {
  color: var(--brand-colour);
  text-decoration: none;
}
@media (min-width: 992px) {
  .post-navigation a {
    font-size: 18px;
  }
}

.pagination-previous {
  margin-right: 5px;
}

.pagination-next {
  margin-left: auto;
}
.pagination-next i {
  margin-left: 5px;
}

/* BRICKS */
.content-brick:not(.content-brick--no-margin) {
  margin-top: 60px;
}
.content-brick:last-child:not(.content-brick--filled) {
  margin-bottom: 60px;
}
.content-brick--filled {
  padding: 60px 0;
}
.content-brick--filled:first-child, .content-brick--filled + .content-brick--filled {
  margin-top: 0;
}
.content-brick--bg--geraldine {
  background-color: #F69080;
}
.content-brick--bg--half-baked {
  background-color: #8DC9BA;
}
.content-brick--bg--cream-can {
  background-color: #F6D056;
}
.content-brick--bg--half-colonial-white {
  background-color: #FDF8D6;
}
.content-brick--bg--pale-leaf {
  background-color: #C5DAC2;
}
.content-brick--bg--jaffa {
  background-color: #F26C4B;
}
.content-brick--bg--punch {
  background-color: var(--brand-colour);
}
.content-brick--bg--boulder {
  background-color: #777777;
}
.content-brick--bg--light-grey + .content-brick--bg--light-grey, .content-brick--bg--medium-grey + .content-brick--bg--medium-grey {
  padding-top: 0;
}
.content-brick--bg--light-grey + .content-brick--bg--light-grey.content-brick--no-margin, .content-brick--bg--medium-grey + .content-brick--bg--medium-grey.content-brick--no-margin {
  margin-top: -36px;
}
.full-width-bricks .content-brick__container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 544px) {
  .full-width-bricks .content-brick__container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .full-width-bricks .content-brick__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .full-width-bricks .content-brick__container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .full-width-bricks .content-brick__container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .full-width-bricks .content-brick__container {
    max-width: 1310px;
  }
}
.full-width-bricks .content-brick--xl .content-brick__container {
  max-width: 1312px;
}
.full-width-bricks .content-brick.content-brick--full .content-brick__container {
  padding: 0;
  max-width: none !important;
}
.content-brick__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.content-brick__column {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.content-brick__column--align-top {
  align-self: flex-start;
}
.content-brick__column--align-middle {
  align-self: center;
}
.content-brick__column--align-bottom {
  align-self: flex-end;
}
.content-brick__column--main > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 544px) {
  .content-brick--small .content-brick__column--main {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 768px) {
  .content-brick--large .content-brick__column--main {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .content-brick--medium .content-brick__column--main {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
  .content-brick--small .content-brick__column--main {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }
}

.content-brick:only-child {
  min-height: 400px;
}

@media (min-width: 992px) {
  .column-module--left {
    order: 1;
  }
  .column-module--right {
    order: 2;
  }
}
.column-module:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .column-module:not(:last-child) {
    margin-bottom: 0;
  }
}
.column-module__inner > *:last-child {
  margin-bottom: 0;
}

.column-module--image-column .image-container {
  position: relative;
}
.column-module--image-column.stretch-to-edge .image-space-holder,
.column-module--image-column.stretch-to-edge .image-visible {
  width: calc(100vw - var(--scroll-bar-width));
}
.column-module--image-column.stretch-to-edge .image-space-holder {
  display: block;
  visibility: hidden;
  pointer-events: none;
}
.column-module--image-column.stretch-to-edge .image-space-holder img {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.column-module--image-column.stretch-to-edge .image-visible {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.column-module--image-column.stretch-to-edge .image-visible img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .column-module--image-column.stretch-to-edge.col-lg-5 .image-space-holder,
.column-module--image-column.stretch-to-edge.col-lg-5 .image-visible {
    width: calc(50vw + -88.3333333333px - (var(--scroll-bar-width) / 2));
  }
  .column-module--image-column.stretch-to-edge.col-lg-6 .image-space-holder,
.column-module--image-column.stretch-to-edge.col-lg-6 .image-visible {
    width: calc(50vw + -10px - (var(--scroll-bar-width) / 2));
  }
  .column-module--image-column.stretch-to-edge.col-lg-7 .image-space-holder,
.column-module--image-column.stretch-to-edge.col-lg-7 .image-visible {
    width: calc(50vw + 68.3333333333px - (var(--scroll-bar-width) / 2));
  }
  .column-module--image-column.stretch-to-edge.column-module--left .image-visible {
    left: auto;
    right: 0;
    transform: none;
  }
  .column-module--image-column.stretch-to-edge.column-module--right .image-visible {
    right: auto;
    left: 0;
    transform: none;
  }
}
@media (min-width: 1200px) {
  .column-module--image-column.stretch-to-edge.col-lg-5 .image-space-holder,
.column-module--image-column.stretch-to-edge.col-lg-5 .image-visible {
    width: calc(50vw + -105px - (var(--scroll-bar-width) / 2));
  }
  .column-module--image-column.stretch-to-edge.col-lg-6 .image-space-holder,
.column-module--image-column.stretch-to-edge.col-lg-6 .image-visible {
    width: calc(50vw + -10px - (var(--scroll-bar-width) / 2));
  }
  .column-module--image-column.stretch-to-edge.col-lg-7 .image-space-holder,
.column-module--image-column.stretch-to-edge.col-lg-7 .image-visible {
    width: calc(50vw + 85px - (var(--scroll-bar-width) / 2));
  }
}
@media (min-width: 1400px) {
  .column-module--image-column.stretch-to-edge.col-lg-5 .image-space-holder,
.column-module--image-column.stretch-to-edge.col-lg-5 .image-visible {
    width: calc(50vw + -119.1666666667px - (var(--scroll-bar-width) / 2));
  }
  .column-module--image-column.stretch-to-edge.col-lg-6 .image-space-holder,
.column-module--image-column.stretch-to-edge.col-lg-6 .image-visible {
    width: calc(50vw + -10px - (var(--scroll-bar-width) / 2));
  }
  .column-module--image-column.stretch-to-edge.col-lg-7 .image-space-holder,
.column-module--image-column.stretch-to-edge.col-lg-7 .image-visible {
    width: calc(50vw + 99.1666666667px - (var(--scroll-bar-width) / 2));
  }
}

.content-brick--single-heading {
  text-align: center;
}

.content-brick--important {
  font-size: 1.2rem;
}

.content-brick--image-set img {
  width: 100%;
  max-width: none;
}
.content-brick--image-set__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.content-brick--image-set:not(.content-brick--image-set--has-gap) .content-brick--image-set__wrap {
  margin: 0;
}
.content-brick--image-set__image {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.content-brick--image-set__image:not(:last-child) {
  margin-bottom: 24px;
}
.content-brick--image-set--no-gap .content-brick--image-set__image {
  padding: 0;
}
.content-brick--image-set--no-gap .content-brick--image-set__image:not(:last-child) {
  margin-bottom: 0;
}
.content-brick--image-set__image__inner {
  position: relative;
}
.content-brick--image-set__image__content {
  padding: 18px 24px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0.875em;
  line-height: 1.429em;
  text-align: center;
}
.content-brick--image-set__image__content h2, .content-brick--image-set__image__content h3, .content-brick--image-set__image__content h4 {
  color: black;
}
.content-brick--image-set__image__content p,
.content-brick--image-set__image__content ul,
.content-brick--image-set__image__content ol,
.content-brick--image-set__image__content blockquote {
  margin-bottom: 24px;
}
.content-brick--image-set__image__content ul {
  list-style: none !important;
  margin-left: 0 !important;
  padding: 0 !important;
}
.content-brick--image-set__image__content ul li {
  margin-left: 0;
  padding-left: 2.625em;
  margin-bottom: 8px;
}
.content-brick--image-set__image__content ul li::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  width: 0;
  text-indent: -1.75em;
  font-size: 1.5em;
  line-height: 0;
  vertical-align: middle;
  color: #F26C4B;
  position: relative;
  top: -0.05em;
}
.content-brick--image-set__image__content ul ul {
  margin-top: 8px;
}
.content-brick--image-set__image__content ol {
  list-style: none !important;
  margin-left: 0 !important;
  padding: 0 !important;
  counter-reset: listCounter;
}
.content-brick--image-set__image__content ol li {
  counter-increment: listCounter;
  margin-left: 0;
  padding-left: 2.25em;
  margin-bottom: 8px;
}
.content-brick--image-set__image__content ol li::before {
  content: counter(listCounter) ".";
  display: inline-block;
  width: 0;
  text-indent: -2.25em;
  font-size: 1em;
  color: #F26C4B;
}
.content-brick--image-set__image__content ol[style*="list-style-type: lower-roman"] li::before {
  content: "(" counter(listCounter, lower-roman) ")";
}
.content-brick--image-set__image__content ol[style*="list-style-type: upper-roman"] li::before {
  content: "(" counter(listCounter, upper-roman) ")";
}
.content-brick--image-set__image__content ol[style*="list-style-type: lower-alpha"] li::before {
  content: "(" counter(listCounter, lower-alpha) ")";
}
.content-brick--image-set__image__content ol[style*="list-style-type: upper-alpha"] li::before {
  content: "(" counter(listCounter, upper-alpha) ")";
}
.content-brick--image-set__image__content ol[style*="list-style-type: lower-greek"] li::before {
  content: "(" counter(listCounter, lower-greek) ")";
}
.content-brick--image-set__image__content ol[style*="list-style-type: upper-greek"] li::before {
  content: "(" counter(listCounter, upper-greek) ")";
}
.content-brick--image-set__image__content li {
  margin-left: 24px;
}
@media (min-width: 992px) {
  .content-brick--image-set__image__content p {
    font-size: 18px;
  }
}
.content-brick--image-set__image__content blockquote {
  font-family: "Value Serif Pro", serif;
  padding: 0 24px;
  color: #8DC9BA;
  border-left: 2px solid currentcolor;
  font-size: 18px;
}
@media (min-width: 768px) {
  .content-brick--image-set__image__content blockquote {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .content-brick--image-set__image__content blockquote {
    font-size: 32px;
  }
}
.content-brick--image-set__image__content table {
  margin-bottom: 24px;
  width: 100%;
}
.content-brick--image-set__image__content table th, .content-brick--image-set__image__content table td {
  padding: 5px;
  vertical-align: top;
}
.content-brick--image-set__image__content .important, .content-brick--image-set__image__content .sidebar__name {
  font-size: 24px;
}
.content-brick--image-set__image__content p {
  margin-bottom: 12px;
}
.content-brick--image-set__image__content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .content-brick--image-set__image__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .content-brick--image-set__image__content {
    padding: 24px 48px;
    font-size: inherit;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .content-brick--image-set__image:not(:last-child) {
    margin-bottom: 0;
  }
  .content-brick--image-set--image-count-1 .content-brick--image-set__image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .content-brick--image-set--image-count-2 .content-brick--image-set__image {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .content-brick--image-set--image-count-3 .content-brick--image-set__image {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.content-brick--squares {
  padding: 0;
}
@media (min-width: 1200px) {
  .content-brick--squares--fullscreen .content-brick--squares__wrap {
    height: 100vh;
  }
}
.content-brick--squares--light {
  color: #777777;
}
.content-brick--squares--light .content-brick--squares__wrap {
  background-color: #ddd;
}
.content-brick--squares--dark {
  color: white;
}
.content-brick--squares--dark .content-brick--squares__wrap {
  background-color: #333;
}
.content-brick--squares__wrap {
  margin-left: 0;
  margin-right: 0;
}
.content-brick--squares__column {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .content-brick--squares__column--left {
    order: 1;
  }
  .content-brick--squares__column--right {
    order: 2;
  }
}
.content-brick--squares__column--light {
  color: #777777;
  background-color: #ddd;
}
.content-brick--squares__column--dark {
  color: white;
  background-color: #333;
}
.content-brick--squares__column__inner {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.content-brick--squares__column--content h2, .content-brick--squares__column--content h3, .content-brick--squares__column--content h4 {
  color: black;
}
.content-brick--squares__column--content p,
.content-brick--squares__column--content ul,
.content-brick--squares__column--content ol,
.content-brick--squares__column--content blockquote {
  margin-bottom: 24px;
}
.content-brick--squares__column--content ul {
  list-style: none !important;
  margin-left: 0 !important;
  padding: 0 !important;
}
.content-brick--squares__column--content ul li {
  margin-left: 0;
  padding-left: 2.625em;
  margin-bottom: 8px;
}
.content-brick--squares__column--content ul li::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  width: 0;
  text-indent: -1.75em;
  font-size: 1.5em;
  line-height: 0;
  vertical-align: middle;
  color: #F26C4B;
  position: relative;
  top: -0.05em;
}
.content-brick--squares__column--content ul ul {
  margin-top: 8px;
}
.content-brick--squares__column--content ol {
  list-style: none !important;
  margin-left: 0 !important;
  padding: 0 !important;
  counter-reset: listCounter;
}
.content-brick--squares__column--content ol li {
  counter-increment: listCounter;
  margin-left: 0;
  padding-left: 2.25em;
  margin-bottom: 8px;
}
.content-brick--squares__column--content ol li::before {
  content: counter(listCounter) ".";
  display: inline-block;
  width: 0;
  text-indent: -2.25em;
  font-size: 1em;
  color: #F26C4B;
}
.content-brick--squares__column--content ol[style*="list-style-type: lower-roman"] li::before {
  content: "(" counter(listCounter, lower-roman) ")";
}
.content-brick--squares__column--content ol[style*="list-style-type: upper-roman"] li::before {
  content: "(" counter(listCounter, upper-roman) ")";
}
.content-brick--squares__column--content ol[style*="list-style-type: lower-alpha"] li::before {
  content: "(" counter(listCounter, lower-alpha) ")";
}
.content-brick--squares__column--content ol[style*="list-style-type: upper-alpha"] li::before {
  content: "(" counter(listCounter, upper-alpha) ")";
}
.content-brick--squares__column--content ol[style*="list-style-type: lower-greek"] li::before {
  content: "(" counter(listCounter, lower-greek) ")";
}
.content-brick--squares__column--content ol[style*="list-style-type: upper-greek"] li::before {
  content: "(" counter(listCounter, upper-greek) ")";
}
.content-brick--squares__column--content li {
  margin-left: 24px;
}
@media (min-width: 992px) {
  .content-brick--squares__column--content p {
    font-size: 18px;
  }
}
.content-brick--squares__column--content blockquote {
  font-family: "Value Serif Pro", serif;
  padding: 0 24px;
  color: #8DC9BA;
  border-left: 2px solid currentcolor;
  font-size: 18px;
}
@media (min-width: 768px) {
  .content-brick--squares__column--content blockquote {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .content-brick--squares__column--content blockquote {
    font-size: 32px;
  }
}
.content-brick--squares__column--content table {
  margin-bottom: 24px;
  width: 100%;
}
.content-brick--squares__column--content table th, .content-brick--squares__column--content table td {
  padding: 5px;
  vertical-align: top;
}
.content-brick--squares__column--content .important, .content-brick--squares__column--content .sidebar__name {
  font-size: 24px;
}
.content-brick--squares__column--content p:last-child {
  margin: 0;
}
.content-brick--squares__column--content__inner {
  padding: 72px 24px;
  height: auto;
  max-width: 480px;
}
@media (min-width: 768px) {
  .content-brick--squares__column--content__inner {
    padding: 96px 48px;
  }
}
.content-brick--squares__column--image img {
  width: 100%;
  max-width: none;
}
.content-brick--squares__column--image .content-brick--squares__column__inner {
  min-height: 300px;
}
.content-brick--squares__column--video a:hover, .content-brick--squares__column--video a:focus {
  text-decoration: none;
}
.content-brick--squares__column--video__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  opacity: 0.8;
  padding-left: 0.125em;
}
a:hover .content-brick--squares__column--video__icon {
  opacity: 1;
}

.content-brick--divider--spacing-1 {
  padding: 12px 0;
}
.content-brick--divider--spacing-2 {
  padding: 24px 0;
}
.content-brick--divider--spacing-3 {
  padding: 36px 0;
}
.content-brick--divider--spacing-4 {
  padding: 48px 0;
}
.content-brick--divider:not(.content-brick--divider--has-rule) hr {
  display: none;
}

.content-brick--feature-slider {
  background-color: #FFBCC0;
  color: white;
}

@media (min-width: 992px) {
  .feature-slider .swiper-pagination {
    display: none;
  }
}

.feature-slide {
  height: 620px;
  display: flex;
  align-items: stretch;
  width: 90%;
  padding: 0 20px;
  transition: all 0.5s;
}
@media (min-width: 544px) {
  .feature-slide {
    border-right: 1px solid white;
  }
}
@media (max-width: 543.98px) {
  .feature-slider .swiper-wrapper {
    padding: 40px 0;
  }

  .feature-slide {
    transition-delay: 0s !important;
  }
  .feature-slide.swiper-slide-active {
    transform: translateY(-12px) !important;
  }
}
.feature-slide__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 100px 15px 0;
}
@media (min-width: 1200px) {
  .feature-slide__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.feature-slide__icon {
  height: 134px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.feature-slide__image {
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
@media (min-width: 544px) {
  .feature-slide__image {
    left: 0;
    right: 0;
  }
}
.feature-slide__image:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: " ";
  background: rgba(0, 0, 0, 0.3);
}

@media (min-width: 544px) {
  .feature-slide__image,
.feature-slide__link {
    opacity: 0;
    transition: opacity 0.5s;
  }

  .feature-slide:hover .feature-slide__image,
.feature-slide:hover .feature-slide__link {
    opacity: 1;
  }
}
.feature-slide__description {
  font-size: 28px;
  margin-top: 60px;
}
@media (min-width: 1200px) {
  .feature-slide__description {
    font-size: 32px;
  }
}
.feature-slide__link {
  margin-bottom: 100px;
}
.feature-slide__link a {
  padding: 17px 24px;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.3s;
  background: transparent;
  border: 1px solid transparent;
  color: #F6D056;
  background: transparent;
  border-color: currentColor;
  color: white;
  white-space: nowrap;
}
.feature-slide__link a.go-icon:hover:after {
  transform: translateX(0.15em);
}
.feature-slide__link a:disabled, .feature-slide__link a[disabled] {
  background-color: #eeeeee;
}
.feature-slide__link a:disabled:hover, .feature-slide__link a:disabled:focus, .feature-slide__link a[disabled]:hover, .feature-slide__link a[disabled]:focus {
  background-color: #eeeeee;
}
.feature-slide__link a:not(:disabled), .feature-slide__link a:not([disabled]) {
  cursor: pointer;
}
.feature-slide__link a.button--loading {
  pointer-events: none;
  opacity: 0.8;
}
.feature-slide__link a.button--loading:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: 0.5em;
  animation: fa-spin 1.2s infinite linear;
  font-size: 1em;
  line-height: 0;
  vertical-align: middle;
}
.feature-slide__link a:hover, .feature-slide__link a:focus {
  color: white;
  background: #F6D056;
  border-color: #F6D056;
}
.feature-slide__link a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  margin-left: 0.5em;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  transition: transform 0.2s;
  font-weight: 300;
}

.ri-desktop {
  display: none;
}

@media (min-width: 544px) {
  .ri-desktop {
    display: block;
  }

  .ri-mobile {
    display: none;
  }
}
.content-brick--responsive-image img {
  width: 100%;
  max-width: none;
}

.content-brick--map__container,
.content-brick--franchise-map__container {
  width: 100%;
  height: 400px;
}
@media (min-width: 992px) {
  .content-brick--map__container,
.content-brick--franchise-map__container {
    height: 610px;
  }
}

.content-brick--franchise-simplemap .content-brick__container,
.content-brick--franchise-map .content-brick__container {
  background-color: #8DC9BA;
  padding: 20px;
}
@media (min-width: 992px) {
  .content-brick--franchise-simplemap .content-brick__container,
.content-brick--franchise-map .content-brick__container {
    padding: 50px;
  }
}
.content-brick--franchise-simplemap .content-brick--franchise-simplemap__intro,
.content-brick--franchise-simplemap .content-brick--franchise-map__intro,
.content-brick--franchise-map .content-brick--franchise-simplemap__intro,
.content-brick--franchise-map .content-brick--franchise-map__intro {
  color: white;
  margin-bottom: 36px;
}
.content-brick--franchise-simplemap .content-brick--franchise-simplemap__intro h1, .content-brick--franchise-simplemap .content-brick--franchise-simplemap__intro h2, .content-brick--franchise-simplemap .content-brick--franchise-simplemap__intro h3, .content-brick--franchise-simplemap .content-brick--franchise-simplemap__intro h4, .content-brick--franchise-simplemap .content-brick--franchise-simplemap__intro h5, .content-brick--franchise-simplemap .content-brick--franchise-simplemap__intro h6,
.content-brick--franchise-simplemap .content-brick--franchise-map__intro h1,
.content-brick--franchise-simplemap .content-brick--franchise-map__intro h2,
.content-brick--franchise-simplemap .content-brick--franchise-map__intro h3,
.content-brick--franchise-simplemap .content-brick--franchise-map__intro h4,
.content-brick--franchise-simplemap .content-brick--franchise-map__intro h5,
.content-brick--franchise-simplemap .content-brick--franchise-map__intro h6,
.content-brick--franchise-map .content-brick--franchise-simplemap__intro h1,
.content-brick--franchise-map .content-brick--franchise-simplemap__intro h2,
.content-brick--franchise-map .content-brick--franchise-simplemap__intro h3,
.content-brick--franchise-map .content-brick--franchise-simplemap__intro h4,
.content-brick--franchise-map .content-brick--franchise-simplemap__intro h5,
.content-brick--franchise-map .content-brick--franchise-simplemap__intro h6,
.content-brick--franchise-map .content-brick--franchise-map__intro h1,
.content-brick--franchise-map .content-brick--franchise-map__intro h2,
.content-brick--franchise-map .content-brick--franchise-map__intro h3,
.content-brick--franchise-map .content-brick--franchise-map__intro h4,
.content-brick--franchise-map .content-brick--franchise-map__intro h5,
.content-brick--franchise-map .content-brick--franchise-map__intro h6 {
  color: white;
}

.franchise-map {
  border-radius: 10px;
}

.franchise-filters {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  justify-content: center;
}
@media (min-width: 1200px) {
  .franchise-filters {
    margin-bottom: 0px;
  }
}

.franchise-filter {
  padding: 0 5px;
  margin-bottom: 10px;
}
.franchise-filter button {
  transition: background-color 0.2s;
  padding: 17px 24px;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.3s;
  background: transparent;
  border: 1px solid transparent;
  /*&, &:visited {
    color: white;
  }*/
  color: white;
  background: #F26C4B;
  border-color: transparent;
  font-size: 14px;
  padding: 5px 15px;
  min-width: 62px;
  border: 1px solid #b5614c;
}
.franchise-filter button.go-icon:hover:after {
  transform: translateX(0.15em);
}
.franchise-filter button:disabled, .franchise-filter button[disabled] {
  background-color: #eeeeee;
}
.franchise-filter button:disabled:hover, .franchise-filter button:disabled:focus, .franchise-filter button[disabled]:hover, .franchise-filter button[disabled]:focus {
  background-color: #eeeeee;
}
.franchise-filter button:not(:disabled), .franchise-filter button:not([disabled]) {
  cursor: pointer;
}
.franchise-filter button.button--loading {
  pointer-events: none;
  opacity: 0.8;
}
.franchise-filter button.button--loading:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: 0.5em;
  animation: fa-spin 1.2s infinite linear;
  font-size: 1em;
  line-height: 0;
  vertical-align: middle;
}
.franchise-filter button:hover, .franchise-filter button:focus {
  color: white;
  background: rgba(242, 108, 75, 0.8);
  border-color: transparent;
}
.franchise-filter button.active {
  background-color: #FFBCC0;
  cursor: default;
  border: 1px solid #eca9ad;
}
.franchise-filter button:focus {
  outline: none;
}

.location-popup {
  padding: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}
@media (min-width: 992px) {
  .location-popup {
    font-size: 21px;
  }
}

.location-popup__title {
  font-weight: bold;
}

.popup-location__link {
  margin-top: 12px;
}
.popup-location__link a {
  padding: 17px 24px;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.3s;
  background: transparent;
  border: 1px solid transparent;
  padding-top: 7px;
  padding-bottom: 7px;
  /*&, &:visited {
    color: white;
  }*/
  color: white;
  background: #F26C4B;
  border-color: transparent;
  padding-top: 5px;
  padding-bottom: 5px;
}
.popup-location__link a.go-icon:hover:after {
  transform: translateX(0.15em);
}
.popup-location__link a:disabled, .popup-location__link a[disabled] {
  background-color: #eeeeee;
}
.popup-location__link a:disabled:hover, .popup-location__link a:disabled:focus, .popup-location__link a[disabled]:hover, .popup-location__link a[disabled]:focus {
  background-color: #eeeeee;
}
.popup-location__link a:not(:disabled), .popup-location__link a:not([disabled]) {
  cursor: pointer;
}
.popup-location__link a.button--loading {
  pointer-events: none;
  opacity: 0.8;
}
.popup-location__link a.button--loading:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: 0.5em;
  animation: fa-spin 1.2s infinite linear;
  font-size: 1em;
  line-height: 0;
  vertical-align: middle;
}
.popup-location__link a:hover, .popup-location__link a:focus {
  color: white;
  background: rgba(242, 108, 75, 0.8);
  border-color: transparent;
}
.popup-location__link a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  margin-left: 0.5em;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  transition: transform 0.2s;
  font-weight: 300;
}

.location-popup--store .location-popup__area {
  font-size: 14px;
}
.location-popup--store .emdash {
  display: block;
}
.location-popup--store .popup-location__link {
  margin-top: 0;
}

.location-popup__meta {
  font-size: 14px;
  margin-top: 4px;
}

.simple-map {
  max-width: 100%;
  background-color: #aed9ce;
}
.simple-map text {
  font-family: "Avenir LT Std", sans-serif !important;
  font-size: 16px !important;
  font-weight: normal !important;
}

.tt_sm {
  padding: 24px !important;
  text-align: center;
}

.tt_name_sm {
  text-align: center;
  font-size: 32px;
  margin-bottom: 12px;
  float: none !important;
  font-weight: bold;
}

.simple-map__subheading {
  margin-bottom: 16px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.simple-map__content {
  font-family: "Avenir LT Std", sans-serif;
  font-size: 16px;
  line-height: normal;
}
.simple-map__content ul {
  margin-bottom: 0;
  font-weight: bold;
}
.simple-map__content ul li {
  margin-bottom: 16px;
  padding: 0;
}
.simple-map__content ul li::before {
  display: none;
}
.simple-map__content ul li:last-of-type {
  margin-bottom: 0;
}
.simple-map__content a {
  color: #777777;
}
.simple-map__content a:hover, .simple-map__content a:focus {
  color: var(--brand-colour);
  text-decoration: none;
}

.xmark_sm {
  float: none !important;
  top: 10px;
  right: 10px;
  position: absolute;
}

.map-legend {
  background-color: #FDF8D6;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  text-align: center;
}

.map-legend__heading {
  font-weight: bold;
  margin-bottom: 5px;
}

.franchise-loc-types {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}

.franchise-loc-type {
  padding: 0 10px;
  font-size: 14px;
}
.franchise-loc-type img {
  max-width: 14px;
}

.franchise-loc-type__image {
  margin-right: 5px;
}

@media (min-width: 992px) {
  .map-legend {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .map-legend .map-legend__heading {
    margin: 0 30px 0 0;
  }
}
@media (min-width: 1200px) {
  .map-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .map-legend {
    padding: 10px 20px;
    margin-bottom: 0;
  }

  .franchise-filter {
    margin-bottom: 0;
  }
}
.locs-list-section {
  margin-top: 20px;
}
.locs-list-section header {
  text-align: center;
}

.locs-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.locs-list .locs-list__item {
  padding: 10px;
  width: 50%;
}
@media (min-width: 768px) {
  .locs-list .locs-list__item {
    width: 33.3333%;
  }
}
@media (min-width: 992px) {
  .locs-list .locs-list__item {
    width: 25%;
  }
}
.locs-list .location-popup {
  padding: 20px 10px;
  background-color: white;
  border-radius: 10px;
}
.locs-list a {
  color: inherit;
  transition: color 0.3s;
}
.locs-list a:hover, .locs-list a:focus {
  text-decoration: none;
  color: #F6D056;
}

.content-brick--feature-list {
  text-align: center;
}
.content-brick--feature-list__heading {
  margin-bottom: 48px;
}
.content-brick--feature-list__container {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  justify-content: center;
}
.content-brick--feature-list__feature {
  max-width: 380px;
  margin: 0 auto 24px;
  flex: 0 0 50%;
  max-width: 50%;
}
.content-brick--feature-list__feature__icon {
  margin-bottom: 24px;
}
.content-brick--feature-list__feature__icon.has-border {
  padding: 30px;
  border: 1px solid #ece8e8;
}
.content-brick--feature-list__feature a {
  color: inherit;
  text-decoration: none;
}
.content-brick--feature-list__feature__image {
  width: auto;
}
.content-brick--feature-list__feature__title {
  margin-bottom: 6px;
}
@media (min-width: 992px) {
  .content-brick--feature-list__feature__desc {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .content-brick--feature-list__feature {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .content-brick--feature-list__feature {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.awards-list h4 {
  font-size: 22px;
}

.awards-list p {
  font-size: 14px;
}

/*
.content-brick--feature-list.awards-list {
	.content-brick--feature-list__feature {
		@include media-breakpoint-up(lg) {
			@include make-col(4);
		}
	}
}*/
.content-brick--feature-list.spaced-list .content-brick--feature-list__container {
  justify-content: space-between;
  align-items: center;
}

.content-brick--app-links {
  background-color: #8DC9BA;
}
.content-brick--app-links .wrap {
  padding: 32px 16px 0;
  color: white;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
@media (min-width: 992px) {
  .content-brick--app-links .wrap {
    max-width: 1350px;
    display: flex;
    align-items: center;
  }
}
.content-brick--app-links h2 {
  font-weight: bold;
  font-size: 42px;
}
@media (min-width: 1200px) {
  .content-brick--app-links h2 {
    font-size: 58px;
  }
}
.content-brick--app-links p {
  font-size: 22px;
}
@media (min-width: 1200px) {
  .content-brick--app-links p {
    font-size: 38px;
  }
}

.al__buttons {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .al__buttons {
    margin-top: 40px;
  }
}
.al__buttons a {
  margin-bottom: 20px;
  display: inline-block;
  opacity: 0.8;
  transition: opacity 0.4s;
}
.al__buttons a:hover, .al__buttons a:focus {
  opacity: 1;
}
.al__buttons a:first-of-type {
  margin-right: 20px;
}

@media (min-width: 992px) {
  .al__content {
    order: 1;
    width: 450px;
    margin-left: 50px;
    flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .al__content {
    width: 646px;
    margin-left: 70px;
  }
}

.al__image {
  text-align: center;
}
@media (min-width: 992px) {
  .al__image {
    margin-top: 60px;
    align-self: flex-end;
  }
}
@media (min-width: 1200px) {
  .al__image {
    margin-top: 100px;
  }
}
.al__image img {
  max-width: 400px;
}
@media (min-width: 992px) {
  .al__image img {
    max-width: 100%;
  }
}

.al__intro h2 {
  color: white;
}

.content-brick--featured-posts__header {
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .content-brick--featured-posts__header {
    margin-bottom: 48px;
  }
}
.content-brick--featured-posts__heading {
  margin-bottom: 12px;
  color: black;
}
.content-brick--featured-posts__read-more {
  margin-top: 36px;
  text-align: center;
}
.content-brick--featured-posts__read-more a {
  padding: 17px 24px;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.3s;
  background: transparent;
  border: 1px solid transparent;
  /*&, &:visited {
    color: white;
  }*/
  color: white;
  background: #F6D056;
  border-color: transparent;
}
.content-brick--featured-posts__read-more a.go-icon:hover:after {
  transform: translateX(0.15em);
}
.content-brick--featured-posts__read-more a:disabled, .content-brick--featured-posts__read-more a[disabled] {
  background-color: #eeeeee;
}
.content-brick--featured-posts__read-more a:disabled:hover, .content-brick--featured-posts__read-more a:disabled:focus, .content-brick--featured-posts__read-more a[disabled]:hover, .content-brick--featured-posts__read-more a[disabled]:focus {
  background-color: #eeeeee;
}
.content-brick--featured-posts__read-more a:not(:disabled), .content-brick--featured-posts__read-more a:not([disabled]) {
  cursor: pointer;
}
.content-brick--featured-posts__read-more a.button--loading {
  pointer-events: none;
  opacity: 0.8;
}
.content-brick--featured-posts__read-more a.button--loading:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: 0.5em;
  animation: fa-spin 1.2s infinite linear;
  font-size: 1em;
  line-height: 0;
  vertical-align: middle;
}
.content-brick--featured-posts__read-more a:hover, .content-brick--featured-posts__read-more a:focus {
  color: white;
  background: rgba(246, 208, 86, 0.8);
  border-color: transparent;
}
.content-brick--featured-posts__read-more a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  margin-left: 0.5em;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  transition: transform 0.2s;
  font-weight: 300;
}
.content-brick--featured-posts .feature-post {
  text-align: center;
  margin: 48px auto 0;
}
.content-brick--featured-posts .feature-post:first-child {
  margin-top: 0;
}
.content-brick--featured-posts .feature-post__meta {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 12px;
}
.content-brick--featured-posts .feature-post__title {
  color: black;
  margin-bottom: 12px;
  font-size: 26px;
}
.content-brick--featured-posts .feature-post__image {
  display: block;
  margin-bottom: 16px;
  text-decoration: none;
}
.content-brick--featured-posts .feature-post__excerpt {
  font-size: 18px;
  margin-bottom: 24px;
}
.content-brick--featured-posts .feature-post__link a {
  padding: 17px 24px;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.3s;
  background: transparent;
  border: 1px solid transparent;
  color: #F69080;
  background: transparent;
  border-color: currentColor;
}
.content-brick--featured-posts .feature-post__link a.go-icon:hover:after {
  transform: translateX(0.15em);
}
.content-brick--featured-posts .feature-post__link a:disabled, .content-brick--featured-posts .feature-post__link a[disabled] {
  background-color: #eeeeee;
}
.content-brick--featured-posts .feature-post__link a:disabled:hover, .content-brick--featured-posts .feature-post__link a:disabled:focus, .content-brick--featured-posts .feature-post__link a[disabled]:hover, .content-brick--featured-posts .feature-post__link a[disabled]:focus {
  background-color: #eeeeee;
}
.content-brick--featured-posts .feature-post__link a:not(:disabled), .content-brick--featured-posts .feature-post__link a:not([disabled]) {
  cursor: pointer;
}
.content-brick--featured-posts .feature-post__link a.button--loading {
  pointer-events: none;
  opacity: 0.8;
}
.content-brick--featured-posts .feature-post__link a.button--loading:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: 0.5em;
  animation: fa-spin 1.2s infinite linear;
  font-size: 1em;
  line-height: 0;
  vertical-align: middle;
}
.content-brick--featured-posts .feature-post__link a:hover, .content-brick--featured-posts .feature-post__link a:focus {
  color: white;
  background: #F69080;
  border-color: #F69080;
}
.content-brick--featured-posts .feature-post__link a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  margin-left: 0.5em;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  transition: transform 0.2s;
  font-weight: 300;
}
.content-brick--featured-posts .feature-post__overlay {
  opacity: 0;
  height: 100%;
  width: 100%;
  background-color: #F6D056;
  transition: all 0.3s;
}
.content-brick--featured-posts .feature-post .button {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .content-brick--featured-posts .feature-post {
    margin-top: 0;
  }
}

.feature-post__link {
  margin-bottom: 12px;
}

.content-brick--instagram-feed {
  padding: 0;
}

.insta-feed {
  background-color: #FFFFF1;
  padding-top: 48px;
  padding-bottom: 24px;
}
.insta-feed__container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1312px;
}
@media (min-width: 992px) {
  .insta-feed {
    padding: 72px 0 48px;
  }
}
.insta-feed__header {
  text-align: center;
  color: black;
}
.insta-feed__header a {
  color: inherit;
  transition: all 0.4s;
}
.insta-feed__header a:hover, .insta-feed__header a:focus {
  color: #F26C4B;
  text-decoration: none;
}

.content-brick--accordion__toggle {
  line-height: 24px;
  border-bottom: 1px solid #CBCBCB;
  padding-bottom: 24px;
}
.content-brick--accordion__toggle:not(:last-child) {
  margin-bottom: 24px;
}
.content-brick--accordion__toggle__tab {
  display: block;
  position: relative;
  color: #8DC9BA;
  transition: color 0.2s;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 42px;
}
.content-brick--accordion__toggle__tab:hover, .content-brick--accordion__toggle__tab:focus {
  text-decoration: none;
  color: #C5DAC2;
}
.content-brick--accordion__toggle__tab__heading {
  color: inherit;
  margin: 0;
  font-size: 24px;
}
.content-brick--accordion__toggle__tab__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 24px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.content-brick--accordion__toggle__tab__icon i {
  display: block;
  font-size: 1.2em;
  transition: transform 0.4s;
}
.content-brick--accordion__toggle.active .content-brick--accordion__toggle__tab__icon i {
  transform: rotate(180deg);
}
.content-brick--accordion__toggle__content {
  width: 100%;
  display: none;
}
.content-brick--accordion__toggle__content h2, .content-brick--accordion__toggle__content h3, .content-brick--accordion__toggle__content h4 {
  color: black;
}
.content-brick--accordion__toggle__content p,
.content-brick--accordion__toggle__content ul,
.content-brick--accordion__toggle__content ol,
.content-brick--accordion__toggle__content blockquote {
  margin-bottom: 24px;
}
.content-brick--accordion__toggle__content ul {
  list-style: none !important;
  margin-left: 0 !important;
  padding: 0 !important;
}
.content-brick--accordion__toggle__content ul li {
  margin-left: 0;
  padding-left: 2.625em;
  margin-bottom: 8px;
}
.content-brick--accordion__toggle__content ul li::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  width: 0;
  text-indent: -1.75em;
  font-size: 1.5em;
  line-height: 0;
  vertical-align: middle;
  color: #F26C4B;
  position: relative;
  top: -0.05em;
}
.content-brick--accordion__toggle__content ul ul {
  margin-top: 8px;
}
.content-brick--accordion__toggle__content ol {
  list-style: none !important;
  margin-left: 0 !important;
  padding: 0 !important;
  counter-reset: listCounter;
}
.content-brick--accordion__toggle__content ol li {
  counter-increment: listCounter;
  margin-left: 0;
  padding-left: 2.25em;
  margin-bottom: 8px;
}
.content-brick--accordion__toggle__content ol li::before {
  content: counter(listCounter) ".";
  display: inline-block;
  width: 0;
  text-indent: -2.25em;
  font-size: 1em;
  color: #F26C4B;
}
.content-brick--accordion__toggle__content ol[style*="list-style-type: lower-roman"] li::before {
  content: "(" counter(listCounter, lower-roman) ")";
}
.content-brick--accordion__toggle__content ol[style*="list-style-type: upper-roman"] li::before {
  content: "(" counter(listCounter, upper-roman) ")";
}
.content-brick--accordion__toggle__content ol[style*="list-style-type: lower-alpha"] li::before {
  content: "(" counter(listCounter, lower-alpha) ")";
}
.content-brick--accordion__toggle__content ol[style*="list-style-type: upper-alpha"] li::before {
  content: "(" counter(listCounter, upper-alpha) ")";
}
.content-brick--accordion__toggle__content ol[style*="list-style-type: lower-greek"] li::before {
  content: "(" counter(listCounter, lower-greek) ")";
}
.content-brick--accordion__toggle__content ol[style*="list-style-type: upper-greek"] li::before {
  content: "(" counter(listCounter, upper-greek) ")";
}
.content-brick--accordion__toggle__content li {
  margin-left: 24px;
}
@media (min-width: 992px) {
  .content-brick--accordion__toggle__content p {
    font-size: 18px;
  }
}
.content-brick--accordion__toggle__content blockquote {
  font-family: "Value Serif Pro", serif;
  padding: 0 24px;
  color: #8DC9BA;
  border-left: 2px solid currentcolor;
  font-size: 18px;
}
@media (min-width: 768px) {
  .content-brick--accordion__toggle__content blockquote {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .content-brick--accordion__toggle__content blockquote {
    font-size: 32px;
  }
}
.content-brick--accordion__toggle__content table {
  margin-bottom: 24px;
  width: 100%;
}
.content-brick--accordion__toggle__content table th, .content-brick--accordion__toggle__content table td {
  padding: 5px;
  vertical-align: top;
}
.content-brick--accordion__toggle__content .important, .content-brick--accordion__toggle__content .sidebar__name {
  font-size: 24px;
}
.content-brick--accordion__toggle__content__inner {
  padding-top: 24px;
}
.content-brick--accordion__toggle__content *:last-child {
  margin-bottom: 12px;
}

.content-brick--video {
  color: white;
}
.content-brick--video__container {
  width: 100%;
}
.content-brick--video__inner {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-brick--video__embed {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.content-brick--video__embed iframe {
  width: 100%;
  height: 100%;
}
.content-brick--video__play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.content-brick--video__play--no-splash {
  display: none;
}
.content-brick--video__play > * {
  position: relative;
  z-index: 10;
}
.content-brick--video__play > *:before {
  content: "";
  position: absolute;
  display: block;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  border-radius: 50%;
  z-index: -2;
}
.content-brick--video__play .icon i {
  border: 2px solid currentcolor;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  line-height: 58px;
  font-size: 25px;
  transition: transform 0.2s;
}
.content-brick--video__play .icon i:before {
  position: relative;
  top: -1px;
  right: -3px;
}
.content-brick--video__play .text {
  margin-top: 10px;
  letter-spacing: 0.08em;
}
@media (min-width: 600px) {
  .content-brick--video__play .text {
    margin-top: 20px;
    font-size: 28px;
  }
}
.content-brick--video__play:hover .icon i {
  transform: scale(1.06);
}
.content-brick--video--has-splash .content-brick--video__embed {
  display: none;
}
.content-brick--video .video-block__caption {
  text-align: center;
  font-family: "Value Serif Pro", serif;
  font-size: 18px;
  margin-top: 5px;
}
.content-brick--video .video-block__caption i {
  display: block;
  margin-top: 5px;
  font-family: "Avenir LT Std", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
}

.countries {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  justify-content: center;
  align-items: stretch;
}

.country {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 524px;
}
@media (min-width: 768px) {
  .country {
    flex: 0 0 50%;
    max-width: 50%;
    max-width: 524px;
  }
}

.country__inner {
  background-color: #8DC9BA;
  padding: 24px;
  text-align: center;
  color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.country__image-wrap {
  position: relative;
  margin-bottom: 12px;
}
.country__image-wrap:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  background-color: rgba(0, 0, 0, 0.3);
}

.country__image__content {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
}

h3.country__title {
  margin-bottom: 12px;
  color: white;
}

.country__blurb {
  margin-bottom: 12px;
  padding: 0 10px;
}

.country__link {
  margin-top: auto;
}

.content-brick--wayfinder {
  text-align: center;
  margin-bottom: -24px;
}
.content-brick--wayfinder__container {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.content-brick--wayfinder__item {
  max-width: 440px;
  margin-bottom: 24px;
  position: relative;
}
.content-brick--wayfinder__item__inner {
  background-color: #FFBCC0;
  height: 100%;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 72px;
}
.content-brick--wayfinder__item__image {
  display: block;
}
.content-brick--wayfinder__item__image img {
  transition: all 0.3s;
}
.content-brick--wayfinder__item__image:hover img, .content-brick--wayfinder__item__image:focus img {
  opacity: 0.8;
}
.content-brick--wayfinder__item__image, .content-brick--wayfinder__item__text {
  margin-bottom: 24px;
  color: black;
}
.content-brick--wayfinder__item__button {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
}
@media (min-width: 544px) {
  .content-brick--wayfinder__item {
    max-width: none;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .content-brick--wayfinder__item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

/* PAGES */
/* THE REST */
/******************************************************************
PRINT STYLESHEET
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  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;
  }
}
/* end of print stylesheet (DO NOT DELETE) */