@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
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;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  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 in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --max-width: 1080px;
  --paddings: 20px;
  --color01: #a6ce39;
  --color02: #ffc20e;
  --color03: #242424;
  --color04: #1e7ab7;
  --color05: #f2f2f2;
  --color06: #c3d6e2;
  --color07: #ffc01e;
  --color08: #10335B;
  --color-onyx-01: #ef6b00;
  --color-gold: #ccb169;
  --color-gray-dark: #444;
  --color-blue: #223c9d;
  --color-blue-dark: #001e36;
  --color-blue-darker: #03253f;
  --color-blue-darker-opacity: #03253fee;
  --color-dark: var(--color03);
  --color-green: #339c47;
  --color-green-dark: #227932;
  --color-green-light: #95c241;
  --color-green-bright: #b7f031;
  --color-text: #000;
  --color-light-text: #FFF;
  --color-header: #000;
  --color-main: var(--color01);
  --color-secondary: var(--color02);
  --color-footer: var(--color03);
}
@media (min-width: 768px) {
  :root {
    --paddings: 30px;
  }
}

body {
  font-family: "PT Serif", serif;
  font-size: 17px;
  color: var(--color-text);
}

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

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.container-fluid {
  max-width: var(--max-width);
  padding: 0px var(--paddings);
  margin: 0 auto;
}

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

strong {
  font-weight: 600;
}

h1 {
  font-size: 30px;
  margin: 0;
  margin-bottom: 20px;
  line-height: 1.33;
  font-weight: 600;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 24px;
  padding-bottom: 0;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.33;
}
@media (min-width: 768px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 20px;
  line-height: 1.33;
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 18px;
  padding-bottom: 0;
  margin: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 18px;
  }
}

p {
  padding-bottom: 0;
  margin: 0;
  margin-bottom: 25px;
  line-height: 1.5;
}

a {
  color: inherit;
}

h1, h2, h3, h4 {
  text-decoration: none;
}

.editor-content {
  line-height: 1.5;
}
.editor-content .featured-image {
  margin-bottom: 20px;
}
.editor-content .featured-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.editor-content .article-title-wrapper {
  padding-top: 30px;
}
.editor-content li {
  margin-bottom: 8px;
}

body.single-post .editor-content {
  margin-bottom: 60px;
}

body .anim__from-bottom.hasAnimation {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s, transform 0.6s;
}
body .anim__from-bottom.hasAnimation.startAnimation {
  opacity: 1;
  transform: translateY(0px);
}
body .anim__from-left.hasAnimation {
  opacity: 0;
  transform: translateX(0px);
  transition: opacity 0.6s, transform 0.6s;
}
body .anim__from-left.hasAnimation.startAnimation {
  opacity: 1;
  transform: translateX(0px);
}
@media (min-width: 768px) {
  body .anim__from-left.hasAnimation {
    transform: translateX(-30px);
  }
  body .anim__from-left.hasAnimation.startAnimation {
    transform: translateX(0px);
  }
}
body .anim__from-right.hasAnimation {
  opacity: 0;
  transform: translateX(0px);
  transition: opacity 0.6s, transform 0.6s;
}
body .anim__from-right.hasAnimation.startAnimation {
  opacity: 1;
  transform: translateX(0px);
}
@media (min-width: 768px) {
  body .anim__from-right.hasAnimation {
    transform: translateX(30px);
  }
  body .anim__from-right.hasAnimation.startAnimation {
    transform: translateX(0px);
  }
}
body .anim__fade-in.hasAnimation {
  opacity: 0;
  transition: opacity 0.6s, transform 0.6s;
}
body .anim__fade-in.hasAnimation.startAnimation {
  opacity: 1;
}

