/*******************************
PARTIALS
*******************************/
/*******************************
CONFIGS
*******************************/
/* COLOURS */
/* HEADER */
/* FOOTER */
/* LINKS */
/* NAV */
/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --gold-color: #AD9962;
}

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

@-ms-viewport {
  width: device-width;
}

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0a5c9e;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #053256;
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

@media (min-width: 667px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.col-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-mdd,
.col-mdd-auto,
.col-mdd-12,
.col-mdd-11,
.col-mdd-10,
.col-mdd-9,
.col-mdd-8,
.col-mdd-7,
.col-mdd-6,
.col-mdd-5,
.col-mdd-4,
.col-mdd-3,
.col-mdd-2,
.col-mdd-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-xs,
.col-xs-auto,
.col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1,
.col-xxs,
.col-xxs-auto,
.col-xxs-12,
.col-xxs-11,
.col-xxs-10,
.col-xxs-9,
.col-xxs-8,
.col-xxs-7,
.col-xxs-6,
.col-xxs-5,
.col-xxs-4,
.col-xxs-3,
.col-xxs-2,
.col-xxs-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 320px) {
  .d-xxs-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 667px) {
  .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: 769px) {
  .d-mdd-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

.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: 320px) {
  .flex-xxs-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 667px) {
  .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: 769px) {
  .flex-mdd-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-mdd-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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 320px) {
  .m-xxs-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 568px) {
  .m-xs-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 667px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 769px) {
  .m-mdd-0 {
    margin: 0 !important;
  }

  .mt-mdd-0,
  .my-mdd-0 {
    margin-top: 0 !important;
  }

  .mr-mdd-0,
  .mx-mdd-0 {
    margin-right: 0 !important;
  }

  .mb-mdd-0,
  .my-mdd-0 {
    margin-bottom: 0 !important;
  }

  .ml-mdd-0,
  .mx-mdd-0 {
    margin-left: 0 !important;
  }

  .m-mdd-1 {
    margin: 0.25rem !important;
  }

  .mt-mdd-1,
  .my-mdd-1 {
    margin-top: 0.25rem !important;
  }

  .mr-mdd-1,
  .mx-mdd-1 {
    margin-right: 0.25rem !important;
  }

  .mb-mdd-1,
  .my-mdd-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-mdd-1,
  .mx-mdd-1 {
    margin-left: 0.25rem !important;
  }

  .m-mdd-2 {
    margin: 0.5rem !important;
  }

  .mt-mdd-2,
  .my-mdd-2 {
    margin-top: 0.5rem !important;
  }

  .mr-mdd-2,
  .mx-mdd-2 {
    margin-right: 0.5rem !important;
  }

  .mb-mdd-2,
  .my-mdd-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-mdd-2,
  .mx-mdd-2 {
    margin-left: 0.5rem !important;
  }

  .m-mdd-3 {
    margin: 1rem !important;
  }

  .mt-mdd-3,
  .my-mdd-3 {
    margin-top: 1rem !important;
  }

  .mr-mdd-3,
  .mx-mdd-3 {
    margin-right: 1rem !important;
  }

  .mb-mdd-3,
  .my-mdd-3 {
    margin-bottom: 1rem !important;
  }

  .ml-mdd-3,
  .mx-mdd-3 {
    margin-left: 1rem !important;
  }

  .m-mdd-4 {
    margin: 1.5rem !important;
  }

  .mt-mdd-4,
  .my-mdd-4 {
    margin-top: 1.5rem !important;
  }

  .mr-mdd-4,
  .mx-mdd-4 {
    margin-right: 1.5rem !important;
  }

  .mb-mdd-4,
  .my-mdd-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-mdd-4,
  .mx-mdd-4 {
    margin-left: 1.5rem !important;
  }

  .m-mdd-5 {
    margin: 3rem !important;
  }

  .mt-mdd-5,
  .my-mdd-5 {
    margin-top: 3rem !important;
  }

  .mr-mdd-5,
  .mx-mdd-5 {
    margin-right: 3rem !important;
  }

  .mb-mdd-5,
  .my-mdd-5 {
    margin-bottom: 3rem !important;
  }

  .ml-mdd-5,
  .mx-mdd-5 {
    margin-left: 3rem !important;
  }

  .p-mdd-0 {
    padding: 0 !important;
  }

  .pt-mdd-0,
  .py-mdd-0 {
    padding-top: 0 !important;
  }

  .pr-mdd-0,
  .px-mdd-0 {
    padding-right: 0 !important;
  }

  .pb-mdd-0,
  .py-mdd-0 {
    padding-bottom: 0 !important;
  }

  .pl-mdd-0,
  .px-mdd-0 {
    padding-left: 0 !important;
  }

  .p-mdd-1 {
    padding: 0.25rem !important;
  }

  .pt-mdd-1,
  .py-mdd-1 {
    padding-top: 0.25rem !important;
  }

  .pr-mdd-1,
  .px-mdd-1 {
    padding-right: 0.25rem !important;
  }

  .pb-mdd-1,
  .py-mdd-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-mdd-1,
  .px-mdd-1 {
    padding-left: 0.25rem !important;
  }

  .p-mdd-2 {
    padding: 0.5rem !important;
  }

  .pt-mdd-2,
  .py-mdd-2 {
    padding-top: 0.5rem !important;
  }

  .pr-mdd-2,
  .px-mdd-2 {
    padding-right: 0.5rem !important;
  }

  .pb-mdd-2,
  .py-mdd-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-mdd-2,
  .px-mdd-2 {
    padding-left: 0.5rem !important;
  }

  .p-mdd-3 {
    padding: 1rem !important;
  }

  .pt-mdd-3,
  .py-mdd-3 {
    padding-top: 1rem !important;
  }

  .pr-mdd-3,
  .px-mdd-3 {
    padding-right: 1rem !important;
  }

  .pb-mdd-3,
  .py-mdd-3 {
    padding-bottom: 1rem !important;
  }

  .pl-mdd-3,
  .px-mdd-3 {
    padding-left: 1rem !important;
  }

  .p-mdd-4 {
    padding: 1.5rem !important;
  }

  .pt-mdd-4,
  .py-mdd-4 {
    padding-top: 1.5rem !important;
  }

  .pr-mdd-4,
  .px-mdd-4 {
    padding-right: 1.5rem !important;
  }

  .pb-mdd-4,
  .py-mdd-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-mdd-4,
  .px-mdd-4 {
    padding-left: 1.5rem !important;
  }

  .p-mdd-5 {
    padding: 3rem !important;
  }

  .pt-mdd-5,
  .py-mdd-5 {
    padding-top: 3rem !important;
  }

  .pr-mdd-5,
  .px-mdd-5 {
    padding-right: 3rem !important;
  }

  .pb-mdd-5,
  .py-mdd-5 {
    padding-bottom: 3rem !important;
  }

  .pl-mdd-5,
  .px-mdd-5 {
    padding-left: 3rem !important;
  }

  .m-mdd-auto {
    margin: auto !important;
  }

  .mt-mdd-auto,
  .my-mdd-auto {
    margin-top: auto !important;
  }

  .mr-mdd-auto,
  .mx-mdd-auto {
    margin-right: auto !important;
  }

  .mb-mdd-auto,
  .my-mdd-auto {
    margin-bottom: auto !important;
  }

  .ml-mdd-auto,
  .mx-mdd-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

.brown-button {
  /* background: #b09f4d; */
  background: var(--gold-color);
  transition: background 300ms ease;
  padding: 15px 40px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}

@media (min-width: 992px) {
  .brown-button {
    padding: 15px 55px;
  }
}

.brown-button:hover {
  background: #675c3a;
  transition: background 300ms ease;
  text-decoration: none;
  color: #fff;
}

.brown-button.small {
  font-size: 14px;
  line-height: 17px;
}

.line-button {
  background: transparent;
  transition: background 300ms ease;
  padding: 15px 40px;
  text-align: center;
  border-radius: 3px;
  /* color: #b09f4d; */
  color: var(--gold-color);
  font-size: 16px;
  line-height: 19px;
  /* border: solid 1px #b09f4d; */
  border: solid 1px var(--gold-color);
}

@media (min-width: 992px) {
  .line-button {
    padding: 15px 55px;
  }
}

.line-button:hover {
  /* background: #b09f4d; */
  background: var(--gold-color);
  transition: background 300ms ease;
  text-decoration: none;
  color: #fff;
}

.line-button.small {
  font-size: 14px;
  line-height: 17px;
}

.normal-button {
  transition: color 300ms ease;
  /* color: #b09f4d; */
  color: var(--gold-color);
}

.normal-button:hover {
  color: #675c3a;
  transition: color 300ms ease;
}

.normal-button.underline {
  text-decoration: underline;
}

.underline {
  text-decoration: underline;
}

.custom-line-button {
  background: transparent;
  padding: 15px 40px;
  text-align: center;
  border-radius: 3px;
  font-size: 16px;
  line-height: 19px;
  /* border: solid 1px #b09f4d; */
  border: solid 1px var(--gold-color);
}

@media (min-width: 992px) {
  .custom-line-button {
    padding: 15px 55px;
    font-size: 19px;
    line-height: 23px;
  }
}

.custom-line-button a {
  /* color: #ad9a62; */
  color: var(--gold-color);
  text-decoration: underline;
}

.coloured-button {
  /* background: #b09f4d; */
  background: var(--gold-color);
  transition: background 300ms ease;
  padding: 15px 40px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}

@media (min-width: 992px) {
  .coloured-button {
    padding: 15px 55px;
  }
}

.coloured-button[attr-colour="#4f9576"] {
  background: #4f9576;
}

.coloured-button[attr-colour="#4f9576"]:hover {
  background: #48886b;
}

.coloured-button[attr-colour="#ad9a62"] {
  /* background: #ad9a62; */
  background: var(--gold-color);
}

.coloured-button[attr-colour="#ad9a62"]:hover {
  background: #a59156;
}

.coloured-button[attr-colour="#f15a56"] {
  background: #f15a56;
}

.coloured-button[attr-colour="#f15a56"]:hover {
  background: #ef4843;
}

.coloured-button:hover {
  background: #675c3a;
  transition: background 300ms ease;
  text-decoration: none;
  color: #fff;
}

.container {
  width: 100%;
  max-width: 1380px;
  margin: auto;
}

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
}

main#content {
  position: relative;
  z-index: 3;
  background: transparent;
  background: #fff;
  margin-top: 21px;
}

@media (min-width: 768px) {
  main#content {
    margin-top: 48px;
  }
}

.pagination-wrapper .nav-links {
  display: flex;
  justify-content: center;
}

.pagination-wrapper .page-numbers {
  border-radius: 3px;
  font-size: 18px;
  background: #f5f6f7;
  transition: background 300ms ease;
  letter-spacing: 0;
  text-align: center;
  margin: 0 6px;
  padding: 6px 16px;
  color: #33353b;
}

.pagination-wrapper .page-numbers:hover {
  background: #e7e9ec;
  transition: background 300ms ease;
  text-decoration: none;
}

.pagination-wrapper .page-numbers.current {
  color: #ffffff;
  /* background: #ad9a62; */
  background: var(--gold-color);
}

