/**
 * Theme Name: Magicdust Theme 10
 * Author: Magicdust
 * Author URI: https://www.magicdust.com.au
 * Description: A WordPress theme from Magicdust. (Theme 4).
 * Version: 1.0.92
 * Details URI: https://bitbucket.org/magicdust-development/theme-10/
 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
.h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small,
.small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font: normal normal 16px/1.5 sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
html,
body {
  min-height: 100%;
  scroll-behavior: smooth;
}
html.sticky:before,
body.sticky:before {
  content: '';
  width: 100%;
  height: 80px;
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0.25em 0;
  color: #333333;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child {
  margin-top: 0;
}
h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
  margin: 1em 0;
}
h5,
h6,
.h5,
.h6 {
  margin: 2em 0;
}
h1,
.h1 {
  font-size: 2.5em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
}
h2,
.h2 {
  font-size: 1.65em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
}
h3,
.h3 {
  font-size: 1.4em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
}
h4,
.h4 {
  font-size: 1.15em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
}
h5,
.h5 {
  font-size: 0.75em;
  letter-spacing: 0.1em;
}
h6,
.h6 {
  font-size: 0.65em;
  letter-spacing: 0.1em;
}
small,
.small {
  font-size: 0.875em;
}
p,
ol,
ul,
dl,
dd,
form,
table,
address,
pre {
  margin: 1.5em 0 1.5em 0;
}
p + h1,
ol + h1,
ul + h1,
dl + h1,
dd + h1,
form + h1,
table + h1,
address + h1,
pre + h1,
p + h2,
ol + h2,
ul + h2,
dl + h2,
dd + h2,
form + h2,
table + h2,
address + h2,
pre + h2,
p + h3,
ol + h3,
ul + h3,
dl + h3,
dd + h3,
form + h3,
table + h3,
address + h3,
pre + h3,
p + h4,
ol + h4,
ul + h4,
dl + h4,
dd + h4,
form + h4,
table + h4,
address + h4,
pre + h4,
p + h5,
ol + h5,
ul + h5,
dl + h5,
dd + h5,
form + h5,
table + h5,
address + h5,
pre + h5,
p + h6,
ol + h6,
ul + h6,
dl + h6,
dd + h6,
form + h6,
table + h6,
address + h6,
pre + h6,
p + .h1,
ol + .h1,
ul + .h1,
dl + .h1,
dd + .h1,
form + .h1,
table + .h1,
address + .h1,
pre + .h1,
p + .h2,
ol + .h2,
ul + .h2,
dl + .h2,
dd + .h2,
form + .h2,
table + .h2,
address + .h2,
pre + .h2,
p + .h3,
ol + .h3,
ul + .h3,
dl + .h3,
dd + .h3,
form + .h3,
table + .h3,
address + .h3,
pre + .h3,
p + .h4,
ol + .h4,
ul + .h4,
dl + .h4,
dd + .h4,
form + .h4,
table + .h4,
address + .h4,
pre + .h4,
p + .h5,
ol + .h5,
ul + .h5,
dl + .h5,
dd + .h5,
form + .h5,
table + .h5,
address + .h5,
pre + .h5,
p + .h6,
ol + .h6,
ul + .h6,
dl + .h6,
dd + .h6,
form + .h6,
table + .h6,
address + .h6,
pre + .h6 {
  margin-top: 2rem;
}
p {
  font-size: 17px;
  font-weight: 500;
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
embed,
iframe,
object,
video {
  max-width: 100%;
}
ol,
ul {
  padding-left: 10%;
}
@media (min-width: 480px) {
  ol,
  ul {
    padding-left: 5%;
  }
}
li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
li ol,
li ul {
  margin: 0;
}
dt {
  font-weight: bold;
}
table {
  width: 100%;
  font-size: inherit;
}
th,
td {
  vertical-align: top;
  padding: 0.25em 1em 0.25em 0;
}
th {
  text-align: left;
}
blockquote {
  margin: 0 5%;
}
ins {
  text-decoration: none;
}
del {
  -webkit-text-decoration: strikethrough;
          text-decoration: strikethrough;
}
abbr {
  cursor: help;
}
a {
  text-decoration: none;
  color: #be9292;
  -webkit-transition: color 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out, opacity 150ms ease-out;
  transition: color 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out, opacity 150ms ease-out;
  cursor: pointer;
}
a:hover {
  color: #9b625e;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
hr {
  border: 0;
  border-bottom: 1px solid #333333;
}
/* Resets. */
button,
textarea,
[type="button"],
[type="color"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select[multiple] {
  -webkit-appearance: none;
}
button,
input,
select,
textarea,
fieldset {
  max-width: 100%;
  font-size: inherit;
}
button[disabled],
input[disabled],
select[disabled],
textarea[disabled],
fieldset[disabled] {
  opacity: 0.7;
  cursor: default;
}
/* Rectangular inputs. */
button,
input,
textarea,
select {
  padding: 0 0.4em;
  border-width: 1px;
  border-style: solid;
  border-radius: 0.15em;
  -webkit-transition: 150ms ease-out;
  transition: 150ms ease-out;
  background: #F8F8F8;
  border-color: #CCC;
  color: #000;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
/* One-line rectangular inputs. */
button,
input,
select {
  height: 2.5em;
  line-height: normal;
}
/* Multi-line rectangular inputs. */
textarea,
select[multiple] {
  vertical-align: top;
  width: 100%;
  height: auto;
  padding: 0.4em;
}
/* Buttons. */
button,
[type="button"],
[type="submit"],
[type="reset"] {
  padding: 0 1em;
  text-align: center;
}
button:active,
[type="button"]:active,
[type="submit"]:active,
[type="reset"]:active {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
/* Non-rectangular inputs. */
[type="checkbox"],
[type="radio"],
[type="range"],
[type="file"],
[type="image"] {
  height: auto;
  padding: 0;
  border: none;
  background: transparent;
}
/* Fieldsets. */
legend {
  font-weight: bold;
}
.alignnone,
.alignleft,
.aligncenter,
.alignright,
.alignnone.wp-caption,
.alignleft.wp-caption,
.aligncenter.wp-caption,
.alignright.wp-caption {
  display: block;
  margin: 0 0 1em 0;
}
.alignleft,
.alignright,
.alignleft.wp-caption,
.alignright.wp-caption {
  margin-top: 0.25em;
}
.alignleft,
.alignleft.wp-caption {
  float: left;
  margin-right: 1em;
}
.alignright,
.alignright.wp-caption {
  float: right;
  margin-left: 1em;
}
.aligncenter,
.aligncenter.wp-caption {
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 100%;
}
.mejs-container {
  margin-bottom: 1em;
}
.gallery {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.gallery:after {
  content: '';
  display: block;
  clear: both;
}
.gallery:after {
  content: '';
  display: block;
  clear: both;
}
.gallery img {
  display: block;
  width: 100%;
}
.gallery .gallery-item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 0.5em 1em 0.5em;
  text-align: center;
}
.gallery .gallery-item:nth-of-type(2n+1) {
  clear: left;
}
.gallery .gallery-caption {
  margin: 1em 0;
  font-size: 0.8em;
  text-align: center;
}
.gallery-columns-1 .gallery-item {
  clear: none;
  width: 100%;
  clear: both;
}
.gallery .gallery-caption,
.wp-caption-text,
.wp-caption-dd {
  font-style: italic;
}
@media (min-width: 680px) {
  .gallery-item.gallery-item:nth-of-type(2n+1) {
    /* Extra specificity for editor */
    clear: none;
  }
  .gallery-columns-9 .gallery-item {
    width: 11.11111111%;
  }
  .gallery-columns-9 .gallery-item:nth-of-type(9n + 1) {
    clear: left;
  }
  .gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
  .gallery-columns-8 .gallery-item:nth-of-type(8n + 1) {
    clear: left;
  }
  .gallery-columns-7 .gallery-item {
    width: 14.28571429%;
  }
  .gallery-columns-7 .gallery-item:nth-of-type(7n + 1) {
    clear: left;
  }
  .gallery-columns-6 .gallery-item {
    width: 16.66666667%;
  }
  .gallery-columns-6 .gallery-item:nth-of-type(6n + 1) {
    clear: left;
  }
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
  .gallery-columns-5 .gallery-item:nth-of-type(5n + 1) {
    clear: left;
  }
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
  .gallery-columns-4 .gallery-item:nth-of-type(4n + 1) {
    clear: left;
  }
  .gallery-columns-3 .gallery-item {
    width: 33.33333333%;
  }
  .gallery-columns-3 .gallery-item:nth-of-type(3n + 1) {
    clear: left;
  }
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
  .gallery-columns-2 .gallery-item:nth-of-type(2n + 1) {
    clear: left;
  }
}
.gallery-caption {
  padding: 0 1em;
}
/* Comments List */
.comments {
  margin-bottom: 4em;
}
.comments__header {
  margin-bottom: 2em;
}
.comment__list {
  padding: 0;
}
/* Comments */
.comment,
.pingback,
.trackback {
  list-style: none;
}
.comment-body {
  margin-bottom: 2em;
}
.comment-meta {
  position: relative;
  margin-bottom: 0.75em;
}
.comment-meta,
.comment-content,
.reply {
  padding-left: 2.5rem;
}
@media (min-width: 480px) {
  .comment-meta,
  .comment-content,
  .reply {
    padding-left: 4.5rem;
  }
}
.comment-author .avatar {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 2rem;
  width: auto;
  height: auto;
  border-radius: 50%;
}
@media (min-width: 480px) {
  .comment-author .avatar {
    max-width: 4rem;
  }
}
.comment-edit-link {
  margin-left: 0.5em;
}
.pingback .url,
.trackback .url {
  font-style: italic;
}
/* Comment Form */
.comment-respond {
  margin: 4em 0 0 0;
}
.comment-reply-title small,
.comment-reply-title .small {
  display: block;
}
.comments .children {
  padding-left: 5%;
}
.comment-form {
  display: block;
}
.comment-form label {
  display: block;
}
.required {
  color: #C40233;
}
.comment-metadata,
.form-allowed-tags,
.pingback .edit-link,
.trackback .edit-link {
  font-size: 0.8em;
}
#cancel-comment-reply-link {
  font-size: 0.6em;
}
.module {
  padding: 6em 0;
  background-size: cover;
  background-position: center;
}
@media (max-width: 960px) {
  .module {
    padding: 4em 0;
  }
}
@media (max-width: 960px) {
  .module {
    overflow: hidden;
  }
}
.module.overlay {
  -webkit-box-shadow: inset 0 0 0 800px rgba(0, 0, 0, 0.6);
          box-shadow: inset 0 0 0 800px rgba(0, 0, 0, 0.6);
  color: white;
}
.module .module__heading {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module .module__introduction h2,
.module .module__introduction .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
}
@media (max-width: 480px) {
  .module .module__introduction h2,
  .module .module__introduction .h2 {
    font-size: 2.25em;
  }
}
.module .module__introduction p {
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 17px;
}
.module .module__introduction p:last-of-type {
  margin-bottom: 2.15em;
}
.module .module__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 960px) {
  .module .module__buttons {
    margin-bottom: 0;
  }
}
.module .module__buttons .module__button {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
}
.module .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module .module__image {
  background-size: cover;
}
.module .module__icon svg {
  max-width: 165px;
  margin: 0 auto;
}
.module .module__image {
  background-position: center;
}
@media (max-width: 960px) {
  .module .module__image {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media (max-width: 960px) {
  .module .module__image--wrapper {
    left: -32px;
    margin-bottom: 2em;
  }
}
.announce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 1.5em;
  color: #000000;
  text-align: center;
  border-bottom: 1px solid #000000;
  font-size: 0.9em;
  background-color: #ffffff;
}
.announce .announce__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.announce .announce__left a {
  margin-left: 0.5em;
  font-style: normal;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  letter-spacing: 0em;
  text-transform: uppercase;
  font-weight: 700;
  text-transform: none;
}
.announce .announce__left a:after {
  content: '';
  width: 0;
  height: 1px;
  display: block;
  border-bottom: 1px solid #be9292;
  -webkit-transition: 300ms width ease-in-out;
  transition: 300ms width ease-in-out;
}
.announce .announce__left a:hover:after {
  content: '';
  width: 100%;
}
.announce .announce__icons {
  font-size: 1.15em;
  font-weight: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.announce .phone-number {
  padding: 0;
  color: #000000;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 1em;
}
.announce .phone-number .phone-number__icon {
  fill: #000000;
  background-color: initial;
}
.announce .phone-number:hover .phone-number__icon {
  fill: #ffffff;
  background-color: #000000;
}
.announce .tool__icon {
  background: #ffffff;
  border-radius: 1em;
  fill: #000000;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.announce .tool__icon:hover {
  background: #000000;
  fill: #ffffff;
}
.announce .tool,
.announce .phone-number {
  margin: 0 0 0 0.25em;
}
.banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 3em;
  text-align: center;
  background: center center / cover no-repeat;
}
.banner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page-template-template-modules-with-banner .banner {
  margin-bottom: 0;
}
.banner .container-background {
  background-color: rgba(47, 45, 46, 0.9);
}
.banner__title {
  position: relative;
  z-index: 2;
  line-height: 1;
  color: white;
}
@media (min-width: 680px) {
  .banner__title {
    font-size: 3em;
  }
}
@media (min-width: 960px) {
  .banner__title {
    font-size: 3.875em;
  }
}
.banner__title,
.banner__title:first-child {
  margin-top: 25%;
  margin-bottom: 0;
  padding-bottom: 0.35em;
  padding-top: 0.35em;
  font-size: 3em;
  text-align: left;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 1em;
}
.card .magicdust-button {
  border: 0;
  padding: 0;
  margin: 0;
  text-align: left;
  width: auto;
  min-width: auto;
  border-radius: 0;
  line-height: 35px;
  font-weight: 600;
  font-size: 0.95em;
}
.card .magicdust-button:hover {
  background: none;
  color: #ab7272 !important;
}
.card .magicdust-button:hover:after {
  content: '';
  border-bottom: 1px solid #ab7272;
  width: 100%;
  -webkit-transition: 300ms width ease-in-out;
  transition: 300ms width ease-in-out;
}
.card .magicdust-button:hover:before {
  background-color: #ab7272;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
.card .magicdust-button:before {
  background-color: #9b625e;
  content: '';
  width: 20px;
  height: 35px;
  margin-left: 0.25em;
  display: block;
  float: right;
  -webkit-mask: url('/wp-content/themes/theme-8/vendor/magicdust/theme-core-3/images/icons/style-1/arrow-right.svg') no-repeat 50% 50%;
          mask: url('/wp-content/themes/theme-8/vendor/magicdust/theme-core-3/images/icons/style-1/arrow-right.svg') no-repeat 50% 50%;
}
.card .magicdust-button:after {
  content: '';
  width: 0;
  height: 1px;
  display: block;
}
.card--icon-sentence,
.card--image-sentence {
  text-align: center;
}
.module--has-background:before {
  background: rgba(0, 0, 0, 0.4) !important;
}
.module--has-background .card--icon-sentence {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 3em 2em 2em 2em;
}
.module--has-background .module__header .module__heading,
.module--has-background .module__header p {
  color: #ffffff;
}
.card--icon-paragraph {
  padding-left: 6em;
}
@media (min-width: 680px) {
  .card--icon-paragraph {
    padding-left: 7.75em;
  }
}
.card--icon-text .card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid #be9292;
  margin-bottom: 1.75em;
}
.card--icon-text .card__header .card__heading {
  margin: 0;
  font-size: 2.25em;
  color: #be9292;
}
.card__link {
  display: block;
}
.card__icon {
  margin-bottom: 1em;
}
.card__icon .icon {
  display: block;
  fill: currentColor;
}
.card--icon-sentence .card__icon {
  width: 4em;
  height: 4em;
  margin-right: auto;
  margin-left: auto;
  padding: 0.25em;
  border-radius: 50%;
}
.card--icon-paragraph .card__icon {
  position: absolute;
  top: 0;
  left: 0;
}
.card--icon-paragraph .card__icon .icon {
  width: 5em;
  height: 5em;
  border-radius: transparent;
}
@media (min-width: 680px) {
  .card--icon-paragraph .card__icon .icon {
    width: 6.75em;
    height: 6.75em;
  }
}
.card--icon-text .card__icon .icon {
  width: 4em;
  height: 4em;
  margin-right: 1em;
  fill: #2f2d2e;
}
@media (min-width: 680px) {
  .card--icon-text .card__icon .icon {
    width: 5.75em;
    height: 5.75em;
  }
}
.card__image {
  position: relative;
  overflow: hidden;
  margin-bottom: 2em;
  width: 100%;
  background: center center / cover no-repeat;
}
.card__image:after {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
.card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.card__header {
  margin-bottom: 1em;
}
.card--post .card__header {
  text-align: left;
}
.card__heading {
  margin-bottom: 0;
  font-size: 1.375em;
  color: inherit;
}
.card--post .card__heading {
  font-size: 1.35em;
}
.card--image-sentence .card__text {
  padding-right: 1em;
  padding-left: 1em;
}
.card--post .card__text {
  text-align: left;
}
.card--small .grid--stretch .grid__column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card--icon-sentence:hover {
  background: #ffffff;
}
.card--icon-sentence:hover .card__icon {
  background: #ab7272;
}
.connect {
  position: relative;
  padding: 2em 0 0;
  text-align: center;
}
.connect .social-menu-item__icon {
  color: #ffffff;
  font-size: 0.75em;
}
.connect .social-menu-item__icon:hover {
  color: currentColor;
}
.connect a:hover {
  color: inherit;
}
.entry {
  width: 100%;
  margin-bottom: 3em;
}
.entry__image {
  display: block;
  margin-bottom: 1em;
}
.entry__header {
  margin-bottom: 1em;
}
.entry__title {
  word-wrap: break-word;
}
.entry__title a:not(:hover) {
  color: inherit;
}
.module .entry__title {
  font-size: 1em;
}
.footer {
  padding-top: 2em;
  padding-bottom: 1em;
}
.footer:after {
  content: '';
  display: block;
  clear: both;
}
.footer:after {
  content: '';
  display: block;
  clear: both;
}
.footer a:not(:hover),
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer .h1,
.footer .h2,
.footer .h3,
.footer .h4,
.footer .h5,
.footer .h6 {
  color: inherit;
}
.footer .widget__title {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 1.5em;
  color: black;
  text-transform: uppercase;
}
.footer__fine-print {
  font-size: 0.875em;
  text-align: center;
}
@media (min-width: 680px) {
  .footer__fine-print {
    float: left;
    width: 100%;
    text-align: center;
  }
  .footer__fine-print--credit {
    text-align: right;
  }
}
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -24px;
  margin-right: -24px;
}
.grid--no-gutters {
  margin: 0;
}
.grid--tiny-gutters {
  margin: 0 -6px;
}
.grid--small-gutters {
  margin: 0 -12px;
}
.grid--large-gutters {
  margin: 0 -48px;
}
.grid--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.grid--center-y {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid--stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 960px) {
  .grid--stretch {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
.grid__column {
  width: 100%;
  min-height: 1px;
  padding: 0 24px;
}
@media (max-width: 680px) {
  .grid__column {
    padding: 24px;
  }
}
.grid--no-gutters > .grid__column {
  padding: 0;
}
.grid--tiny-gutters > .grid__column {
  padding: 0 6px;
}
@media (max-width: 680px) {
  .grid--tiny-gutters > .grid__column {
    padding: 6px;
  }
}
.grid--small-gutters > .grid__column {
  padding: 0 12px;
}
@media (max-width: 680px) {
  .grid--small-gutters > .grid__column {
    padding: 12px;
  }
}
.grid--large-gutters > .grid__column {
  padding: 0 48px;
}
@media (max-width: 680px) {
  .grid--large-gutters > .grid__column {
    padding: 48px;
  }
}
.grid--stretch .grid__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.grid__column--12 {
  width: 100%;
}
.grid__column--11 {
  width: 91.66666667%;
}
.grid__column--10 {
  width: 83.33333333%;
}
.grid__column--9 {
  width: 75%;
}
.grid__column--8 {
  width: 66.66666667%;
}
.grid__column--7 {
  width: 58.33333333%;
}
.grid__column--6 {
  width: 50%;
}
.grid__column--5 {
  width: 41.66666667%;
}
.grid__column--4 {
  width: 33.33333333%;
}
.grid__column--3 {
  width: 25%;
}
.grid__column--2 {
  width: 16.66666667%;
}
.grid__column--1 {
  width: 8.33333333%;
}
@media (min-width: 480px) {
  .grid__column--s-12 {
    width: 100%;
  }
  .grid__column--s-11 {
    width: 91.66666667%;
  }
  .grid__column--s-10 {
    width: 83.33333333%;
  }
  .grid__column--s-9 {
    width: 75%;
  }
  .grid__column--s-8 {
    width: 66.66666667%;
  }
  .grid__column--s-7 {
    width: 58.33333333%;
  }
  .grid__column--s-6 {
    width: 50%;
  }
  .grid__column--s-5 {
    width: 41.66666667%;
  }
  .grid__column--s-4 {
    width: 33.33333333%;
  }
  .grid__column--s-3 {
    width: 25%;
  }
  .grid__column--s-2 {
    width: 16.66666667%;
  }
  .grid__column--s-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 680px) {
  .grid__column--m-12 {
    width: 100%;
  }
  .grid__column--m-11 {
    width: 91.66666667%;
  }
  .grid__column--m-10 {
    width: 83.33333333%;
  }
  .grid__column--m-9 {
    width: 75%;
  }
  .grid__column--m-8 {
    width: 66.66666667%;
  }
  .grid__column--m-7 {
    width: 58.33333333%;
  }
  .grid__column--m-6 {
    width: 50%;
  }
  .grid__column--m-5 {
    width: 41.66666667%;
  }
  .grid__column--m-4 {
    width: 33.33333333%;
  }
  .grid__column--m-3 {
    width: 25%;
  }
  .grid__column--m-2 {
    width: 16.66666667%;
  }
  .grid__column--m-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 820px) {
  .grid__column--ml-12 {
    width: 100%;
  }
  .grid__column--ml-11 {
    width: 91.66666667%;
  }
  .grid__column--ml-10 {
    width: 83.33333333%;
  }
  .grid__column--ml-9 {
    width: 75%;
  }
  .grid__column--ml-8 {
    width: 66.66666667%;
  }
  .grid__column--ml-7 {
    width: 58.33333333%;
  }
  .grid__column--ml-6 {
    width: 50%;
  }
  .grid__column--ml-5 {
    width: 41.66666667%;
  }
  .grid__column--ml-4 {
    width: 33.33333333%;
  }
  .grid__column--ml-3 {
    width: 25%;
  }
  .grid__column--ml-2 {
    width: 16.66666667%;
  }
  .grid__column--ml-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 960px) {
  .grid__column--l-12 {
    width: 100%;
  }
  .grid__column--l-11 {
    width: 91.66666667%;
  }
  .grid__column--l-10 {
    width: 83.33333333%;
  }
  .grid__column--l-9 {
    width: 75%;
  }
  .grid__column--l-8 {
    width: 66.66666667%;
  }
  .grid__column--l-7 {
    width: 58.33333333%;
  }
  .grid__column--l-6 {
    width: 50%;
  }
  .grid__column--l-5 {
    width: 41.66666667%;
  }
  .grid__column--l-4 {
    width: 33.33333333%;
  }
  .grid__column--l-3 {
    width: 25%;
  }
  .grid__column--l-2 {
    width: 16.66666667%;
  }
  .grid__column--l-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1124px) {
  .grid__column--xl-12 {
    width: 100%;
  }
  .grid__column--xl-11 {
    width: 91.66666667%;
  }
  .grid__column--xl-10 {
    width: 83.33333333%;
  }
  .grid__column--xl-9 {
    width: 75%;
  }
  .grid__column--xl-8 {
    width: 66.66666667%;
  }
  .grid__column--xl-7 {
    width: 58.33333333%;
  }
  .grid__column--xl-6 {
    width: 50%;
  }
  .grid__column--xl-5 {
    width: 41.66666667%;
  }
  .grid__column--xl-4 {
    width: 33.33333333%;
  }
  .grid__column--xl-3 {
    width: 25%;
  }
  .grid__column--xl-2 {
    width: 16.66666667%;
  }
  .grid__column--xl-1 {
    width: 8.33333333%;
  }
}
.grid--vertical {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.module__paragraph {
  max-width: 100%;
}
.module__breadcrumbs {
  padding: 0 0 1.5em;
}
.icon {
  fill: #9b625e;
}
.magicdust-button {
  font-style: normal;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  border-width: 3px;
  border-style: solid;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  padding: 1em 2.625em;
  min-width: 11em;
}
.widget .magicdust-button {
  width: 100%;
}
.hero .magicdust-button {
  margin: 0.5em 0.5em 0 0.5em;
}
@media (min-width: 680px) {
  .hero .magicdust-button {
    margin: 1em 1em 0 1em;
  }
}
.magicdust-button:hover {
  background-color: #be9292;
  color: white;
}
button.magicdust-button,
input.magicdust-button {
  padding-top: 0;
  padding-bottom: 0;
}
.magicdust-button--primary {
  min-width: 11em;
  padding: 1em 2.625em;
  border: 3px solid #be9292;
  color: #be9292;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5;
}
.magicdust-button--primary:hover {
  background-color: #be9292;
  color: white;
}
button.magicdust-button--primary,
input.magicdust-button--primary {
  height: 3em;
}
.main {
  display: block;
}
.main:focus {
  outline: none;
}
.main:after {
  content: '';
  display: block;
  clear: both;
}
.main:after {
  content: '';
  display: block;
  clear: both;
}
.main__content {
  margin-bottom: 3em;
}
.error404 .main__content {
  text-align: center;
}
.main__sidebar {
  margin-bottom: 3em;
}
.menu-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: auto;
  padding: 0;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  background: transparent;
  border-color: transparent;
  color: inherit;
  width: 100%;
}
.no-js .menu-toggle {
  display: none;
}
@media (min-width: 960px) {
  .menu-toggle {
    display: none;
    min-width: 50%;
  }
}
@media (max-width: 680px) {
  .menu-toggle {
    min-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 480px) {
  .menu-toggle {
    min-width: 40%;
  }
}
.menu-toggle__icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  fill: currentColor;
}
.menu-toggle__icon--open {
  display: block;
}
.is-open > .menu-toggle__icon--open {
  display: none;
}
.menu-toggle__icon--close {
  display: none;
}
.is-open > .menu-toggle__icon--close {
  display: block;
}
.menu-toggle__label {
  padding-left: 0.25em;
  line-height: 1;
}
.meta {
  font-style: italic;
}
.meta a:not(:hover) {
  color: inherit;
}
.navbar {
  display: none;
  width: 100%;
}
.navbar:after {
  content: '';
  display: block;
  clear: both;
}
.navbar:after {
  content: '';
  display: block;
  clear: both;
}
.no-js .navbar,
.navbar.is-open {
  display: block;
}
.navbar__list {
  margin: 0;
  padding: 0;
  text-align: left;
}
.navbar__item {
  position: relative;
  display: block;
  margin: 0;
}
.navbar__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333333;
}
.navbar__item a[aria-haspopup] {
  cursor: default;
}
.navbar__item .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 0.2rem;
  fill: currentColor;
  -webkit-transition: -webkit-transform 150ms ease-out;
  transition: -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out;
  transition: transform 150ms ease-out, -webkit-transform 150ms ease-out;
}
.navbar__item.is-open > a > .icon {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.navbar__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 680px) {
  .navbar__icons {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 960px) {
  .navbar {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    display: block !important;
    width: auto;
  }
  .navbar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navbar__list:before {
    content: '';
  }
  .navbar__item--level-0 {
    padding: 0.5em 0;
  }
}
.navbar-dropdown {
  will-change: auto;
  display: none;
  padding: 0;
}
.is-open > .navbar-dropdown {
  display: block;
}
.navbar-dropdown:focus {
  outline: none;
}
.navbar-dropdown__item a {
  font-size: 0.85em;
}
@media (min-width: 960px) {
  .navbar-dropdown {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 100%;
    min-width: 16em;
    padding: 0 0 0 5px !important;
    text-align: left;
    white-space: nowrap;
    -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
  }
  .navbar-dropdown--level-0 {
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 5px 0 0 0 !important;
  }
  .navbar-dropdown__item {
    margin: 0;
  }
  .navbar-dropdown__item a {
    padding: 1em;
    background: #2f2d2e;
    color: #ffffff;
  }
  .navbar-dropdown__item a:hover,
  .navbar-dropdown__item.is-current > a {
    background: #222121;
    color: #ffffff;
  }
  .navbar-dropdown__item:last-child > a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .navbar-dropdown__item:first-child > a {
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .navbar-dropdown__item:first-child > a:before {
    content: '';
    position: absolute;
    right: 100%;
    bottom: 50%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    display: block;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #2f2d2e transparent transparent;
  }
  .navbar-dropdown--level-0 > .navbar-dropdown__item:first-child > a:before {
    right: 50%;
    bottom: 100%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    border-color: transparent transparent #2f2d2e transparent;
  }
  .navbar-dropdown__item .icon {
    -webkit-transform: rotateZ(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotateZ(-90deg);
  }
  .navbar-dropdown__item.is-open > a > .icon {
    -webkit-transform: rotateZ(-90deg) rotateX(-180deg);
            transform: rotateZ(-90deg) rotateX(-180deg);
  }
}
.pagination {
  clear: both;
  text-align: center;
}
.pagination:after {
  content: '';
  display: block;
  clear: both;
}
.pagination:after {
  content: '';
  display: block;
  clear: both;
}
.pagination > a,
.pagination > span {
  display: inline-block;
  margin: 0.15em;
  padding: 0.25em 0.75em;
}
.pagination > span {
  opacity: 0.5;
}
.pagination .dots {
  border-color: transparent;
}
.pagination,
.post-navigation {
  margin-top: 2em;
}
.partner-logo {
  margin-bottom: 1em;
  padding: 0 0.5em;
}
.partner-logo__link {
  display: block;
}
.partner-logo__logo {
  display: block;
  margin: 0 auto;
}
.phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 1em;
  padding: 1em 0;
}
.phone-number__icon {
  display: block;
  width: 1.75em;
  height: 1.75em;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: inherit;
  transition: inherit;
  fill: #4c4d4d;
}
.phone-number__label {
  display: none;
  padding-left: 0.5em;
  font-size: 1.1875em;
  line-height: 1;
  color: inherit;
}
@media (min-width: 680px) {
  .phone-number__label {
    display: inline;
  }
}
.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  text-align: center;
}
.profile__image {
  overflow: hidden;
  position: relative;
  width: 12.5em;
  margin: 0 auto 1em auto;
  background: center center / cover no-repeat;
}
.profile__image:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.profile__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.profile__header {
  margin-bottom: 1em;
}
.profile__name {
  margin: 0;
  font-size: 1em;
  color: inherit;
}
.search-form {
  position: relative;
}
.main__content .search-form {
  width: 20em;
  max-width: 100%;
  margin: 2em auto;
}
.toolbar .search-form {
  width: 100%;
  margin: 0;
}
.search-form__input {
  width: 100%;
}
.toolbar .search-form__input {
  border-radius: 0;
  color: currentColor;
}
.toolbar .search-form__input:not(:focus) {
  border-color: transparent;
}
.search-form__button {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5em;
  height: 100%;
  padding: 0;
  background: transparent;
  border-color: transparent;
  color: inherit;
}
.search-form__button .icon {
  width: 1.5em;
  height: 1.5em;
  fill: currentColor;
}
.social-menu-item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  letter-spacing: 0;
}
.social-menu-item a {
  display: block;
  color: inherit;
}
.social-menu-item__icon {
  display: block;
  width: 2.25em;
  height: 2.25em;
  fill: currentColor;
}
@media (min-width: 680px) {
  .connect .social-menu-item__icon {
    width: 3.25em;
    height: 3.25em;
  }
}
.social-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.connect .social-menu {
  letter-spacing: 1em;
}
.tabs {
  overflow: hidden;
  clear: both;
  margin-bottom: 2em;
  border-bottom: 1px solid currentColor;
}
@media (min-width: 960px) {
  .tabs {
    border-bottom: none;
  }
}
.tabs__tablist {
  display: none;
  margin: 0 -0.25em;
  padding: 0;
  list-style: none;
}
@media (min-width: 960px) {
  .tabs__tablist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tabs__tablist li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 50%;
  margin: 0;
  padding-right: 0.25em;
  padding-left: 0.25em;
}
.tabs__tab {
  display: block;
  margin: 0;
  font-size: 1em;
  text-align: center;
  color: inherit;
}
@media (min-width: 960px) {
  .tabs__tab {
    display: none;
  }
  .tabs__tablist .tabs__tab {
    display: block;
  }
}
.tabs__tab a {
  position: relative;
  display: block;
  padding: 1em 0.5em;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: currentColor;
  line-height: 1;
  white-space: nowrap;
}
.tabs__tablist .tabs__tab a {
  opacity: 0.5;
}
.tabs__tab a,
.tabs__tab a:hover {
  color: inherit;
}
.tabs__tablist .tabs__tab a[aria-selected="true"] {
  opacity: 1;
}
.tabs__tab a[aria-selected="true"]:before,
.tabs__tab a[aria-selected="true"]:after {
  content: '';
  position: absolute;
  top: 100%;
  display: block;
  width: 9999px;
  border-bottom: 1px solid currentColor;
}
.tabs__tab a[aria-selected="true"]:before {
  right: 100%;
}
.tabs__tab a[aria-selected="true"]:after {
  left: 100%;
}
.tabs__panel {
  overflow: hidden;
  padding-top: 2em;
  padding-right: 1em;
  padding-left: 1em;
  border-width: 0 1px;
  border-style: solid;
  border-color: currentColor;
}
@media (min-width: 960px) {
  .tabs__panel {
    padding-right: 0;
    padding-left: 0;
    border-width: 0;
  }
}
.tabs__panel[aria-hidden="true"] {
  display: none;
}
.tool {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 0 1em;
  padding: 0;
  border: none;
  text-align: center;
  background: transparent;
  color: inherit;
}
@media (min-width: 680px) {
  .tool {
    margin: 0 0 0 1em;
  }
}
.tool__icon {
  display: block;
  width: 1.75em;
  height: 1.75em;
  padding: 0.3em;
  fill: currentColor;
}
.tool__badge {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(25%, -25%);
      -ms-transform: translate(25%, -25%);
          transform: translate(25%, -25%);
  min-width: 1.5em;
  padding: 0 0.25em;
  border-radius: 0.75em;
  font-size: 0.625em;
  line-height: 1.5em;
  text-align: center;
  white-space: nowrap;
  background: #C40233;
  color: #ffffff;
}
.toolbar {
  background: #f0f0f1;
}
.toolbar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.toolbar__left {
  width: 18em;
  max-width: 70%;
}
.toolbar__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2.5em;
}
.toolbar__right a {
  min-width: 20px;
  min-height: 20px;
  fill: #4c4d4d;
}
.toolbar__right a svg path,
.toolbar__right a svg {
  fill: #4c4d4d;
  border-radius: 2em;
  padding: 0.25em;
  min-width: 1.75em;
  min-height: 1.75em;
}
.toolbar__right a:hover svg path,
.toolbar__right a:hover svg {
  fill: #ffffff !important;
  background-color: black;
}
.widget {
  margin-bottom: 2em;
}
.widget ul {
  padding: 0;
  list-style: none;
}
.widget ul ul {
  padding-left: 5%;
}
.footer .widget ul a:not(:hover) {
  color: inherit;
}
.widget__header {
  margin-bottom: 1em;
}
.widget__title {
  margin: 0;
  font-size: 1.5em;
  color: inherit;
}
.widget--calltoaction {
  background-size: cover;
  padding: 3em 2em 2em;
  text-align: center;
  color: white;
  position: relative;
}
.widget--calltoaction:before {
  background: rgba(0, 0, 0, 0.4);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.widget--calltoaction h2,
.widget--calltoaction .h2 {
  color: white;
}
.widget--calltoaction p {
  margin-bottom: 2em;
}
.widget--calltoaction p:last-of-type {
  margin-bottom: 1em;
}
.widget--calltoaction .magicdust-button {
  min-width: auto;
  padding: 1em 2em;
  text-transform: none;
  color: white !important;
}
.widget--calltoaction .widget__body {
  z-index: 2;
  position: relative;
}
.widget_nav_menu ul {
  border-top: 1px solid #be9292;
}
.widget_nav_menu ul li {
  border: 0;
  padding: 0.5em;
}
.widget_nav_menu ul li a {
  background-color: unset;
  padding: 0;
  color: #333333;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0;
  text-transform: uppercase;
  padding-bottom: 0.5em;
}
.widget_nav_menu ul li a:hover {
  color: #9b625e;
}
.footer .widget_nav_menu ul {
  border-top: none;
}
.footer .widget_nav_menu ul li {
  border-bottom: none;
  margin: 0;
  padding: 0;
  font-size: 0.95em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
}
.footer .widget_nav_menu ul li a:hover {
  color: #ab7272;
}
.footer .textwidget {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
}
.widget_magicdust-testimonial {
  background-color: #2f2d2e;
  padding: 2em;
}
.widget_magicdust-testimonial .page-testimonial__subtitle {
  font-weight: bold;
  font-size: 0.9em;
  color: #ffffff;
}
.widget_magicdust-testimonial .testimonial__icon {
  margin-bottom: 0;
  top: 0;
  display: none;
}
.widget_magicdust-testimonial .testimonial__paragraph {
  color: #ffffff;
}
.widget_magicdust-testimonial .testimonial__paragraph h2,
.widget_magicdust-testimonial .testimonial__paragraph p,
.widget_magicdust-testimonial .testimonial__paragraph .h2 {
  color: white;
}
.widget_magicdust-testimonial .testimonial__content .h3.page-testimonial__title {
  color: #be9292;
}
.widget_magicdust-testimonial .widget__header h2.widget__title,
.widget_magicdust-testimonial .widget__header .h2.widget__title {
  color: #be9292;
}
.module__call_to_action {
  padding: 6em 0;
}
@media (max-width: 960px) {
  .module__call_to_action {
    padding: 4em 0;
  }
}
.module__call_to_action .module__heading h2,
.module__call_to_action .module__heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module__call_to_action .module__introduction {
  margin-bottom: 2em;
}
.module__call_to_action .module__introduction h2,
.module__call_to_action .module__introduction .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
}
@media (max-width: 480px) {
  .module__call_to_action .module__introduction h2,
  .module__call_to_action .module__introduction .h2 {
    font-size: 2.25em;
  }
}
@media (max-width: 960px) {
  .module__call_to_action .module__buttons {
    margin-bottom: 0;
  }
}
.module__call_to_action .module__buttons .module__button {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
}
.module__call_to_action .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__call_to_action[data-module-style="style-1"] {
  text-align: center;
}
.module__call_to_action[data-module-style="style-1"] .module__call_to_action.module__call_to_action--wrapper {
  padding: 5em 3em;
  background-color: rgba(52, 52, 52, 0.7);
  border: 3px solid white;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .module__call_to_action[data-module-style="style-1"] .module__call_to_action.module__call_to_action--wrapper {
    padding: 4em 2em;
  }
}
.module__call_to_action[data-module-style="style-1"] .module__heading h2,
.module__call_to_action[data-module-style="style-1"] .module__heading .h2 {
  color: white;
}
.module__call_to_action[data-module-style="style-1"] .module__introduction {
  max-width: 760px;
  margin: 0 auto;
}
.module__call_to_action[data-module-style="style-1"] .module__introduction h2,
.module__call_to_action[data-module-style="style-1"] .module__introduction p,
.module__call_to_action[data-module-style="style-1"] .module__introduction .h2 {
  color: white;
}
.module__call_to_action[data-module-style="style-2"] {
  text-align: left;
  overflow: hidden;
}
.module__call_to_action[data-module-style="style-2"] .module__heading h2,
.module__call_to_action[data-module-style="style-2"] .module__heading .h2 {
  color: white;
}
.module__call_to_action[data-module-style="style-2"] .module__introduction {
  margin-bottom: 0;
}
.module__call_to_action[data-module-style="style-2"] .module__introduction h2,
.module__call_to_action[data-module-style="style-2"] .module__introduction p,
.module__call_to_action[data-module-style="style-2"] .module__introduction .h2 {
  color: white;
}
.module__call_to_action[data-module-style="style-2"] .module__introduction p {
  margin-bottom: 0;
}
.module__call_to_action[data-module-style="style-2"] .module__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.module__call_to_action[data-module-style="style-2"] .module__buttons .module__button {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
  border: 2px solid white;
  color: white;
}
.module__call_to_action[data-module-style="style-2"] .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
@media (max-width: 960px) {
  .module__call_to_action[data-module-style="style-2"] .module__buttons .module__button {
    margin: 2em 0 0;
  }
}
.module__call_to_action[data-module-style="style-2"] .module__buttons .module__button:hover {
  border: 2px solid white;
  background-color: white;
  color: black;
}
.module__call_to_action[data-module-style="style-2"] .module__call_to_action {
  padding: 0;
}
@media (max-width: 960px) {
  .module__call_to_action[data-module-style="style-2"] .grid--stretch {
    display: block;
  }
}
.module__call_to_action[data-module-style="style-3"] {
  text-align: center;
}
.module__call_to_action[data-module-style="style-3"] img {
  width: 100%;
  height: auto;
  max-height: 370px;
}
.module__call_to_action[data-module-style="style-3"] .text--column {
  min-width: 372px;
  width: 372px;
  aspect-ratio: 1;
}
@media (max-width: 680px) {
  .module__call_to_action[data-module-style="style-3"] .text--column {
    max-width: 100%;
    min-width: 100%;
    aspect-ratio: auto;
  }
}
.module__call_to_action[data-module-style="style-3"] .module__content {
  background-color: #514e4f;
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module__call_to_action[data-module-style="style-3"] .module__content h2,
.module__call_to_action[data-module-style="style-3"] .module__content .h2 {
  max-width: 480px;
}
.module__call_to_action[data-module-style="style-3"] .module__content p {
  margin-bottom: 0;
}
.module__call_to_action[data-module-style="style-3"] .module__content h2,
.module__call_to_action[data-module-style="style-3"] .module__content p,
.module__call_to_action[data-module-style="style-3"] .module__content .h2 {
  color: white;
}
.module__call_to_action[data-module-style="style-3"] .module__content .module__buttons .module__button {
  border-color: white;
  color: white;
}
.module__call_to_action[data-module-style="style-3"] .grid {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 680px) {
  .module__call_to_action[data-module-style="style-3"] .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.module__call_to_action[data-module-style="style-3"] .left--image {
  aspect-ratio: 1.25;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 680px) {
  .module__call_to_action[data-module-style="style-3"] .left--image {
    aspect-ratio: auto;
  }
}
.module__call_to_action[data-module-style="style-3"] .left--image img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 680px) {
  .module__call_to_action[data-module-style="style-3"] .left--image img {
    margin: 0;
  }
}
.module__call_to_action[data-module-style="style-3"] .right--image {
  aspect-ratio: 1.25;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 680px) {
  .module__call_to_action[data-module-style="style-3"] .right--image {
    aspect-ratio: auto;
  }
}
.module__call_to_action[data-module-style="style-3"] .right--image img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 680px) {
  .module__call_to_action[data-module-style="style-3"] .right--image img {
    margin: 0;
  }
}
.module__call_to_action[data-module-style="style-4"] .module__content {
  border: 3px solid #000000;
  padding: 3em;
}
.module__call_to_action[data-module-style="style-4"] .module__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.module__call_to_action[data-module-style="style-4"] .module__buttons .module__button {
  margin-left: 0;
}
.module__call_to_action[data-module-style="style-5"] {
  text-align: center;
}
.module__call_to_action[data-module-style="style-5"] img {
  width: 100%;
  height: auto;
  padding: 2em;
}
.module__call_to_action[data-module-style="style-5"] span {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
  color: white;
}
.module__call_to_action[data-module-style="style-5"] .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module__call_to_action[data-module-style="style-5"] .module__content {
  padding: 3em;
  background-color: #000000;
  max-width: 100%;
  min-width: 420px;
  z-index: 9;
  position: relative;
}
.module__call_to_action[data-module-style="style-5"] .module__content h1,
.module__call_to_action[data-module-style="style-5"] .module__content h2,
.module__call_to_action[data-module-style="style-5"] .module__content p,
.module__call_to_action[data-module-style="style-5"] .module__content .h1,
.module__call_to_action[data-module-style="style-5"] .module__content .h2 {
  color: white;
}
.module__call_to_action[data-module-style="style-5"] .module__content .module__buttons .module__button {
  border-color: white;
  color: white;
}
.module__call_to_action[data-module-style="style-5"] .module__content:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f9f9f9;
  width: 30px;
  height: 100%;
  content: '';
  position: absolute;
  right: -30px;
  top: 0;
}
.module__call_to_action[data-module-style="style-5"] .left--image {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module__call_to_action[data-module-style="style-5"] .left--image img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 2em;
  padding-left: 0;
  min-height: 420px;
  max-height: 420px;
}
@media (max-width: 680px) {
  .module__call_to_action[data-module-style="style-5"] .left--image img {
    margin: 0;
    padding: 0;
  }
}
.module__call_to_action[data-module-style="style-5"] .right--image {
  aspect-ratio: 2.5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1124px) {
  .module__call_to_action[data-module-style="style-5"] .right--image {
    aspect-ratio: 1.25;
  }
}
.module__call_to_action[data-module-style="style-5"] .right--image img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 0;
  padding-right: 0;
  min-height: 420px;
  max-height: 420px;
}
@media (max-width: 680px) {
  .module__call_to_action[data-module-style="style-5"] .right--image img {
    margin: 0;
    padding: 0;
  }
}
.module__flexible_gallery {
  padding: 0;
  margin: 0.75em 0;
  /** Skin Specific Style Fixes **/
}
.module__flexible_gallery .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width: 680px) {
  .module__flexible_gallery .grid .grid__column.mobile {
    display: none;
  }
}
.module__flexible_gallery .grid .grid__column.desktop {
  display: none;
}
@media (min-width: 680px) {
  .module__flexible_gallery .grid .grid__column.desktop {
    display: block;
  }
}
@media (max-width: 680px) {
  .module__flexible_gallery .grid .grid__column.caption-empty {
    display: none;
  }
}
.module__flexible_gallery .grid .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  max-width: 100%;
}
.module__flexible_gallery .grid .item .item--inner {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 680px) {
  .module__flexible_gallery .grid .item.mobile {
    display: none;
  }
}
.module__flexible_gallery .grid .item.portrait {
  aspect-ratio: auto;
}
.module__flexible_gallery .grid .item.landscape {
  aspect-ratio: auto;
}
.module__flexible_gallery .grid .item .caption {
  margin: 0.5em 0 1em;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.module__flexible_gallery .grid .item .caption.caption-top {
  margin: 1em 0 0.5em;
}
@media (min-width: 680px) {
  .module__flexible_gallery .grid .item .caption.caption-mobile {
    display: none;
  }
}
.module__flexible_gallery .grid .item .caption p {
  margin-top: 0;
  margin-bottom: 0;
  word-break: break-word;
  font-size: 0.9em;
}
.module__flexible_gallery .grid .item .caption h3,
.module__flexible_gallery .grid .item .caption .h3 {
  margin-bottom: 0;
  word-break: break-word;
}
.module__flexible_gallery .grid .item.item-text .caption {
  height: auto;
}
.module__flexible_gallery .grid .item .image {
  aspect-ratio: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  width: 100%;
  height: 100%;
}
.module__flexible_gallery .grid .item .image img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  -o-object-fit: fill !important;
     object-fit: fill !important;
}
@media (max-width: 1124px) {
  .module__flexible_gallery .grid .item .image img {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}
.module__flexible_gallery .grid .item .text {
  padding: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  max-width: 550px;
  margin: 0 auto;
  padding: 0 2em;
}
@media (max-width: 680px) {
  .module__flexible_gallery .grid .item .text {
    max-width: 100%;
  }
}
.module__flexible_gallery .grid .item .text h2,
.module__flexible_gallery .grid .item .text .h2 {
  font-size: 2.5em;
}
.module__flexible_gallery .grid .item .text p {
  margin-top: 0;
  margin-bottom: 0;
  word-break: break-word;
  font-size: 16px;
}
.module__flexible_gallery .grid .item .text p a {
  background-color: black;
  padding: 1em 2em;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9em;
  display: inline-block;
  margin-top: 2em;
  border: 2px solid transparent;
}
.module__flexible_gallery .grid .item .text p a:hover {
  background-color: transparent;
  border: 2px solid black;
  color: black;
}
.module__flexible_gallery .grid .item .text .text-heading {
  letter-spacing: 1px;
  font-family: 'Lato', sans-serif;
  font-size: 0.95em;
  font-weight: 800;
  margin: 0 0 1em;
  text-transform: uppercase;
  line-height: 1.25em;
}
.module__flexible_gallery .grid .item .text h1,
.module__flexible_gallery .grid .item .text h2,
.module__flexible_gallery .grid .item .text h3,
.module__flexible_gallery .grid .item .text .h1,
.module__flexible_gallery .grid .item .text .h2,
.module__flexible_gallery .grid .item .text .h3 {
  margin: 0 0 0.75em;
}
.module__flexible_gallery .grid .item .text h4,
.module__flexible_gallery .grid .item .text .h4 {
  margin: 0 0 1em;
}
.module__flexible_gallery .grid .item .text h3,
.module__flexible_gallery .grid .item .text .h3 {
  word-break: break-word;
}
@media (max-width: 680px) {
  .module__flexible_gallery .grid .item .text {
    padding: 1em 0;
  }
}
.module__footer {
  /**
  Instagram Footer
   */
}
.module__footer .widget_nav_menu ul li {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.module__footer .widget_nav_menu ul li a {
  background-color: unset;
  padding: 0;
  color: #333333;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0;
  text-transform: uppercase;
}
.module__footer .widget_nav_menu ul li a:hover {
  color: #be9292;
}
.module__footer .textwidget a {
  background-color: unset;
  color: #333333;
  font-size: 1em;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #333333;
  padding: 0 0 0.5em;
}
.module__footer .widget_nav_menu {
  max-width: 150px;
  margin: 0 auto;
}
.module__footer .widget_nav_menu .widget__header {
  padding-bottom: 1em;
  border-bottom: 1px solid #333333;
  margin-bottom: 0;
}
.module__footer .widget_nav_menu ul {
  border-top: 0;
  margin-top: 0;
}
@media (max-width: 960px) {
  .module__footer .widget_nav_menu {
    max-width: 100%;
  }
}
.module__footer .footer__copyright {
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 0.9em;
  color: #333333;
}
@media (max-width: 960px) {
  .module__footer .grid__column:nth-of-type(4) {
    margin-top: 2em;
  }
}
@media (max-width: 960px) {
  .module__footer .footer__copyright {
    margin-top: 2em;
  }
}
.module__footer .module__instagram--footer .widget_social_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.module__footer .flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 680px) {
  .module__footer .flex-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .module__footer .flex-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.module__footer .flex-grid .flex-large {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.module__footer .flex-grid .flex-large img {
  max-width: 200px !important;
}
.module__footer .flex-grid .flex-small {
  margin-top: 0;
  max-width: 20%;
}
@media (max-width: 680px) {
  .module__footer .flex-grid .flex-small {
    max-width: 33%;
  }
}
@media (max-width: 480px) {
  .module__footer .flex-grid .flex-small {
    max-width: 100%;
  }
}
.module__footer .flex-grid .flex-small section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.module__footer .flex-grid .flex-small section p {
  margin-top: 0;
}
.module__footer .flex-grid .flex-small section a {
  word-break: break-all;
}
.module__footer .md-theme-name {
  background: transparent;
  color: #9b625e;
  border: 1px dashed #9b625e;
  padding: 0.33em;
  font-family: monospace;
  font-size: 10.4px;
  position: relative;
  top: -2px;
  margin-top: 2em;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 900;
  text-align: right;
}
.module__footer .module__instagram--footer {
  margin-top: 3em;
}
.module__footer .module__instagram--footer .widget_social_links {
  margin-bottom: 1em;
}
.module__footer .module__instagram--footer .gallery {
  margin: 0;
}
.module__footer .module__instagram--footer figure.gallery-item {
  padding: 0;
}
.module__footer .module__instagram--footer figure.gallery-item a {
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
.module__footer .module__instagram--footer figure.gallery-item a img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.module__form .module__heading h2,
.module__form .module__heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module__form .module__introduction {
  margin-bottom: 1em;
}
.module__form .module__introduction h2,
.module__form .module__introduction .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
}
@media (max-width: 480px) {
  .module__form .module__introduction h2,
  .module__form .module__introduction .h2 {
    font-size: 2.25em;
  }
}
.module__form .module__form nf-fields-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 960px) {
  .module__form .module__form nf-fields-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.module__form .module__form nf-field {
  padding: 0 0.5em 0 0;
}
.module__form .module__form nf-field input {
  color: #333333;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0;
  text-transform: uppercase;
}
.module__form .module__form nf-field input[type="text"],
.module__form .module__form nf-field input[type="email"] {
  background-color: rgba(255, 255, 255, 0.6);
}
.module__form .module__form nf-field input[type="button"] {
  background-color: #be9292;
  padding: 1em 1.5em;
}
.module__form .module__form nf-field input[type="button"]:hover {
  color: white;
  background-color: #9b625e;
}
.module__form .module__buttons {
  text-align: left;
  display: block;
}
.module__form .module__buttons .module__button {
  background-color: #be9292;
  padding: 1em 3em;
  color: #333333;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0;
  text-transform: uppercase;
}
.module__form .module__buttons .module__button:hover {
  color: white;
  background-color: #9b625e;
}
.module__form[data-module-style="style-1"] {
  text-align: center;
  padding: 6em 0;
}
@media (max-width: 960px) {
  .module__form[data-module-style="style-1"] {
    padding: 4em 0;
  }
}
.module__form[data-module-style="style-1"] .module__expand {
  display: none;
}
.module__form[data-module-style="style-1"] .module__buttons {
  text-align: center;
}
.module__form[data-module-style="style-1"] .module__form nf-fields-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.module__form[data-module-style="style-1"] .module__buttons {
  margin-top: 1em;
  display: inline-block;
  height: 40px;
}
.module__form[data-module-style="style-1"] .module__buttons .module__button {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
}
.module__form[data-module-style="style-1"] .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__form[data-module-style="style-1"] .form__wrapper {
  padding: 4em;
  background-color: rgba(38, 38, 38, 0.85);
  border: 3px solid white;
}
@media (max-width: 960px) {
  .module__form[data-module-style="style-1"] .form__wrapper {
    padding: 4em 2em;
  }
}
.module__form[data-module-style="style-1"] .module__heading h2,
.module__form[data-module-style="style-1"] .module__heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
  color: white;
}
.module__form[data-module-style="style-1"] input[type="button"] {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
  padding: 1.5em 7em;
}
.module__form[data-module-style="style-1"] input[type="button"]:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__form[data-module-style="style-1"] .module__introduction h2,
.module__form[data-module-style="style-1"] .module__introduction .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
  color: white;
  letter-spacing: initial;
}
@media (max-width: 480px) {
  .module__form[data-module-style="style-1"] .module__introduction h2,
  .module__form[data-module-style="style-1"] .module__introduction .h2 {
    font-size: 2.25em;
  }
}
.module__form[data-module-style="style-1"] .module__introduction p {
  font-weight: normal;
}
.module__form[data-module-style="style-1"] .module__form .module__form nf-field input[type="button"] {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
}
.module__form[data-module-style="style-1"] .module__form .module__form nf-field input[type="button"]:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__form[data-module-style="style-1"].invert .module__buttons .module__button {
  border: 1px solid white;
  color: white;
}
.module__form[data-module-style="style-1"].invert .module__buttons .module__button:hover {
  background-color: white;
  color: black;
}
.module__form[data-module-style="style-1"].invert .module__buttons .module__button:hover:after {
  display: none;
}
.module__form[data-module-style="style-1"].invert .module__form nf-field input[type="button"] {
  border: 1px solid white;
  color: white;
  margin-top: 2em;
}
.module__form[data-module-style="style-1"].invert .module__form nf-field input[type="button"]:hover {
  background-color: white;
  color: black;
}
.module__form[data-module-style="style-1"] .nf-form-fields-required {
  margin-bottom: 2em;
}
.module__form[data-module-style="style-1"] .module__form nf-field input {
  font-size: 1em;
}
.module__form[data-module-style="style-2"] {
  text-align: center;
  padding: 6em 0;
}
@media (max-width: 960px) {
  .module__form[data-module-style="style-2"] {
    padding: 4em 0;
  }
}
.module__form[data-module-style="style-2"] .module__expand {
  display: none;
}
.module__form[data-module-style="style-2"] .module__buttons {
  text-align: center;
}
.module__form[data-module-style="style-2"] .module__form nf-fields-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.module__form[data-module-style="style-2"] .module__buttons {
  margin-top: 1em;
  display: inline-block;
  height: 40px;
}
.module__form[data-module-style="style-2"] .module__buttons .module__button {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
}
.module__form[data-module-style="style-2"] .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__form[data-module-style="style-2"] .form__wrapper {
  padding: 4em;
  background-color: rgba(255, 255, 255, 0.6);
  border: 3px solid black;
}
@media (max-width: 960px) {
  .module__form[data-module-style="style-2"] .form__wrapper {
    padding: 4em 2em;
  }
}
.module__form[data-module-style="style-2"] .module__heading h2,
.module__form[data-module-style="style-2"] .module__heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module__form[data-module-style="style-2"] .module__introduction h2,
.module__form[data-module-style="style-2"] .module__introduction .h2 {
  color: black;
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
  letter-spacing: initial;
}
@media (max-width: 480px) {
  .module__form[data-module-style="style-2"] .module__introduction h2,
  .module__form[data-module-style="style-2"] .module__introduction .h2 {
    font-size: 2.25em;
  }
}
.module__form[data-module-style="style-2"] .module__introduction p {
  color: black;
}
.module__form[data-module-style="style-2"] .module__form nf-field input[type="text"],
.module__form[data-module-style="style-2"] .module__form nf-field input[type="email"] {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid black;
  padding: 0;
  color: black;
  font-size: 1em;
  max-height: 35px;
  margin-bottom: 2em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  text-transform: none;
  font-weight: normal;
  letter-spacing: initial;
}
.module__form[data-module-style="style-2"] .module__form nf-field textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid black;
  padding: 0;
  color: black;
  font-size: 1em;
  margin-bottom: 2em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  text-transform: none;
  font-weight: normal;
  letter-spacing: initial;
}
.module__form[data-module-style="style-2"] .module__form nf-field label {
  color: black;
}
.module__form[data-module-style="style-2"] .module__form .nf-form-fields-required {
  color: black;
}
.module__form[data-module-style="style-2"] input[type="button"] {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
}
.module__form[data-module-style="style-2"] input[type="button"]:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__form[data-module-style="style-2"] .nf-form-content .label-above .nf-field-label {
  margin-bottom: 0;
}
.module__form[data-module-style="style-2"] .module__form .module__form nf-field input[type="button"] {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
}
.module__form[data-module-style="style-2"] .module__form .module__form nf-field input[type="button"]:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__form[data-module-style="style-3"] .nf-before-form-content {
  display: none;
}
.module__form[data-module-style="style-3"] .module__form .module__form {
  max-width: 560px;
}
.module__form[data-module-style="style-3"] .module__form nf-fields-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.module__form[data-module-style="style-3"] .module__form nf-fields-wrap input[type='text'].nf-element,
.module__form[data-module-style="style-3"] .module__form nf-fields-wrap input[type='email'].nf-element,
.module__form[data-module-style="style-3"] .module__form nf-fields-wrap input[type='textarea'].nf-element {
  border-bottom: 1px solid #333333 !important;
}
.module__form[data-module-style="style-3"] .module__introduction {
  padding: 1em;
}
.module__form[data-module-style="style-3"] .module__introduction p {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
.module__form[data-module-style="style-3"] .module__content {
  padding: 0 0 0 2em;
}
@media (max-width: 960px) {
  .module__form[data-module-style="style-3"] .module__content {
    padding: 2em 0;
  }
}
.module__form[data-module-style="style-3"] .module__content .module__heading h2,
.module__form[data-module-style="style-3"] .module__content .module__heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
  padding: 0 1.25em 0;
}
@media (max-width: 960px) {
  .module__form[data-module-style="style-3"] .module__content .module__heading h2,
  .module__form[data-module-style="style-3"] .module__content .module__heading .h2 {
    padding: 0;
  }
}
.module__form[data-module-style="style-3"] .module__content .module__introduction {
  padding: 0 1em;
}
@media (max-width: 960px) {
  .module__form[data-module-style="style-3"] .module__content .module__introduction {
    padding: 0;
  }
}
.module__form[data-module-style="style-3"] .module__content .module__introduction h2,
.module__form[data-module-style="style-3"] .module__content .module__introduction .h2 {
  font-size: 2.75em;
}
.module__form[data-module-style="style-3"] .module__content .module__introduction p {
  max-width: 560px;
}
.module__form[data-module-style="style-3"] .module__content .module__introduction p:last-of-type {
  margin-bottom: 0;
}
.module__form[data-module-style="style-3"] .module__image {
  background-color: #514e4f;
  width: 100%;
  height: 100%;
  position: relative;
  aspect-ratio: 0.75;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
.module__form[data-module-style="style-3"] .module__image img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.module__form[data-module-style="style-3"] .nf-form-wrap .nf-field-container {
  margin-bottom: 0;
}
.module__form[data-module-style="style-3"] .module__form .module__form nf-field input[type="button"] {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
  margin: 3em 0 0 0;
}
.module__form[data-module-style="style-3"] .module__form .module__form nf-field input[type="button"]:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__form[data-module-style="style-3"] .nf-form-content {
  padding: 0 1em;
}
@media (max-width: 960px) {
  .module__form[data-module-style="style-3"] .nf-form-content {
    padding: 0;
  }
}
.module__form[data-module-style="style-3"] form {
  margin: 0;
}
.module__form[data-module-style="style-3"] .module__form nf-field input[type="text"],
.module__form[data-module-style="style-3"] .module__form nf-field input[type="email"] {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid black;
}
.module__form[data-module-style="style-3"] .module__form nf-field label {
  color: black;
}
.module__form[data-module-style="style-3"] .module__form .nf-form-fields-required {
  color: black;
}
.module__form[data-module-style="style-3"] input[type="button"] {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
}
.module__form[data-module-style="style-3"] input[type="button"]:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__form[data-module-style="style-4"] {
  text-align: center;
}
.module__form[data-module-style="style-4"] .nf-before-form-content {
  display: none;
}
.module__form[data-module-style="style-4"] .module__form nf-fields-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.module__form[data-module-style="style-4"] .module__form nf-fields-wrap input[type='text'].nf-element,
.module__form[data-module-style="style-4"] .module__form nf-fields-wrap input[type='email'].nf-element,
.module__form[data-module-style="style-4"] .module__form nf-fields-wrap input[type='textarea'].nf-element {
  border-bottom: 1px solid #333333 !important;
  background-color: #ffffff;
}
.module__form[data-module-style="style-4"] .module__introduction {
  padding: 1em;
}
.module__form[data-module-style="style-4"] .module__introduction p {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
.module__form[data-module-style="style-4"] .module__heading h2,
.module__form[data-module-style="style-4"] .module__heading .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
  padding: 0 1em 0;
  color: white;
  letter-spacing: initial;
  font-size: 2.5em;
}
@media (max-width: 480px) {
  .module__form[data-module-style="style-4"] .module__heading h2,
  .module__form[data-module-style="style-4"] .module__heading .h2 {
    font-size: 2.25em;
  }
}
.module__form[data-module-style="style-4"] .module__introduction {
  padding: 0 1em;
}
.module__form[data-module-style="style-4"] .module__introduction h2,
.module__form[data-module-style="style-4"] .module__introduction .h2 {
  font-size: 2.75em;
  color: white;
}
.module__form[data-module-style="style-4"] .module__introduction p {
  color: white;
}
.module__form[data-module-style="style-4"] .module__image {
  background-color: #514e4f;
  width: 100%;
  height: 100%;
}
.module__form[data-module-style="style-4"] .nf-form-wrap .nf-field-container {
  margin-bottom: 0;
}
.module__form[data-module-style="style-4"] .nf-form-content {
  padding: 0 1em;
}
.module__form[data-module-style="style-4"] form {
  margin: 0;
}
.module__form[data-module-style="style-4"] .module__form .nf-form-fields-required {
  color: white;
}
.module__form[data-module-style="style-4"] .module__form nf-fields-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 960px) {
  .module__form[data-module-style="style-4"] .module__form nf-fields-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.module__form[data-module-style="style-4"] .module__form nf-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 960px) {
  .module__form[data-module-style="style-4"] .module__form nf-field {
    width: 100%;
    display: block;
  }
}
.module__form[data-module-style="style-4"] .module__form nf-field input[type="text"],
.module__form[data-module-style="style-4"] .module__form nf-field input[type="email"] {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid black;
}
.module__form[data-module-style="style-4"] .module__form nf-field label {
  color: white;
}
.module__form[data-module-style="style-4"] input[type="button"] {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
  margin-top: 0;
  border: 1px solid white;
}
.module__form[data-module-style="style-4"] input[type="button"]:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
@media (max-width: 960px) {
  .module__form[data-module-style="style-4"] input[type="button"] {
    width: 100%;
    background-color: black;
    color: white;
    margin: 0;
  }
}
.module__form[data-module-style="style-5"] {
  padding: 0;
}
.module__form[data-module-style="style-5"] .nf-before-form-content {
  display: none;
}
.module__form[data-module-style="style-5"] .module__form nf-fields-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.module__form[data-module-style="style-5"] .module__form nf-fields-wrap input[type='text'].nf-element,
.module__form[data-module-style="style-5"] .module__form nf-fields-wrap input[type='email'].nf-element,
.module__form[data-module-style="style-5"] .module__form nf-fields-wrap input[type='textarea'].nf-element {
  border-bottom: 1px solid #333333 !important;
}
.module__form[data-module-style="style-5"] .module__introduction {
  padding: 1em;
}
.module__form[data-module-style="style-5"] .module__introduction p {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
.module__form[data-module-style="style-5"] .module__content {
  padding: 5em;
  background-color: white;
}
@media (max-width: 960px) {
  .module__form[data-module-style="style-5"] .module__content {
    padding: 4em 2em;
  }
}
.module__form[data-module-style="style-5"] .module__content .module__heading h2,
.module__form[data-module-style="style-5"] .module__content .module__heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
  padding: 0 1em 0;
}
.module__form[data-module-style="style-5"] .module__content .module__introduction {
  padding: 0 1em;
}
.module__form[data-module-style="style-5"] .module__content .module__introduction h2,
.module__form[data-module-style="style-5"] .module__content .module__introduction .h2 {
  font-size: 2.75em;
}
.module__form[data-module-style="style-5"] .module__content .module__introduction p:last-of-type {
  margin-bottom: 0;
}
.module__form[data-module-style="style-5"] .module__image {
  background-color: #514e4f;
  width: 100%;
  height: 100%;
}
@media (max-width: 960px) {
  .module__form[data-module-style="style-5"] .module__image {
    height: 275px;
  }
}
.module__form[data-module-style="style-5"] .nf-form-wrap .nf-field-container {
  margin-bottom: 0;
}
.module__form[data-module-style="style-5"] .module__form .module__form nf-field input[type="button"] {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
  margin: 3em 0 0 0;
}
.module__form[data-module-style="style-5"] .module__form .module__form nf-field input[type="button"]:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__form[data-module-style="style-5"] .nf-form-content {
  padding: 0 1em;
}
.module__form[data-module-style="style-5"] form {
  margin: 0;
}
.module__form[data-module-style="style-5"] .module__form nf-field input[type="text"],
.module__form[data-module-style="style-5"] .module__form nf-field input[type="email"] {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid black;
}
.module__form[data-module-style="style-5"] .module__form nf-field label {
  color: black;
}
.module__form[data-module-style="style-5"] .module__form .nf-form-fields-required {
  color: black;
}
.module__form[data-module-style="style-5"] input[type="button"] {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
}
.module__form[data-module-style="style-5"] input[type="button"]:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__form[data-module-style="style-5"] .module__form nf-field input[type="text"],
.module__form[data-module-style="style-5"] .module__form nf-field input[type="email"] {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid black;
  padding: 0;
  color: black;
  font-size: 1em;
  max-height: 35px;
  margin-bottom: 2em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  text-transform: none;
  font-weight: normal;
  letter-spacing: initial;
}
.module__form[data-module-style="style-5"] .module__form nf-field textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid black;
  padding: 0;
  color: black;
  font-size: 1em;
  margin-bottom: 2em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  text-transform: none;
  font-weight: normal;
  letter-spacing: initial;
}
.module__form[data-module-style="style-5"] .module__form nf-field label {
  color: black;
}
.module__form[data-module-style="style-5"] .nf-form-content .label-above .nf-field-label {
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .module__form[data-module-style="style-5"] .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.module__form[data-module-style="style-6"] .nf-before-form-content {
  display: none;
}
.module__form[data-module-style="style-6"] .module__image {
  background-color: #a8a6a7;
  width: 100%;
  height: 400px;
  z-index: 9;
  position: relative;
  top: 4em;
  background-size: cover;
  background-position: center;
}
.module__form[data-module-style="style-6"] nf-field input[type="button"] {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
  padding: 1.5em 5em;
  margin-left: 0;
  margin-top: 0;
}
.module__form[data-module-style="style-6"] nf-field input[type="button"]:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__form[data-module-style="style-6"] nf-field input[type="button"]:hover {
  background-color: transparent;
  border: 1px solid black !important;
}
.module__form[data-module-style="style-6"] .nf-form-content textarea.ninja-forms-field {
  margin-top: 2em;
}
.module__form[data-module-style="style-6"] .nf-form-content label {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module__form[data-module-style="style-6"] .nf-form-content .label-above .nf-field-label {
  margin-bottom: 0;
}
.module__form[data-module-style="style-6"] .label-above .field-wrap {
  margin-top: 1em;
}
.module__form[data-module-style="style-6"] .module__form nf-fields-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.module__form[data-module-style="style-6"] .module__form nf-fields-wrap input[type='text'].nf-element,
.module__form[data-module-style="style-6"] .module__form nf-fields-wrap input[type='email'].nf-element,
.module__form[data-module-style="style-6"] .module__form nf-fields-wrap input[type='textarea'].nf-element {
  border: 0;
  border-bottom: 1px solid #333333 !important;
  background-color: #ffffff;
}
.module__form[data-module-style="style-6"] .module__introduction {
  padding: 1em 2em 0 0;
  z-index: 9;
  top: 4em;
  position: relative;
}
.module__form[data-module-style="style-6"] .module__introduction p {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
.module__form[data-module-style="style-6"] .module__content {
  padding: 3em 3em 3em 7em;
  background-color: white;
  position: relative;
  right: 3.5em;
  z-index: 5;
}
.module__form[data-module-style="style-6"] .module__content .module__heading h2,
.module__form[data-module-style="style-6"] .module__content .module__heading .h2 {
  color: #333333;
  font-size: 2.5em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin-bottom: 0;
  font-weight: 300;
  text-transform: none;
  letter-spacing: initial;
  margin-top: 1em;
}
.module__form[data-module-style="style-7"] .nf-before-form-content {
  display: none;
}
.module__form[data-module-style="style-7"] .module__image {
  background-color: #a8a6a7;
  width: 100%;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.module__form[data-module-style="style-7"] .module__image img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.module__form[data-module-style="style-7"] .module__heading {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
  font-weight: normal;
}
.module__form[data-module-style="style-7"] .module__heading h1,
.module__form[data-module-style="style-7"] .module__heading h2,
.module__form[data-module-style="style-7"] .module__heading .h1,
.module__form[data-module-style="style-7"] .module__heading .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
}
@media (max-width: 480px) {
  .module__form[data-module-style="style-7"] .module__heading h1,
  .module__form[data-module-style="style-7"] .module__heading h2,
  .module__form[data-module-style="style-7"] .module__heading .h1,
  .module__form[data-module-style="style-7"] .module__heading .h2 {
    font-size: 2.25em;
  }
}
.module__form[data-module-style="style-7"] nf-field input[type="button"] {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
  padding: 1.5em 5em;
  margin-left: 0;
  margin-top: 0;
}
.module__form[data-module-style="style-7"] nf-field input[type="button"]:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__form[data-module-style="style-7"] nf-field input[type="button"]:hover {
  background-color: transparent;
  border: 1px solid black !important;
}
.module__form[data-module-style="style-7"] .nf-form-content textarea.ninja-forms-field {
  margin-top: 2em;
}
.module__form[data-module-style="style-7"] .nf-form-content label {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module__form[data-module-style="style-7"] .nf-form-content .label-above .nf-field-label {
  margin-bottom: 0;
}
.module__form[data-module-style="style-7"] .label-above .field-wrap {
  margin-top: 1em;
}
.module__form[data-module-style="style-7"] .module__form nf-fields-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.module__form[data-module-style="style-7"] .module__form nf-fields-wrap input[type='text'].nf-element,
.module__form[data-module-style="style-7"] .module__form nf-fields-wrap input[type='email'].nf-element,
.module__form[data-module-style="style-7"] .module__form nf-fields-wrap input[type='textarea'].nf-element {
  border: 0;
  border-bottom: 1px solid #333333 !important;
  background-color: #ffffff;
}
.module__form[data-module-style="style-7"] .module__introduction {
  padding: 2em 2em 1em 0;
  z-index: 9;
  position: relative;
}
.module__form[data-module-style="style-7"] .module__introduction p {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
.module__form[data-module-style="style-7"] .module__content {
  padding: 3em;
  background-color: #f9f9f9;
  position: relative;
}
.module__form[data-module-style="style-7"] .module__content .module__heading h2,
.module__form[data-module-style="style-7"] .module__content .module__heading .h2 {
  color: #333333;
  font-size: 2.5em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin-bottom: 0;
  font-weight: 300;
  text-transform: none;
  letter-spacing: initial;
  margin-top: 1em;
}
.module__form.overlay h2,
.module__form.overlay p,
.module__form.overlay .h2 {
  color: white;
}
.module__form.overlay .module__content {
  color: #333333;
}
.module__gallery[data-module-style="style-1"] {
  text-align: center;
}
.module__gallery[data-module-style="style-1"] .module__heading h2,
.module__gallery[data-module-style="style-1"] .module__heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module__gallery[data-module-style="style-1"] .module__introduction h2,
.module__gallery[data-module-style="style-1"] .module__introduction .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
}
@media (max-width: 480px) {
  .module__gallery[data-module-style="style-1"] .module__introduction h2,
  .module__gallery[data-module-style="style-1"] .module__introduction .h2 {
    font-size: 2.25em;
  }
}
.module__gallery[data-module-style="style-1"] img {
  width: 100%;
  margin-bottom: 1.5em;
}
.module__gallery[data-module-style="style-2"] {
  text-align: center;
}
.module__gallery[data-module-style="style-2"] .module__heading h2,
.module__gallery[data-module-style="style-2"] .module__heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module__gallery[data-module-style="style-2"] .module__introduction h2,
.module__gallery[data-module-style="style-2"] .module__introduction .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
}
@media (max-width: 480px) {
  .module__gallery[data-module-style="style-2"] .module__introduction h2,
  .module__gallery[data-module-style="style-2"] .module__introduction .h2 {
    font-size: 2.25em;
  }
}
.module__gallery[data-module-style="style-2"] img {
  width: 100%;
  margin-bottom: 1.5em;
}
.module__header {
  padding: 2em 0;
  background-color: #eaeaea;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  overflow: initial;
  padding-top: 0.25em;
}
.module__header.module__header--sticky {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 1em 0;
  z-index: 10;
  -webkit-box-shadow: 0 0 20px -10px black;
          box-shadow: 0 0 20px -10px black;
}
.module__header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module__header .logo img {
  max-height: 30px;
}
.module__header .navbar__item--level-0 a {
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 0.8em;
}
.module__header .navbar__item--level-0 a:hover {
  font-weight: 800;
}
.module__header .toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  background: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.module__header .toolbar svg {
  width: 16px;
  height: 16px;
}
.module__header .toolbar svg path {
  fill: #333333 !important;
}
.module__header .toolbar .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.module__header .toolbar .phone-number {
  background-color: transparent;
  padding: 0.35em 0.25em 0.5em;
  border: 1px solid transparent;
}
.module__header .toolbar .phone-number:hover path {
  fill: #333333 !important;
}
.module__header .toolbar .phone-number:hover .phone-number__label {
  color: #333333;
  font-weight: 800;
}
.module__header .toolbar .phone-number path {
  fill: #333333 !important;
}
.module__header .toolbar .phone-number .phone-number__label {
  color: #333333;
  font-size: 0.8em;
  padding-left: 1em;
  font-weight: 300;
  letter-spacing: 1px;
  width: 110px;
  max-width: 100%;
}
.module__header .navbar__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 960px) {
  .module__header .navbar__list {
    padding-top: 1em;
  }
}
.module__header .grid__navbar--toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 960px) {
  .module__header .grid__navbar--toolbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  .module__header .grid__navbar--toolbar .grid__navbar {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    margin-left: 1em;
  }
}
.module__header .toolbar {
  padding: 0.25em 1em 1em 0;
}
.module__header .toolbar .phone a {
  padding-top: 0.5em;
}
.module__header .toolbar--mobile {
  display: none;
}
@media (max-width: 960px) {
  .module__header .toolbar--desktop {
    display: none;
  }
  .module__header .toolbar--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .module__header .grid__column {
    display: block;
  }
  .module__header .side--panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: calc(960px - 1px)) {
  .module__header #navbar {
    z-index: 10;
    position: absolute;
    left: 0;
    top: 10.9em;
    background: white;
    overflow-y: scroll;
    max-height: 78vh;
    -webkit-box-shadow: 0 14px 10px rgba(0, 0, 0, 0.35);
            box-shadow: 0 14px 10px rgba(0, 0, 0, 0.35);
  }
  .module__header #navbar .navbar__list li {
    padding: 1em 2em;
  }
  .module__header #navbar .navbar__list li.nav--boxed {
    padding: 0;
  }
  .module__header #navbar .navbar__list li.nav--boxed a {
    padding: 2em 2.5em;
  }
  .module__header #navbar .navbar__list .has-dropdown .navbar__dropdown {
    margin-top: 1em;
  }
}
@media (max-width: 960px) {
  .module__header.module__header--sticky {
    padding: 1em 0;
  }
}
@media (max-width: 960px) {
  .module__header.module__header--sticky #navbar {
    top: 3.9em;
  }
}
.module__header .menu-toggle {
  z-index: 11;
}
.module__hero .module__heading h2,
.module__hero .module__heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module__hero .module__introduction h2,
.module__hero .module__introduction .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
}
@media (max-width: 480px) {
  .module__hero .module__introduction h2,
  .module__hero .module__introduction .h2 {
    font-size: 2.25em;
  }
}
.module__hero .module__introduction p {
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 17px;
}
.module__hero .module__introduction p:last-of-type {
  margin-bottom: 2.15em;
}
.module__hero .module__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.module__hero .module__buttons .module__button {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
}
.module__hero .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__hero .module__image {
  background-size: cover;
}
.module__hero .container--position {
  position: relative;
  left: -140px;
  top: 200px;
  width: 480px;
}
@media (max-width: 960px) {
  .module__hero .container--position {
    position: relative;
    left: -140px;
    top: 40px;
    width: 480px;
  }
}
@media (max-width: 680px) {
  .module__hero .container--position {
    position: initial;
    width: 100%;
  }
}
.module__hero .container--position2 {
  position: relative;
  left: -340px;
  top: 160px;
  width: 680px;
}
@media (max-width: 960px) {
  .module__hero .container--position2 {
    position: relative;
    left: -140px;
    top: 40px;
    width: 680px;
  }
}
@media (max-width: 680px) {
  .module__hero .container--position2 {
    position: initial;
    width: 100%;
  }
}
.module__hero .container--position3 {
  position: relative;
  width: 100%;
  top: 120px;
}
.module__hero .container--position3 .container--text {
  max-width: 720px;
  margin: 0 auto;
}
.module__hero .container--position4 {
  height: 170px;
  max-height: 170px;
  overflow: hidden;
  background-color: #514e4f;
}
.module__hero[data-module-style="style-1"] {
  padding: 0;
  text-align: center;
}
.module__hero[data-module-style="style-1"] .module__image {
  background-color: #514e4f;
  height: 640px;
  width: 100%;
}
@media (max-width: 960px) {
  .module__hero[data-module-style="style-1"] .module__image {
    max-height: 320px;
  }
}
.module__hero[data-module-style="style-1"] .module__wrapper {
  width: 100%;
  max-width: 740px;
  position: relative;
  margin: 0 auto;
  padding: 16em 0 6em;
}
@media (max-width: 960px) {
  .module__hero[data-module-style="style-1"] .module__wrapper {
    position: initial;
    padding: 16em 0 4em;
  }
}
.module__hero[data-module-style="style-1"] .module__wrapper .module__content {
  background-color: rgba(52, 52, 52, 0.6);
  padding: 3em 2.5em;
  z-index: 1;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border: 3px solid white;
}
@media (max-width: 960px) {
  .module__hero[data-module-style="style-1"] .module__wrapper .module__content {
    margin: 0 2em;
  }
}
.module__hero[data-module-style="style-1"] .module__wrapper .module__content .module__heading h2,
.module__hero[data-module-style="style-1"] .module__wrapper .module__content .module__heading .h2 {
  color: white;
}
.module__hero[data-module-style="style-1"] .module__wrapper .module__introduction h2,
.module__hero[data-module-style="style-1"] .module__wrapper .module__introduction .h2 {
  color: white;
}
.module__hero[data-module-style="style-1"] .module__wrapper .module__introduction p {
  max-width: 640px;
  margin: 0 auto;
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 17px;
  color: white;
}
.module__hero[data-module-style="style-1"] .module__wrapper .module__introduction p:last-of-type {
  margin-bottom: 2.15em;
}
.module__hero[data-module-style="style-1"] .grid__column:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module__hero[data-module-style="style-2"] {
  text-align: center;
}
.module__hero[data-module-style="style-2"] .module__image {
  background-color: #514e4f;
  height: 680px;
  width: 100%;
}
@media (max-width: 960px) {
  .module__hero[data-module-style="style-2"] .module__image {
    max-height: 320px;
  }
}
.module__hero[data-module-style="style-2"] .module__wrapper {
  width: 100%;
  max-width: 600px;
  position: absolute;
  right: 4em;
}
@media (max-width: 960px) {
  .module__hero[data-module-style="style-2"] .module__wrapper {
    position: initial;
  }
}
.module__hero[data-module-style="style-2"] .module__wrapper .module__content {
  background-color: white;
  padding: 4em 4.75em 4.75em;
  z-index: 1;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.module__hero[data-module-style="style-2"] .grid__column:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module__hero[data-module-style="style-3"] {
  padding: 0;
  text-align: left;
}
.module__hero[data-module-style="style-3"] .module__hero .container--text {
  padding: 5em 4em;
  background-color: white;
}
.module__hero[data-module-style="style-3"] .module__image {
  width: 100%;
  height: 540px;
  position: absolute;
}
.module__hero[data-module-style="style-3"] .module__buttons {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.module__hero[data-module-style="style-3"] .module__buttons .module__button {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
  padding: 1.5em 7em;
  margin-left: 0;
}
.module__hero[data-module-style="style-3"] .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__hero[data-module-style="style-4"] {
  padding: 0;
  background-image: none !important;
  margin-bottom: 6em;
}
.module__hero[data-module-style="style-4"] .module__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.module__hero[data-module-style="style-4"] .module__wrapper .module__image {
  width: 50%;
  max-height: 770px;
  min-height: 640px;
}
.module__hero[data-module-style="style-4"] .module__wrapper .module__image.left-aside {
  margin-right: 4em;
  margin-bottom: 4em;
}
.module__hero[data-module-style="style-4"] .module__wrapper .module__image.right-aside {
  margin-left: 4em;
  margin-top: 4em;
}
.module__hero[data-module-style="style-4"] .module__wrapper .module__text {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 3em;
  text-align: center;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.module__hero[data-module-style="style-4"] .module__wrapper .module__text .module__text--container {
  background: #333333;
  padding: 4em 3em;
  max-width: 510px;
}
.module__hero[data-module-style="style-4"] .module__wrapper .module__text .module__text--container .module__heading h2,
.module__hero[data-module-style="style-4"] .module__wrapper .module__text .module__text--container .module__heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
  font-size: 0.95em !important;
  text-transform: uppercase !important;
}
.module__hero[data-module-style="style-4"] .module__wrapper .module__text .module__text--container .module__introduction h2,
.module__hero[data-module-style="style-4"] .module__wrapper .module__text .module__text--container .module__introduction .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
}
@media (max-width: 480px) {
  .module__hero[data-module-style="style-4"] .module__wrapper .module__text .module__text--container .module__introduction h2,
  .module__hero[data-module-style="style-4"] .module__wrapper .module__text .module__text--container .module__introduction .h2 {
    font-size: 2.25em;
  }
}
.module__hero[data-module-style="style-4"] .module__wrapper .module__text .module__text--container .module__buttons .module__button {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
  background-color: #ffffff;
  color: #333333;
  border-color: #ffffff;
}
.module__hero[data-module-style="style-4"] .module__wrapper .module__text .module__text--container .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__hero[data-module-style="style-4"] .module__wrapper .module__text .module__text--container .module__buttons .module__button:hover {
  background-color: #333333;
  color: #ffffff;
  border-color: #ffffff;
}
.module__hero[data-module-style="style-5"] {
  padding: 0 0 6em;
}
.module__hero[data-module-style="style-5"] .module__heading span {
  letter-spacing: 1px;
  font-size: 0.9em;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}
.module__hero[data-module-style="style-5"] .module__wrapper {
  position: relative;
}
.module__hero[data-module-style="style-5"] .module__image {
  max-width: 94%;
  margin: 0;
  aspect-ratio: 16/9;
}
@media (max-width: 960px) {
  .module__hero[data-module-style="style-5"] .module__image {
    max-width: 100%;
  }
}
.module__hero[data-module-style="style-5"] .module__text {
  position: absolute;
  background-color: #293044;
  padding: 3em;
  max-width: 500px;
  right: 0;
  top: 30%;
}
@media (max-width: 1124px) {
  .module__hero[data-module-style="style-5"] .module__text {
    top: 20%;
  }
}
@media (min-width: 1124px) {
  .module__hero[data-module-style="style-5"] .module__text {
    right: -1em;
  }
}
@media (max-width: 960px) {
  .module__hero[data-module-style="style-5"] .module__text {
    position: initial;
    padding: 3em 2em;
    max-width: 100%;
    margin-top: 2em;
  }
}
.module__hero[data-module-style="style-5"] .module__text p {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  color: #333333;
  font-size: 0.9em;
}
.module__hero[data-module-style="style-5"] .module__buttons {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.module__hero[data-module-style="style-5"] .module__buttons .module__button {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
  background-color: #bb9a83;
  color: #ffffff;
  border-color: #bb9a83;
  margin-left: 0;
}
.module__hero[data-module-style="style-5"] .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__hero[data-module-style="style-5"] .module__buttons .module__button:hover {
  background-color: transparent;
  color: #bb9a83;
  border-color: #bb9a83;
}
.module__icons_paragraphs .module__heading h2,
.module__icons_paragraphs .module__heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module__icons_paragraphs .module__introduction h2,
.module__icons_paragraphs .module__introduction .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
}
@media (max-width: 480px) {
  .module__icons_paragraphs .module__introduction h2,
  .module__icons_paragraphs .module__introduction .h2 {
    font-size: 2.25em;
  }
}
.module__icons_paragraphs .module__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.module__icons_paragraphs .module__icon_paragraph {
  margin-top: 4em;
}
.module__icons_paragraphs .module__icon_paragraph .module__paragraph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.module__icons_paragraphs .module__icon_paragraph .module__paragraph .module__icon svg {
  max-width: 100px;
}
.module__icons_paragraphs .module__icon_paragraph .module__paragraph .module__heading h3,
.module__icons_paragraphs .module__icon_paragraph .module__paragraph .module__heading .h3 {
  color: #333333;
  text-transform: uppercase;
  font-size: 1.15em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin-bottom: 0;
  font-weight: 300;
}
.module__icons_paragraphs .module__icon_paragraph .module__paragraph .module__introduction {
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
.module__icons_paragraphs .module__icon_paragraph .module__paragraph .module__introduction p {
  margin-top: 0;
}
.module__icons_paragraphs[data-module-style="style-1"] {
  text-align: center;
}
.module__icons_paragraphs[data-module-style="style-1"] .module__introduction p {
  max-width: 480px;
  margin: 0 auto;
  color: white;
}
.module__icons_paragraphs[data-module-style="style-1"] .module__icon_paragraph {
  margin-top: 2em;
}
.module__icons_paragraphs[data-module-style="style-1"] .module__icon_paragraph .module__heading h3,
.module__icons_paragraphs[data-module-style="style-1"] .module__icon_paragraph .module__heading .h3 {
  font-size: 1.5em;
}
.module__icons_paragraphs[data-module-style="style-1"] .module__icon_paragraph .module__introduction p {
  margin-bottom: 1.5em;
}
.module__icons_paragraphs[data-module-style="style-1"] .module__icon {
  position: relative;
}
.module__icons_paragraphs[data-module-style="style-1"] .module__icon .module__icon--after {
  background: white;
  width: 10px;
  position: absolute;
  right: -14px;
  height: 100%;
  top: 0;
}
.module__icons_paragraphs[data-module-style="style-1"] .module__buttons {
  position: relative;
}
.module__icons_paragraphs[data-module-style="style-1"] .module__buttons .module__buttons--after {
  background: white;
  width: 10px;
  position: absolute;
  right: -14px;
  height: 20px;
}
.module__icons_paragraphs[data-module-style="style-1"] .module__icons_paragraphs--heading h2,
.module__icons_paragraphs[data-module-style="style-1"] .module__icons_paragraphs--heading .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
  color: white;
  letter-spacing: initial;
  text-align: center;
}
@media (max-width: 480px) {
  .module__icons_paragraphs[data-module-style="style-1"] .module__icons_paragraphs--heading h2,
  .module__icons_paragraphs[data-module-style="style-1"] .module__icons_paragraphs--heading .h2 {
    font-size: 2.25em;
  }
}
.module__icons_paragraphs[data-module-style="style-1"] .module__icon_paragraph {
  margin-top: 3em;
}
.module__icons_paragraphs[data-module-style="style-1"] .module__icon_paragraph .module__icons_paragraphs--introduction p,
.module__icons_paragraphs[data-module-style="style-1"] .module__icon_paragraph .module__paragraph--introduction p {
  color: white;
  text-align: left;
}
.module__icons_paragraphs[data-module-style="style-1"] .module__icon_paragraph .module__paragraph--heading h3,
.module__icons_paragraphs[data-module-style="style-1"] .module__icon_paragraph .module__paragraph--heading .h3 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: bold;
  color: white;
  text-align: left;
}
.module__icons_paragraphs[data-module-style="style-1"] .module__icon {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 4em;
  line-height: 1em;
}
@media (max-width: 480px) {
  .module__icons_paragraphs[data-module-style="style-1"] .module__icon {
    font-size: 2.25em;
  }
}
.module__icons_paragraphs[data-module-style="style-1"] .module__wrapper {
  background-color: rgba(38, 38, 38, 0.85);
  border: 3px solid white;
  padding: 3em 3em 2em;
}
.module__icons_paragraphs[data-module-style="style-1"] .grid__column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.module__icons_paragraphs[data-module-style="style-1"] .module__paragraph {
  border-bottom: 3px solid white;
  margin-bottom: 2em;
}
.module__icons_paragraphs[data-module-style="style-1"] .module__paragraph:last-of-type {
  border-bottom: 2px solid transparent;
}
@media (max-width: 960px) {
  .module__icons_paragraphs[data-module-style="style-1"] .module__paragraph .module__icon {
    font-size: 3em;
  }
}
.module__icons_paragraphs[data-module-style="style-1"] .module__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.module__icons_paragraphs[data-module-style="style-1"] .module__buttons .module__button {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
  margin: 1em 4em 0;
}
.module__icons_paragraphs[data-module-style="style-1"] .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
@media (max-width: 960px) {
  .module__icons_paragraphs[data-module-style="style-1"] .module__buttons .module__button {
    margin: 0;
  }
}
.module__icons_paragraphs[data-module-style="style-2"] {
  text-align: center;
}
.module__icons_paragraphs[data-module-style="style-2"] .module__introduction p {
  max-width: 480px;
  margin: 0 auto;
}
.module__icons_paragraphs[data-module-style="style-2"] .module__icon_paragraph {
  margin-top: 2em;
}
.module__icons_paragraphs[data-module-style="style-2"] .module__icon_paragraph .module__heading h3,
.module__icons_paragraphs[data-module-style="style-2"] .module__icon_paragraph .module__heading .h3 {
  font-size: 1.5em;
}
.module__icons_paragraphs[data-module-style="style-2"] .module__icon_paragraph .module__introduction p {
  margin-bottom: 1.5em;
}
.module__icons_paragraphs[data-module-style="style-2"] .module__icon {
  position: relative;
}
.module__icons_paragraphs[data-module-style="style-2"] .module__icon .module__icon--after {
  background: white;
  width: 10px;
  position: absolute;
  right: -14px;
  height: 100%;
  top: 0;
}
.module__icons_paragraphs[data-module-style="style-2"] .module__buttons {
  position: relative;
}
.module__icons_paragraphs[data-module-style="style-2"] .module__buttons .module__buttons--after {
  background: white;
  width: 10px;
  position: absolute;
  right: -14px;
  height: 20px;
}
.module__icons_paragraphs[data-module-style="style-2"] .module__icons_paragraphs--heading h2,
.module__icons_paragraphs[data-module-style="style-2"] .module__icons_paragraphs--heading .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
  color: black;
  letter-spacing: initial;
  text-align: center;
}
@media (max-width: 480px) {
  .module__icons_paragraphs[data-module-style="style-2"] .module__icons_paragraphs--heading h2,
  .module__icons_paragraphs[data-module-style="style-2"] .module__icons_paragraphs--heading .h2 {
    font-size: 2.25em;
  }
}
.module__icons_paragraphs[data-module-style="style-2"] .module__icon_paragraph {
  margin-top: 3em;
}
.module__icons_paragraphs[data-module-style="style-2"] .module__icon_paragraph .module__icons_paragraphs--introduction p,
.module__icons_paragraphs[data-module-style="style-2"] .module__icon_paragraph .module__paragraph--introduction p {
  color: black;
  text-align: left;
}
.module__icons_paragraphs[data-module-style="style-2"] .module__icon_paragraph .module__paragraph--heading h3,
.module__icons_paragraphs[data-module-style="style-2"] .module__icon_paragraph .module__paragraph--heading .h3 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: bold;
  color: black;
  text-align: left;
}
.module__icons_paragraphs[data-module-style="style-2"] .module__icon {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 4em;
  line-height: 1em;
}
@media (max-width: 480px) {
  .module__icons_paragraphs[data-module-style="style-2"] .module__icon {
    font-size: 2.25em;
  }
}
.module__icons_paragraphs[data-module-style="style-2"] .module__wrapper {
  background: rgba(255, 255, 255, 0.73);
  border: 3px solid black;
  padding: 3em 3em 2em;
}
.module__icons_paragraphs[data-module-style="style-2"] .grid__column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.module__icons_paragraphs[data-module-style="style-2"] .module__paragraph {
  border-bottom: 3px solid black;
  margin-bottom: 2em;
}
.module__icons_paragraphs[data-module-style="style-2"] .module__paragraph:last-of-type {
  border-bottom: 2px solid transparent;
}
@media (max-width: 960px) {
  .module__icons_paragraphs[data-module-style="style-2"] .module__paragraph .module__icon {
    font-size: 3em;
  }
}
.module__icons_paragraphs[data-module-style="style-2"] .module__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.module__icons_paragraphs[data-module-style="style-2"] .module__buttons .module__button {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
  margin: 1em 4em 0;
}
.module__icons_paragraphs[data-module-style="style-2"] .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
@media (max-width: 960px) {
  .module__icons_paragraphs[data-module-style="style-2"] .module__buttons .module__button {
    margin: 0;
  }
}
@media (max-width: 960px) {
  .module__icons_paragraphs[data-module-style="style-3"] {
    padding: 0 0 4em;
  }
}
.module__icons_paragraphs[data-module-style="style-3"] .module__icon_paragraph {
  margin-top: 0;
}
.module__icons_paragraphs[data-module-style="style-3"] .module__icon {
  width: 200px;
  height: 200px;
  background-color: #514e4f;
}
@media (max-width: 960px) {
  .module__icons_paragraphs[data-module-style="style-3"] .module__icon {
    width: 100%;
    height: 275px;
    margin-bottom: 2em;
  }
}
.module__icons_paragraphs[data-module-style="style-3"] .module__buttons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.module__icons_paragraphs[data-module-style="style-3"] .module__buttons .module__button {
  padding: 1em 2em;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
  font-weight: 800;
  padding: 0;
  background-color: unset;
  border: 0;
  color: #000000;
  border-bottom: 2px solid #000000;
  min-width: auto;
  margin-left: 0;
}
.module__icons_paragraphs[data-module-style="style-3"] .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__icons_paragraphs[data-module-style="style-3"] .module__buttons .module__button:hover {
  background-color: unset;
  color: #000000;
  border: 0;
  border-bottom: 2px solid #000000;
  font-weight: 800;
}
.module__icons_paragraphs[data-module-style="style-3"] .module__buttons .module__button:hover:after {
  content: '>';
}
.module__icons_paragraphs[data-module-style="style-3"] .module__heading h2,
.module__icons_paragraphs[data-module-style="style-3"] .module__heading .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
  font-size: 2.5em;
  letter-spacing: initial;
  line-height: 1em;
}
@media (max-width: 480px) {
  .module__icons_paragraphs[data-module-style="style-3"] .module__heading h2,
  .module__icons_paragraphs[data-module-style="style-3"] .module__heading .h2 {
    font-size: 2.25em;
  }
}
@media (max-width: 960px) {
  .module__icons_paragraphs[data-module-style="style-3"] .module__content {
    padding: 2em;
  }
}
@media (max-width: 960px) {
  .module__icons_paragraphs[data-module-style="style-3"] .container {
    padding: 0;
  }
}
.module__icons_paragraphs[data-module-style="style-4"] {
  text-align: center;
}
.module__icons_paragraphs[data-module-style="style-4"] .module__introduction {
  margin-bottom: 3em;
}
.module__icons_paragraphs[data-module-style="style-4"] .module__introduction p {
  max-width: 600px;
  margin: 0 auto;
}
.module__icons_paragraphs[data-module-style="style-4"] .module__icon {
  width: 100px;
  height: 100px;
  background-color: #514e4f;
  margin: 0 auto 2em;
}
@media (max-width: 960px) {
  .module__icons_paragraphs[data-module-style="style-4"] .module__icon {
    width: 100%;
    height: 275px;
    margin-bottom: 2em;
  }
}
.module__icons_paragraphs[data-module-style="style-4"] .module__heading h2,
.module__icons_paragraphs[data-module-style="style-4"] .module__heading .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
  letter-spacing: initial;
  line-height: 1em;
}
@media (max-width: 480px) {
  .module__icons_paragraphs[data-module-style="style-4"] .module__heading h2,
  .module__icons_paragraphs[data-module-style="style-4"] .module__heading .h2 {
    font-size: 2.25em;
  }
}
.module__icons_paragraphs[data-module-style="style-4"] .module__icons_paragraphs--heading h2,
.module__icons_paragraphs[data-module-style="style-4"] .module__icons_paragraphs--heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .module__icons_paragraphs[data-module-style="style-4"] .module--text-icon {
    margin-bottom: 4em;
  }
}
.module__icons_paragraphs[data-module-style="style-4"] .module--text-icon .module__content .module__heading h2,
.module__icons_paragraphs[data-module-style="style-4"] .module--text-icon .module__content .module__heading .h2 {
  font-size: 2em;
}
.module__icons_paragraphs[data-module-style="style-4"] .module__icon_paragraph {
  margin-top: 0;
}
.module__icons_paragraphs[data-module-style="style-4"] .module__icon_paragraph .module__heading h2,
.module__icons_paragraphs[data-module-style="style-4"] .module__icon_paragraph .module__heading .h2 {
  font-size: 1.25em;
}
.module__icons_paragraphs[data-module-style="style-4"] .module__icon_paragraph .module__introduction {
  margin-bottom: 1em;
}
.module__icons_paragraphs[data-module-style="style-4"] .module__buttons .module__button {
  padding: 1em 2em;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
  font-weight: 800;
  padding: 0;
  background-color: unset;
  border: 0;
  color: #000000;
  border-bottom: 2px solid #000000;
  min-width: auto;
}
.module__icons_paragraphs[data-module-style="style-4"] .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__icons_paragraphs[data-module-style="style-4"] .module__buttons .module__button:hover {
  background-color: unset;
  color: #000000;
  border: 0;
  border-bottom: 2px solid #000000;
  font-weight: 800;
}
.module__icons_paragraphs[data-module-style="style-4"] .module__buttons .module__button:hover:after {
  content: '>';
}
.module__icons_paragraphs[data-module-style="style-5"] {
  padding: 0;
}
.module__icons_paragraphs[data-module-style="style-5"] .module__header {
  background-color: transparent;
}
.module__icons_paragraphs[data-module-style="style-5"] .module__icon_paragraph .module__paragraph {
  margin-bottom: 2em;
}
.module__icons_paragraphs[data-module-style="style-5"] .module__icon_paragraph .module__paragraph .module__heading h2,
.module__icons_paragraphs[data-module-style="style-5"] .module__icon_paragraph .module__paragraph .module__heading .h2 {
  font-size: 1.65em;
  line-height: 1.25em;
  letter-spacing: initial;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin-bottom: 0;
  font-weight: 300;
  text-transform: none;
}
.module__icons_paragraphs[data-module-style="style-5"] .module__icon_paragraph .module__paragraph .module__introduction {
  margin-bottom: 1em;
}
.module__icons_paragraphs[data-module-style="style-5"] .module__icon_paragraph .module__paragraph .module__buttons {
  text-align: center;
  margin-bottom: 1em;
}
.module__icons_paragraphs[data-module-style="style-5"] .module__heading,
.module__icons_paragraphs[data-module-style="style-5"] .module__introduction {
  text-align: center;
}
.module__icons_paragraphs[data-module-style="style-5"] .module__heading h5,
.module__icons_paragraphs[data-module-style="style-5"] .module__introduction h5,
.module__icons_paragraphs[data-module-style="style-5"] .module__heading .h5,
.module__icons_paragraphs[data-module-style="style-5"] .module__introduction .h5 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module__icons_paragraphs[data-module-style="style-5"] .module__icon_paragraph {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 960px) {
  .module__icons_paragraphs[data-module-style="style-5"] .module__icon_paragraph .module__paragraph {
    margin-bottom: 4em;
  }
}
.module__icons_paragraphs[data-module-style="style-5"] .module__icon_paragraph .module__paragraph .grid {
  height: 100%;
}
.module__icons_paragraphs[data-module-style="style-5"] .module__icon_paragraph .module__paragraph .module__heading {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module__icons_paragraphs[data-module-style="style-5"] .module__icon_paragraph .module__paragraph .module__heading h5,
.module__icons_paragraphs[data-module-style="style-5"] .module__icon_paragraph .module__paragraph .module__heading .h5 {
  margin: 1.5em 0;
}
.module__icons_paragraphs[data-module-style="style-5"] .module__icon_paragraph .module__paragraph .module__heading,
.module__icons_paragraphs[data-module-style="style-5"] .module__icon_paragraph .module__paragraph .module__introduction {
  text-align: left;
}
.module__icons_paragraphs[data-module-style="style-5"] .module__icon_paragraph .module__paragraph .module__buttons {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.module__icons_paragraphs[data-module-style="style-5"] .module__icon_paragraph .module__paragraph .module__buttons .module__button {
  margin-left: 0;
}
.module__icons_paragraphs[data-module-style="style-5"] .module__icon_paragraph .module__paragraph .module__icon {
  background-color: #514e4f;
  margin: 0;
  height: 90px;
  width: 100px;
}
.module__icons_paragraphs[data-module-style="style-5"] .module__icon_paragraph .module__paragraph .module__icon svg {
  max-width: 100%;
  height: 100%;
}
@media (max-width: 960px) {
  .module__icons_paragraphs[data-module-style="style-5"] .module__icon_paragraph .module__paragraph .module__icon {
    width: 100%;
    height: 275px;
    margin-bottom: 2em;
  }
}
.module__icons_paragraphs[data-module-style="style-5"] .module__image {
  background-color: #514e4f;
  width: 100%;
  height: 100%;
}
@media (max-width: 960px) {
  .module__icons_paragraphs[data-module-style="style-5"] .module__image {
    height: 275px;
  }
}
.module__icons_paragraphs[data-module-style="style-5"] img {
  height: 100%;
  width: auto;
}
.module__icons_paragraphs[data-module-style="style-5"] .content__column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 0 2em;
}
@media (max-width: 960px) {
  .module__icons_paragraphs[data-module-style="style-5"] .content__column {
    padding: 0 2em;
  }
}
.module__icons_paragraphs[data-module-style="style-5"] .content__column p {
  margin-bottom: 0;
}
.module__icons_paragraphs[data-module-style="style-5"] .content__column .module__heading h5,
.module__icons_paragraphs[data-module-style="style-5"] .content__column .module__heading .h5 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
  font-size: 1.5em;
  letter-spacing: initial;
  margin: 0 !important;
}
@media (max-width: 480px) {
  .module__icons_paragraphs[data-module-style="style-5"] .content__column .module__heading h5,
  .module__icons_paragraphs[data-module-style="style-5"] .content__column .module__heading .h5 {
    font-size: 2.25em;
  }
}
.module__icons_paragraphs[data-module-style="style-5"] .module__icon_paragraph {
  padding: 3em 4em;
}
@media (max-width: 960px) {
  .module__icons_paragraphs[data-module-style="style-5"] .module__icon_paragraph {
    padding: 0;
  }
}
.module__icons_paragraphs[data-module-style="style-6"] {
  text-align: center;
}
.module__icons_paragraphs[data-module-style="style-6"] .module__icon_paragraph .module__buttons .module__button {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
}
.module__icons_paragraphs[data-module-style="style-6"] .module__icon_paragraph .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__icons_paragraphs[data-module-style="style-6"] .module__buttons .module__button {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
}
.module__icons_paragraphs[data-module-style="style-6"] .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__icons_paragraphs[data-module-style="style-6"] .module__icon {
  position: relative;
}
.module__icons_paragraphs[data-module-style="style-6"] .module__icon .module__icon--after {
  background: #eaeaea;
  width: 10px;
  position: absolute;
  right: -30px;
  height: 100%;
  top: 0;
}
.module__icons_paragraphs[data-module-style="style-6"] .module__buttons {
  position: relative;
}
.module__icons_paragraphs[data-module-style="style-6"] .module__buttons .module__buttons--after {
  background: #eaeaea;
  width: 10px;
  position: absolute;
  right: -30px;
  height: 100%;
  top: 0;
}
.module__icons_paragraphs[data-module-style="style-6"] .module__icon_paragraph {
  margin-top: 3em;
}
.module__icons_paragraphs[data-module-style="style-6"] .module__icon_paragraph .module__heading h3,
.module__icons_paragraphs[data-module-style="style-6"] .module__icon_paragraph .module__heading .h3 {
  font-size: 1.25em;
}
.module__icons_paragraphs[data-module-style="style-6"] .module__icon_paragraph .module__introduction p {
  margin-bottom: 1.5em;
}
.module__icons_paragraphs[data-module-style="style-7"] {
  text-align: center;
}
.module__icons_paragraphs[data-module-style="style-7"] .module__icon_paragraph .module__buttons .module__button {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
}
.module__icons_paragraphs[data-module-style="style-7"] .module__icon_paragraph .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__icons_paragraphs[data-module-style="style-7"] .module__icon_paragraph {
  margin-top: 3em;
}
.module__icons_paragraphs[data-module-style="style-7"] .module__icon_paragraph .module__paragraph .module__heading {
  margin-bottom: 2em;
}
.module__icons_paragraphs[data-module-style="style-7"] .module__icon_paragraph .module__paragraph .module__heading h3,
.module__icons_paragraphs[data-module-style="style-7"] .module__icon_paragraph .module__paragraph .module__heading .h3 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 2em;
  text-transform: initial;
  letter-spacing: initial;
}
.module__icons_paragraphs[data-module-style="style-7"] .module__icon_paragraph .module__buttons .module__button {
  background-color: unset;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 2em;
}
.module__icons_paragraphs[data-module-style="style-7"] .module__icon_paragraph .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__icons_paragraphs[data-module-style="style-7"] .module__icon_paragraph .module__buttons .module__button img {
  margin: 0 0 0 1em;
}
.module__icons_paragraphs[data-module-style="style-7"] .module__icon_paragraph .module__buttons .module__button:hover img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.module__icons_paragraphs[data-module-style="style-7"] .module__icon {
  position: relative;
}
.module__icons_paragraphs[data-module-style="style-7"] .module__icon .module__icon--after {
  background: white;
  width: 10px;
  position: absolute;
  right: -30px;
  height: 100%;
  top: 0;
}
.module__icons_paragraphs[data-module-style="style-7"] .module__buttons {
  position: relative;
}
.module__icons_paragraphs[data-module-style="style-7"] .module__buttons .module__buttons--after {
  background: white;
  width: 10px;
  position: absolute;
  right: -30px;
  height: 100%;
  top: 0;
}
.module__images_paragraphs .module__heading h2,
.module__images_paragraphs .module__heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module__images_paragraphs .module__introduction h2,
.module__images_paragraphs .module__introduction .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
}
@media (max-width: 480px) {
  .module__images_paragraphs .module__introduction h2,
  .module__images_paragraphs .module__introduction .h2 {
    font-size: 2.25em;
  }
}
.module__images_paragraphs .module__buttons .module__button {
  padding: 1em 2em;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
  font-weight: 800;
  padding: 0;
  background-color: unset;
  border: 0;
  color: #000000;
  border-bottom: 2px solid #000000;
  min-width: auto;
}
.module__images_paragraphs .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__images_paragraphs .module__buttons .module__button:hover {
  background-color: unset;
  color: #000000;
  border: 0;
  border-bottom: 2px solid #000000;
  font-weight: 800;
}
.module__images_paragraphs .module__buttons .module__button:hover:after {
  content: '>';
}
.module__images_paragraphs .module__image img {
  width: auto;
  height: 100%;
}
.module__images_paragraphs .module__introduction {
  margin-bottom: 2em;
}
.module__images_paragraphs .module__introduction h2,
.module__images_paragraphs .module__introduction .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
}
@media (max-width: 480px) {
  .module__images_paragraphs .module__introduction h2,
  .module__images_paragraphs .module__introduction .h2 {
    font-size: 2.25em;
  }
}
.module__images_paragraphs .module__image_paragraph .module__paragraph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.module__images_paragraphs .module__image_paragraph .module__paragraph .module__image svg {
  max-width: 100px;
}
.module__images_paragraphs .module__image_paragraph .module__paragraph .module__heading h3,
.module__images_paragraphs .module__image_paragraph .module__paragraph .module__heading .h3 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module__images_paragraphs .module__image_paragraph .module__paragraph .module__introduction {
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
.module__images_paragraphs[data-module-style="style-1"] .module__introduction {
  max-width: 720px;
  margin: 0 auto;
}
.module__images_paragraphs[data-module-style="style-1"] .module__image_paragraph {
  margin-top: 2em;
}
.module__images_paragraphs[data-module-style="style-1"] .module__image_paragraph .module__heading h3,
.module__images_paragraphs[data-module-style="style-1"] .module__image_paragraph .module__heading .h3 {
  font-size: 1.25em;
}
.module__images_paragraphs[data-module-style="style-1"] .module__image_paragraph .module__introduction {
  margin-bottom: 1em;
}
.module__images_paragraphs[data-module-style="style-1"] .module__paragraph .module__heading {
  margin-bottom: 0;
  border: 3px solid white;
  padding: 1.5em 1em;
  max-width: 80%;
  background-color: #514e4f;
  z-index: 9;
}
.module__images_paragraphs[data-module-style="style-1"] .module__paragraph .module__heading h3,
.module__images_paragraphs[data-module-style="style-1"] .module__paragraph .module__heading .h3 {
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 1.5em;
  letter-spacing: initial;
  max-width: 95%;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .module__images_paragraphs[data-module-style="style-1"] .module__paragraph .module__introduction p {
    margin: 0;
  }
}
.module__images_paragraphs[data-module-style="style-1"] .module__paragraph .module__introduction p:last-of-type {
  margin-bottom: 0;
}
.module__images_paragraphs[data-module-style="style-1"] .module__paragraph .module__image {
  width: 100%;
  height: 290px;
  background: #a8a6a7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.module__images_paragraphs[data-module-style="style-1"] .module__paragraph .module__image img {
  position: absolute;
}
@media (max-width: 960px) {
  .module__images_paragraphs[data-module-style="style-1"] .module__buttons {
    margin-bottom: 4em;
  }
}
.module__images_paragraphs[data-module-style="style-1"] .module__buttons .module__button {
  padding: 1em 2em;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
  font-weight: 800;
  padding: 0;
  background-color: unset;
  border: 0;
  color: #000000;
  border-bottom: 2px solid #000000;
  min-width: auto;
}
.module__images_paragraphs[data-module-style="style-1"] .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__images_paragraphs[data-module-style="style-1"] .module__buttons .module__button:hover {
  background-color: unset;
  color: #000000;
  border: 0;
  border-bottom: 2px solid #000000;
  font-weight: 800;
}
.module__images_paragraphs[data-module-style="style-1"] .module__buttons .module__button:hover:after {
  content: '>';
}
.module__images_paragraphs[data-module-style="style-1"],
.module__images_paragraphs[data-module-style="style-10"] {
  text-align: center;
}
.module__images_paragraphs[data-module-style="style-10"] .module__image--wrapper {
  width: 100%;
  position: relative;
  height: 440px;
}
.module__images_paragraphs[data-module-style="style-10"] .module__image--wrapper .module__image--before {
  background: #9b9b9b;
  width: 305px;
  height: 440px;
  position: absolute;
  background: #a8a6a7;
}
.module__images_paragraphs[data-module-style="style-10"] .module__image--wrapper .module__image {
  width: 330px;
  height: 330px;
  background: #514e4f;
  position: absolute;
  left: 9em;
  top: 3.5em;
}
.module__images_paragraphs[data-module-style="style-10"] .module__heading h3,
.module__images_paragraphs[data-module-style="style-10"] .module__heading .h3 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module__images_paragraphs[data-module-style="style-10"] .module__image_paragraph .module__paragraph .module__introduction {
  margin-bottom: 1em;
}
.module__images_paragraphs[data-module-style="style-10"] .module__image_paragraph .module__paragraph .module__introduction h2,
.module__images_paragraphs[data-module-style="style-10"] .module__image_paragraph .module__paragraph .module__introduction .h2 {
  font-size: 1.65em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin-bottom: 0.5em;
}
.module__images_paragraphs[data-module-style="style-10"] .module__buttons .module__button {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
}
.module__images_paragraphs[data-module-style="style-10"] .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__images_paragraphs[data-module-style="style-10"] .module__icon_paragraph .module__introduction h2,
.module__images_paragraphs[data-module-style="style-10"] .module__icon_paragraph .module__introduction .h2 {
  font-size: 2.5em;
}
.module__images_paragraphs[data-module-style="style-9"] {
  text-align: center;
  padding-bottom: 6em;
}
.module__images_paragraphs[data-module-style="style-9"] .module__heading h2,
.module__images_paragraphs[data-module-style="style-9"] .module__heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .module__images_paragraphs[data-module-style="style-9"] .module__image_paragraph .module__paragraph {
    margin-bottom: 10em;
  }
}
.module__images_paragraphs[data-module-style="style-9"] .module__image_paragraph .module__paragraph .module__heading,
.module__images_paragraphs[data-module-style="style-9"] .module__image_paragraph .module__paragraph .module__introduction,
.module__images_paragraphs[data-module-style="style-9"] .module__image_paragraph .module__paragraph .module__image {
  background-color: white;
  margin-bottom: 0;
  padding: 1em;
}
.module__images_paragraphs[data-module-style="style-9"] .module__image_paragraph .module__paragraph .module__heading img,
.module__images_paragraphs[data-module-style="style-9"] .module__image_paragraph .module__paragraph .module__introduction img,
.module__images_paragraphs[data-module-style="style-9"] .module__image_paragraph .module__paragraph .module__image img {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  height: auto;
}
.module__images_paragraphs[data-module-style="style-9"] .module__image_paragraph .module__paragraph .module__introduction {
  padding: 1em 1em 8em 1em;
}
.module__images_paragraphs[data-module-style="style-9"] .module__image_paragraph .module__paragraph .module__introduction p {
  margin-top: 0;
}
.module__images_paragraphs[data-module-style="style-9"] .module__image_paragraph .module__paragraph .module__introduction p:last-of-type {
  margin-bottom: 1.25em;
}
.module__images_paragraphs[data-module-style="style-9"] .module__image_paragraph .module__paragraph .module__heading {
  margin-top: 1em;
  padding: 3em 0 0;
}
.module__images_paragraphs[data-module-style="style-9"] .module__image_paragraph .module__paragraph .module__heading h3,
.module__images_paragraphs[data-module-style="style-9"] .module__image_paragraph .module__paragraph .module__heading .h3 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module__images_paragraphs[data-module-style="style-9"] .module__image_paragraph .module__paragraph .module__image--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  max-height: 8em;
}
.module__images_paragraphs[data-module-style="style-9"] .module__image_paragraph .module__paragraph .module__image {
  max-height: 16em;
  background-color: #514e4f;
  width: 230px;
  height: 300px;
  position: relative;
  top: -6.5em;
  display: block;
}
.module__images_paragraphs[data-module-style="style-8"] {
  padding: 0;
  text-align: center;
}
.module__images_paragraphs[data-module-style="style-8"].overlay {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.module__images_paragraphs[data-module-style="style-8"] .module__content {
  padding: 6em 4em;
  -webkit-box-shadow: inset 0 0 0 800px rgba(0, 0, 0, 0.6);
          box-shadow: inset 0 0 0 800px rgba(0, 0, 0, 0.6);
}
.module__images_paragraphs[data-module-style="style-8"] .module__content h1,
.module__images_paragraphs[data-module-style="style-8"] .module__content h2,
.module__images_paragraphs[data-module-style="style-8"] .module__content .h1,
.module__images_paragraphs[data-module-style="style-8"] .module__content .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
  color: white;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .module__images_paragraphs[data-module-style="style-8"] .module__content h1,
  .module__images_paragraphs[data-module-style="style-8"] .module__content h2,
  .module__images_paragraphs[data-module-style="style-8"] .module__content .h1,
  .module__images_paragraphs[data-module-style="style-8"] .module__content .h2 {
    font-size: 2.25em;
  }
}
.module__images_paragraphs[data-module-style="style-8"] .module__content .module__heading span,
.module__images_paragraphs[data-module-style="style-8"] .module__content .module__heading h2,
.module__images_paragraphs[data-module-style="style-8"] .module__content .module__heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
  color: white;
}
.module__images_paragraphs[data-module-style="style-8"] .module__content p {
  color: white;
}
.module__images_paragraphs[data-module-style="style-8"] .module__buttons .module__button {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
  border-color: white;
  color: white;
}
.module__images_paragraphs[data-module-style="style-8"] .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__images_paragraphs[data-module-style="style-8"] .white-line {
  border-right: 2px solid white;
}
.module__images_paragraphs[data-module-style="style-3"] {
  padding: 0;
}
.module__images_paragraphs[data-module-style="style-3"] .module--text-image {
  padding: 6em 0;
}
@media (max-width: 960px) {
  .module__images_paragraphs[data-module-style="style-3"] .module--text-image {
    padding: 4em 0;
  }
}
.module__images_paragraphs[data-module-style="style-3"] .module--text-image:nth-of-type(2n) {
  background-color: #eaeaea;
}
.module__images_paragraphs[data-module-style="style-3"] .module--text-image:nth-of-type(2n) .grid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.module__images_paragraphs[data-module-style="style-3"] .module--text-image:nth-of-type(2n) .grid .grid__column:first-child {
  padding: 0 0 0 1.7em;
}
.module__images_paragraphs[data-module-style="style-3"] .module--text-image .grid--stretch .grid__column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.module__images_paragraphs[data-module-style="style-3"] .module--text-image .grid--center-y {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.module__images_paragraphs[data-module-style="style-3"] .module--text-image .module__text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: initial;
}
.module__images_paragraphs[data-module-style="style-3"] .module--text-image .module__text p {
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 0.95em;
}
.module__images_paragraphs[data-module-style="style-3"] .module--text-image h2,
.module__images_paragraphs[data-module-style="style-3"] .module--text-image .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module__images_paragraphs[data-module-style="style-3"] .module--text-image .magicdust-button {
  margin-top: 1em;
}
.module__images_paragraphs[data-module-style="style-3"] .module__image {
  background-color: #514e4f;
  width: 100%;
  height: auto;
}
.module__images_paragraphs[data-module-style="style-3"] .module__buttons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.module__images_paragraphs[data-module-style="style-3"] .module__buttons .module__button {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
  margin-left: 0;
}
.module__images_paragraphs[data-module-style="style-3"] .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__images_paragraphs[data-module-style="style-3"] .module__text h2,
.module__images_paragraphs[data-module-style="style-3"] .module__text .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
}
@media (max-width: 480px) {
  .module__images_paragraphs[data-module-style="style-3"] .module__text h2,
  .module__images_paragraphs[data-module-style="style-3"] .module__text .h2 {
    font-size: 2.25em;
  }
}
.module__images_paragraphs[data-module-style="style-3"] .module__heading h2,
.module__images_paragraphs[data-module-style="style-3"] .module__heading .h2 {
  margin-bottom: 0;
}
.module__images_paragraphs[data-module-style="style-3"] .grid__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.module__images_paragraphs[data-module-style="style-3"].reverse .grid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 480px) {
  .module__images_paragraphs[data-module-style="style-3"].reverse .grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.module__images_paragraphs[data-module-style="style-3"].reverse .module__buttons .module__button {
  border: 1px solid white;
  color: white;
}
.module__images_paragraphs[data-module-style="style-3"].reverse .module__buttons .module__button:hover {
  background-color: white;
  color: black;
}
.module__images_paragraphs[data-module-style="style-3"].reverse .module__buttons .module__button:hover:after {
  display: none;
}
.module__images_paragraphs[data-module-style="style-4"] {
  text-align: center;
  padding: 0;
}
.module__images_paragraphs[data-module-style="style-4"] .image__wrapper {
  width: 100%;
  height: 100%;
}
.module__images_paragraphs[data-module-style="style-4"] .module__image {
  background-color: #514e4f;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
@media (max-width: 960px) {
  .module__images_paragraphs[data-module-style="style-4"] .module__image {
    margin: 0;
  }
}
.module__images_paragraphs[data-module-style="style-4"] .module__image img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.module__images_paragraphs[data-module-style="style-4"] .module__image_paragraph .module__paragraph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 960px) {
  .module__images_paragraphs[data-module-style="style-4"] .module__image_paragraph .module__paragraph {
    margin: 4em 2em;
  }
}
.module__images_paragraphs[data-module-style="style-4"] .module__image_paragraph .module__paragraph .module__wrapper {
  padding: 3.25em 1em;
  height: 325px;
  max-width: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 960px) {
  .module__images_paragraphs[data-module-style="style-4"] .module__image_paragraph .module__paragraph .module__wrapper {
    padding: 0;
    height: auto;
  }
}
.module__images_paragraphs[data-module-style="style-4"] .module__image_paragraph .module__paragraph .module__wrapper .module__heading {
  margin: 0;
}
.module__images_paragraphs[data-module-style="style-4"] .module__image_paragraph .module__paragraph .module__wrapper .module__heading h3,
.module__images_paragraphs[data-module-style="style-4"] .module__image_paragraph .module__paragraph .module__wrapper .module__heading .h3 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
  font-size: 2em;
  letter-spacing: initial;
}
@media (max-width: 480px) {
  .module__images_paragraphs[data-module-style="style-4"] .module__image_paragraph .module__paragraph .module__wrapper .module__heading h3,
  .module__images_paragraphs[data-module-style="style-4"] .module__image_paragraph .module__paragraph .module__wrapper .module__heading .h3 {
    font-size: 2.25em;
  }
}
.module__images_paragraphs[data-module-style="style-4"] .module__image_paragraph .module__paragraph .module__wrapper .module__introduction {
  margin: 0;
}
.module__images_paragraphs[data-module-style="style-4"] .module__image_paragraph .module__paragraph .module__wrapper .module__introduction p {
  font-size: 0.9em;
}
@media (max-width: 960px) {
  .module__images_paragraphs[data-module-style="style-4"] .module__image_paragraph .module__paragraph .module__wrapper .module__introduction p {
    font-size: 17px;
  }
}
@media (max-width: 960px) {
  .module__images_paragraphs[data-module-style="style-4"] .image--desktop {
    display: none;
  }
}
.module__images_paragraphs[data-module-style="style-4"] .image--mobile {
  display: none;
}
@media (max-width: 960px) {
  .module__images_paragraphs[data-module-style="style-4"] .image--mobile {
    display: block;
  }
}
.module__images_paragraphs[data-module-style="style-5"] {
  text-align: center;
  color: #333333;
  padding: 0;
}
@media (max-width: calc(960px - 1px)) {
  .module__images_paragraphs[data-module-style="style-5"] .module__image_paragraph .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.module__images_paragraphs[data-module-style="style-5"] .module__image_paragraph .module__paragraph {
  text-align: left;
}
.module__images_paragraphs[data-module-style="style-5"] .module__image_paragraph .module__paragraph .module__wrapper {
  padding: 8em 7em 8em 5em;
  left: -210px;
  top: 15px;
}
@media (max-width: 960px) {
  .module__images_paragraphs[data-module-style="style-5"] .module__image_paragraph .module__paragraph .module__wrapper {
    padding: 2em 2em 4em;
  }
}
.module__images_paragraphs[data-module-style="style-5"] .module__image_paragraph .module__paragraph .module__wrapper .module__heading {
  text-align: center;
}
.module__images_paragraphs[data-module-style="style-5"] .module__image_paragraph .module__paragraph .module__wrapper .module__heading h3,
.module__images_paragraphs[data-module-style="style-5"] .module__image_paragraph .module__paragraph .module__wrapper .module__heading .h3 {
  color: #333333;
}
.module__images_paragraphs[data-module-style="style-5"] .module__image_paragraph .module__paragraph .module__wrapper .module__introduction {
  color: #333333;
}
.module__images_paragraphs[data-module-style="style-5"] .module__image_paragraph .module__paragraph .module__wrapper .module__introduction h2,
.module__images_paragraphs[data-module-style="style-5"] .module__image_paragraph .module__paragraph .module__wrapper .module__introduction p,
.module__images_paragraphs[data-module-style="style-5"] .module__image_paragraph .module__paragraph .module__wrapper .module__introduction .h2 {
  text-align: center;
  color: #333333;
}
.module__images_paragraphs[data-module-style="style-5"] .module__image_paragraph .module__paragraph .module__wrapper .module__introduction p {
  max-width: 600px;
}
.module__images_paragraphs[data-module-style="style-5"] .module__image_paragraph .module__paragraph .module__wrapper .module__buttons .module__button {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
}
.module__images_paragraphs[data-module-style="style-5"] .module__image_paragraph .module__paragraph .module__wrapper .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__images_paragraphs[data-module-style="style-5"] .module__image_paragraph .image__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: calc(960px - 1px)) {
  .module__images_paragraphs[data-module-style="style-5"] .module__image_paragraph .image__wrapper {
    height: 330px;
  }
}
@media (max-width: 680px) {
  .module__images_paragraphs[data-module-style="style-5"] .module__image_paragraph .image__wrapper {
    height: 300px;
  }
}
@media (max-width: 960px) {
  .module__images_paragraphs[data-module-style="style-5"] .module__image_paragraph .image__wrapper {
    position: initial;
  }
}
.module__images_paragraphs[data-module-style="style-5"] .module__image_paragraph .module__image {
  width: 100%;
  height: 100%;
  position: relative;
  right: 0;
  background-color: #514e4f;
  background-position: center;
}
@media (max-width: calc(960px - 1px)) {
  .module__images_paragraphs[data-module-style="style-5"] .module__image_paragraph .module__image {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 680px) {
  .module__images_paragraphs[data-module-style="style-5"] .module__image_paragraph .module__image {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: calc(960px - 1px)) {
  .module__images_paragraphs[data-module-style="style-5"] .module__image_paragraph .module__image {
    position: initial;
    height: 275px;
    width: 100%;
  }
}
.module__images_paragraphs[data-module-style="style-5"] .module__image_paragraph .module__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media (max-width: 960px) {
  .module__images_paragraphs[data-module-style="style-5"] .module__image_paragraph .module__image img {
    position: initial;
  }
}
.module__images_paragraphs[data-module-style="style-5"] .swap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.module__images_paragraphs[data-module-style="style-5"].reverse .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.module__images_paragraphs[data-module-style="style-5"].reverse .swap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.module__images_paragraphs[data-module-style="style-5"].reverse h5,
.module__images_paragraphs[data-module-style="style-5"].reverse .h5 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
  color: white;
  text-align: center;
}
.module__images_paragraphs[data-module-style="style-5"].reverse h2,
.module__images_paragraphs[data-module-style="style-5"].reverse .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
  font-size: 2.5em;
}
@media (max-width: 480px) {
  .module__images_paragraphs[data-module-style="style-5"].reverse h2,
  .module__images_paragraphs[data-module-style="style-5"].reverse .h2 {
    font-size: 2.25em;
  }
}
.module__images_paragraphs[data-module-style="style-7"] {
  text-align: center;
  padding: 6em 0;
}
.module__images_paragraphs[data-module-style="style-7"] .module__images_paragraphs .module__image_paragraph .module__heading h3,
.module__images_paragraphs[data-module-style="style-7"] .module__images_paragraphs .module__image_paragraph .module__heading .h3 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
  margin-bottom: 0.75em;
  text-transform: none;
}
@media (max-width: 480px) {
  .module__images_paragraphs[data-module-style="style-7"] .module__images_paragraphs .module__image_paragraph .module__heading h3,
  .module__images_paragraphs[data-module-style="style-7"] .module__images_paragraphs .module__image_paragraph .module__heading .h3 {
    font-size: 2.25em;
  }
}
.module__images_paragraphs[data-module-style="style-7"] .module__images_paragraphs .module__image_paragraph .module__introduction h5,
.module__images_paragraphs[data-module-style="style-7"] .module__images_paragraphs .module__image_paragraph .module__introduction .h5 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}
.module__images_paragraphs[data-module-style="style-7"] .module__images_paragraphs .module__image_paragraph .module__introduction h3,
.module__images_paragraphs[data-module-style="style-7"] .module__images_paragraphs .module__image_paragraph .module__introduction .h3 {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  font-size: 2em;
}
.module__images_paragraphs[data-module-style="style-7"] .module__images_paragraphs .module__image_paragraph .module__introduction p {
  max-width: 460px;
  margin: 0 auto;
}
.module__images_paragraphs[data-module-style="style-7"] .module__images_paragraphs .module__image_paragraph .module__buttons .module__button {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
}
.module__images_paragraphs[data-module-style="style-7"] .module__images_paragraphs .module__image_paragraph .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__images_paragraphs[data-module-style="style-7"] .module__images_paragraphs .module__image_paragraph .module__image {
  background-color: #514e4f;
  width: 450px;
  height: 100%;
  position: relative;
}
.module__images_paragraphs[data-module-style="style-7"] .module__images_paragraphs .module__image_paragraph .module__wrapper {
  margin: 3em 0;
}
.module__images_paragraphs[data-module-style="style-6"] {
  padding-bottom: 6em;
}
.module__images_paragraphs[data-module-style="style-6"] .module__image--wrapper {
  width: 100%;
  position: relative;
  height: 440px;
}
.module__images_paragraphs[data-module-style="style-6"] .module__image--wrapper .module__image--before {
  background: #9b9b9b;
  width: 345px;
  height: 440px;
  position: absolute;
  background: #a8a6a7;
}
.module__images_paragraphs[data-module-style="style-6"] .module__image--wrapper .module__image {
  width: 345px;
  height: 440px;
  background: #514e4f;
  position: absolute;
  left: 2em;
  top: 2em;
}
.module__images_paragraphs[data-module-style="style-6"] .module__heading h3,
.module__images_paragraphs[data-module-style="style-6"] .module__heading .h3 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module__images_paragraphs[data-module-style="style-6"] .module__image_paragraph .module__paragraph .module__introduction {
  margin-bottom: 1em;
}
.module__images_paragraphs[data-module-style="style-6"] .module__image_paragraph .module__paragraph .module__introduction h2,
.module__images_paragraphs[data-module-style="style-6"] .module__image_paragraph .module__paragraph .module__introduction .h2 {
  font-size: 1.65em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin-bottom: 0.5em;
}
.module__images_paragraphs[data-module-style="style-6"] .module__buttons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.module__images_paragraphs[data-module-style="style-6"] .module__buttons .module__button {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
  margin-left: 0;
}
.module__images_paragraphs[data-module-style="style-6"] .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__images_paragraphs[data-module-style="style-6"] .module__introduction h2,
.module__images_paragraphs[data-module-style="style-6"] .module__introduction .h2 {
  max-width: 280px;
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
}
@media (max-width: 480px) {
  .module__images_paragraphs[data-module-style="style-6"] .module__introduction h2,
  .module__images_paragraphs[data-module-style="style-6"] .module__introduction .h2 {
    font-size: 2.25em;
  }
}
.module__images_paragraphs[data-module-style="style-6"] .module__icon_paragraph .module__paragraph {
  margin-top: 2em;
}
.module__images_paragraphs[data-module-style="style-2"] {
  padding-bottom: 6em;
}
.module__images_paragraphs[data-module-style="style-2"] .module__image--wrapper {
  width: 100%;
  position: relative;
  height: 420px;
  top: 40px;
}
.module__images_paragraphs[data-module-style="style-2"] .module__image--wrapper .module__image--before {
  background: #9b9b9b;
  width: 345px;
  height: 410px;
  position: absolute;
  background: #a8a6a7;
}
.module__images_paragraphs[data-module-style="style-2"] .module__image--wrapper .module__image {
  width: 345px;
  height: 410px;
  background: #514e4f;
  position: absolute;
  left: 2em;
  top: 2em;
}
.module__images_paragraphs[data-module-style="style-2"] .module__paragraph {
  margin-top: 4em;
}
.module__images_paragraphs[data-module-style="style-2"] .module__heading h3,
.module__images_paragraphs[data-module-style="style-2"] .module__heading .h3 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module__images_paragraphs[data-module-style="style-2"] .module__image_paragraph .module__paragraph .module__introduction {
  margin-bottom: 1em;
}
.module__images_paragraphs[data-module-style="style-2"] .module__image_paragraph .module__paragraph .module__introduction h2,
.module__images_paragraphs[data-module-style="style-2"] .module__image_paragraph .module__paragraph .module__introduction .h2 {
  font-size: 1.65em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin-bottom: 0.5em;
}
.module__images_paragraphs[data-module-style="style-2"] .module__buttons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.module__images_paragraphs[data-module-style="style-2"] .module__buttons .module__button {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
  margin-left: 0;
  padding: 1em 3em;
}
.module__images_paragraphs[data-module-style="style-2"] .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__images_paragraphs[data-module-style="style-2"] .module__introduction h2,
.module__images_paragraphs[data-module-style="style-2"] .module__introduction .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
}
@media (max-width: 480px) {
  .module__images_paragraphs[data-module-style="style-2"] .module__introduction h2,
  .module__images_paragraphs[data-module-style="style-2"] .module__introduction .h2 {
    font-size: 2.25em;
  }
}
.module__images_paragraphs[data-module-style="style-2"] .module__title {
  text-align: center;
}
.module__images_paragraphs[data-module-style="style-2"] .section__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4em;
  border-bottom: 1px solid #d2d2d2;
}
.module__images_paragraphs[data-module-style="style-2"] .section__row:nth-of-type(odd) .grid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.module__images_paragraphs[data-module-style="style-2"] .section__row:nth-of-type(odd) .grid .module__image {
  width: 345px;
  height: 410px;
  background: #514e4f;
  position: absolute;
  left: -2em;
  top: 2em;
}
.module__images_paragraphs.overlay .module__introduction h2,
.module__images_paragraphs.overlay .module__heading h2,
.module__images_paragraphs.overlay .module__introduction h3,
.module__images_paragraphs.overlay .module__heading h3,
.module__images_paragraphs.overlay .module__introduction .h2,
.module__images_paragraphs.overlay .module__heading .h2,
.module__images_paragraphs.overlay .module__introduction .h3,
.module__images_paragraphs.overlay .module__heading .h3 {
  color: white;
}
.module__instagram[data-module-style="style-1"] {
  text-align: center;
}
.module__instagram[data-module-style="style-1"] .module__heading h2,
.module__instagram[data-module-style="style-1"] .module__heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module__instagram[data-module-style="style-1"] .module__introduction h2,
.module__instagram[data-module-style="style-1"] .module__introduction .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
}
@media (max-width: 480px) {
  .module__instagram[data-module-style="style-1"] .module__introduction h2,
  .module__instagram[data-module-style="style-1"] .module__introduction .h2 {
    font-size: 2.25em;
  }
}
.module__instagram[data-module-style="style-2"] {
  text-align: center;
}
.module__instagram[data-module-style="style-2"] .module__heading h2,
.module__instagram[data-module-style="style-2"] .module__heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module__instagram[data-module-style="style-2"] .module__introduction h2,
.module__instagram[data-module-style="style-2"] .module__introduction .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
}
@media (max-width: 480px) {
  .module__instagram[data-module-style="style-2"] .module__introduction h2,
  .module__instagram[data-module-style="style-2"] .module__introduction .h2 {
    font-size: 2.25em;
  }
}
.module__latest_posts .module__heading {
  margin-bottom: 0;
}
.module__latest_posts .module__heading h2,
.module__latest_posts .module__heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module__latest_posts .post__category {
  margin-bottom: 1em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module__latest_posts .module__introduction {
  text-align: center;
}
.module__latest_posts .module__introduction h2,
.module__latest_posts .module__introduction .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
  letter-spacing: initial;
}
@media (max-width: 480px) {
  .module__latest_posts .module__introduction h2,
  .module__latest_posts .module__introduction .h2 {
    font-size: 2.25em;
  }
}
.module__latest_posts .module__introduction p {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  text-transform: none;
  letter-spacing: initial;
}
.module__latest_posts .post__title {
  font-size: 1.45em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin-bottom: 1em;
  font-weight: 300;
  color: #333333;
}
.module__latest_posts.overlay .module__heading h2,
.module__latest_posts.overlay .module__heading .h2 {
  color: white;
}
.module__latest_posts.overlay .post__category,
.module__latest_posts.overlay .post__title {
  color: white;
}
.module__latest_posts[data-module-style="style-1"] .module__latest_posts--heading {
  text-align: center;
  margin-bottom: 3em;
}
.module__latest_posts[data-module-style="style-1"] .module__post {
  width: 100%;
}
.module__latest_posts[data-module-style="style-1"] .module__heading {
  margin-bottom: 0;
}
.module__latest_posts[data-module-style="style-1"] .module__introduction {
  margin-bottom: 3em;
}
.module__latest_posts[data-module-style="style-1"] .module__image--wrapper {
  width: 100%;
  position: relative;
  height: 300px;
  margin-bottom: 1em;
}
@media (max-width: 960px) {
  .module__latest_posts[data-module-style="style-1"] .module__image--wrapper {
    width: 100%;
    height: 275px;
    position: initial;
  }
}
.module__latest_posts[data-module-style="style-1"] .module__image--wrapper .module__image {
  width: 100%;
  height: 100%;
  background: #514e4f;
  position: absolute;
  top: 0;
}
@media (max-width: 960px) {
  .module__latest_posts[data-module-style="style-1"] .module__image--wrapper .module__image {
    position: initial;
  }
}
.module__latest_posts[data-module-style="style-1"] .post__content {
  text-align: center;
}
@media (max-width: 960px) {
  .module__latest_posts[data-module-style="style-1"] .post__content {
    margin-bottom: 4em;
  }
}
.module__latest_posts[data-module-style="style-1"] .post__content .post__category {
  margin-bottom: 0.25em;
  display: none;
}
.module__latest_posts[data-module-style="style-1"] .post__content .post__title {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
  font-size: 1.5em;
  text-transform: uppercase;
  margin: 1em 0;
}
@media (max-width: 480px) {
  .module__latest_posts[data-module-style="style-1"] .post__content .post__title {
    font-size: 2.25em;
  }
}
.module__latest_posts[data-module-style="style-1"] .post__link {
  padding: 1em 2em;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
  font-weight: 800;
  padding: 0;
  background-color: unset;
  border: 0;
  color: #000000;
  border-bottom: 2px solid #000000;
  min-width: auto;
  margin-top: 2em;
  display: inline-block;
}
.module__latest_posts[data-module-style="style-1"] .post__link:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__latest_posts[data-module-style="style-1"] .post__link:hover {
  background-color: unset;
  color: #000000;
  border: 0;
  border-bottom: 2px solid #000000;
  font-weight: 800;
}
.module__latest_posts[data-module-style="style-1"] .post__link:hover:after {
  content: '>';
}
.module__latest_posts[data-module-style="style-2"] .module__latest_posts--heading {
  text-align: center;
  margin-bottom: 3em;
}
.module__latest_posts[data-module-style="style-2"] .module__post {
  width: 100%;
  margin-bottom: 1em;
}
@media (max-width: 960px) {
  .module__latest_posts[data-module-style="style-2"] .module__post {
    margin-bottom: 2em;
  }
}
.module__latest_posts[data-module-style="style-2"] .module__heading {
  margin-bottom: 0;
}
.module__latest_posts[data-module-style="style-2"] .module__introduction {
  margin-bottom: 3em;
}
.module__latest_posts[data-module-style="style-2"] .module__image--wrapper {
  width: 100%;
  position: relative;
  height: 200px;
}
@media (max-width: 960px) {
  .module__latest_posts[data-module-style="style-2"] .module__image--wrapper {
    width: 100%;
    height: 275px;
    position: initial;
    margin-bottom: 0;
  }
}
.module__latest_posts[data-module-style="style-2"] .module__image--wrapper .module__image {
  width: 100%;
  height: 100%;
  background: #514e4f;
  position: absolute;
  top: 0;
}
@media (max-width: 960px) {
  .module__latest_posts[data-module-style="style-2"] .module__image--wrapper .module__image {
    margin-bottom: 0;
    position: initial;
  }
}
.module__latest_posts[data-module-style="style-2"] .post__content {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media (max-width: 960px) {
  .module__latest_posts[data-module-style="style-2"] .post__content {
    height: auto;
  }
}
.module__latest_posts[data-module-style="style-2"] .post__content .post__category {
  margin-bottom: 0.25em;
  display: none;
}
.module__latest_posts[data-module-style="style-2"] .post__content .post__title {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
  font-size: 1.5em;
  text-transform: uppercase;
  margin: 0 0 1em 0;
}
@media (max-width: 480px) {
  .module__latest_posts[data-module-style="style-2"] .post__content .post__title {
    font-size: 2.25em;
  }
}
.module__latest_posts[data-module-style="style-2"] .post__link {
  padding: 1em 2em;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
  font-weight: 800;
  padding: 0;
  background-color: unset;
  border: 0;
  color: #000000;
  border-bottom: 2px solid #000000;
  min-width: auto;
  margin-top: 2em;
  display: inline-block;
  margin-left: 0;
}
.module__latest_posts[data-module-style="style-2"] .post__link:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__latest_posts[data-module-style="style-2"] .post__link:hover {
  background-color: unset;
  color: #000000;
  border: 0;
  border-bottom: 2px solid #000000;
  font-weight: 800;
}
.module__latest_posts[data-module-style="style-2"] .post__link:hover:after {
  content: '>';
}
.module__latest_posts[data-module-style="style-2"] .module__post--wrapper {
  margin-bottom: 2em;
}
@media (max-width: 960px) {
  .module__latest_posts[data-module-style="style-2"] .module__post--wrapper {
    margin-bottom: 4em;
  }
}
.module__logos {
  text-align: center;
}
.module__logos .module__heading h2,
.module__logos .module__heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module__logos .module__introduction {
  margin-bottom: 2em;
}
.module__logos .module__introduction h2,
.module__logos .module__introduction .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
}
@media (max-width: 480px) {
  .module__logos .module__introduction h2,
  .module__logos .module__introduction .h2 {
    font-size: 2.25em;
  }
}
.module__logos .module__logo img {
  opacity: 0.5;
  -webkit-filter: grayscale();
          filter: grayscale();
  cursor: pointer;
}
.module__logos .module__logo img:hover {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}
.module__logos .module__logos--wrapper .module__logos {
  margin-top: 3em;
}
.module__maps .module__heading h2,
.module__maps .module__heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module__maps .module__introduction {
  margin-bottom: 2em;
}
.module__maps .module__introduction h2,
.module__maps .module__introduction .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
}
@media (max-width: 480px) {
  .module__maps .module__introduction h2,
  .module__maps .module__introduction .h2 {
    font-size: 2.25em;
  }
}
.module__maps .module__introduction h5,
.module__maps .module__introduction .h5 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module__maps .module__maps .module__map .module__heading {
  border-bottom: 1px solid #333333;
}
.module__maps .module__maps .module__map .module__heading h2,
.module__maps .module__maps .module__map .module__heading .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
  padding-bottom: 0.25em;
}
@media (max-width: 480px) {
  .module__maps .module__maps .module__map .module__heading h2,
  .module__maps .module__maps .module__map .module__heading .h2 {
    font-size: 2.25em;
  }
}
.module__maps[data-module-style="style-1"] {
  text-align: center;
}
.module__maps[data-module-style="style-1"] .module__maps--heading h2,
.module__maps[data-module-style="style-1"] .module__maps--heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
  text-align: center;
}
.module__maps[data-module-style="style-1"] .module__map {
  border: 0;
  margin-bottom: 3em;
  padding: 0;
  margin-top: 6em;
}
@media (max-width: 960px) {
  .module__maps[data-module-style="style-1"] .module__map {
    margin: 4em 0 0;
  }
}
.module__maps[data-module-style="style-1"] .module__content--wrapper {
  width: 100%;
  background-color: black;
  padding: 4em 3em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.module__maps[data-module-style="style-1"] .module__content--wrapper .module__heading {
  margin-bottom: 0;
}
.module__maps[data-module-style="style-1"] .module__content--wrapper .module__heading h2,
.module__maps[data-module-style="style-1"] .module__content--wrapper .module__heading .h2 {
  color: white;
  font-size: 1.5em;
}
.module__maps[data-module-style="style-1"] .module__content--wrapper .module__introduction {
  margin-bottom: 0;
}
.module__maps[data-module-style="style-1"] .module__content--wrapper .module__introduction p {
  margin: 0;
  color: white;
}
.module__maps[data-module-style="style-1"] .module__image--wrapper {
  width: 100%;
  height: 100%;
  border: 3px solid black;
}
@media (max-width: 960px) {
  .module__maps[data-module-style="style-1"] .module__image--wrapper {
    height: 235px;
    margin-bottom: 0;
  }
}
.module__maps[data-module-style="style-1"] .module__image {
  width: 100%;
  height: 100%;
  background-color: #a8a6a7;
}
@media (max-width: 960px) {
  .module__maps[data-module-style="style-1"] .module__image {
    margin-bottom: 0;
  }
}
.module__maps[data-module-style="style-2"] {
  text-align: center;
}
.module__maps[data-module-style="style-2"] .module__maps--heading h2,
.module__maps[data-module-style="style-2"] .module__maps--heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
  text-align: center;
}
.module__maps[data-module-style="style-2"] .module__map {
  border: 3px solid white;
  margin-bottom: 3em;
  padding: 0;
  margin-top: 6em;
}
@media (max-width: 960px) {
  .module__maps[data-module-style="style-2"] .module__map {
    margin: 4em 0 0;
  }
}
.module__maps[data-module-style="style-2"] .module__content--wrapper {
  width: 100%;
  background-color: black;
  padding: 4em 3em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 960px) {
  .module__maps[data-module-style="style-2"] .module__content--wrapper {
    padding: 4em 2em;
  }
}
.module__maps[data-module-style="style-2"] .module__content--wrapper .module__heading {
  margin-bottom: 0;
}
.module__maps[data-module-style="style-2"] .module__content--wrapper .module__heading h2,
.module__maps[data-module-style="style-2"] .module__content--wrapper .module__heading .h2 {
  color: white;
  font-size: 1.5em;
}
.module__maps[data-module-style="style-2"] .module__content--wrapper .module__introduction {
  margin-bottom: 0;
}
.module__maps[data-module-style="style-2"] .module__content--wrapper .module__introduction p {
  margin: 0;
}
.module__maps[data-module-style="style-2"] .module__image--wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 960px) {
  .module__maps[data-module-style="style-2"] .module__image--wrapper {
    height: 235px;
    margin-bottom: 0;
  }
}
.module__maps[data-module-style="style-2"] .module__image {
  width: 100%;
  height: 100%;
  background-color: #a8a6a7;
}
@media (max-width: 960px) {
  .module__maps[data-module-style="style-2"] .module__image {
    margin-bottom: 0;
  }
}
.module__maps[data-module-style="style-3"] .module__maps--heading {
  margin-bottom: 4em;
}
.module__maps[data-module-style="style-3"] .module__maps--heading h2,
.module__maps[data-module-style="style-3"] .module__maps--heading .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
  text-align: left;
}
@media (max-width: 480px) {
  .module__maps[data-module-style="style-3"] .module__maps--heading h2,
  .module__maps[data-module-style="style-3"] .module__maps--heading .h2 {
    font-size: 2.25em;
  }
}
.module__maps[data-module-style="style-3"] .module__map {
  border: 3px solid white;
  margin-bottom: 3em;
  padding: 3em;
  background-color: rgba(52, 52, 52, 0.75);
}
@media (max-width: 960px) {
  .module__maps[data-module-style="style-3"] .module__map {
    padding: 2em;
  }
}
.module__maps[data-module-style="style-3"] .module__content--wrapper {
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.module__maps[data-module-style="style-3"] .module__content--wrapper .module__heading {
  margin-bottom: 0;
  border-bottom: 0;
}
.module__maps[data-module-style="style-3"] .module__content--wrapper .module__heading h2,
.module__maps[data-module-style="style-3"] .module__content--wrapper .module__heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
  color: white;
}
.module__maps[data-module-style="style-3"] .module__content--wrapper .module__introduction {
  margin-bottom: 0;
}
.module__maps[data-module-style="style-3"] .module__content--wrapper .module__introduction h2,
.module__maps[data-module-style="style-3"] .module__content--wrapper .module__introduction .h2 {
  color: white;
}
.module__maps[data-module-style="style-3"] .module__content--wrapper .module__introduction p {
  color: white;
}
.module__maps[data-module-style="style-3"] .module__content--wrapper .module__introduction p:last-of-type {
  margin: 0;
}
.module__maps[data-module-style="style-3"] .module__content--wrapper .module__introduction a {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
  margin: 2em 0 0;
  display: inline-block;
}
.module__maps[data-module-style="style-3"] .module__content--wrapper .module__introduction a:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__maps[data-module-style="style-3"] .module__image--wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 960px) {
  .module__maps[data-module-style="style-3"] .module__image--wrapper {
    height: 235px;
  }
}
.module__maps[data-module-style="style-3"] .module__image {
  width: 100%;
  height: 100%;
  background-color: #a8a6a7;
}
@media (max-width: 960px) {
  .module__maps[data-module-style="style-3"] .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.module__maps.overlay .module__introduction h2,
.module__maps.overlay .module__heading h2,
.module__maps.overlay .module__introduction h3,
.module__maps.overlay .module__heading h3,
.module__maps.overlay .module__introduction p,
.module__maps.overlay .module__heading p,
.module__maps.overlay .module__introduction .h2,
.module__maps.overlay .module__heading .h2,
.module__maps.overlay .module__introduction .h3,
.module__maps.overlay .module__heading .h3 {
  color: white;
}
.module__product_categories {
  text-align: center;
}
.module__product_categories .module__heading h2,
.module__product_categories .module__heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module__product_categories .module__introduction {
  margin-bottom: 2em;
}
.module__product_categories .module__introduction h2,
.module__product_categories .module__introduction .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
}
@media (max-width: 480px) {
  .module__product_categories .module__introduction h2,
  .module__product_categories .module__introduction .h2 {
    font-size: 2.25em;
  }
}
.module__product_categories .post__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 960px) {
  .module__product_categories .post__content {
    margin-bottom: 2em;
  }
}
.module__product_categories .post__thumbnail img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.module__product_categories .post__category {
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin-bottom: 0.5em;
  font-weight: 300;
  color: white;
  background-color: rgba(53, 53, 53, 0.75);
  text-align: center;
  padding: 0.5em;
  position: absolute;
  border: 3px solid white;
  letter-spacing: initial;
  font-size: 1.5em;
}
.module__product_categories .module__post:hover .post__category {
  color: #be9292;
}
.module__product_categories[data-module-style="style-1"] .post__thumbnail {
  background-color: #514e4f;
  width: 100%;
  height: 210px;
}
.module__product_categories[data-module-style="style-1"] .module__introduction {
  margin-bottom: 3em;
}
.module__product_categories[data-module-style="style-1"] .module__posts {
  overflow: hidden;
}
@media (max-width: 960px) {
  .module__product_categories[data-module-style="style-1"] .grid--small-gutters > .grid__column {
    padding: 0 2em;
  }
}
.module__product_categories[data-module-style="style-2"] .post__thumbnail {
  background-color: #514e4f;
  width: 204px;
  height: 204px;
}
.module__product_categories[data-module-style="style-2"] .module__introduction {
  margin-bottom: 3em;
}
.module__products {
  text-align: center;
}
.module__products .module__heading h2,
.module__products .module__heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module__products .module__introduction {
  margin-bottom: 2em;
}
.module__products .module__introduction h2,
.module__products .module__introduction .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
}
@media (max-width: 480px) {
  .module__products .module__introduction h2,
  .module__products .module__introduction .h2 {
    font-size: 2.25em;
  }
}
.module__products .module__product .product__name {
  text-transform: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  letter-spacing: initial;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.module__products .module__product .product__price {
  color: #333333;
  font-size: 1.45em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin-bottom: 0.5em;
  padding-bottom: 1em;
}
.module__products.overlay .module__product .product__name,
.module__products.overlay .module__product .product__price {
  color: white;
}
.module__products.overlay .module__heading h2,
.module__products.overlay .module__heading .h2 {
  color: white;
}
.module__products.overlay .module__introduction h2,
.module__products.overlay .module__introduction .h2 {
  color: white;
}
.module__products .product__image {
  background-color: #514e4f;
  width: 204px;
  height: 204px;
}
@media (max-width: 960px) {
  .module__products .product__image {
    width: 100%;
    height: 275px;
  }
}
.module__products_paragraphs {
  padding: 4.5em 0;
}
@media (max-width: 960px) {
  .module__products_paragraphs {
    padding: 4em 0;
  }
  .module__products_paragraphs.module__products_paragraphs--wrapper {
    padding: 0;
  }
}
.module__products_paragraphs .module__heading h2,
.module__products_paragraphs .module__heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module__products_paragraphs .module__introduction {
  margin-bottom: 2em;
}
.module__products_paragraphs .module__introduction h2,
.module__products_paragraphs .module__introduction .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
  font-size: 2.5em;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .module__products_paragraphs .module__introduction h2,
  .module__products_paragraphs .module__introduction .h2 {
    font-size: 2.25em;
  }
}
.module__products_paragraphs .module__introduction h3,
.module__products_paragraphs .module__introduction .h3 {
  font-size: 1.5em;
  margin-top: 0.25em;
}
.module__products_paragraphs .module__introduction p {
  margin-top: 0;
}
.module__products_paragraphs .module__product_paragraph .product__content {
  z-index: 1;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 0 3em;
}
@media (min-width: 680px) {
  .module__products_paragraphs .module__product_paragraph .product__content {
    position: relative;
    left: 25px;
  }
}
@media (max-width: 960px) {
  .module__products_paragraphs .module__product_paragraph .product__content {
    padding: 0;
  }
}
.module__products_paragraphs .module__product_paragraph .product__content .module__heading h2,
.module__products_paragraphs .module__product_paragraph .product__content .module__heading .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
  letter-spacing: initial;
  line-height: 0.75em;
}
@media (max-width: 480px) {
  .module__products_paragraphs .module__product_paragraph .product__content .module__heading h2,
  .module__products_paragraphs .module__product_paragraph .product__content .module__heading .h2 {
    font-size: 2.25em;
  }
}
@media (max-width: 960px) {
  .module__products_paragraphs .module__product_paragraph .product__content .module__heading h2,
  .module__products_paragraphs .module__product_paragraph .product__content .module__heading .h2 {
    line-height: 1em;
  }
}
.module__products_paragraphs .module__product_paragraph .product__content .module__introduction h5,
.module__products_paragraphs .module__product_paragraph .product__content .module__introduction .h5 {
  font-size: 1.5em;
  letter-spacing: initial;
  margin-bottom: 0;
}
.module__products_paragraphs .module__product_paragraph .product__content .module__buttons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.module__products_paragraphs .module__product_paragraph .product__content .module__buttons .module__button {
  margin-left: 0;
}
.module__products_paragraphs .module__product_paragraph .product__image {
  width: 100%;
}
@media (max-width: 680px) {
  .module__products_paragraphs .module__product_paragraph .product__image {
    margin-top: 2em;
  }
}
@media (min-width: 680px) {
  .module__products_paragraphs .module__product_paragraph .product__image {
    position: relative;
    left: -25px;
  }
}
.module__products_paragraphs .module__product_paragraph .product__image img {
  width: 100%;
}
.module__products_paragraphs .module__image--wrapper {
  width: 100%;
  position: relative;
  height: 100%;
  top: 0;
}
@media (max-width: 960px) {
  .module__products_paragraphs .module__image--wrapper {
    height: 275px;
    position: initial;
  }
}
.module__products_paragraphs .module__image--wrapper .module__image {
  width: 100%;
  height: 100%;
  background: #514e4f;
  position: absolute;
  right: 1em;
  top: 0;
}
@media (max-width: 960px) {
  .module__products_paragraphs .module__image--wrapper .module__image {
    height: 275px;
    position: initial;
  }
}
.module__social_links {
  text-align: center;
}
.module__statistics .module__heading {
  margin-bottom: 1em;
}
.module__statistics .module__heading h2,
.module__statistics .module__heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
  text-align: center;
}
.module__statistics .module__introduction {
  text-align: center;
}
.module__statistics .module__introduction h2,
.module__statistics .module__introduction .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
}
@media (max-width: 480px) {
  .module__statistics .module__introduction h2,
  .module__statistics .module__introduction .h2 {
    font-size: 2.25em;
  }
}
.module__statistics .columns-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
}
.module__statistics[data-module-style="style-1"] {
  text-align: center;
}
.module__statistics[data-module-style="style-1"] .module__statistic {
  margin-bottom: 1.5em;
  padding: 0 1em 0 0;
}
@media (max-width: 960px) {
  .module__statistics[data-module-style="style-1"] .module__statistic {
    margin-bottom: 4em;
  }
}
.module__statistics[data-module-style="style-1"] .module__statistic .module__stat {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin-bottom: 0.25em;
}
.module__statistics[data-module-style="style-1"] .module__statistic .module__heading {
  margin: 0;
}
.module__statistics[data-module-style="style-1"] .module__statistic .module__buttons .module__button {
  padding: 1em 2em;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
  font-weight: 800;
  padding: 0;
  background-color: unset;
  border: 0;
  color: #000000;
  border-bottom: 2px solid #000000;
  min-width: auto;
}
.module__statistics[data-module-style="style-1"] .module__statistic .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__statistics[data-module-style="style-1"] .module__statistic .module__buttons .module__button:hover {
  background-color: unset;
  color: #000000;
  border: 0;
  border-bottom: 2px solid #000000;
  font-weight: 800;
}
.module__statistics[data-module-style="style-1"] .module__statistic .module__buttons .module__button:hover:after {
  content: '>';
}
.module__statistics[data-module-style="style-1"] .module__statistic .module__paragraph h3,
.module__statistics[data-module-style="style-1"] .module__statistic .module__paragraph .h3 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
  font-size: 1.5em;
  letter-spacing: initial;
  margin: 0;
}
@media (max-width: 480px) {
  .module__statistics[data-module-style="style-1"] .module__statistic .module__paragraph h3,
  .module__statistics[data-module-style="style-1"] .module__statistic .module__paragraph .h3 {
    font-size: 2.25em;
  }
}
@media (max-width: 960px) {
  .module__statistics[data-module-style="style-1"] .module__statistic .module__paragraph h3,
  .module__statistics[data-module-style="style-1"] .module__statistic .module__paragraph .h3 {
    font-size: 1.5em;
  }
}
.module__statistics[data-module-style="style-1"].overlay .module__heading h3,
.module__statistics[data-module-style="style-1"].overlay .module__heading .h3 {
  color: white;
}
.module__statistics[data-module-style="style-1"].overlay h1,
.module__statistics[data-module-style="style-1"].overlay h2,
.module__statistics[data-module-style="style-1"].overlay h3,
.module__statistics[data-module-style="style-1"].overlay h4,
.module__statistics[data-module-style="style-1"].overlay h5,
.module__statistics[data-module-style="style-1"].overlay h6,
.module__statistics[data-module-style="style-1"].overlay p,
.module__statistics[data-module-style="style-1"].overlay .h1,
.module__statistics[data-module-style="style-1"].overlay .h2,
.module__statistics[data-module-style="style-1"].overlay .h3,
.module__statistics[data-module-style="style-1"].overlay .h4,
.module__statistics[data-module-style="style-1"].overlay .h5,
.module__statistics[data-module-style="style-1"].overlay .h6 {
  color: white;
}
.module__statistics[data-module-style="style-1"] .container .module__statistics {
  margin-top: 3em;
}
.module__statistics[data-module-style="style-2"] {
  text-align: center;
}
.module__statistics[data-module-style="style-2"] .grid {
  margin-left: 0;
  margin-right: 0;
}
.module__statistics[data-module-style="style-2"] .module__statistic {
  padding: 3em;
}
.module__statistics[data-module-style="style-2"] .module__statistic .module__stat {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 auto 0.25em;
}
.module__statistics[data-module-style="style-2"] .grid__column:nth-of-type(2n) {
  border-left: 3px solid black;
}
@media (max-width: 960px) {
  .module__statistics[data-module-style="style-2"] .grid__column:nth-of-type(2n) {
    border-left: 0;
  }
}
.module__statistics[data-module-style="style-2"] .grid__column:nth-of-type(3n) {
  border-top: 3px solid black;
}
@media (max-width: 960px) {
  .module__statistics[data-module-style="style-2"] .grid__column:nth-of-type(3n) {
    border-top: 0;
  }
}
.module__statistics[data-module-style="style-2"] .grid__column:nth-of-type(4n) {
  border-top: 3px solid black;
}
@media (max-width: 960px) {
  .module__statistics[data-module-style="style-2"] .grid__column:nth-of-type(4n) {
    border-top: 0;
  }
}
.module__statistics[data-module-style="style-2"] .module__buttons .module__button {
  padding: 1em 2em;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
  font-weight: 800;
  padding: 0;
  background-color: unset;
  border: 0;
  color: #000000;
  border-bottom: 2px solid #000000;
  min-width: auto;
}
.module__statistics[data-module-style="style-2"] .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__statistics[data-module-style="style-2"] .module__buttons .module__button:hover {
  background-color: unset;
  color: #000000;
  border: 0;
  border-bottom: 2px solid #000000;
  font-weight: 800;
}
.module__statistics[data-module-style="style-2"] .module__buttons .module__button:hover:after {
  content: '>';
}
.module__statistics.overlay .module__heading h3,
.module__statistics.overlay .module__heading .h3 {
  color: white;
}
.module__statistics.overlay h1,
.module__statistics.overlay h2,
.module__statistics.overlay h3,
.module__statistics.overlay h4,
.module__statistics.overlay h5,
.module__statistics.overlay h6,
.module__statistics.overlay p,
.module__statistics.overlay .h1,
.module__statistics.overlay .h2,
.module__statistics.overlay .h3,
.module__statistics.overlay .h4,
.module__statistics.overlay .h5,
.module__statistics.overlay .h6 {
  color: white;
}
.module__team_members .owl-dot {
  background-color: transparent;
  width: 10px;
  height: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0.25em;
  border: 2px solid #514e4f;
}
.module__team_members .owl-dot.active {
  background-color: #514e4f;
}
.module__team_members[data-module-style="style-1"] {
  padding-bottom: 7em;
}
.module__team_members[data-module-style="style-1"] .module__image--wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 960px) {
  .module__team_members[data-module-style="style-1"] .module__image--wrapper {
    height: 235px;
  }
}
.module__team_members[data-module-style="style-1"] .module__image--wrapper .module__image {
  width: 100%;
  height: 100%;
  background: #514e4f;
}
.module__team_members[data-module-style="style-1"] .grid__column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.module__team_members[data-module-style="style-1"] h2,
.module__team_members[data-module-style="style-1"] .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
  font-size: 1.5em;
  margin-bottom: 0.75em;
}
@media (max-width: 480px) {
  .module__team_members[data-module-style="style-1"] h2,
  .module__team_members[data-module-style="style-1"] .h2 {
    font-size: 2.25em;
  }
}
.module__team_members[data-module-style="style-1"] h5,
.module__team_members[data-module-style="style-1"] .h5 {
  display: block;
  width: 100%;
  font-size: 1em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 0 1em;
  letter-spacing: initial;
}
.module__team_members[data-module-style="style-1"] .module__team_member {
  border: 3px solid black;
  padding: 3em;
}
@media (max-width: 960px) {
  .module__team_members[data-module-style="style-1"] .module__team_member {
    padding: 0;
  }
  .module__team_members[data-module-style="style-1"] .module__team_member .content__column {
    padding: 1em 4em 4em;
  }
}
.module__team_members[data-module-style="style-1"] p {
  margin: 0 0 1.5em 0;
}
.module__team_members[data-module-style="style-1"] .module__buttons .module__button {
  padding: 1em 2em;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
  font-weight: 800;
  padding: 0;
  background-color: unset;
  border: 0;
  color: #000000;
  border-bottom: 2px solid #000000;
  min-width: auto;
  margin-left: 0;
}
.module__team_members[data-module-style="style-1"] .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__team_members[data-module-style="style-1"] .module__buttons .module__button:hover {
  background-color: unset;
  color: #000000;
  border: 0;
  border-bottom: 2px solid #000000;
  font-weight: 800;
}
.module__team_members[data-module-style="style-1"] .module__buttons .module__button:hover:after {
  content: '>';
}
.module__team_members[data-module-style="style-2"] {
  text-align: center;
}
.module__team_members[data-module-style="style-2"] .module__heading h5,
.module__team_members[data-module-style="style-2"] .module__heading .h5 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
  letter-spacing: initial;
}
.module__team_members[data-module-style="style-2"] .module__introduction h2,
.module__team_members[data-module-style="style-2"] .module__introduction .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
  margin-bottom: 1em;
}
@media (max-width: 480px) {
  .module__team_members[data-module-style="style-2"] .module__introduction h2,
  .module__team_members[data-module-style="style-2"] .module__introduction .h2 {
    font-size: 2.25em;
  }
}
.module__team_members[data-module-style="style-2"] .module__team_member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2em;
}
.module__team_members[data-module-style="style-2"] .module__team_member:hover .module__content {
  background-color: transparent;
}
.module__team_members[data-module-style="style-2"] .module__team_member:hover .module__content h3,
.module__team_members[data-module-style="style-2"] .module__team_member:hover .module__content h5,
.module__team_members[data-module-style="style-2"] .module__team_member:hover .module__content .h3,
.module__team_members[data-module-style="style-2"] .module__team_member:hover .module__content .h5 {
  color: black;
}
.module__team_members[data-module-style="style-2"] .module__image--wrapper {
  width: 100%;
  position: relative;
  height: 210px;
  top: 0;
}
@media (max-width: 960px) {
  .module__team_members[data-module-style="style-2"] .module__image--wrapper {
    position: initial;
    height: 275px;
  }
}
.module__team_members[data-module-style="style-2"] .module__image--wrapper .module__image {
  width: 100%;
  height: 100%;
  background: #514e4f;
  position: absolute;
  top: 0;
}
@media (max-width: 960px) {
  .module__team_members[data-module-style="style-2"] .module__image--wrapper .module__image {
    position: initial;
  }
}
.module__team_members[data-module-style="style-2"] .module__content {
  padding: 2em;
  border: 3px solid black;
  margin-top: 1em;
  min-height: 172px;
  background-color: black;
}
@media (max-width: 960px) {
  .module__team_members[data-module-style="style-2"] .module__content {
    margin: 1em 2em 3em;
  }
}
.module__team_members[data-module-style="style-2"] .module__content h3,
.module__team_members[data-module-style="style-2"] .module__content .h3 {
  font-size: 1.5em;
  line-height: 1.25em;
  margin: 0 auto 0.75em;
  max-width: 110px;
  color: white;
}
.module__team_members[data-module-style="style-2"] .module__content h5,
.module__team_members[data-module-style="style-2"] .module__content .h5 {
  display: block;
  width: 100%;
  font-size: 1em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0;
  letter-spacing: initial;
  color: white;
}
@media (max-width: 960px) {
  .module__team_members[data-module-style="style-2"] .container {
    padding: 0;
  }
  .module__team_members[data-module-style="style-2"] .container.container--narrow {
    padding: 0 2em;
  }
}
@media (max-width: 960px) {
  .module__team_members[data-module-style="style-2"] .grid .grid__column:last-of-type .module__content {
    margin-bottom: 0;
  }
}
.module__testimonials {
  text-align: center;
}
.module__testimonials .module__heading h2,
.module__testimonials .module__heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module__testimonials .module__testimonial {
  padding: 0.5em 2em 2em;
}
.module__testimonials .module__testimonial .module__testimonial .testimonial__content {
  font-size: 1em;
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin-bottom: 2em;
}
.module__testimonials .module__testimonial .module__testimonial .testimonial__content h2,
.module__testimonials .module__testimonial .module__testimonial .testimonial__content .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
  color: white;
}
@media (max-width: 480px) {
  .module__testimonials .module__testimonial .module__testimonial .testimonial__content h2,
  .module__testimonials .module__testimonial .module__testimonial .testimonial__content .h2 {
    font-size: 2.25em;
  }
}
.module__testimonials .module__testimonial .module__testimonial .testimonial__details {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
  color: white;
}
.module__testimonials[data-module-style="style-1"] .module__heading h2,
.module__testimonials[data-module-style="style-1"] .module__heading .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
  letter-spacing: initial;
}
@media (max-width: 480px) {
  .module__testimonials[data-module-style="style-1"] .module__heading h2,
  .module__testimonials[data-module-style="style-1"] .module__heading .h2 {
    font-size: 2.25em;
  }
}
.module__testimonials[data-module-style="style-1"] .module__testimonial {
  padding: 0.5em 0.75em 0;
}
.module__testimonials[data-module-style="style-1"] .module__testimonial .testimonial__content {
  color: white;
  text-align: center;
  font-size: 1.5em;
}
.module__testimonials[data-module-style="style-1"] .module__testimonial .testimonial__content h2,
.module__testimonials[data-module-style="style-1"] .module__testimonial .testimonial__content .h2 {
  color: white;
  font-size: 2.25em;
}
.module__testimonials[data-module-style="style-1"] .module__testimonial .testimonial__details {
  text-align: center;
  color: white;
  margin-bottom: 0;
}
.module__testimonials[data-module-style="style-1"] .module__testimonial .module__content {
  margin: 2em 0;
  border: 3px solid white;
  padding: 3em 7.5em;
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(38, 38, 38, 0.85);
}
@media (max-width: 960px) {
  .module__testimonials[data-module-style="style-1"] .module__testimonial .module__content {
    padding: 4em 2em;
    min-height: 60vh;
  }
}
.module__testimonials[data-module-style="style-1"] .module__testimonial .module__testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.module__testimonials[data-module-style="style-1"] .module__quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -25px;
  left: 60px;
}
.module__testimonials[data-module-style="style-1"] .module__quote svg {
  max-width: 70px;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.module__testimonials[data-module-style="style-1"] .module__quote--bottom {
  bottom: 54px;
  position: absolute;
  right: 60px;
  height: 70px;
}
.module__testimonials[data-module-style="style-1"] .module__quote--bottom svg {
  max-width: 70px;
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media (max-width: 960px) {
  .module__testimonials[data-module-style="style-1"] .container {
    padding: 0;
  }
  .module__testimonials[data-module-style="style-1"] .container.container--narrow {
    padding: 0 2em;
  }
}
.module__testimonials[data-module-style="style-2"] .module__heading h2,
.module__testimonials[data-module-style="style-2"] .module__heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
  letter-spacing: initial;
}
.module__testimonials[data-module-style="style-2"] .module__testimonial {
  padding: 0.5em 0.75em 0;
}
.module__testimonials[data-module-style="style-2"] .module__testimonial .testimonial__content {
  text-align: center;
}
.module__testimonials[data-module-style="style-2"] .module__testimonial .testimonial__content h2,
.module__testimonials[data-module-style="style-2"] .module__testimonial .testimonial__content .h2 {
  color: #333333;
  font-size: 2.25em;
}
.module__testimonials[data-module-style="style-2"] .module__testimonial .testimonial__details {
  text-align: center;
  color: #333333;
  margin-bottom: 0;
}
.module__testimonials[data-module-style="style-2"] .module__testimonial .module__content {
  margin: 2em 0;
  border: 3px solid black;
  padding: 3em;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25em;
}
@media (max-width: 960px) {
  .module__testimonials[data-module-style="style-2"] .module__testimonial .module__content {
    padding: 4em 2em;
    min-height: 60vh;
  }
}
.module__testimonials[data-module-style="style-2"] .module__testimonial .module__testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.module__testimonials[data-module-style="style-2"] .module__quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -25px;
  left: 60px;
}
.module__testimonials[data-module-style="style-2"] .module__quote svg {
  max-width: 70px;
}
.module__testimonials[data-module-style="style-2"] .module__quote--bottom {
  bottom: -35px;
  position: absolute;
  right: 60px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.module__testimonials[data-module-style="style-2"] .module__quote--bottom svg {
  max-width: 70px;
}
@media (max-width: 960px) {
  .module__testimonials[data-module-style="style-2"] .container {
    padding: 0;
  }
  .module__testimonials[data-module-style="style-2"] .container.container--narrow {
    padding: 0 2em;
  }
}
.module__testimonials[data-module-style="style-3"] .module__heading h2,
.module__testimonials[data-module-style="style-3"] .module__heading .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
  letter-spacing: initial;
}
@media (max-width: 480px) {
  .module__testimonials[data-module-style="style-3"] .module__heading h2,
  .module__testimonials[data-module-style="style-3"] .module__heading .h2 {
    font-size: 2.25em;
  }
}
.module__testimonials[data-module-style="style-3"] .module__testimonial {
  padding: 0.5em 0.75em 0;
}
.module__testimonials[data-module-style="style-3"] .module__testimonial .testimonial__content {
  text-align: left;
}
.module__testimonials[data-module-style="style-3"] .module__testimonial .testimonial__content h2,
.module__testimonials[data-module-style="style-3"] .module__testimonial .testimonial__content .h2 {
  color: #333333;
  font-size: 2.25em;
}
.module__testimonials[data-module-style="style-3"] .module__testimonial .testimonial__details {
  text-align: left;
  color: #333333;
}
.module__testimonials[data-module-style="style-3"] .module__testimonial .module__content {
  margin-top: 2em;
  border: 3px solid white;
  padding: 3em;
  min-height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25em;
  margin-bottom: 2em;
}
@media (max-width: 960px) {
  .module__testimonials[data-module-style="style-3"] .module__testimonial .module__content {
    padding: 4em 2em;
  }
}
.module__testimonials[data-module-style="style-3"] .module__testimonial .module__testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.module__testimonials[data-module-style="style-3"] .module__quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -40px;
  left: 60px;
}
.module__testimonials[data-module-style="style-3"] .module__quote svg {
  max-width: 50px;
}
@media (max-width: 960px) {
  .module__testimonials[data-module-style="style-3"] .container {
    padding: 0;
  }
  .module__testimonials[data-module-style="style-3"] .container.container--narrow {
    padding: 0 2em;
  }
}
.module__testimonials[data-module-style="style-3"] span.theme-quote.oswald {
  line-height: 1.35;
}
.module__testimonials[data-module-style="style-3"] span.theme-quote.playfair-display {
  line-height: 2.17;
}
.module__testimonials[data-module-style="style-3"].invert .module__content {
  border: 3px solid black;
}
.module__testimonials.overlay .module__testimonial .module__testimonial .testimonial__content {
  color: white;
}
.module__testimonials.overlay .module__heading h3,
.module__testimonials.overlay .module__heading .h3 {
  color: white;
}
.module__testimonials.overlay h1,
.module__testimonials.overlay h2,
.module__testimonials.overlay h3,
.module__testimonials.overlay h4,
.module__testimonials.overlay h5,
.module__testimonials.overlay h6,
.module__testimonials.overlay p,
.module__testimonials.overlay .h1,
.module__testimonials.overlay .h2,
.module__testimonials.overlay .h3,
.module__testimonials.overlay .h4,
.module__testimonials.overlay .h5,
.module__testimonials.overlay .h6 {
  color: white;
}
.module__testimonials .owl-dot {
  background-color: transparent;
  width: 10px;
  height: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0.25em;
  border: 2px solid #514e4f;
}
.module__testimonials .owl-dot.active {
  background-color: #514e4f;
}
#icon-theme-2--quote-purple .cls-3 {
  fill: black;
}
.module__text .module__introduction h1,
.module__text .module__introduction .h1 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
}
@media (max-width: 480px) {
  .module__text .module__introduction h1,
  .module__text .module__introduction .h1 {
    font-size: 2.25em;
  }
}
.module__text .module__introduction h2,
.module__text .module__introduction .h2 {
  font-size: 2.5em;
}
@media (max-width: 480px) {
  .module__text .module__introduction h2,
  .module__text .module__introduction .h2 {
    font-size: 1.55em;
  }
}
.module__text .module__introduction h3,
.module__text .module__introduction .h3 {
  font-size: 1.45em;
}
.module__text .module__introduction h5,
.module__text .module__introduction .h5 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
  margin-bottom: 2em;
}
.module__text .module__introduction h6,
.module__text .module__introduction .h6 {
  font-size: 0.75em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  text-transform: uppercase;
}
.module__text[data-module-style="style-1"] .module__buttons .module__button,
.module__text[data-module-style="style-2"] .module__buttons .module__button,
.module__text[data-module-style="style-3"] .module__buttons .module__button {
  background-color: #be9292;
  padding: 1em 3em;
  color: #333333;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0;
  text-transform: uppercase;
}
.module__text[data-module-style="style-1"] .module__buttons .module__button:hover,
.module__text[data-module-style="style-2"] .module__buttons .module__button:hover,
.module__text[data-module-style="style-3"] .module__buttons .module__button:hover {
  color: white;
  background-color: #9b625e;
}
.module__text[data-module-style="style-1"],
.module__text[data-module-style="style-3"] {
  text-align: center;
}
.module__text[data-module-style="style-1"] {
  text-align: left;
}
.module__text[data-module-style="style-1"] .module__buttons .module__button {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
}
.module__text[data-module-style="style-1"] .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__text[data-module-style="style-1"] .module__heading,
.module__text[data-module-style="style-1"] .module__introduction {
  max-width: 720px;
  margin: 0 auto;
}
.module__text[data-module-style="style-1"] .module__heading h2,
.module__text[data-module-style="style-1"] .module__introduction h2,
.module__text[data-module-style="style-1"] .module__heading .h2,
.module__text[data-module-style="style-1"] .module__introduction .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
}
@media (max-width: 480px) {
  .module__text[data-module-style="style-1"] .module__heading h2,
  .module__text[data-module-style="style-1"] .module__introduction h2,
  .module__text[data-module-style="style-1"] .module__heading .h2,
  .module__text[data-module-style="style-1"] .module__introduction .h2 {
    font-size: 2.25em;
  }
}
.module__text[data-module-style="style-1"] .module__heading h2,
.module__text[data-module-style="style-1"] .module__heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module__text[data-module-style="style-1"] .module__buttons {
  max-width: 720px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.module__text[data-module-style="style-1"] .module__buttons .module__button {
  margin-left: 0;
}
.module__text[data-module-style="style-2"] {
  text-align: center;
}
.module__text[data-module-style="style-2"] .module__buttons .module__button {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
}
.module__text[data-module-style="style-2"] .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__text[data-module-style="style-2"] .module__heading,
.module__text[data-module-style="style-2"] .module__introduction {
  max-width: 720px;
  margin: 0 auto;
}
.module__text[data-module-style="style-2"] .module__heading h2,
.module__text[data-module-style="style-2"] .module__heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module__text[data-module-style="style-2"] .module__buttons {
  max-width: 720px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.module__text[data-module-style="style-2"] .module__buttons .module__button {
  margin-left: 0;
}
.module__text[data-module-style="style-3"] .module__buttons .module__button {
  background-color: unset;
  padding: 1em 2em;
  color: #000000;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
}
.module__text[data-module-style="style-3"] .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__video .module__heading h2,
.module__video .module__heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.module__video .module__introduction {
  margin-bottom: 2em;
}
.module__video .module__introduction h2,
.module__video .module__introduction .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
}
@media (max-width: 480px) {
  .module__video .module__introduction h2,
  .module__video .module__introduction .h2 {
    font-size: 2.25em;
  }
}
.module__video .module__content {
  padding: 2em;
  background-color: white;
}
.module__video .module__content .module__heading,
.module__video .module__content .module__introduction {
  margin-bottom: 0;
  width: 100%;
}
.module__video[data-module-style="style-1"] {
  padding: 6em 0;
}
@media (max-width: 960px) {
  .module__video[data-module-style="style-1"] {
    padding: 0 0 4em;
  }
}
.module__video[data-module-style="style-1"] .module__content {
  padding: 1em 2em;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: rgba(52, 52, 52, 0.75);
  border: 3px solid white;
}
@media (max-width: 960px) {
  .module__video[data-module-style="style-1"] .module__content {
    padding: 2em;
  }
}
@media (max-width: 960px) {
  .module__video[data-module-style="style-1"] .module__content {
    margin: 0 1em;
  }
}
.module__video[data-module-style="style-1"] .module__content .module__heading {
  margin-bottom: 1.5em;
}
.module__video[data-module-style="style-1"] .module__content .module__heading h2,
.module__video[data-module-style="style-1"] .module__content .module__heading .h2 {
  font-size: 1.5em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  text-transform: none;
  letter-spacing: initial;
  text-align: center;
  margin-bottom: 0;
  color: white;
}
.module__video[data-module-style="style-1"] .module__content .module__introduction p {
  margin-top: 0;
  margin-bottom: 0;
  color: white;
}
.module__video[data-module-style="style-1"] .module__content .module__introduction a {
  padding: 1em 2em;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
  font-weight: 800;
  padding: 0;
  background-color: unset;
  border: 0;
  color: #000000;
  border-bottom: 2px solid #000000;
  min-width: auto;
  color: white;
  display: inline-block;
  margin-top: 1.5em;
}
.module__video[data-module-style="style-1"] .module__content .module__introduction a:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__video[data-module-style="style-1"] .module__content .module__introduction a:hover {
  background-color: unset;
  color: #000000;
  border: 0;
  border-bottom: 2px solid #000000;
  font-weight: 800;
}
.module__video[data-module-style="style-1"] .module__content .module__introduction a:hover:after {
  content: '>';
}
.module__video[data-module-style="style-1"] .module__video .module__video {
  border: 3px solid white;
  height: 100%;
  width: 100%;
}
@media (max-width: 960px) {
  .module__video[data-module-style="style-1"] .module__video .module__video {
    border: 0;
    margin-bottom: 4em;
  }
}
@media (max-width: 960px) {
  .module__video[data-module-style="style-1"] .container {
    padding: 0;
  }
}
@media (max-width: 960px) {
  .module__video[data-module-style="style-1"] .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.module__video[data-module-style="style-2"] .module__content {
  padding: 1.5em;
}
.module__video[data-module-style="style-2"] .module__content .module__heading h2,
.module__video[data-module-style="style-2"] .module__content .module__heading .h2 {
  font-size: 2.5em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  text-transform: none;
  letter-spacing: initial;
  text-align: center;
  margin-bottom: 0;
}
.module__video[data-module-style="style-2"] .module__content .module__introduction p {
  margin-top: 0;
  margin-bottom: 0;
}
.module__video[data-module-style="style-2"] .module__video .module__video {
  border: 3px solid white;
}
.module__questions_answers {
  text-align: center;
}
.module__questions_answers .module__heading h2,
.module__questions_answers .module__heading .h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1em;
  letter-spacing: initial;
}
.module__questions_answers .module__introduction {
  margin-bottom: 4em;
}
.module__questions_answers .module__introduction h2,
.module__questions_answers .module__introduction .h2 {
  font-size: 3em;
  line-height: 1.25em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #333333;
  text-align: center;
}
@media (max-width: 480px) {
  .module__questions_answers .module__introduction h2,
  .module__questions_answers .module__introduction .h2 {
    font-size: 2.25em;
  }
}
.module__questions_answers .module__questions_answers {
  text-align: left;
}
.module__questions_answers .module__questions_answers .question__answer {
  margin-bottom: 3em;
}
.module__questions_answers .module__questions_answers .question__answer .module__question {
  color: #333333;
  font-size: 0.95em;
  font-weight: bolder;
  margin: 0 0 1em;
  text-transform: uppercase;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 1.25em;
  background: #be9292;
  padding: 0.25em 0.5em;
  color: white;
  letter-spacing: initial;
}
.module__questions_answers .module__questions_answers .question__answer .module__answer {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin-bottom: 1em;
  padding: 0 0.25em;
}
.module__questions_answers .module__questions_answers .question__answer .module__buttons {
  padding: 0 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.module__questions_answers .module__questions_answers .question__answer .module__buttons .module__button {
  padding: 1em 2em;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0 1em;
  text-transform: uppercase;
  border: 2px solid #000000;
  min-width: 165px;
  text-align: center;
  border-radius: 0;
  font-weight: 800;
  padding: 0;
  background-color: unset;
  border: 0;
  color: #000000;
  border-bottom: 2px solid #000000;
  min-width: auto;
}
.module__questions_answers .module__questions_answers .question__answer .module__buttons .module__button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.module__questions_answers .module__questions_answers .question__answer .module__buttons .module__button:hover {
  background-color: unset;
  color: #000000;
  border: 0;
  border-bottom: 2px solid #000000;
  font-weight: 800;
}
.module__questions_answers .module__questions_answers .question__answer .module__buttons .module__button:hover:after {
  content: '>';
}
.helper {
  overflow: hidden;
}
.container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 960px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.container--narrow {
  max-width: 680px;
}
.container--medium {
  max-width: 1000px;
}
.container--wide {
  max-width: 1124px;
}
.container--extra-wide {
  max-width: 1440px;
}
.container--full {
  max-width: 100%;
  padding: 0;
}
.container--full .grid {
  margin-left: 0;
  margin-right: 0;
}
.container--full .grid .grid__column:first-child {
  padding-left: 0;
}
.container--full .grid .grid__column:last-child {
  padding-right: 0;
}
.no-padding {
  padding: 0;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.u-wide {
  width: 100%;
}
.u-text-center {
  text-align: center;
}
.u-text-right {
  text-align: right;
}
.u-text-left {
  text-align: left;
}
.screen-reader-text {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  left: -9999px;
  z-index: 100000;
}
.screen-reader-text:focus {
  clip: auto;
  left: 5px;
  top: 5px;
  height: 1px;
  width: 1px;
  width: auto;
  height: auto;
  padding: 0.5em 1.5em;
  border-radius: 3px;
  background: #009F6B;
  color: #FFF;
}
@media (min-width: 680px) {
  .grid--line .grid__column {
    border-right: 1px solid #d2d2d2;
  }
  .grid--line .grid__column:last-of-type {
    border-right: 1px solid transparent;
  }
}
.container--full img,
.container--extra-wide img {
  display: block;
}
.theme__debug {
  display: block;
  width: 100%;
  background: black;
  color: white;
  padding: 0.5em;
  font-family: monospace;
  letter-spacing: 1px;
  font-size: 0.8em;
}
.theme__debug span {
  background: #9d00ff;
  padding: 0.5em 1em;
  font-size: 0.8em;
  margin-right: 1em;
  font-family: monospace;
  letter-spacing: 1px;
  width: 10em;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.theme__debug.c span {
  background: #3b903d;
}
.theme__debug.l span {
  background: #ff8100;
}
.theme__debug.m span {
  background: #cd0000;
}
.module__missing span {
  padding: 0.5em 1em;
  font-size: 0.8em;
  margin-right: 1em;
  font-family: monospace;
  letter-spacing: 1px;
  width: 15em;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}
.module__missing .module__heading {
  font-size: 1em !important;
}
.module__missing .module__heading,
.module__missing .module__text {
  margin-bottom: 0 !important;
}
.module__missing .module__heading p,
.module__missing .module__text p {
  margin: 0 0 1em 0;
}
.module__missing .module__name {
  background: #000000;
}
.module__missing .module__name--data {
  background: #3b903d;
}
.module__missing .module__style {
  background: #000000;
}
.module__missing .module__style--data {
  background: #9d00ff;
}
.module__missing .module__wrapper {
  padding: 2em;
  border: 2px dashed black;
  text-align: center;
}
.relative {
  position: relative;
}
.container--float {
  width: 100%;
  height: 460px;
  position: absolute;
}
@media (max-width: 480px) {
  .container--float {
    position: initial;
    height: auto;
  }
}
.test-logo {
  background-color: #514e4f;
  width: 100%;
  height: 80px;
}
.header__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.grid__navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid__navbar .navbar__list li {
  padding: 0 0.5em;
}
.grid__toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav--boxed a {
  padding: 0.75em 1em;
  background-color: transparent;
  border: 2px solid black;
  color: black;
}
.nav--boxed a:hover {
  background-color: black;
  border: 2px solid black;
  color: white;
}
@media (max-width: 480px) {
  .nav--boxed a {
    padding: 1em;
  }
}
@media (max-width: 480px) {
  .image--desktop {
    display: none;
  }
}
.image--mobile {
  display: none;
}
@media (max-width: 480px) {
  .image--mobile {
    display: block;
  }
}
span.theme-quote {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
span.theme-quote.oswald {
  font-size: 14em;
  letter-spacing: -15px;
  line-height: 1.2;
}
span.theme-quote.playfair-display {
  font-size: 7em;
  letter-spacing: -5px;
  line-height: 1.75;
}
.module__quote--bottom span.theme-quote.oswald {
  font-size: 14em;
  letter-spacing: -15px;
  line-height: 1.25;
}
.module__quote--bottom span.theme-quote.playfair-display {
  font-size: 7em;
  letter-spacing: -5px;
  line-height: 1.95;
}
.nf-form-wrap .label-above .nf-field-label {
  margin-bottom: 0.5em;
}
.nf-form-wrap .nf-field-container {
  margin-bottom: 1em;
}
.nf-form-wrap .nf-field-element input,
.nf-form-wrap .nf-field-element select {
  height: 2.5em;
}
.nf-form-wrap .nf-field-element input[multiple],
.nf-form-wrap .nf-field-element select[multiple],
.nf-form-wrap .nf-field-element input[type="checkbox"],
.nf-form-wrap .nf-field-element select[type="checkbox"],
.nf-form-wrap .nf-field-element input[type="radio"],
.nf-form-wrap .nf-field-element select[type="radio"],
.nf-form-wrap .nf-field-element input[type="range"],
.nf-form-wrap .nf-field-element select[type="range"],
.nf-form-wrap .nf-field-element input[type="file"],
.nf-form-wrap .nf-field-element select[type="file"],
.nf-form-wrap .nf-field-element input[type="image"],
.nf-form-wrap .nf-field-element select[type="image"] {
  height: auto;
}
.nf-form-wrap .nf-field-element textarea {
  vertical-align: top;
}
.nf-form-wrap .nf-input-limit:empty {
  margin-top: 0;
}
.nf-form-wrap .nf-error-msg,
.nf-form-wrap .ninja-forms-req-symbol {
  color: #C40233;
}
.nf-form-wrap .nf-error .ninja-forms-field {
  border-color: #C40233;
}
.nf-form-wrap .nf-element {
  border: 0;
}
/**
 * Product Thumbnails
 *
 * 1. Main product thumbnail link.
 * 2. Category title.
 * 3. Product title.
 */
.woocommerce-LoopProduct-link:link {
  color: inherit;
}
.module .woocommerce ul.products li.product {
  text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: inherit;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
/* Badges */
.woocommerce span.onsale {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
/* Star Ratings */
.woocommerce .products .star-rating {
  display: inline-block;
}
.woocommerce .star-rating span {
  color: #FCB805;
}
/**
 * Prices
 *
 * 1. Prices in product thumbnails.
 * 2. Prices on single product.
 */
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: inherit;
}
/**
 * Buttons
 *
 * 1. Regular WooCommerce buttons.
 * 2. Product thumbnail Add to Cart buttons.
 * 3. Primary WooCommerce buttons.
 */
.woocommerce.woocommerce #respond input#submit,
.woocommerce.woocommerce a.button,
.woocommerce.woocommerce button.button,
.woocommerce.woocommerce input.button {
  border-radius: 0;
  background-color: #be9292;
}
.woocommerce.woocommerce #respond input#submit:hover,
.woocommerce.woocommerce a.button:hover,
.woocommerce.woocommerce button.button:hover,
.woocommerce.woocommerce input.button:hover {
  background-color: #9b625e;
}
.module .woocommerce.woocommerce #respond input#submit,
.module .woocommerce.woocommerce a.button,
.module .woocommerce.woocommerce button.button,
.module .woocommerce.woocommerce input.button {
  display: none;
}
.woocommerce.woocommerce .product_meta {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
.woocommerce.woocommerce div#review_form {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
#mega-menu-wrap-primary {
  background: none;
  position: static !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  color: #2f2d2e;
  font-weight: bold;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
  padding: 0 1em;
}
#mega-menu-wrap-primary #mega-menu-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mega-menu-wrap-primary #mega-menu-primary {
  position: static !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  padding: 1em calc((100vw - 1200px) / 2) 1.5em !important;
  margin-top: 1em;
  -webkit-box-shadow: inset 0px 5px 5px -7px rgba(0, 0, 0, 0.75);
          box-shadow: inset 0px 5px 5px -7px rgba(0, 0, 0, 0.75);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  padding: 1em 3em;
  background: white;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  background: none !important;
  color: #be9292 !important;
}
.module[data-module-text-style="dark"] h1,
.module[data-module-text-style="dark"] h2,
.module[data-module-text-style="dark"] h3,
.module[data-module-text-style="dark"] h4,
.module[data-module-text-style="dark"] h5,
.module[data-module-text-style="dark"] h6,
.module[data-module-text-style="dark"] p,
.module[data-module-text-style="dark"] div,
.module[data-module-text-style="dark"] .h1,
.module[data-module-text-style="dark"] .h2,
.module[data-module-text-style="dark"] .h3,
.module[data-module-text-style="dark"] .h4,
.module[data-module-text-style="dark"] .h5,
.module[data-module-text-style="dark"] .h6 {
  color: black !important;
}
.module[data-module-text-style="light"] h1,
.module[data-module-text-style="light"] h2,
.module[data-module-text-style="light"] h3,
.module[data-module-text-style="light"] h4,
.module[data-module-text-style="light"] h5,
.module[data-module-text-style="light"] h6,
.module[data-module-text-style="light"] p,
.module[data-module-text-style="light"] div,
.module[data-module-text-style="light"] .h1,
.module[data-module-text-style="light"] .h2,
.module[data-module-text-style="light"] .h3,
.module[data-module-text-style="light"] .h4,
.module[data-module-text-style="light"] .h5,
.module[data-module-text-style="light"] .h6 {
  color: white !important;
}