.flex-direction-nav a {
  opacity: 1 !important;
}
.flex-direction-nav .flex-prev {
  left: 10px !important;
}
.flex-direction-nav .flex-next {
  right: 10px !important;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 5px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 0px 10px 0;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 0px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 0px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 0px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.m_blog-list {
  font-size: 15px;
}
.m_blog-list h4 {
  font-size: 17px;
  min-height: 48px;
}

.m_button {
  display: inline-block;
  font-family: "Caudex", serif;
  background: #000;
  color: var(--color-gold);
  border-radius: 4px;
  padding: 13px 35px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.3s;
}
.m_button.isClean {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.m_button.isAlt {
  color: #FFF;
}
.m_button.smaller {
  padding: 5px 12px;
}
.m_button:hover {
  text-decoration: none;
  background: #222;
}
@media (min-width: 768px) {
  .m_button {
    font-size: 19px;
    letter-spacing: 0px;
  }
}

.m_featured-section {
  background: var(--color05);
}

.m_footer {
  padding: 40px 0 40px 0;
  background: #000;
  color: #FFF;
  font-size: 16px;
  /* background: var(--color-main); */
}
.m_footer a {
  /* color: #FFF; */
}
.m_footer a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.m_footer a:hover i.fa {
  margin-right: 5px;
}
.m_footer .footer-content {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
}
@media (min-width: 768px) {
  .m_footer .footer-content {
    grid-template-columns: 70px 220px 1fr 90px;
    gap: 24px;
  }
}
@media (min-width: 992px) {
  .m_footer .footer-content {
    grid-template-columns: 110px 240px 1fr 130px;
    gap: 60px;
  }
}
.m_footer .footer-content .desc {
  font-size: 16px;
}
.m_footer .footer-content .logo img {
  display: block;
  width: 120px;
}
.m_footer .footer-content .coin a {
  display: block;
  text-decoration: none;
}
.m_footer .footer-content .coin img {
  display: block;
  width: 130px;
}
@media (min-width: 768px) {
  .m_footer .menus {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
.m_footer .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}
.m_footer .menu a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
}
.m_footer .sub-menu {
  padding-left: 15px;
}
.m_footer .social-icons {
  text-align: right;
}
.m_footer .social-icons a {
  display: inline-block;
  margin-left: 5px;
}
.m_footer .social-icons a img {
  display: block;
  width: 24px;
  height: auto;
}
.m_footer .widgettitle {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-gold);
  opacity: 1;
  margin-bottom: 10px;
}
.m_footer .textwidget p {
  margin-bottom: 15px;
}
.m_footer .footer-bottom {
  text-align: center;
  margin-top: 20px;
}
.m_footer .footer-bottom a {
  display: inline-block;
  vertical-align: middle;
  margin: 4px 6px;
}
.m_footer .footer-bottom img {
  margin: 0;
  display: inline-block;
}
.m_footer .footer-bottom a.social-link {
  display: inline-block;
  border: 1px solid #FFF;
  border-radius: 30px;
  padding: 6px;
  vertical-align: middle;
}
.m_footer .footer-bottom a.social-link img {
  display: block;
  object-fit: contain;
  width: 22px;
  height: 22px;
  margin: 0;
}
.m_footer .copy {
  text-align: center;
  margin-top: 20px;
  opacity: 0.7;
  font-size: 14px;
}
@media (min-width: 768px) {
  .m_footer .copy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .m_footer .copy .left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .m_footer .copy .right {
    text-align: right;
  }
}

.m_form {
  max-width: 800px;
  margin: 0 auto 30px;
}
.m_form .form-header {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
}
.m_form .form-header h3 {
  font-family: "Caudex", serif;
  margin: 0 0 10px;
  font-weight: 400;
}
.m_form .form-content .form-item {
  margin-bottom: 16px;
}
.m_form .form-content .form-item label {
  font-size: 17px;
  margin-bottom: 5px;
}
.m_form .form-content .form-item input {
  display: block;
  width: 100%;
  padding: 8px;
  background-color: #FFF;
  border: 1px solid #CCC;
}
.m_form .form-content .form-item textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #CCC;
}
.m_form .form-content .form-button {
  text-align: center;
}
.m_form .form-content .form-button input.m_button {
  border: 0;
  cursor: pointer;
  font-family: "PT Serif", serif;
}
.m_form .form-content .wpcf7-spinner {
  display: none;
}
.m_form.form-homepage .form-header {
  color: #FFF;
}
.m_form.form-homepage .form-header h3 {
  font-size: 30px;
  font-family: "Caudex", serif;
}
.m_form.form-homepage label {
  color: #FFF;
}
.m_form.form-homepage .form-content .form-button input.m_button {
  background-color: var(--color-gold);
  color: #000;
}
.m_form.form-contact {
  max-width: 600px;
}
.m_form.form-contact .form-header h3 {
  font-size: 28px;
  font-family: "Caudex", serif;
}
.m_form.form-contact .field-areas {
  display: block;
  margin-top: 8px;
}
.m_form.form-contact .field-areas .wpcf7-list-item {
  display: block;
  margin-left: 0;
  margin-bottom: 8px;
}
.m_form.form-contact .field-areas .wpcf7-list-item label {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.m_form.form-contact .field-areas .wpcf7-list-item input[type=checkbox] {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}
.m_form.form-contact .form-content .form-button input.m_button {
  background-color: #304428;
  color: #fff;
}

.m_gallery .wpb_gallery {
  max-width: 540px;
  margin: 0 auto;
}

.m_header {
  position: relative;
  background-color: var(--color-header);
  color: var(--color-gold);
  font-family: "Caudex", serif;
  padding: 5px 0;
}
.m_header .wrapper {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 30px;
  align-items: center;
}
@media (min-width: 768px) {
  .m_header .wrapper {
    grid-template-columns: 220px 1fr;
  }
}
@media (min-width: 992px) {
  .m_header .wrapper {
    grid-template-columns: 302px 1fr;
  }
}
.m_header .col-mob-toggle {
  display: block;
}
@media (min-width: 768px) {
  .m_header .col-mob-toggle {
    display: none;
  }
}
.m_header .col-mob-toggle .open-menu-btn {
  font-size: 28px;
  text-align: right;
}
.m_header .col-info {
  display: none;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  /* line-height: 1.2; */
  font-size: 18px;
  text-align: center;
}
@media (min-width: 768px) {
  .m_header .col-info {
    display: grid;
    grid-template-columns: 1fr 150px;
  }
}
.m_header .col-info .info > div {
  max-width: 400px;
  margin: 0 auto;
}
.m_header .col-info p {
  margin: 0 0 12px;
  line-height: 1.5;
}
.m_header .col-info p.title {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.9;
}
.m_header .col-info p:last-child {
  margin-bottom: 0;
}
.m_header .col-info a {
  color: #FFF;
  text-decoration: none;
}
.m_header .col-info a.button {
  color: var(--color-gold);
  font-family: "PT Serif", serif;
  padding: 5px 16px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  border: 1px solid var(--color-gold);
}
.m_header .col-info .header-intro {
  font-size: 19px;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
}
@media (min-width: 992px) {
  .m_header .col-info .header-intro {
    font-size: 21px;
  }
}
.m_header .col-info .header-intro strong {
  font-weight: 400;
}

.m_hero {
  position: relative;
  padding: 30px 0;
  min-height: 350px;
  background: #eee;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .m_hero {
    min-height: 550px;
  }
}
.m_hero::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: #000;
  opacity: 0.4;
}
.m_hero video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
}
.m_hero img.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.m_hero .container-fluid {
  position: relative;
  z-index: 3;
  width: 100%;
}
.m_hero .content {
  color: #FFF;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}
.m_hero .content h1 {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .m_hero .content h1 {
    font-size: 52px;
  }
}
.m_hero .content h2 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 12px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .m_hero .content h2 {
    font-size: 36px;
  }
}
.m_hero .content p {
  font-size: 20px;
}
@media (min-width: 768px) {
  .m_hero .content p {
    font-size: 23px;
  }
}
.m_hero .m_button {
  margin: 5px 15px;
  border: 1px solid #FFF;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.4);
}
.m_hero .m_button:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.m_hero.has-mobile img.bg {
  display: none;
}
@media (min-width: 768px) {
  .m_hero.has-mobile img.bg {
    display: block;
  }
}
.m_hero.has-mobile img.bg-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
@media (min-width: 768px) {
  .m_hero.has-mobile img.bg-mobile {
    display: none;
  }
}