.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.margin-auto {
  margin: auto;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-right-auto {
  margin-right: auto;
}

.margin-top-auto {
  margin-top: auto;
}

.center {
  margin: auto;
}

.overflow {
  overflow: hidden;
}

.relative {
  position: relative;
}

.white-bg {
  background: #fff;
}

.white-text {
  color: #fff;
}

.black-text {
  color: #000004;
}

.gold-text {
  color: var(--gold-color);
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.full-width {
  width: 100%;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.pad-top-5 {
  padding-top: 5px;
}

.pad-top-10 {
  padding-top: 10px;
}

.pad-top-15 {
  padding-top: 15px;
}

.pad-top-20 {
  padding-top: 20px;
}

.pad-top-25 {
  padding-top: 25px;
}

.pad-top-30 {
  padding-top: 30px;
}

.pad-top-35 {
  padding-top: 35px;
}

.pad-top-40 {
  padding-top: 40px;
}

.pad-top-45 {
  padding-top: 45px;
}

.pad-top-50 {
  padding-top: 50px;
}

.pad-top-55 {
  padding-top: 55px;
}

.pad-top-60 {
  padding-top: 60px;
}

.pad-top-70 {
  padding-top: 70px;
}

.pad-top-80 {
  padding-top: 80px;
}

.pad-top-90 {
  padding-top: 90px;
}

.pad-top-100 {
  padding-top: 100px;
}

.pad-bottom-5 {
  padding-bottom: 5px;
}

.pad-bottom-10 {
  padding-bottom: 10px;
}

.pad-bottom-15 {
  padding-bottom: 15px;
}

.pad-bottom-20 {
  padding-bottom: 20px;
}

.pad-bottom-25 {
  padding-bottom: 25px;
}

.pad-bottom-30 {
  padding-bottom: 30px;
}

.pad-bottom-35 {
  padding-bottom: 35px;
}

.pad-bottom-40 {
  padding-bottom: 40px;
}

.pad-bottom-45 {
  padding-bottom: 45px;
}

.pad-bottom-50 {
  padding-bottom: 50px;
}

.pad-bottom-55 {
  padding-bottom: 55px;
}

.pad-bottom-60 {
  padding-bottom: 60px;
}

.pad-bottom-70 {
  padding-bottom: 70px;
}

.pad-bottom-80 {
  padding-bottom: 80px;
}

.pad-bottom-90 {
  padding-bottom: 90px;
}

.pad-bottom-100 {
  padding-bottom: 100px;
}

.pad-left-0 {
  padding-left: 0;
}

.pad-left-5 {
  padding-left: 5px;
}

.pad-left-8 {
  padding-left: 8px;
}

.pad-right-8 {
  padding-right: 8px;
}

.pad-left-10 {
  padding-left: 10px;
}

.pad-left-15 {
  padding-left: 15px;
}

.pad-left-20 {
  padding-left: 20px;
}

.pad-left-25 {
  padding-left: 25px;
}

.pad-left-30 {
  padding-left: 30px;
}

.pad-left-40 {
  padding-left: 40px;
}

.pad-left-50 {
  padding-left: 50px;
}

.pad-right-0 {
  padding-right: 0;
}

.pad-right-5 {
  padding-right: 5px;
}

.pad-right-10 {
  padding-right: 10px;
}

.pad-right-15 {
  padding-right: 15px;
}

.pad-right-20 {
  padding-right: 20px;
}

.pad-right-25 {
  padding-right: 25px;
}

.pad-right-30 {
  padding-right: 30px;
}

.pad-right-40 {
  padding-right: 40px;
}

.pad-right-50 {
  padding-right: 50px;
}

.pad-right-60 {
  padding-right: 60px;
}

@media (min-width: 768px) {
  .text-center-m {
    text-align: center;
  }

  .pad-left-8-m {
    padding-left: 8px;
  }

  .pad-right-8-m {
    padding-right: 8px;
  }

  .no-padding-m {
    padding: 0;
  }

  .text-left-m {
    text-align: left;
  }

  .text-right-m {
    text-align: right;
  }

  .pad-left-0-m {
    padding-left: 0;
  }

  .pad-left-5-m {
    padding-left: 5px;
  }

  .pad-left-10-m {
    padding-left: 10px;
  }

  .pad-left-15-m {
    padding-left: 15px;
  }

  .pad-left-20-m {
    padding-left: 20px;
  }

  .pad-left-25-m {
    padding-left: 25px;
  }

  .pad-left-30-m {
    padding-left: 30px;
  }

  .pad-left-40-m {
    padding-left: 40px;
  }

  .pad-left-50-m {
    padding-left: 50px;
  }

  .pad-right-0-m {
    padding-right: 0;
  }

  .pad-right-5-m {
    padding-right: 5px;
  }

  .pad-right-10-m {
    padding-right: 10px;
  }

  .pad-right-15-m {
    padding-right: 15px;
  }

  .pad-right-20-m {
    padding-right: 20px;
  }

  .pad-right-25-m {
    padding-right: 25px;
  }

  .pad-right-30-m {
    padding-right: 30px;
  }

  .pad-right-40-m {
    padding-right: 40px;
  }

  .pad-right-50-m {
    padding-right: 50px;
  }

  .pad-right-60-m {
    padding-right: 60px;
  }

  .pad-top-0-m {
    padding-top: 0;
  }

  .pad-top-5-m {
    padding-top: 5px;
  }

  .pad-top-10-m {
    padding-top: 10px;
  }

  .pad-top-15-m {
    padding-top: 15px;
  }

  .pad-top-20-m {
    padding-top: 20px;
  }

  .pad-top-25-m {
    padding-top: 25px;
  }

  .pad-top-30-m {
    padding-top: 30px;
  }

  .pad-top-35-m {
    padding-top: 35px;
  }

  .pad-top-40-m {
    padding-top: 40px;
  }

  .pad-top-45-m {
    padding-top: 45px;
  }

  .pad-top-50-m {
    padding-top: 50px;
  }

  .pad-top-55-m {
    padding-top: 55px;
  }

  .pad-top-60-m {
    padding-top: 60px;
  }

  .pad-top-80-m {
    padding-top: 80px;
  }

  .pad-top-90-m {
    padding-top: 90px;
  }

  .pad-top-100-m {
    padding-top: 100px;
  }

  .pad-bottom-0-m {
    padding-bottom: 0;
  }

  .pad-bottom-5-m {
    padding-bottom: 5px;
  }

  .pad-bottom-10-m {
    padding-bottom: 10px;
  }

  .pad-bottom-15-m {
    padding-bottom: 15px;
  }

  .pad-bottom-20-m {
    padding-bottom: 20px;
  }

  .pad-bottom-25-m {
    padding-bottom: 25px;
  }

  .pad-bottom-30-m {
    padding-bottom: 30px;
  }

  .pad-bottom-35-m {
    padding-bottom: 35px;
  }

  .pad-bottom-40-m {
    padding-bottom: 40px;
  }

  .pad-bottom-45-m {
    padding-bottom: 45px;
  }

  .pad-bottom-50-m {
    padding-bottom: 50px;
  }

  .pad-bottom-55-m {
    padding-bottom: 55px;
  }

  .pad-bottom-60-m {
    padding-bottom: 60px;
  }

  .pad-bottom-80-m {
    padding-bottom: 80px;
  }

  .pad-bottom-90-m {
    padding-bottom: 90px;
  }

  .pad-bottom-100-m {
    padding-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .text-center-l {
    text-align: center;
  }

  .pad-left-8-l {
    padding-left: 8px;
  }

  .pad-right-8-l {
    padding-right: 8px;
  }

  .no-padding-l {
    padding: 0;
  }

  .text-left-l {
    text-align: left;
  }

  .text-right-l {
    text-align: right;
  }

  .pad-left-0-l {
    padding-left: 0;
  }

  .pad-left-5-l {
    padding-left: 5px;
  }

  .pad-left-10-l {
    padding-left: 10px;
  }

  .pad-left-15-l {
    padding-left: 15px;
  }

  .pad-left-20-l {
    padding-left: 20px;
  }

  .pad-left-30-l {
    padding-left: 30px;
  }

  .pad-left-40-l {
    padding-left: 40px;
  }

  .pad-left-50-l {
    padding-left: 50px;
  }

  .pad-right-0-l {
    padding-right: 0;
  }

  .pad-right-5-l {
    padding-right: 5px;
  }

  .pad-right-10-l {
    padding-right: 10px;
  }

  .pad-right-15-l {
    padding-right: 15px;
  }

  .pad-right-20-l {
    padding-right: 20px;
  }

  .pad-right-30-l {
    padding-right: 30px;
  }

  .pad-right-40-l {
    padding-right: 40px;
  }

  .pad-right-50-l {
    padding-left: 50px;
  }

  .pad-right-60-l {
    padding-right: 60px;
  }

  .pad-top-0-l {
    padding-top: 0;
  }

  .pad-top-5-l {
    padding-top: 5px;
  }

  .pad-top-10-l {
    padding-top: 10px;
  }

  .pad-top-15-l {
    padding-top: 15px;
  }

  .pad-top-20-l {
    padding-top: 20px;
  }

  .pad-top-25-l {
    padding-top: 25px;
  }

  .pad-top-30-l {
    padding-top: 30px;
  }

  .pad-top-35-l {
    padding-top: 35px;
  }

  .pad-top-40-l {
    padding-top: 40px;
  }

  .pad-top-45-l {
    padding-top: 45px;
  }

  .pad-top-50-l {
    padding-top: 50px;
  }

  .pad-top-55-l {
    padding-top: 55px;
  }

  .pad-top-60-l {
    padding-top: 60px;
  }

  .pad-top-80-l {
    padding-top: 80px;
  }

  .pad-top-90-l {
    padding-top: 90px;
  }

  .pad-top-100-l {
    padding-top: 100px;
  }

  .pad-bottom-0-l {
    padding-bottom: 0;
  }

  .pad-bottom-5-l {
    padding-bottom: 5px;
  }

  .pad-bottom-10-l {
    padding-bottom: 10px;
  }

  .pad-bottom-15-l {
    padding-bottom: 15px;
  }

  .pad-bottom-20-l {
    padding-bottom: 20px;
  }

  .pad-bottom-25-l {
    padding-bottom: 25px;
  }

  .pad-bottom-30-l {
    padding-bottom: 30px;
  }

  .pad-bottom-35-l {
    padding-bottom: 35px;
  }

  .pad-bottom-40-l {
    padding-bottom: 40px;
  }

  .pad-bottom-45-l {
    padding-bottom: 45px;
  }

  .pad-bottom-50-l {
    padding-bottom: 50px;
  }

  .pad-bottom-55-l {
    padding-bottom: 55px;
  }

  .pad-bottom-60-l {
    padding-bottom: 60px;
  }

  .pad-bottom-80-l {
    padding-bottom: 80px;
  }

  .pad-bottom-90-l {
    padding-bottom: 90px;
  }

  .pad-bottom-100-l {
    padding-bottom: 100px;
  }
}

@media (min-width: 1200px) {
  .text-center-xl {
    text-align: center;
  }

  .pad-left-8-xl {
    padding-left: 8px;
  }

  .pad-right-8-xl {
    padding-right: 8px;
  }

  .no-padding-xl {
    padding: 0;
  }

  .text-left-xl {
    text-align: left;
  }

  .text-right-xl {
    text-align: right;
  }

  .pad-left-0-xl {
    padding-left: 0;
  }

  .pad-left-5-xl {
    padding-left: 5px;
  }

  .pad-left-10-xl {
    padding-left: 10px;
  }

  .pad-left-15-xl {
    padding-left: 15px;
  }

  .pad-left-20-xl {
    padding-left: 20px;
  }

  .pad-left-30-xl {
    padding-left: 30px;
  }

  .pad-left-40-xl {
    padding-left: 40px;
  }

  .pad-left-50-xl {
    padding-left: 50px;
  }

  .pad-right-0-xl {
    padding-right: 0;
  }

  .pad-right-5-xl {
    padding-right: 5px;
  }

  .pad-right-10-xl {
    padding-right: 10px;
  }

  .pad-right-15-xl {
    padding-right: 15px;
  }

  .pad-right-20-xl {
    padding-right: 20px;
  }

  .pad-right-30-xl {
    padding-right: 30px;
  }

  .pad-right-40-xl {
    padding-right: 40px;
  }

  .pad-right-50-xl {
    padding-right: 50px;
  }

  .pad-right-60-xl {
    padding-right: 60px;
  }

  .pad-top-0-xl {
    padding-top: 0;
  }

  .pad-top-5-xl {
    padding-top: 5px;
  }

  .pad-top-10-xl {
    padding-top: 10px;
  }

  .pad-top-15-xl {
    padding-top: 15px;
  }

  .pad-top-20-xl {
    padding-top: 20px;
  }

  .pad-top-25-xl {
    padding-top: 25px;
  }

  .pad-top-30-xl {
    padding-top: 30px;
  }

  .pad-top-35-xl {
    padding-top: 35px;
  }

  .pad-top-40-xl {
    padding-top: 40px;
  }

  .pad-top-45-xl {
    padding-top: 45px;
  }

  .pad-top-50-xl {
    padding-top: 50px;
  }

  .pad-top-55-xl {
    padding-top: 55px;
  }

  .pad-top-60-xl {
    padding-top: 60px;
  }

  .pad-bottom-0-xl {
    padding-bottom: 0;
  }

  .pad-bottom-5-xl {
    padding-bottom: 5px;
  }

  .pad-bottom-10-xl {
    padding-bottom: 10px;
  }

  .pad-bottom-15-xl {
    padding-bottom: 15px;
  }

  .pad-bottom-20-xl {
    padding-bottom: 20px;
  }

  .pad-bottom-25-xl {
    padding-bottom: 25px;
  }

  .pad-bottom-30-xl {
    padding-bottom: 30px;
  }

  .pad-bottom-35-xl {
    padding-bottom: 35px;
  }

  .pad-bottom-40-xl {
    padding-bottom: 40px;
  }

  .pad-bottom-45-xl {
    padding-bottom: 45px;
  }

  .pad-bottom-50-xl {
    padding-bottom: 50px;
  }

  .pad-bottom-55-xl {
    padding-bottom: 55px;
  }

  .pad-bottom-60-xl {
    padding-bottom: 60px;
  }
}

.fluid-img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  html.sr .load-hidden {
    visibility: hidden;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
}

.background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.background-video {
  object-fit: cover;
}

.dark-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(74, 74, 74, 0.6);
  mix-blend-mode: multiply;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-uppercase {
  text-transform: uppercase;
}

img.lazy {
  opacity: 0;
}

img:not(.initial) {
  transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
}

.opacity-hide {
  opacity: 0;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#mobile-menu {
  display: block;
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #33353b;
  z-index: 12;
  transform: scale(0);
  transition: 300ms transform ease 300ms, opacity 300ms ease;
  transform-origin: center;
  opacity: 0;
}

@media (min-width: 768px) {
  #mobile-menu {
    display: none;
  }
}

#mobile-menu.is-active {
  transform: scale(1);
  transition: transform 0ms ease, opacity 600ms ease;
  transform-origin: center;
  opacity: 1;
  overflow: scroll;
  padding-bottom: 30px;
}

#mobile-menu ul#menu-header-menu {
  margin: 0;
  padding: 69px 20px 40px 20px;
  width: 100%;
}

#mobile-menu ul#menu-header-menu li {
  list-style-type: none;
}