.m_icon-list {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 480px) {
  .m_icon-list {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .m_icon-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.m_icon-list > a {
  display: block;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  fill: var(--color-blue);
  color: var(--color-blue);
  margin: 0 auto;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .m_icon-list > a {
    width: 200px;
    font-size: 18px;
  }
}
.m_icon-list > a svg {
  width: 80px;
  height: 80px;
}
@media (min-width: 480px) {
  .m_icon-list > a svg {
    width: 120px;
    height: 120px;
  }
}
.m_icon-list > a svg text.years {
  font-size: 75px;
  font-weight: 300;
}
.m_icon-list > a .title {
  font-weight: 300;
}

.m_main-cta {
  color: #FFF;
}
.m_main-cta h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1px;
  color: #111;
}
@media (min-width: 768px) {
  .m_main-cta h2 {
    font-size: 24px;
  }
}
.m_main-cta h2 a {
  color: inherit;
}
.m_main-cta p {
  font-size: 30px;
  color: #000;
}
@media (min-width: 768px) {
  .m_main-cta p {
    font-size: 40px;
  }
}
.m_main-cta p a {
  color: #FFF;
  font-weight: 600;
  text-decoration: none;
}

.m_menu {
  background: #000;
  font-family: "Caudex", serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  padding-top: 100px;
}
@media (min-width: 768px) {
  .m_menu {
    position: relative;
    z-index: 20;
    padding: 0;
    opacity: 1;
    pointer-events: all;
    transition: none;
  }
}
.m_menu > .container-fluid {
  padding-top: 0px;
  padding-bottom: 100px;
  max-height: calc(100% - 20px);
  overflow: scroll;
}
@media (min-width: 768px) {
  .m_menu > .container-fluid {
    padding-bottom: 0;
    overflow: unset;
  }
}
.m_menu .close-menu {
  color: #FFF;
  position: absolute;
  top: 50px;
  right: 20px;
  font-size: 28px;
}
@media (min-width: 768px) {
  .m_menu .close-menu {
    display: none;
  }
}
.m_menu ul.menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .m_menu ul.menu {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.m_menu ul.menu > li {
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .m_menu ul.menu > li {
    display: flex;
    align-items: center;
    border-bottom: 0;
  }
}
.m_menu ul.menu > li > a {
  display: block;
  padding: 14px 0px;
  color: var(--color-gold);
  font-family: "Caudex", serif;
  letter-spacing: 0.8px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s;
}
@media (min-width: 768px) {
  .m_menu ul.menu > li > a {
    padding: 14px 12px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .m_menu ul.menu > li > a {
    font-size: 16px;
    padding: 14px 18px;
  }
}
.m_menu ul.menu > li.current-menu-item > a {
  color: #FFF;
}
@media (min-width: 768px) {
  .m_menu ul.menu > li:hover > a {
    color: #FFF;
  }
}
.m_menu ul.menu > li:hover > .sub-menu {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0px);
}
.m_menu ul.menu .sub-menu {
  list-style: none;
  color: #FFF;
  padding: 0;
  padding-left: 14px;
}
@media (min-width: 768px) {
  .m_menu ul.menu .sub-menu {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px);
    top: 100%;
    left: 0;
    min-width: 200px;
    padding: 5px;
    border: 0;
    background-color: rgba(0, 0, 0, 0.9);
  }
}
.m_menu ul.menu .sub-menu .sub-menu {
  border-top: 0;
  padding-left: 24px;
}
@media (min-width: 768px) {
  .m_menu ul.menu .sub-menu .sub-menu {
    padding: 0;
  }
}
.m_menu ul.menu .sub-menu li {
  position: relative;
}
@media (min-width: 768px) {
  .m_menu ul.menu .sub-menu li > a {
    padding: 12px 20px;
    text-align: center;
    font-size: 15px;
    font-family: "PT Serif", serif;
  }
}
@media (min-width: 768px) {
  .m_menu ul.menu .sub-menu li:hover > a {
    color: #FFF;
    background-color: rgba(150, 150, 150, 0.7);
  }
}
@media (min-width: 768px) {
  .m_menu ul.menu .sub-menu li:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0px);
  }
}
.m_menu ul.menu .sub-menu a {
  text-decoration: none;
  display: block;
  padding: 12px 0;
  font-weight: 400;
}
.m_menu ul.menu .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
.m_menu.open-menu {
  opacity: 1;
  pointer-events: all;
}