#mobile-menu ul#menu-header-menu li a {
  display: block;
  padding: 20px 0 20px 0;
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  color: #fff;
  /* border-bottom: solid 1px #b09f4d; */
  border-bottom: solid 1px var(--gold-color);
  display: block;
}

#mobile-menu ul#menu-header-menu li a:hover {
  text-decoration: none;
}

#mobile-menu ul#menu-header-menu li.current_page_item a {
  /* color: #b09f4d; */
  color: var(--gold-color);
}

#mobile-menu ul#menu-header-menu ul {
  padding: 0;
  margin: 0;
}

#mobile-menu .small-menu ul {
  margin: 0;
  padding: 0 20px 40px 20px;
  width: 100%;
}

#mobile-menu .small-menu ul li {
  list-style-type: none;
}

#mobile-menu .small-menu ul li a {
  display: block;
  padding: 10px 0 10px 0;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  display: block;
}

#mobile-menu .small-menu ul li a:hover {
  text-decoration: none;
}

#mobile-menu .small-menu ul li.current_page_item a {
  /* color: #b09f4d; */
  color: var(--gold-color);
}

#mobile-menu .small-menu ul ul {
  padding: 0;
  margin: 0;
}

#mobile-menu .mobile-phone {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  padding-bottom: 10px;
}

#mobile-menu .mobile-email {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  padding-bottom: 10px;
  /* color: #b09f4d; */
  color: var(--gold-color);
  margin-bottom: 40px;
}

body.mobile-open {
  overflow: hidden;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding-left: 15px;
  cursor: pointer;
  transition: all 300ms ease;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  display: flex;
}

@media (min-width: 769px) {
  .hamburger {
    display: none;
  }
}

.hamburger:before {
  content: "";
  height: 28px;
  width: 28px;
  border-radius: 100%;
  display: block;
  /* border: solid 2px #b09f4d; */
  border: solid 2px var(--gold-color);
  position: absolute;
  opacity: 0;
  transition: opacity 300ms ease;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:before {
  opacity: 1;
  transition: opacity 300ms ease;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner {
  /* background-color: #b09f4d; */
  background-color: var(--gold-color);
  right: 6.5px;
  width: 16px;
  transition: all 300ms ease;
}

.hamburger.is-active .hamburger-inner:after {
  transition: all 300ms ease;
  width: 16px;
  /* background-color: #b09f4d; */
  background-color: var(--gold-color);
}

.hamburger-box {
  width: 28px;
  height: 21px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 8px;
  width: 21px;
  height: 3.4px;
  right: 0;
  /* background-color: #b09f4d; */
  background-color: var(--gold-color);
  border-radius: 0;
  position: absolute;
  transition: all 300ms ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  right: 0;
  width: 28px;
  height: 3.4px;
  /* background-color: #b09f4d; */
  background-color: var(--gold-color);
  border-radius: 0;
  position: absolute;
  transition: all 300ms ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
  width: 28px;
}

.hamburger-inner::after {
  width: 12px;
  bottom: -8px;
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition: all 300ms ease;
}

.hamburger--spin .hamburger-inner::before {
  transition: all 300ms ease;
}

.hamburger--spin .hamburger-inner::after {
  transition: all 300ms ease;
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition: all 300ms ease;
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: all 300ms ease;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: all 300ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: normal;
  color: #33353b;
}

h1.normal-text,
h2.normal-text,
h3.normal-text,
h4.normal-text,
h5.normal-text,
h6.normal-text,
.h1.normal-text,
.h2.normal-text,
.h3.normal-text,
.h4.normal-text,
.h5.normal-text,
.h6.normal-text {
  font-size: 20px;
  line-height: 37px;
}

h1.white-text,
h2.white-text,
h3.white-text,
h4.white-text,
h5.white-text,
h6.white-text,
.h1.white-text,
.h2.white-text,
.h3.white-text,
.h4.white-text,
.h5.white-text,
.h6.white-text {
  color: #fff;
}

h1.black-text,
h2.black-text,
h3.black-text,
h4.black-text,
h5.black-text,
h6.black-text,
.h1.black-text,
.h2.black-text,
.h3.black-text,
.h4.black-text,
.h5.black-text,
.h6.black-text {
  color: #33353b;
}

h1.font-300,
h2.font-300,
h3.font-300,
h4.font-300,
h5.font-300,
h6.font-300,
.h1.font-300,
.h2.font-300,
.h3.font-300,
.h4.font-300,
.h5.font-300,
.h6.font-300 {
  font-weight: 300;
}

h1.font-600,
h2.font-600,
h3.font-600,
h4.font-600,
h5.font-600,
h6.font-600,
.h1.font-600,
.h2.font-600,
.h3.font-600,
.h4.font-600,
.h5.font-600,
.h6.font-600 {
  font-weight: 600;
}

h1.font-700,
h2.font-700,
h3.font-700,
h4.font-700,
h5.font-700,
h6.font-700,
.h1.font-700,
.h2.font-700,
.h3.font-700,
.h4.font-700,
.h5.font-700,
.h6.font-700 {
  font-weight: 700;
}

h1,
.h1 {
  font-size: 28px;
  line-height: 35px;
}

@media (min-width: 768px) {

  h1,
  .h1 {
    font-size: 48px;
    line-height: 58px;
  }
}

h1.font-300,
.h1.font-300 {
  font-weight: 300;
}

h1 strong,
.h1 strong {
  font-weight: 700;
}

h2,
.h2 {
  font-size: 25px;
  line-height: 30px;
}

@media (min-width: 768px) {

  h2,
  .h2 {
    font-size: 40px;
    line-height: 49px;
  }
}

h2.normal-text,
.h2.normal-text {
  font-size: 16px;
  line-height: 19px;
}

h3,
.h3 {
  font-size: 27px;
  line-height: 34px;
}

h4,
.h4 {
  font-size: 19px;
  line-height: 23px;
}

@media (min-width: 768px) {

  h4,
  .h4 {
    font-size: 19px;
    line-height: 23px;
  }
}

.font-33 {
  font-size: 33px;
  line-height: 40px;
}

a {
  color: #b47a70;
  transition: color 300ms ease;
}

a:hover {
  color: brown;
  transition: color 300ms ease;
}

body {
  font-size: 16px;
  line-height: 27px;
  color: #33353b;
  font-family: "Libre Franklin", sans-serif;
}

.tiny-text {
  font-size: 16px;
  line-height: 27px;
}

body .lato {
  font-family: "Lato", sans-serif;
}

.brown-text {
  color: var(--gold-color);
  /* color: #b09f4d; */
}

#footer {
  background: #33353b;
}

#footer .top-footer {
  padding-top: 74px;
}

#footer .top-footer .footer-logo {
  padding-bottom: 74px;
}

#footer .top-footer .footer__details .footer-logo {
  padding-bottom: 25px;
}

#footer .footer__details {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
  font-size: 16px;
  width: 100%;
}

@media (min-width: 992px) {
  #footer .footer__details {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
    flex-wrap: nowrap;
    text-align: left;
  }
}

#footer .footer__details_heading {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  #footer .footer__details_heading {
    text-align: left;
  }
}

@media (min-width: 992px) {
  #footer .footer__details_heading {
    margin-top: 12px;
    margin-bottom: 25px;
  }
}

#footer .footer__details .footer__logo {
  width: 100%;
  flex-shrink: 1;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  #footer .footer__details .footer__logo {
    max-width: 460px;
    margin-bottom: 0;
    padding-right: 30px;
  }
}

#footer .footer__details .footer__logo_text {
  text-align: center;
  padding-right: 30px;
  padding-left: 30px;
}

@media (min-width: 992px) {
  #footer .footer__details .footer__logo_text {
    text-align: left;
    padding-right: 0;
    padding-left: 0;
  }
}

#footer .footer__details .footer__links {
  width: 100%;
  flex-shrink: 0;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  #footer .footer__details .footer__links {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  #footer .footer__details .footer__links {
    width: 360px;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

#footer .footer__details .footer__links #footer-menu {
  line-height: 1.6;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  #footer .footer__details .footer__links #footer-menu>ul {
    column-count: 2;
  }
}

@media (min-width: 768px) {
  #footer .footer__details .footer__links #footer-menu ul li a {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 12px;
    text-align: left;
    line-height: 1.6;
  }
}

#footer .footer__details .footer__contact {
  width: 100%;
  flex-shrink: 0;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  #footer .footer__details .footer__contact {
    width: auto;
    max-width: 50%;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  #footer .footer__details .footer__contact {
    width: 360px;
    text-align-last: left;
    padding-left: 30px;
    margin-bottom: 0;
  }
}

#footer .footer__details .footer__contact-details a,
#footer .footer__details .footer__contact-details span {
  color: #fff;
  display: block;
  line-height: 1.6;
}

@media (min-width: 768px) {

  #footer .footer__details .footer__contact-details a,
  #footer .footer__details .footer__contact-details span {
    text-align: left;
  }
}

#footer .footer__details .footer__contact .footer__socials {
  margin-top: 30px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  #footer .footer__details .footer__contact .footer__socials {
    text-align: left;
    justify-content: flex-start;
  }
}

#footer .footer__details .footer__contact .footer__socials a {
  text-decoration: none;
  display: block;
}

#footer .footer-logos {
  margin: auto auto 90px auto;
  order: 2;
  padding-top: 24px;
  border-top: solid 1px #979797;
  width: 100%;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  #footer .footer-logos {
    order: initial;
    border: unset;
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  #footer .footer-logos {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

#footer .footer-logos img {
  max-width: none;
  width: 240px;
  height: auto;
}

#footer .social-footers {
  padding-bottom: 24px;
  padding-top: 24px;
  order: 1;
  border-top: solid 1px #979797;
  position: relative;
}

#footer .social-footers:before {
  top: -30px;
  color: #fff;
  position: absolute;
  content: "Follow us";
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
  margin-top: -1px;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  #footer .social-footers {
    order: initial;
    border: unset;
    padding-top: 0;
    padding-bottom: 54px;
  }
}

#footer .social-footers a {
  margin: 0 13px;
}

#footer #footer-menu {
  text-align: center;
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  #footer #footer-menu {
    padding-bottom: 40px;
  }
}

#footer #footer-menu ul {
  margin: 0;
  padding: 0;
}

#footer #footer-menu ul li {
  list-style-type: none;
}

#footer #footer-menu ul li a {
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
  display: block;
}

@media (min-width: 768px) {
  #footer #footer-menu ul li a {
    font-size: 16px;
    padding-bottom: 15px;
    padding-top: 15px;
    line-height: 19px;
  }
}