.m_our-team-list {
  font-size: 18px;
}
.m_our-team-list h3 {
  font-size: 30px;
  font-family: "Caudex", serif;
  margin-bottom: 5px;
}
.m_our-team-list h4 {
  font-size: 18px;
  font-weight: 400;
  font-family: "Caudex", serif;
}

.m_page-hero img {
  display: block;
  width: 100%;
}

.m_phone-mobile {
  background-color: var(--color-gray-dark);
  color: #FFF;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 768px) {
  .m_phone-mobile {
    display: none;
  }
}
.m_phone-mobile p {
  margin-bottom: 0;
}

.m_pre-footer {
  background-color: #222;
  padding: 20px 0;
  color: #FFF;
}
.m_pre-footer p {
  margin-bottom: 0;
}
.m_pre-footer a {
  text-decoration: none;
}
.m_pre-footer .container-fluid {
  max-width: 900px;
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
}
@media (min-width: 768px) {
  .m_pre-footer .container-fluid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
.m_pre-footer .item {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px;
  padding: 16px 10px;
  background-color: #000;
  /* border: 1px solid #FFF; */
  text-align: center;
}
@media (min-width: 480px) {
  .m_pre-footer .item {
    grid-template-columns: 46px 1fr;
    gap: 20px;
    text-align: left;
  }
}
.m_pre-footer .item .icon {
  text-align: center;
  font-size: 28px;
  color: var(--color-gold);
  opacity: 1;
  padding-top: 2px;
}
@media (min-width: 480px) {
  .m_pre-footer .item .icon {
    font-size: 34px;
  }
}
.m_pre-footer .item .text .featured {
  color: var(--color-gold);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.9;
  margin-bottom: 5px;
}
.m_pre-footer .item .text .desc {
  font-weight: 500;
  font-size: 15px;
  color: #FFF;
}
@media (min-width: 768px) {
  .m_pre-footer .item .text .desc {
    font-size: 16px;
  }
}

.m_related-items {
  background: #EEE;
  padding: 40px 0;
}
.m_related-items .container-fluid {
  --max-width: 900px;
}
.m_related-items .list {
  display: grid;
  grid-template-columns: 100%;
  gap: 36px;
  font-size: 15px;
}
@media (min-width: 600px) {
  .m_related-items .list {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (min-width: 992px) {
  .m_related-items .list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.m_related-items .list a.article-item {
  text-decoration: none;
}
.m_related-items .list a.article-item .image-wrapper {
  display: block;
  margin-bottom: 15px;
}
.m_related-items .list a.article-item .image-wrapper img {
  display: block;
  aspect-ratio: 1.8;
  object-fit: cover;
}
@media (min-width: 992px) {
  .m_related-items .list a.article-item .image-wrapper img {
    aspect-ratio: 1.5;
  }
}
.m_related-items .list a.article-item h4 {
  font-size: 16px;
  min-height: 48px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.m_related-items .list a.article-item .date {
  font-size: 14px;
}

.m_section {
  padding: 30px 0;
}
.m_section .text-center {
  text-align: center;
}
.m_section.gray-light {
  background: var(--color05);
}

.m_services {
  display: grid;
  grid-template-columns: 100%;
  gap: 24px;
}
@media (min-width: 480px) {
  .m_services {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .m_services {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .m_services {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.m_services .service {
  text-decoration: none;
}
.m_services .service h2 {
  font-size: 19px;
  font-weight: 400;
  color: #000;
  margin-bottom: 5px;
  text-align: center;
}
.m_services .service p {
  font-size: 14px;
}
.m_services .service .img {
  background-color: #aaa;
  object-fit: cover;
  height: 200px;
  transition: opacity 0.3s, box-shadow 0.3s;
}
.m_services .service .img img {
  transition: opacity 0.3s, box-shadow 0.3s;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.m_services .service .info {
  padding: 10px 0;
}
.m_services .service:hover .img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.m_services .service:hover .img img {
  opacity: 0.9;
}

.vc_section.m_small-section {
  max-width: 880px;
  padding: 0;
  margin: 0 auto;
}

.m_testimonials {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 480px) {
  .m_testimonials {
    margin-left: 0;
    margin-right: 0;
  }
}
.m_testimonials .testimonial-wrapper {
  padding: 20px 20px 0 20px;
}
@media (min-width: 480px) {
  .m_testimonials .testimonial-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.m_testimonials .testimonial {
  margin-bottom: 20px;
}
.m_testimonials .testimonial .text {
  position: relative;
  padding: 40px 20px 30px 20px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  color: #888;
  font-size: 15px;
}
@media (min-width: 480px) {
  .m_testimonials .testimonial .text {
    padding: 40px 40px 30px 65px;
    font-size: 16px;
  }
}
.m_testimonials .testimonial .text::before {
  content: "“";
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  position: absolute;
  top: 5px;
  left: 15px;
  font-size: 80px;
  font-weight: 900;
  color: #eee;
  pointer-events: none;
}
@media (min-width: 480px) {
  .m_testimonials .testimonial .text::before {
    top: 10px;
    left: 15px;
    font-size: 100px;
  }
}
.m_testimonials .testimonial .text p {
  margin-bottom: 20px;
}
.m_testimonials .testimonial .text .author {
  font-weight: 600;
  font-size: 18px;
  color: var(--color01);
  margin-bottom: 5px;
}
.m_testimonials .testimonial .text .location {
  color: #888;
}
.m_testimonials .slick-dots {
  position: static;
}
.m_testimonials .slick-dots li {
  margin: 0 10px;
}
.m_testimonials .slick-dots li button {
  background-color: #CCC;
  border-radius: 50%;
}
.m_testimonials .slick-dots li button::before {
  opacity: 0;
}
.m_testimonials .slick-dots li.slick-active button {
  background-color: var(--color01);
}
/*# sourceMappingURL=style.css.map */