#footer #footer-menu ul li a:hover {
  /* color: #b09f4d; */
  color: var(--gold-color);
  text-decoration: none;
}

#footer #footer-menu ul li.current-menu-item {
  /* color: #b09f4d; */
  color: var(--gold-color);
}

#footer #footer-bottom {
  background: #1f2023;
  padding: 19px 0;
  font-size: 12px;
  line-height: 15px;
}

#footer #footer-bottom .inner {
  max-width: 268px;
  margin: auto;
}

@media (min-width: 768px) {
  #footer #footer-bottom .inner {
    max-width: unset;
    margin: unset;
    width: 100%;
    justify-content: center;
    display: flex;
  }
}

@media (min-width: 992px) {
  #footer #footer-bottom {
    font-size: 16px;
    line-height: 19px;
  }
}

#footer .footer-address {
  font-size: 14px;
  line-height: 17px;
  order: -1;
  position: relative;
  padding-top: 24px;
  border-top: solid 1px #979797;
}

@media (min-width: 768px) {
  #footer .footer-address {
    border: unset;
    order: unset;
    padding-bottom: 40px;
  }
}

#footer .footer-address:before {
  top: -30px;
  color: #fff;
  position: absolute;
  content: "Contact";
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
  margin-top: -1px;
  left: 0;
  width: 100%;
  text-align: center;
}

#footer .footer-address .footer-phone {
  padding-bottom: 20px;
}

#footer .footer-address a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
}

#footer .footer-address a.footer-email {
  padding-top: 10px;
  /* color: #b09f4d; */
  color: var(--gold-color);
  text-decoration: underline;
  padding-bottom: 10px;
}

#header {
  background: #33353b;
  position: relative;
  z-index: 99;
}

#header .top-menu {
  background: #f5f6f7;
}

#header .top-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
}

#header .top-menu ul li {
  list-style-type: none;
}

#header .top-menu ul li a {
  font-size: 16px;
  color: #33353b;
  display: block;
  padding: 18px 16px;
  transition: color 300ms ease;
}

#header .top-menu ul li a:hover {
  color: #f15a56;
  transition: color 300ms ease;
  text-decoration: none;
}

#header .top-menu ul li.current-menu-item a {
  color: #f15a56;
}

#header a.top-menu-phone {
  font-size: 16px;
  font-weight: bold;
  color: #33353b;
  display: block;
  padding: 18px 16px;
  transition: color 300ms ease;
}

#header a.top-menu-phone:hover {
  color: #f15a56;
  transition: color 300ms ease;
  text-decoration: none;
}

#header a.top-menu-email {
  font-size: 16px;
  color: #33353b;
  display: block;
  padding: 18px 16px;
  transition: color 300ms ease;
  padding-right: 0;
}

#header a.top-menu-email:hover {
  color: #f15a56;
  transition: color 300ms ease;
  text-decoration: none;
}

.main-header {
  transition: border 300ms ease;
}

.main-header ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.main-header ul li {
  list-style-type: none;
  position: relative;
  z-index: 1;
}

.main-header ul li a {
  font-size: 16px;
  color: #fff;
  display: block;
  padding: 34px 15px;
  transition: color 300ms ease;
  border-right: solid #858689 1px;
  background: #33353b;
}

@media only screen and (min-width: 920px) {
  .main-header ul li a {
    padding: 34px 39px;
  }
}

.main-header ul li a:hover {
  background: #1f2023;
  transition: background 300ms ease;
  text-decoration: none;
}

.main-header ul li.current-menu-item a,
.main-header ul li .current_page_parent a {
  background: #1f2023;
}

.main-header ul li:first-child {
  border-left: solid #858689 1px;
}

.main-header ul li:hover ul {
  display: block;
}

.main-header ul li:last-child ul {
  left: auto;
  right: 0;
}

.main-header ul li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 95px;
  background: #33353b;
}

.main-header ul li ul:after {
  content: "";
  height: calc(100% - 11px);
  position: absolute;
  top: 11px;
  left: 0;
  display: block;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.26);
  width: 100%;
  z-index: 0;
}

.main-header ul li ul li {
  display: block;
}

.main-header ul li ul li:first-child {
  border: none;
}

.main-header ul li ul li a {
  border-left: 0;
  white-space: nowrap;
  border-right: 0;
  padding: 20px 15px;
  text-align: left;
}

@media only screen and (min-width: 920px) {
  .main-header ul li ul li a {
    padding: 10px 39px;
  }
}

body.post-type-archive-property_post_type .main-header ul li.search-props a {
  background: #1f2023;
}

body.single-post #header .top-menu ul li.news-link a {
  color: #f15a56;
}

.header-logo {
  width: 100%;
  max-width: 300px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 25px;
}

@media (min-width: 768px) {
  .header-logo {
    max-width: 250px;
  }
}

@media (min-width: 992px) {
  .header-logo {
    max-width: 300px;
  }
}

.property-search-form-wrapper {
  background: #33353b;
  padding: 29px 15px;
  border-radius: 3px;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.32);
  margin: auto;
}

@media (min-width: 768px) {
  .property-search-form-wrapper {
    padding: 38px 24px;
    max-width: none;
  }
}

.property-search-form-wrapper .property-search-form {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .property-search-form-wrapper .property-search-form {
    flex-direction: row;
  }
}

.property-search-form-wrapper .number-bedrooms-select,
.property-search-form-wrapper .type-select,
.property-search-form-wrapper .area-select {
  position: relative;
  margin: 0 0 11px 0;
  background: #fff;
  border-radius: 3px;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.08px;
  width: 100%;
  display: block;
}

@media (min-width: 768px) {

  .property-search-form-wrapper .number-bedrooms-select,
  .property-search-form-wrapper .type-select,
  .property-search-form-wrapper .area-select {
    margin: 0 32px 0 0;
  }
}

.property-search-form-wrapper .number-bedrooms-select img,
.property-search-form-wrapper .type-select img,
.property-search-form-wrapper .area-select img {
  position: absolute;
  right: 16px;
  top: 12px;
}

.property-search-form-wrapper .number-bedrooms-select select,
.property-search-form-wrapper .type-select select,
.property-search-form-wrapper .area-select select {
  background: transparent;
}

.property-search-form-wrapper .number-bedrooms-select {
  width: 100%;
}

@media (min-width: 768px) {
  .property-search-form-wrapper .number-bedrooms-select {
    min-width: 260px;
  }
}

.property-search-form-wrapper [type=submit] {
  border-radius: 3px;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.08px;
  text-align: center;
  /* background: #b09f4d; */
  background: var(--gold-color);
  color: #fff;
  border: none;
  width: 100%;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  transition: background 300ms ease;
}

.property-search-form-wrapper [type=submit]:hover {
  background: #978942;
  transition: background 300ms ease;
}

.property-search-form-wrapper select {
  width: 100%;
  height: 49px;
  border: 0;
  padding: 0 0 0 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  appearance: none;
  outline: none;
  text-overflow: "";
  color: #33353b;
}

.property-search-form-wrapper.property-page-search {
  margin-bottom: 43px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .property-search-form-wrapper.property-page-search {
    margin-bottom: 96px;
  }
}

.homepage_with_search {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
}

@media (min-width: 768px) {
  .homepage_with_search {
    min-height: 748px;
  }
}

.homepage_with_search h1,
.homepage_with_search .h1-title {
  padding-top: 38px;
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .homepage_with_search h1,
  .homepage_with_search .h1-title {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}

.homepage_with_search .set-height {
  width: 100%;
  height: 233px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 768px) {
  .homepage_with_search .set-height {
    height: 100%;
  }
}

.header_image_slim {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  min-height: 233px;
}

@media (min-width: 768px) {
  .header_image_slim {
    min-height: 500px;
  }
}

.coloured_header {
  padding-top: 44px;
  padding-bottom: 44px;
}

@media (min-width: 768px) {
  .coloured_header {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.gform_confirmation_message_3.gform_confirmation_message {
  color: #fff;
  text-align: center;
}

.featured_properties {
  padding-top: 38px;
  padding-bottom: 21px;
}

@media (min-width: 768px) {
  .featured_properties {
    margin-top: 48px;
    padding-bottom: 48px;
    padding-top: 48px;
  }
}

.featured_properties .center_heading {
  flex-direction: column;
  align-items: center !important;
  gap: 12px;
  margin-bottom: 30px;
}

.featured_properties .center_heading h2 {
  font-weight: 500;
}

.featured_properties .property-boxes {
  padding-bottom: 24px;
}

.featured_properties #featured-props .picture-wrapper {
  padding-top: 67.71%;
  position: relative;
}

.featured_properties #featured-props .picture-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
}

.featured_properties .normal-button {
  font-size: 19px;
  line-height: 23px;
  text-decoration: underline;
  white-space: nowrap;
}

.featured_properties+.simple_text_block .container {
  padding-top: 40px;
  position: relative;
}

@media (min-width: 768px) {
  .featured_properties+.simple_text_block .container {
    padding-top: 50px;
  }
}

.featured_properties+.simple_text_block .container::before {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 15px;
  /* background-color: #AE9B63; */
  background-color: var(--gold-color);
}

.newton_house_block {
  background: #f5f6f7;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-top: 53px;
}

@media (min-width: 768px) {
  .newton_house_block {
    margin-top: 108px;
    margin-bottom: 108px;
    padding-top: 0;
    overflow: hidden;
  }
}

@media only screen and (min-width: 1560px) {
  .newton_house_block {
    overflow: visible;
  }
}

.newton_house_block .container {
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .newton_house_block .container {
    flex-wrap: nowrap;
  }
}

.newton_house_block .icon-main-wrapper {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .newton_house_block .icon-main-wrapper {
    max-width: 390px;
  }
}

.newton_house_block .leftside {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .newton_house_block .leftside {
    padding-top: 205px;
    padding-bottom: 243px;
    max-width: 460px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1300px) {
  .newton_house_block .leftside {
    padding-top: 205px;
    padding-bottom: 243px;
  }
}

.newton_house_block .icons-wrapper {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 10px;
  border-bottom: solid 1px #d5d5d5;
  margin-bottom: 32px;
  width: calc(50% - 15px);
}

.newton_house_block .icons-wrapper .text {
  margin-left: 18px;
}

.newton_house_block .icons-wrapper svg path {
  fill: #f15a56;
}

.newton_house_block .icons-wrapper.even {
  padding-right: 0;
  padding-left: 0;
  margin-left: 15px;
}

.newton_house_block .icons-wrapper.odd {
  padding-left: 0;
  clear: both;
  padding-right: 30px;
  margin-right: 15px;
  padding-right: 0;
}

.newton_house_block .rightside {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  min-height: 462px;
  max-width: 360px;
  margin: auto;
}

@media (min-width: 768px) {
  .newton_house_block .rightside {
    margin-left: 10%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    min-height: none;
    max-width: none;
    padding-top: 205px;
  }
}

@media only screen and (min-width: 1560px) {
  .newton_house_block .rightside {
    padding-top: 0;
  }
}

.newton_house_block .rightside .picture1 {
  max-width: 186px;
  float: right;
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
  width: 100%;
}

@media (min-width: 768px) {
  .newton_house_block .rightside .picture1 {
    position: absolute;
    top: -60px;
    right: 0;
    width: 64.5%;
    max-width: unset;
    float: none;
    right: -50px;
  }
}

@media only screen and (min-width: 1560px) {
  .newton_house_block .rightside .picture1 {
    top: -60px;
    right: 0;
    width: 64.5%;
    max-width: unset;
    float: none;
    right: -50px;
  }
}

.newton_house_block .rightside .picture2 {
  position: absolute;
  z-index: 2;
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
  max-width: 186px;
  width: 100%;
  top: 160px;
}

@media (min-width: 768px) {
  .newton_house_block .rightside .picture2 {
    bottom: -60px;
    right: 270px;
    max-width: unset;
    width: 64.5%;
    top: unset;
  }
}

@media only screen and (min-width: 1560px) {
  .newton_house_block .rightside .picture2 {
    bottom: -60px;
    right: 270px;
    max-width: unset;
    width: 64.5%;
    top: unset;
  }
}

.newton_house_block .brown-button {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 768px) {
  .newton_house_block .brown-button {
    padding-left: initial;
    padding-right: initial;
    max-width: 390px;
  }
}

.newton_house_block .leftside-image {
  position: absolute;
  left: 0;
  bottom: 0;
}

.newton_house_block .rightside-image {
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 768px) {
  .newton_house_block+.testimonials_simple_block {
    margin-top: -108px !important;
  }
}

.w_block {
  display: flex;
  align-items: center;
  padding-top: 38px;
  padding-bottom: 38px;
  padding-left: 30px;
  padding-right: 30px;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .w_block {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media (min-width: 992px) {
  .w_block {
    flex-wrap: nowrap;
    padding-left: 0;
    padding-right: 0;
  }
}

.w_block .leftside {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .w_block .leftside {
    margin-right: 111px;
    margin-left: 0;
    margin-bottom: 0;
    min-width: 340px;
    margin-right: 40px;
  }
}

@media (min-width: 992px) {
  .w_block .big-w {
    max-width: 599px;
  }
}

@media only screen and (min-width: 1380px) {
  .w_block .rightside {
    padding-right: calc((100vw - 1380px) / 2);
  }
}

.w_block .rightside .inner {
  margin: auto;
}

@media (min-width: 768px) {
  .w_block .rightside .inner {
    max-width: 687px;
  }
}

@media (min-width: 992px) {
  .w_block .rightside .inner {
    padding-right: 15px;
  }
}

.w_block .quicklinks-box .quick-links {
  align-items: center;
  background: #f5f6f7;
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 3px;
}

.w_block .w-overlay {
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials_simple_block {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #dceae4;
  background-repeat: repeat-y;
  background-position: center center;
}

.testimonials_simple_block .leftside-image {
  position: absolute;
  left: 0;
  bottom: 0;
}

.testimonials_simple_block .rightside-image {
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 768px) {
  .testimonials_simple_block {
    /* padding-top: 128px;
    padding-bottom: 128px; */
    padding-top: 80px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.testimonials_simple_block .testimonial {
  outline: none;
}

.testimonials_simple_block .testimonial:focus {
  outline: none;
}

.testimonials_simple_block .testimonial .inner {
  background: #fff;
  border-radius: 2px;
  padding: 33px;
  box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.27);
  margin: 20px;
}

@media (min-width: 1200px) {
  .testimonials_simple_block .testimonial .inner {
    margin: 40px;
  }
}

.testimonials_simple_block ul.slick-dots {
  margin-top: 30px;
}

.testimonials_simple_block ul.slick-dots li button {
  background: #fff;
}

.catchy_block {
  background: #f5f6f7;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .catchy_block {
    padding-top: 155px;
    padding-bottom: 128px;
  }
}

.catchy_block a {
  text-decoration: underline;
  /* color: #ad9a62; */
  color: var(--gold-color);
  transition: color 300ms ease;
}

.catchy_block a:hover {
  color: #917f4b;
  transition: color 300ms ease;
}

ul.slick-dots {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

ul.slick-dots li {
  list-style-type: none;
}

ul.slick-dots li button {
  border: 0;
  font-size: 0;
  border-radius: 100%;
  height: 12px;
  width: 12px;
  margin: 0 6px;
  background: #d6d7d8;
  cursor: pointer;
}

ul.slick-dots li button:focus {
  outline: none;
}

ul.slick-dots li.slick-active button {
  /* background: #ad9a62; */
  background: var(--gold-color);
}

.image_and_text_block {
  padding-top: 34px;
  padding-bottom: 34px;
}

@media (min-width: 768px) {
  .image_and_text_block {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

.text_block_and_breakdown_fees {
  padding-top: 54px;
  padding-bottom: 54px;
}

@media (min-width: 768px) {
  .text_block_and_breakdown_fees {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}

.text_block_and_breakdown_fees .black-box {
  background: #33353b;
  padding: 21px 48px 48px 48px;
  color: #fff;
}

.text_block_and_breakdown_fees .black-box .blackbox-heading {
  /* color: #ad9a62; */
  color: var(--gold-color);
  font-weight: bold;
  border-bottom: solid 1px #979797;
  padding-bottom: 27px;
  font-size: 19px;
  line-height: 23px;
}

.text_block_and_breakdown_fees .black-box .full-width {
  padding: 27px 0;
  border-bottom: solid 1px #979797;
}

.icons_and_text_block {
  background: #f5f6f7;
  padding-top: 54px;
  padding-bottom: 54px;
}

@media (min-width: 768px) {
  .icons_and_text_block {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}

.icons_and_text_block .leftside-image {
  position: absolute;
  left: 0;
  bottom: 0;
}

.icons_and_text_block .rightside-image {
  position: absolute;
  right: 0;
  top: 0;
}

.icons_and_text_block .icon-text {
  margin-bottom: 32px;
}

.icons_and_text_block .icon-text .inner {
  align-items: start;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 10px;
}

.icons_and_text_block .icon-text .text {
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 21px;
}

@media (min-width: 768px) {
  .icons_and_text_block .icon-text .text {
    font-size: 16px;
    line-height: 24px;
  }
}

.icons_and_text_block .icon-text .line2 {
  display: block;
  border-bottom: solid 1px #d5d5d5;
}

.icons_and_text_block .icon-text .icon-wrap {
  width: 20px;
  margin-right: 15px;
}

@media (min-width: 768px) {
  .icons_and_text_block .icon-text .icon-wrap {
    width: 50px;
    margin-right: 0;
  }
}

.icons_and_text_block .icon-text .icon-wrap svg {
  max-width: 100%;
}

.icons_and_text_block .icon-text .icon-wrap svg path {
  fill: #f15a56;
}

.on_hand {
  background: #f5f6f7;
  padding-top: 54px;
  padding-bottom: 54px;
}

@media (min-width: 768px) {
  .on_hand {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}

.on_hand .white-box {
  padding: 52px 29px;
  background: #fff;
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.14);
}

@media (min-width: 768px) {
  .on_hand .white-box {
    margin: 0 10px;
  }
}

@media (min-width: 992px) {
  .on_hand .white-box {
    margin: 0 20px;
  }
}

.black_testimonials {
  padding-top: 34px;
  padding-bottom: 34px;
}

@media (min-width: 768px) {
  .black_testimonials {
    padding-top: 40px;
    padding-bottom: 128px;
  }
}

.black_testimonials .black-one {
  padding: 49px 36px 36px 36px;
  background: #33353b;
}

.black_testimonials .black-one.rounded {
  border-radius: 5px;
}

.black_testimonials .profile-pic {
  width: 178px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 20px auto;
}

.black_testimonials h3 {
  margin-bottom: 16px;
  font-size: 23px;
  line-height: 28px;
  color: #fff;
}

.black_testimonials .desc {
  color: #fff;
  margin-bottom: 20px;
}

.black_testimonials .email {
  /* color: #b09f4d; */
  color: var(--gold-color);
  text-decoration: underline;
  transition: color 300ms ease;
  margin-bottom: 15px;
}

.black_testimonials .email:hover {
  color: #fff;
  transition: color 300ms ease;
}

.black_testimonials .phone {
  /* color: #b09f4d; */
  color: var(--gold-color);
  transition: color 300ms ease;
}

.black_testimonials .phone:hover {
  color: #fff;
  transition: color 300ms ease;
}

.credentials {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f5f6f7;
}

@media (min-width: 768px) {
  .credentials {
    padding-top: 95px;
    padding-bottom: 95px;
  }
}

.credentials .set-width {
  max-width: 220px;
}

.simple_text_block.has-padding {
  padding-top: 50px;
}

.simple_text_block p,
.simple_text_block ol,
.simple_text_block ul {
  line-height: 2;
}

.simple_text_block h1,
.simple_text_block h2,
.simple_text_block h3,
.simple_text_block h4,
.simple_text_block h5,
.simple_text_block h6 {
  line-height: 1.6;
}

.simple_text_block+.image_and_text_block {
  padding-top: 20px;
}

@media (min-width: 768px) {
  .simple_text_block+.image_and_text_block {
    padding-top: 30px;
  }
}

.request_callback {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .request_callback {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.request_callback__inner {
  background: #33353B url("../assets/img/request_callback_bg.svg") repeat-x left bottom;
  background-size: 100% auto;
  color: #fff;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 30px 40px 60px;
}

@media (min-width: 768px) {
  .request_callback__inner {
    padding: 60px 80px 100px;
  }
}

@media (min-width: 1200px) {
  .request_callback__inner {
    flex-wrap: nowrap;
    padding: 80px 80px 100px;
  }
}

.request_callback__inner::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  background: url("../assets/img/W-white.svg") no-repeat center;
  background-size: contain;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .request_callback__inner::before {
    width: 150px;
    height: 150px;
    order: 2;
    margin-right: 40px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .request_callback__inner::before {
    order: 1;
    width: 200px;
    height: 200px;
    margin-right: 60px;
    margin-top: 15px;
  }
}

.request_callback__content {
  flex-grow: 1;
}

@media (min-width: 768px) {
  .request_callback__content {
    order: 1;
  }
}

@media (min-width: 1200px) {
  .request_callback__content {
    order: 2;
    width: 400px;
    flex-grow: 0;
    margin-right: 60px;
  }
}

.request_callback__title {
  color: #fff;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-size: 35px;
  line-height: 1.4;
}

.request_callback__title::after {
  content: "";
  display: block;
  width: 80px;
  height: 8px;
  /* background: #AE9B63; */
  background: var(--gold-color);
  position: absolute;
  bottom: -4px;
  left: 0;
}

.request_callback__form {
  flex-shrink: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .request_callback__form {
    order: 3;
    width: 400px;
  }
}

@media (min-width: 1200px) {
  .request_callback__form {
    margin-left: auto;
  }
}

.request_callback__form .gform_wrapper.gravity-theme .gform_heading {
  display: none;
}

.request_callback__form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input {
  background: none;
  color: #fff;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 12px 0;
}

.request_callback__form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input:hover,
.request_callback__form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input:focus,
.request_callback__form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input:active {
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
}

.request_callback__form .gform_wrapper.gravity-theme .gform_footer {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.request_callback__form .gform_wrapper.gravity-theme .gform_footer input.gform_button {
  /* background-color: #AE9B63; */
  background-color: var(--gold-color);
  color: #fff;
  border: none;
  width: 100%;
  font-size: 1em;
  line-height: 27px;
  padding: 10px 16px;
  transition: background 0.3s ease 0s;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.request_callback__form .gform_wrapper.gravity-theme .gform_footer input.gform_button:hover {
  background: #675c3a;
}

.request_callback__form .gform_wrapper.gravity-theme .gform_footer input.gform_button+.gform_ajax_spinner {
  position: absolute;
  z-index: 2;
  top: calc(50% - 8px);
  right: 15px;
}

.icon_list__section {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .icon_list__section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.icon_list__section.bg-light {
  background-color: #fbfaf7;
}

.icon_list {
  display: block;
}

@media (min-width: 992px) {
  .icon_list {
    column-count: 2;
    column-gap: 40px;
  }
}

.icon_list__item {
  display: inline-block;
  width: 100%;
  break-inside: avoid;
  position: relative;
  padding-left: 85px;
  margin-bottom: 30px;
}

.icon_list__icon {
  position: absolute;
  top: 0;
  left: 0;
}

.two_column_block {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .two_column_block {
    flex-wrap: nowrap;
  }
}

.two_column_block .column-left,
.two_column_block .column-right {
  width: 100%;
}

@media (min-width: 992px) {

  .two_column_block .column-left,
  .two_column_block .column-right {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.two_column_block .column-left h4,
.two_column_block .column-right h4 {
  font-weight: 700;
}

.two_column_block .column-left {
  /* background-color: #AE9B63; */
  background-color: var(--gold-color);
  color: #fff;
}

@media (min-width: 992px) {
  .two_column_block .column-left .inner {
    padding-left: calc((100vw - 1380px) / 2);
  }
}

.two_column_block .column-left h4 {
  color: #fff;
}

.two_column_block .column-right {
  background-color: #fbfaf7;
}

@media (min-width: 992px) {
  .two_column_block .column-right .inner {
    padding-right: calc((100vw - 1380px) / 2);
  }
}

.two_column_block .inner {
  padding: 40px 15px;
}

@media (min-width: 992px) {
  .two_column_block .inner {
    padding: 60px;
  }
}

.two_column_block .inner h4,
.two_column_block .inner p {
  font-size: 20px;
  line-height: 1.6667;
  margin: 0;
}

@media (min-width: 768px) {

  .two_column_block .inner h4,
  .two_column_block .inner p {
    font-size: 26px;
  }
}

.service_block {
  background: #FEFCF7;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .service_block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.service_block__header {
  text-align: center;
  max-width: 790px;
  margin: 0 auto 40px;
}

.service_block__header_title {
  margin-bottom: 30px;
}

.service_block__footer {
  text-align: center;
  max-width: 790px;
  margin: 30px auto 40px;
}

.service_block__row {
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 768px) {
  .service_block__row {
    margin-right: -25px;
    margin-left: -25px;
  }
}

.service_block__col {
  flex: 0 0 100%;
}

@media (min-width: 667px) {
  .service_block__col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .service_block__col {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 992px) {
  .service_block__col {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.service_item__icon {
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.service_item__icon::after {
  content: "";
  display: block;
  width: 46px;
  height: 8px;
  position: absolute;
  left: calc(50% - 23px);
  bottom: -4px;
  border-radius: 4px;
  /* background: #AE9B63; */
  background: var(--gold-color);
}

.service_item__icon img {
  max-width: 100%;
  height: auto;
  margin: 0;
}

.service_item__description {
  text-align: center;
}

.content_banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .content_banner {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media (min-width: 992px) {
  .content_banner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.content_banner+* {
  margin-top: 0 !important;
}

.content_banner.text-white .content_banner__inner * {
  color: #fff;
}

.content_banner__inner {
  text-align: center;
  max-width: 1070px;
  margin-right: auto;
  margin-left: auto;
}

.content_banner__title {
  margin-bottom: 25px;
}

.content_banner__text {
  line-height: 1.6;
}

.content_banner__text p {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .content_banner__text {
    font-size: 18px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.contact-formwrapper {
  max-width: 804px;
  border-radius: 3px;
}

.contact-formwrapper .gform_wrapper {
  background: #33353b;
  padding: 15px 15px;
}

@media (min-width: 768px) {
  .contact-formwrapper .gform_wrapper {
    padding: 15px 30px;
  }
}

@media (min-width: 992px) {
  .contact-formwrapper .gform_wrapper {
    padding: 34px 64px;
  }
}

.contact-formwrapper ul {
  margin: 0;
  padding: 0;
}

.contact-formwrapper .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}

.contact-formwrapper .gform_wrapper label.gfield_label,
.contact-formwrapper .gform_wrapper legend.gfield_label {
  font-size: 13px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: normal;
}

.contact-formwrapper input {
  border-radius: 2px;
  background: #fff;
  padding: 8px 6px !important;
  border: 0;
  width: 100%;
}

.contact-formwrapper textarea {
  border-radius: 2px;
  background: #fff;
  padding: 8px 6px !important;
  border: 0;
  width: 100%;
  height: 225px;
}

.contact-formwrapper .validation_message,
.contact-formwrapper .validation_error {
  color: red !important;
}

.contact-formwrapper .gform_footer.top_label {
  padding: 0 0 10px 0;
  margin-top: 0;
}

.contact-formwrapper li {
  margin: 0 0 15px 0 !important;
  width: 100% !important;
  padding-right: 0 !important;
}

.contact-formwrapper .gform_validation_container {
  display: none;
}

.contact-formwrapper .gform_wrapper li.gfield.gfield_error,
.contact-formwrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
}

.contact-formwrapper input[type=submit] {
  /* background: #b09f4d; */
  background: var(--gold-color);
  color: #fff;
  width: 100% !important;
}

.contact-formwrapper input[type=submit]:hover {
  background: #675c3a;
  transition: background 300ms ease;
  text-decoration: none;
  color: #fff;
}

.contact-page-content {
  padding-bottom: 34px;
}

@media (min-width: 768px) {
  .contact-page-content {
    padding-bottom: 96px;
    padding-top: 48px;
  }
}

.contact-page-content #map {
  height: 600px;
}

.details {
  max-width: 322px;
  padding-top: 50px;
}

.details .phone-block span {
  width: 44px;
}

.details .phone-block a {
  font-weight: bold;
  font-size: 23px;
  color: #ae9c5c;
  letter-spacing: 0;
  line-height: 23px;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: solid 1px #d6d7d8;
  width: 100%;
  display: block;
}

.details .phone-block a:hover {
  color: #675c3a;
  transition: background 300ms ease;
  text-decoration: none;
}

.details body {
  background: red;
}

.details .email-block span {
  width: 44px;
}

.details .email-block a {
  font-weight: bold;
  font-size: 23px;
  color: #ae9c5c;
  letter-spacing: 0;
  line-height: 23px;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
  display: block;
  width: 100%;
  border-bottom: solid 1px #d6d7d8;
}

.details .email-block a:hover {
  color: #675c3a;
  transition: background 300ms ease;
  text-decoration: none;
}

.details .address {
  font-size: 19px;
  line-height: 23px;
  font-weight: bold;
  display: block;
}

.details .address span {
  width: 44px;
}

.details .address .text {
  width: 100%;
  position: relative;
  font-size: 19px;
  line-height: 23px;
  display: block;
  padding-bottom: 10px;
  border-bottom: solid 1px #d6d7d8;
}

.gform_confirmation_wrapper {
  background: #4f9576;
  padding: 15px 15px;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .gform_confirmation_wrapper {
    padding: 15px 30px;
  }
}

@media (min-width: 992px) {
  .gform_confirmation_wrapper {
    padding: 34px 64px;
  }
}

.news-card {
  margin-bottom: 64px;
}

.news-card .leftside {
  max-width: 493px;
}

.news-card .date {
  font-size: 13px;
  color: #f15a56;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.single-news-post .date {
  font-size: 16px;
  /* color: #ad9a62; */
  color: var(--gold-color);
  letter-spacing: 0;
}

.single-news-post .top-photo,
.single-news-post h1 {
  max-width: 1024px;
  margin: auto;
}

.single-news-post .bottom-text {
  max-width: 700px;
  margin: auto;
}

.property-boxes {
  padding-bottom: 54px;
}

.property-boxes .inner {
  border-radius: 3px;
  border: solid 1px #d8d3d8;
  padding: 17px;
}

.property-boxes .inner a.picture-wrapper {
  overflow: hidden;
  border-radius: 3px;
}

.property-boxes .inner a.picture-wrapper:hover img {
  transform: scale(1.1);
  transform-origin: center;
  transition: transform 300ms cubic-bezier(0.4, 0, 1, 1);
}

.property-boxes .inner a.picture-wrapper img {
  transform: scale(1);
  transition: transform 300ms cubic-bezier(0.4, 0, 1, 1);
  transform-origin: center;
}

.property-boxes .inner .title-text {
  font-weight: bold;
}

.property-boxes .inner .bed-bath {
  font-size: 14px;
  line-height: 21px;
}

.property-boxes .inner .price {
  font-size: 14px;
  line-height: 21px;
  color: #4f9576;
}

.picture-slider {
  margin-bottom: 16px;
}

.picture-slider .slick-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  height: calc(100% - 57px);
  background: transparent;
  z-index: 3;
  display: flex;
  justify-content: center;
  transform: rotate(180deg);
  cursor: pointer;
  transition: background 300ms ease;
}

@media (min-width: 768px) {
  .picture-slider .slick-prev {
    height: 100%;
    width: 67px;
  }
}

.picture-slider .slick-prev:hover {
  background: rgba(0, 0, 0, 0.3);
  transition: background 300ms ease;
}

.picture-slider .slick-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 37px;
  height: calc(100% - 57px);
  background: transparent;
  z-index: 3;
  display: flex;
  justify-content: center;
  cursor: pointer;
  transition: background 300ms ease;
}

@media (min-width: 768px) {
  .picture-slider .slick-next {
    height: 100%;
    width: 67px;
  }
}

.picture-slider .slick-next:hover {
  background: rgba(0, 0, 0, 0.3);
  transition: background 300ms ease;
}

.picture-slider .slick-arrow img {
  max-width: 21px;
}

.picture-slider ul.slick-dots {
  display: flex !important;
}

@media (min-width: 768px) {
  .picture-slider ul.slick-dots {
    display: none !important;
  }
}

.picture-slider ul.slick-dots li {
  margin-top: 20px;
}

.pagingInfo {
  position: absolute;
  bottom: 63px;
  left: 20px;
  z-index: 9;
  opacity: 0.62;
  background: #fff;
  border-radius: 25px;
  font-size: 13px;
  color: #f15a56;
  letter-spacing: 0;
  text-align: center;
  padding: 11px 47px;
}

@media (min-width: 768px) {
  .pagingInfo {
    bottom: 33px;
  }
}

.picture-slider-navigation {
  margin-bottom: 20px;
  position: relative;
}

.picture-slider-navigation:after {
  width: 40%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 99%, #fff 100%);
  right: 0;
  top: 0;
  z-index: 9;
  display: none;
  content: "";
  position: absolute;
}

@media (min-width: 768px) {
  .picture-slider-navigation:after {
    display: block;
  }
}

.picture-slider-navigation img {
  max-width: 169px;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

.picture-slider-navigation .slick-slide:focus {
  outline: none;
}

.picture-slider-navigation .slick-slide img {
  transition: border 300ms ease;
  border: inset 1px transparent;
}

.picture-slider-navigation .slick-slide.slick-current img {
  /* border: inset 1px #b09f4d; */
  border: inset 1px var(--gold-color);
  transition: border 300ms ease;
}

#map {
  padding-top: 40%;
  width: 100%;
}

.grey-line {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 1px;
  display: block;
  background: #d6d7d8;
}

.back-button {
  font-size: 14px;
  color: #f15a56;
  letter-spacing: 0;
  text-align: center;
  transition: color 300ms ease;
}

@media (min-width: 768px) {
  .back-button {
    text-align: left;
  }
}

.back-button:hover {
  color: #333;
  transition: color 300ms ease;
}

.grey-box {
  background: #f5f6f7;
  border: 1px solid #d6d7d8;
  border-radius: 3px;
  padding: 28px 32px;
}

.grey-box .inner {
  justify-content: space-between;
}

.grey-box .center {
  justify-content: center;
}

.grey-box .rental {
  text-align: center;
}

.grey-box h5 {
  font-weight: bold;
  font-size: 13px;
  color: #a2a3a6;
  margin: 0;
}

.grey-box .price {
  display: block;
  font-size: 27.5px;
  font-weight: bold;
  color: #33353b;
}

.grey-box .red-text {
  display: block;
  font-size: 13px;
  color: #f15a56;
  letter-spacing: 0;
}

.amenities .icon-wrap {
  width: 31px;
}

@media (min-width: 768px) {
  .amenities .icon-wrap {
    width: 41px;
  }
}

.amenities .text {
  font-size: 14px;
  line-height: 21px;
}

@media (min-width: 768px) {
  .amenities .text {
    font-size: 16px;
    line-height: 27px;
  }
}

.top-section-property {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .top-section-property {
    margin-bottom: 96px;
  }
}

.amenities-newton-block {
  background: #f5f6f7;
  padding-top: 42px;
  padding-bottom: 42px;
}

@media (min-width: 768px) {
  .amenities-newton-block {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}

.amenities-newton-block .leftside-image {
  position: absolute;
  left: 0;
  bottom: 0;
}

.amenities-newton-block .white-box {
  background: #ffffff;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  padding: 39px 59px 59px 59px;
}

.amenities-newton-block .white-box h2 {
  font-weight: bold;
  font-size: 23px;
  line-height: 28px;
}

.amenities-newton-block .white-box h2 .red-text {
  color: #f15a56;
}

.amenities-newton-block .icon-text {
  margin-bottom: 32px;
}

.amenities-newton-block .icon-text .inner {
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 10px;
}

.amenities-newton-block .icon-text .text {
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 21px;
}

@media (min-width: 768px) {
  .amenities-newton-block .icon-text .text {
    font-size: 16px;
    line-height: 24px;
  }
}

.amenities-newton-block .icon-text .line2 {
  display: block;
  border-bottom: solid 1px #d5d5d5;
}

.amenities-newton-block .icon-text .icon-wrap {
  width: 20px;
  margin-right: 15px;
}

@media (min-width: 768px) {
  .amenities-newton-block .icon-text .icon-wrap {
    width: 50px;
    margin-right: 0;
  }
}

.amenities-newton-block .icon-text .icon-wrap svg {
  max-width: 100%;
}

.amenities-newton-block .icon-text .icon-wrap svg path {
  fill: #f15a56;
}

.video-block {
  padding-bottom: 42px;
}

@media (min-width: 768px) {
  .video-block {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}

.video-block .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-block .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-block h3 {
  font-size: 23px;
  line-height: 28px;
}

.search-entry-title {
  padding-top: 43px;
  padding-bottom: 34px;
}

@media (min-width: 768px) {
  .search-entry-title {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.enquire-box {
  padding-top: 36px;
  padding-bottom: 36px;
}

@media (min-width: 768px) {
  .enquire-box {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

body.post-type-archive-property_post_type main#content {
  background: transparent;
}

@media (min-width: 768px) {
  body.post-type-archive-property_post_type main#content {
    margin-top: -70px;
  }
}

body.post-type-archive-property_post_type header.header {
  background: #f5f6f7;
}

body.post-type-archive-property_post_type .property-search-form-wrapper.property-page-search {
  margin-top: -40px;
  top: -40px;
  position: relative;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  body.post-type-archive-property_post_type .property-search-form-wrapper.property-page-search {
    top: auto;
    margin-bottom: 43px;
  }
}

body.post-type-archive-property_post_type .search-entry-title {
  padding-bottom: 92px;
}

.guarantor-custom-form {
  background: #fafbfb;
  border-radius: 3px;
  padding: 15px;
}

@media (min-width: 768px) {
  .guarantor-custom-form {
    padding: 30px;
  }
}

@media (min-width: 992px) {
  .guarantor-custom-form {
    padding: 64px;
  }
}

.guarantor-custom-form ul {
  margin: 0;
  padding: 0;
}

.guarantor-custom-form h2.gsection_title {
  text-align: center;
  font-weight: 300;
  padding-top: 15px;
  font-size: 33px;
  line-height: 40px;
}

.guarantor-custom-form .gform_wrapper label.gfield_label,
.guarantor-custom-form .gform_wrapper legend.gfield_label {
  font-size: 13px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-align: right;
}

.guarantor-custom-form li {
  list-style-type: none;
}

.guarantor-custom-form li.gfield {
  padding: 12px 0 12px !important;
  margin: 0 !important;
}

.guarantor-custom-form .gform_wrapper ul.gfield_checkbox,
.guarantor-custom-form .gform_wrapper ul.gfield_radio {
  display: flex;
}

.guarantor-custom-form .ginput_container_radio {
  margin-top: -8px !important;
}

.guarantor-custom-form .gfield_description {
  margin-top: 0 !important;
}

.guarantor-custom-form .gform_wrapper .gsection {
  border-bottom: 0 !important;
}

.guarantor-custom-form input {
  padding: 7px 6px !important;
  border: 0;
  width: 100%;
  background: #f5f6f7;
  border: solid 2px #d8d3d8;
  border-radius: 3px;
  background: #fff !important;
}

.guarantor-custom-form textarea {
  border-radius: 3px;
  padding: 7px 6px !important;
  border: 0;
  width: 100% !important;
  height: 225px !important;
  border: solid 2px #d8d3d8;
}

.guarantor-custom-form .validation_message,
.guarantor-custom-form .validation_error {
  color: red;
}

.guarantor-custom-form li {
  margin-bottom: 18px;
}

.guarantor-custom-form .gform_validation_container {
  display: none;
}

.guarantor-custom-form input[type=submit] {
  /* background: #b09f4d; */
  background: var(--gold-color);
  color: #fff;
}

.guarantor-custom-form input[type=submit]:hover {
  background: #675c3a;
  transition: background 300ms ease;
  text-decoration: none;
  color: #fff;
}

.guarantor-custom-form input.large {
  width: 100% !important;
}

.guarantor-custom-form .gf_progressbar {
  border-radius: 30px;
}

.guarantor-custom-form .gf_progressbar .gf_progressbar_percentage {
  /* background: #b09f4d; */
  background: var(--gold-color);
  color: #fff;
}

.guarantor-custom-form [type=button][value=Previous] {
  background: transparent !important;
  border-color: transparent;
  text-decoration: underline;
  /* color: #b09f4d !important; */
  color: var(--gold-color) !important;
  transition: color 300ms ease;
  margin: 0 !important;
  border: 0 !important;
}

.guarantor-custom-form [type=button][value=Previous]:before {
  content: "<";
}

.guarantor-custom-form [type=button][value=Previous]:hover {
  color: #675c3a !important;
  transition: color 300ms ease;
}

.guarantor-custom-form [type=button][value=Next] {
  /* background: #b09f4d !important; */
  background: var(--gold-color) !important;
  color: #fff !important;
  padding: 15px 40px !important;
  border-radius: 3px;
  margin: 0 !important;
  cursor: pointer;
  border: 0 !important;
}

.guarantor-custom-form [type=button][value=Next]:hover {
  background: #675c3a !important;
  transition: background 300ms ease;
  text-decoration: none;
  color: #fff !important;
}

.guarantor-custom-form input[type=submit] {
  /* background: #b09f4d !important; */
  background: var(--gold-color) !important;
  color: #fff !important;
  padding: 15px 40px !important;
  border-radius: 3px;
  margin: 0 !important;
  cursor: pointer;
  border: 0 !important;
  float: right !important;
}

.guarantor-custom-form input[type=submit]:hover {
  background: #675c3a !important;
  transition: background 300ms ease;
  text-decoration: none;
  color: #fff !important;
}

.guarantor-custom-form input:focus {
  outline-color: #858689;
}

.guarantor-custom-form .gform_page_footer {
  display: block !important;
}

.guarantor-custom-form .gform_page_footer .gform_next_button {
  float: right !important;
}

.guarantor-custom-form .gfield_checkbox li,
.guarantor-custom-form .gfield_radio li {
  margin-right: 15px !important;
}

.guarantor-custom-form .gfield_checkbox li input,
.guarantor-custom-form .gfield_radio li input {
  display: none !important;
}

.guarantor-custom-form .gfield_checkbox li input:checked~label:before,
.guarantor-custom-form .gfield_radio li input:checked~label:before {
  content: "";
  margin-right: 8px;
  background: url("/wp-content/themes/westendlettings/assets/img/selected.svg") no-repeat center center/contain;
  height: 16px;
  width: 16px;
  display: block;
  flex-shrink: 0;
}

.guarantor-custom-form .gfield_checkbox li label,
.guarantor-custom-form .gfield_radio li label {
  display: flex !important;
  align-items: center;
}

.guarantor-custom-form .gfield_checkbox li label:before,
.guarantor-custom-form .gfield_radio li label:before {
  margin-right: 8px;
  content: "";
  background: url("/wp-content/themes/westendlettings/assets/img/default.svg") no-repeat center center/contain;
  height: 16px;
  width: 16px;
  display: block;
  flex-shrink: 0;
}

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 0 !important;
}

.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label {
  white-space: nowrap !important;
}

.guarantor-custom-form .ginput_container_consent input {
  width: auto !important;
}

.gfield_signature_container {
  margin-left: 0 !important;
}

.gform_wrapper .gform_page_footer.left_label {
  padding-left: 0 !important;
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  margin-right: 15px !important;
  max-width: 100% !important;
}

.ginput_container_fileupload input {
  width: 100% !important;
}

@keyframes fade_anim {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.request-call-back-backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 98;
  top: 0;
  left: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fade_anim;
  animation-name: fade_anim;
}

.request-call-back-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 100%;
  transition: all ease-in-out 0.5s;
}

.request-call-back-main {
  max-width: 1380px;
  margin: 0 auto;
  /*    background-color: #2B64AA;*/
  background-color: #32353B;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 95vh;
  overflow: auto;
  width: 100%;
}

@media screen and (max-width: 1380px) {
  .request-call-back-main {
    max-width: 95%;
  }
}

.request-call-back .left-side-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media (min-width: 992px) {
  .request-call-back .left-side-img {
    width: 50%;
  }
}

.request-call-back .request-call-form {
  width: 100%;
  padding: 50px 20px 20px;
  color: #ffffff;
}

@media (min-width: 992px) {
  .request-call-back .request-call-form {
    width: 50%;
    padding: 40px 110px 40px 70px;
  }
}

.request-call-form .contact-us-form h2 {
  color: #fff;
}

.request-call-form .contact-us-form .wpcf7-form-control {
  background-color: #fff;
  color: #000;
  border: none;
  font-size: 16px;
}

.request-call-form .contact-us-form .wpcf7-form-control-wrap {
  margin-bottom: 30px;
  width: 100%;
  display: inline-block;
}

.request-call-back .left-side-img img {
  display: block;
  object-fit: cover;
  height: 100%;
  /* max-height: 720px; */
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.contact-us-form input.wpcf7-form-control.wpcf7-submit {
  background: #0099DB;
  width: 250px;
  height: 60px;
  color: #fff;
}

.request-call-form .contact-us-form textarea.wpcf7-form-control {
  height: 120px;
}

.open-request-popup .request-call-back-popup {
  left: 0;
}

.open-request-popup .request-call-back-backdrop {
  display: block;
}

.open-request-popup {
  overflow: hidden;
}

/*#request-call-back-btn {
    background-color: #0099db;
    position: fixed;
    right:60px;
    z-index: 111;
    color: #fff;
    padding: 8px 10px 0px 10px;
    /* transform: rotate(-90deg); 
    max-width: 70px;
    bottom: 0;
}
*/
.request-call-back {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

a.close-request-call-back-popup {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
}

a.close-request-call-back-popup:hover {
  text-decoration: none;
}

.request-call-form .contact-us-form span.wpcf7-form-control.wpcf7-checkbox {
  background: transparent;
  padding: 0;
  color: #fff;
}

.request-call-form .contact-us-form span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item:first-child {
  margin-left: 0;
}

.request-call-form .wpcf7 form.invalid .wpcf7-response-output {
  border-color: red;
  color: red;
}

.request-call-form .wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background-color: #46b450;
  margin: 10px 0;
}

.request-call {
  position: fixed;
  bottom: 80px;
  left: 0;
  z-index: 11;
  transition: left 0.23s ease-out;
}

@media (min-width: 768px) {
  .request-call {
    left: -12px;
  }
}

@media (min-width: 768px) {
  .request-call:hover {
    left: 0;
  }
}

.request-call a {
  color: #fff;
  /* background: #AE9B63; */
  background: var(--gold-color);
  font-weight: 500;
  padding: 12px 24px 12px 36px;
  border-radius: 0 50px 50px 0;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  transition: background 0.23s ease-out;
}

@media (min-width: 768px) {
  .request-call a {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 992px) {
  .request-call a {
    padding: 16px 30px;
    font-size: 18px;
  }
}

.request-call a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: 20px auto;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="43.914" height="41.533" viewBox="0 0 43.914 41.533"><g id="speech-bubble-15-svgrepo-com" transform="translate(0 -13.88)"><path id="Path_148" data-name="Path 148" d="M37.956,19.032c-3.846-3.253-9.344-5.153-16.068-5.152-6.38,0-11.828,1.8-15.724,5.01a16.833,16.833,0,0,0-4.551,5.783A17.019,17.019,0,0,0,0,32.024a18.56,18.56,0,0,0,2.017,8.712A16.867,16.867,0,0,0,7.651,46.92c-.576,2.425-1.386,5.89-1.386,5.891a2,2,0,0,0-.055.482,2.117,2.117,0,0,0,.829,1.682l0,0h0a2.124,2.124,0,0,0,2.289.182l.031-.016.031-.019,1.1-.653c1-.592,2.525-1.493,3.885-2.294.679-.4,1.318-.775,1.828-1.073s.9-.523,1.044-.6l.006,0,.01-.006a8.956,8.956,0,0,1,4.619-1.262c5.035-.007,10.4-.983,14.678-3.655a15.467,15.467,0,0,0,5.3-5.408,16.357,16.357,0,0,0,2.047-8.247A16.6,16.6,0,0,0,37.956,19.032ZM39,38.526A11.7,11.7,0,0,1,36.064,41.9a17.858,17.858,0,0,1-6.474,3.082,30.109,30.109,0,0,1-7.7.95,12.292,12.292,0,0,0-6.24,1.688h0c-.269.15-.869.5-1.66.962-1.134.665-2.626,1.545-3.872,2.283.3-1.295.657-2.794.92-3.9v0a2.6,2.6,0,0,0,.076-.61,2.057,2.057,0,0,0-.729-1.6,2.7,2.7,0,0,0-.51-.335l-.1-.051-.011-.006A13.634,13.634,0,0,1,4.943,39.2,15.25,15.25,0,0,1,3.3,32.024,13.706,13.706,0,0,1,4.6,26.09a14.27,14.27,0,0,1,6.329-6.424,23.173,23.173,0,0,1,10.962-2.482c6.114,0,10.8,1.718,13.934,4.37A13.271,13.271,0,0,1,40.61,31.92,13.052,13.052,0,0,1,39,38.526Z" transform="translate(0 0)" fill="%23fff"/><path id="Path_149" data-name="Path 149" d="M108.111,197.171a2.528,2.528,0,1,0,2.529,2.529A2.528,2.528,0,0,0,108.111,197.171Z" transform="translate(-96.527 -167.57)" fill="%23fff"/><path id="Path_150" data-name="Path 150" d="M223.078,197.171a2.528,2.528,0,1,0,2.529,2.529A2.528,2.528,0,0,0,223.078,197.171Z" transform="translate(-201.634 -167.57)" fill="%23fff"/><path id="Path_151" data-name="Path 151" d="M338.047,197.171a2.528,2.528,0,1,0,2.529,2.529A2.529,2.529,0,0,0,338.047,197.171Z" transform="translate(-306.741 -167.57)" fill="%23fff"/></g></svg>');
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .request-call a::before {
    width: 24px;
    height: 24px;
    background-size: 24px auto;
  }
}

.request-call a:hover {
  text-decoration: none;
  background: #675c3a;
}

@media (max-width: 767.98px) {
  .request-call a span {
    display: none;
  }
}

.request-call-form>h3 {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 30px;
  color: #fff;
}

@media (min-width: 992px) {
  .request-call-form>h3 {
    font-size: 48px;
  }
}

.request-call-form .gform_wrapper.gravity-theme .gform_heading {
  display: none;
}

.request-call-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield--type-consent .gfield_consent_label {
  margin-left: 12px;
}

.request-call-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield--type-consent .gfield_consent_label a {
  /* color: #AE9B63; */
  color: var(--gold-color);
}

.request-call-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield--type-consent .gfield_consent_label .gfield_required {
  display: none !important;
}

.request-call-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input,
.request-call-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea {
  background: #fff;
  color: #000;
  border: none;
  padding: 8px 16px;
}

@media (min-width: 992px) {

  .request-call-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input,
  .request-call-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea {
    padding: 12px 20px;
  }
}

.request-call-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input:hover,
.request-call-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input:focus,
.request-call-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input:active,
.request-call-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea:hover,
.request-call-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea:focus,
.request-call-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea:active {
  border: none;
  outline: none;
}

.request-call-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea {
  height: 120px;
}

.request-call-form .gform_wrapper.gravity-theme .gform_footer {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.request-call-form .gform_wrapper.gravity-theme .gform_footer input.gform_button {
  /* background-color: #AE9B63; */
  background-color: var(--gold-color);
  color: #fff;
  border: none;
  width: 100%;
  font-size: 1em;
  line-height: 27px;
  padding: 10px 16px;
  transition: background 0.3s ease 0s;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .request-call-form .gform_wrapper.gravity-theme .gform_footer input.gform_button {
    padding: 12px 20px;
  }
}

.request-call-form .gform_wrapper.gravity-theme .gform_footer input.gform_button:hover {
  background: #675c3a;
}

.request-call-form .gform_wrapper.gravity-theme .gform_footer input.gform_button+.gform_ajax_spinner {
  position: absolute;
  z-index: 2;
  top: calc(50% - 8px);
  right: 15px;
}

/*# sourceMappingURL=main.css.map */

/* Dan add */
.content-section-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 15px 0;
}

.content-section-items {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.content-section-items.slick-slider {
  gap: 25px;
}

.content-section-items.slick-slider .slick-arrow img {
  width: 24px;
  height: 24px;
  filter: invert(1);
}

.content-section-items.slick-slider .slick-arrow {
  /* background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/westendlettings/assets/img/chevron.svg");
  filter: invert(1); */

  position: absolute;
  bottom: 0;
}


.content-section-items.slick-slider .slick-arrow.slick-prev {
  left: -10px;
  transform: rotate(180deg);
  transform-origin: center center;

}

.content-section-items.slick-slider .slick-arrow.slick-next {
  right: -10px;
}
.testimonial-slider1 .slick-list,
.testimonial-slider1 .slick-slide {
  height: auto !important;
}

.testimonial-slider1 .slick-slide:not(.slick-current) {
  height: 0 !important;
}

@media (min-width: 992px) {
  .content-section-items.slick-slider .content-item {
    padding: 0 25px;
    /* max-width: 310px; */
  }

  .content-section-items.slick-slider .slick-arrow.slick-prev {
    left: 25px;
  }

  .content-section-items.slick-slider .slick-arrow.slick-next {
    right: 25px;
  }
}

.content-section-items.slick-slider .slick-dots {
  margin: 0 auto;
}

.content-section .subtitle {
  margin-bottom: 28px !important;
  color: #7f7f7f;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 18px;
  text-transform: uppercase;
}

.content-section .title {
  margin-top: 14px;
}

.content-section .description {
  font-size: 24px;
  line-height: 31px;
}

.content-section b {
  font-weight: 600;
}

.content-section .content-item .item-image {
  padding-top: 129%;
  position: relative;
  margin-bottom: 15px;
}

.content-section .content-item.full-width {
  width: 100%;
}

.content-section .content-item.full-width .item-image {
  padding-top: 55.3%;
}

.content-section .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.content-section.why-sell-west-end .col-right {
  display: flex;
}

.content-section.why-sell-west-end .content-section-items {
  gap: 15px;
  align-items: center;
}

.content-section.why-sell-west-end .content-section-items .content-item {
  display: flex;
  align-items: center;
  padding-left: 0;
  position: relative;
}

.content-section.why-sell-west-end .content-section-items .content-item::before {
  content: "•";
  flex-shrink: 0;
  margin-right: 0.5rem;
  font-size: 2.2em;
  color: #333;
  line-height: 1;
}

@media (min-width: 992px) {
  .content-section.why-sell-west-end .content-section-items .content-item::before {
    display: none;
  }

  .content-section.why-sell-west-end .content-item {
    width: calc(100% / 3 - 35px);
    text-align: center;
    display: block;
    padding-left: 0;
  }
}

.content-section.why-sell-west-end .content-section-items .item-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.content-section .col-right .section-title {
  font-size: 24px !important;
  line-height: 32px !important;
  font-weight: 500;
}

@media (min-width: 992px) {
  .content-section .col-right .section-title {
    font-size: 32px;
    line-height: 42px;
  }
}

.content-section .map-content {
  padding-top: 100% !important;
  margin-top: 15px;
}

.content-section .col-left {
  width: 100%;
  max-width: 100%;
}

.content-section .col-right {
  width: 100%;
}

.content-item.col-haft {
  width: 100%;
}

@media (min-width: 992px) {
  .content-section-inner {
    flex-wrap: nowrap;
    padding: 30px 0;
  }

  .content-section .col-left {
    width: 30%;
    max-width: 370px;
  }

  .content-section .col-right {
    width: 70%;
  }

  .content-item.col-haft {
    width: calc(50% - 25px);
  }
}

/* process-section */
.process-section .process-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 30px;
}

.process-section .process-step .step-number {
  font-size: 33px;
  line-height: 40px;
}

.process-section .process-cta {
  margin-top: 20px;
}

.process-section .subtitle {
  margin-bottom: 28px;
  color: #7f7f7f;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 18px;
  text-transform: uppercase;
}

.process-section .process-step {
  display: flex;
  flex-direction: column;
}

.process-section .process-step hr {
  width: 100%;
}

.process-section .process-step .process-step-inner {
  flex: 1;
}

.header-subtitle {
  font-size: 24px;
  line-height: 31px;
  color: #FFFFFF;
}


@media (min-width: 992px) {
  .process-section .process-step {
    width: calc(50% - 25px);
  }

  .process-section .process-step .step-number {
    font-size: 72px;
    line-height: 80px;
  }
}

@media (min-width: 768px) {
  .page.estate-agency-covering-glasgow .header_image_slim {
    min-height: 555px;
  }
}

.page.estate-agency-covering-glasgow .content_banner {
  margin: 60px 0;
  position: relative;
  padding: 240px 0;
}

.page.estate-agency-covering-glasgow .content_banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.page.estate-agency-covering-glasgow .content_banner .container {
  position: relative;
}

.page.estate-agency-covering-glasgow .content_banner__inner {
  margin: 0;
  text-align: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 15px;
}

.page.estate-agency-covering-glasgow .content_banner__inner .content_banner__text {
  font-size: 24px;
  line-height: 31px;
}

.show-on-mobile {
  display: none !important;
}

@media (max-width: 768px) {
  .show-on-mobile {
    display: block !important;
  }

  .page.estate-agency-covering-glasgow .header_image_slim {
    flex-direction: column-reverse;
  }

  .page.estate-agency-covering-glasgow .header_image_slim .background-video {
    position: unset;
  }

  .page.estate-agency-covering-glasgow .header_image_slim .dark-overlay {
    display: none;
  }

  .page.estate-agency-covering-glasgow .header_image_slim .header-content {
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 15px;
  }

  .page.estate-agency-covering-glasgow .header_image_slim .header-content h1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .page.estate-agency-covering-glasgow .header_image_slim .header-content h1 span {
    color: #000000 !important;
  }
}

.txt-white-color {
  color: #fff !important;
}

.testimonial-section .content-section-inner {
  gap: 50px;
  flex-direction: column-reverse;
}

@media (min-width: 992px) {
  .testimonial-section .content-section-inner {
    flex-direction: row;
  }
}

.testimonial-section .slick-arrow img {
  width: 24px;
  max-width: 24px;
  height: 24px;
  max-height: 24px;
  opacity: 0;
}

.testimonial-section .slick-arrow {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/westendlettings/assets/img/chevron.svg");

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial-section .slick-arrow.slick-prev {
  left: -10px;
  transform: rotate(180deg);
  transform-origin: center center;
  z-index: 1;
}

.testimonial-section .slick-arrow.slick-next {
  right: -10px;
}

.testimonial-section .testimonial-slider1 .slick-track {
  display: flex;
  align-items: stretch;
  height: auto;
}

@media (min-width: 992px) {
  .testimonial-section .slick-arrow.slick-prev {
    left: 0;
  }

  .testimonial-section .slick-arrow.slick-next {
    right: 0;
  }

  .testimonial-section .testimonial-slider1 .slick-track {
    height: 100%;
  }
}

.testimonial-section .testimonial-slider1 .slick-list {
  height: 100%;
}

.content-middle-banner-wrapper {
  margin: 60px 0;
}

.content-middle-banner-wrapper .container {
  margin: 0px auto;
}

.content-middle-banner-wrapper .content-middle-banner {
  padding-top: 22.73%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.content-middle-banner-wrapper .content-middle-banner .content-middle-banner-inner {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, .3);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-middle-banner-wrapper .content-middle-banner .content-middle-banner-inner * {
  color: #FFFFFF;
}

.content-middle-banner-wrapper .content-middle-banner .content-middle-banner-inner .content-middle-banner-title {
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 20px;
}

.content-middle-banner-wrapper .content-middle-banner .content-middle-banner-inner .content-middle-banner-text {
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 0px !important;
}

@media(max-width:767px) {
  .header-subtitle {
    font-size: 20px;
    line-height: 30px;
  }

  .content-middle-banner-wrapper {
    margin: 30px 0;
  }

  .content-middle-banner-wrapper .content-middle-banner {
    padding-top: 30%;
  }

  .content-middle-banner-wrapper .content-middle-banner .content-middle-banner-inner .content-middle-banner-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .content-middle-banner-wrapper .content-middle-banner .content-middle-banner-inner .content-middle-banner-text {
    font-size: 20px;
    line-height: 30px;
  }

  .content-middle-banner-wrapper .content-middle-banner-inner {
    display: none !important;
  }

  .content-section.why-sell-west-end .content-section-items .item-title {
    font-size: 24px;
    line-height: 30px;
  }

  .header-subtitle-fixed {
    display: none !important;
  }

  .content-section-about .content-section-items .content-item:nth-child(2) {
    display: none !important;
  }
}

@media(max-width:350px) {

  .content-middle-banner-wrapper .content-middle-banner .content-middle-banner-inner .content-middle-banner-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .content-middle-banner-wrapper .content-middle-banner .content-middle-banner-inner .content-middle-banner-text {
    font-size: 16px;
    line-height: 20px;
  }
}