/* ----------------------------------------------------------------------------
= Main import - compiles to /css/main.css
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= SETUP FILE includes fonts, colors, media query values, custom mixins, utility classes
----------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
/* ----------------------------------------------------------------------------
=fonts - name like $fontname: 'name';
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=color swatches - name like $color-colorname: #000000; // Example Name
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=media queries (merged from _grid-settings.scss)
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=Sidebar variables
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=Custom Variables
----------------------------------------------------------------------------- */
.ir {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  white-space: nowrap;
  text-indent: 100%;
  direction: ltr;
}

/* ----------------------------------------------------------------------------
=clearfix mixin and utility classname
------------------------------------------------------------------------------ */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.hide_mobile {
  display: none;
}
@media only screen and (min-width: 576px) {
  .hide_mobile {
    display: block;
  }
}

@media only screen and (min-width: 576px) {
  .show_mobile {
    display: none;
  }
}

.visuallyhidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}

.invisible {
  visibility: hidden;
}

.hide {
  display: none;
}

.ph-box {
  border: 5px solid #1b2d3b;
  background: #fff;
  padding: 50px;
  margin: 0;
  margin-bottom: 20px;
}

:root {
  font-size: 14px;
}
@media screen and (min-width: 700px) {
  :root {
    font-size: calc(14px + (18 - 14) * (100vw - 700px) / (1000 - 700));
  }
}
@media screen and (min-width: 1000px) {
  :root {
    font-size: 18px;
  }
}

/* ----------------------------------------------------------------------------
= Reset using normalize.css v3.0.1 | MIT License | git.io/normalize
----------------------------------------------------------------------------- */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  color: #000;
  background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 3 */
  color: inherit; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer; /* 3 */
  -webkit-appearance: button; /* 2 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-box-sizing: content-box; /* 2 */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  padding: 0; /* 2 */
  border: 0; /* 1 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

button {
  background: none;
  border: none;
  padding: 0px;
}

*:focus {
  outline: none;
}

.user-is-tabbing *:focus {
  outline: auto;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

@font-face {
  font-family: "futura";
  src: url("../fonts/futura-extrabold-webfont.eot");
  src: url("../fonts/futura-extrabold-webfont.woff") format("woff"), url("../fonts/futura-extrabold-webfont.ttf") format("truetype"), url("../fonts/futura-extrabold-webfont.svg#webfont") format("svg");
  font-weight: 800;
}
@font-face {
  font-family: "futura";
  src: url("../fonts/futura-heavy-webfont.eot");
  src: url("../fonts/futura-heavy-webfont.woff") format("woff"), url("../fonts/futura-heavy-webfont.ttf") format("truetype"), url("../fonts/futura-heavy-webfont.svg#webfont") format("svg");
  font-weight: 700;
}
@font-face {
  font-family: "futura";
  src: url("../fonts/futura-book-webfont.eot");
  src: url("../fonts/futura-book-webfont.woff") format("woff"), url("../fonts/futura-book-webfont.ttf") format("truetype"), url("../fonts/futura-book-webfont.svg#webfont") format("svg");
  font-weight: 500;
}
@font-face {
  font-family: "futura";
  src: url("../fonts/futura-webfont.eot");
  src: url("../fonts/futura-webfont.woff") format("woff"), url("../fonts/futura-webfont.ttf") format("truetype"), url("../fonts/futura-webfont.svg#webfont") format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "futura";
  src: url("../fonts/futura-light-webfont.eot");
  src: url("../fonts/futura-light-webfont.woff") format("woff"), url("../fonts/futura-light-webfont.ttf") format("truetype"), url("../fonts/futura-light-webfont.svg#webfont") format("svg");
  font-weight: 300;
}
@font-face {
  font-family: "futura-condensed";
  src: url("../fonts/futura-condensedbold-webfont.eot");
  src: url("../fonts/futura-condensedbold-webfont.woff") format("woff"), url("../fonts/futura-condensedbold-webfont.ttf") format("truetype"), url("../fonts/futura-condensedbold-webfont.svg#webfont") format("svg");
  font-weight: 700;
}
@font-face {
  font-family: "futura-condensed";
  src: url("../fonts/futura-condensed-webfont.eot");
  src: url("../fonts/futura-condensed-webfont.woff") format("woff"), url("../fonts/futura-condensed-webfont.ttf") format("truetype"), url("../fonts/futura-condensed-webfont.svg#webfont") format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "futura-condensed";
  src: url("../fonts/futura-condensedlight-webfont.eot");
  src: url("../fonts/futura-condensedlight-webfont.woff") format("woff"), url("../fonts/futura-condensedlight-webfont.ttf") format("truetype"), url("../fonts/futura-condensedlight-webfont.svg#webfont") format("svg");
  font-weight: 300;
}
* {
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.header-base, h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  color: #1a1a1a;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 20px;
}

h1,
.h1 {
  font-size: 1.953125rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  color: #1b2d3b;
}

h2,
.h2 {
  font-size: 1.5625rem;
  color: #1f4f4f;
}
h2.long_title,
.h2.long_title {
  font-size: 1.25rem;
}

h3,
.h3 {
  font-size: 1.25rem;
}

h4,
.h4 {
  font-size: 1.25rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.small_paragraph, .small p {
  font-size: 0.889rem;
}

.p-base, .c-accordion__content-inner, table tr td, ol > li, .content ul li, address,
.address, p,
.p {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.8rem;
  font-weight: 400;
}

p,
.p {
  margin: 0 0 1.5rem;
}
p.lead,
.p.lead {
  font-size: 1.266rem;
  font-weight: 700;
}
p strong,
.p strong {
  font-weight: 700;
}

address,
.address {
  margin: 0 0 20px;
  font-style: normal;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 20px;
}
ul li,
ol li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.content ul {
  margin-bottom: 20px;
}
.content ul li {
  padding: 0 0 5px 15px;
  margin-bottom: 15px;
  text-align: left;
}
.content ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 25px;
  transform: translateY(-50%);
  background-color: #8b5131;
}
@media only screen and (min-width: 576px) {
  .content ul li:before {
    top: 16px;
  }
}
.content ul li ul {
  margin-top: 10px;
}

ol {
  margin-bottom: 20px;
}

ol > li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  counter-increment: li-counter;
  text-align: left;
}
ol > li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 25px;
  content: counter(li-counter) ".";
}

a {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  color: #8b5131;
  text-decoration: none;
  cursor: pointer;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
}

hr {
  display: block;
  height: 2px;
  background-color: rgba(0, 109, 249, 0.15);
  border: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  clear: both;
}

table {
  position: relative;
  margin: 0 0 15px;
}
table tr td {
  border: none;
  margin-bottom: 0;
  padding: 5px;
  border-right: 1px solid #5c5c5c;
}
.faq table {
  border-color: #fff;
}
.faq table tbody th > *,
.faq table tbody tr > * {
  border-color: #fff;
}
.faq table tbody th td a,
.faq table tbody tr td a {
  background-image: unset !important;
}

blockquote {
  padding: 30px;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 50px auto;
  overflow: hidden;
  background: #1f4f4f;
  border-radius: 10px;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.25);
}
blockquote:before {
  content: "";
  position: absolute;
  display: block;
  visibility: visible;
  background-size: 100%;
  right: 0;
  bottom: 0;
  width: 286px;
  height: 237px;
}
blockquote > * {
  margin-bottom: 0;
  margin-top: 21px;
}
blockquote > *:first-child {
  margin-top: 0;
}
blockquote p {
  font-family: "Open Sans", sans-serif;
  position: relative;
  z-index: 2;
  color: #fff;
  line-height: 1.5;
  font-size: 16px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.5px;
}
blockquote p:before {
  content: open-quote;
}
blockquote p:after {
  content: close-quote;
}
@media only screen and (min-width: 576px) {
  blockquote p {
    font-size: 20px;
  }
}
blockquote strong {
  position: relative;
  display: inline-block;
  position: relative;
  z-index: 2;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.34;
  letter-spacing: 1.092px;
}
blockquote strong em {
  display: block;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 25px;
}
@media only screen and (min-width: 576px) {
  blockquote strong {
    font-size: 26px;
  }
  blockquote strong em {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) {
  blockquote {
    padding: 50px;
  }
}

/* ============================================================
= Button System
All buttons use .button as a structural base class.
Pair with a variant class: .button-primary, .button-secondary, .button-text

To create a new variant, use @include button-base(...) with custom colors.
============================================================ */
.button,
.btn {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  position: relative;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.25rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid transparent;
  z-index: 0;
  overflow: hidden;
}
.button:before,
.btn:before {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  content: "";
  position: absolute;
  display: block;
  visibility: visible;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  z-index: -1;
}
.button:hover, .button:focus,
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.button:hover:before, .button:focus:before,
.btn:hover:before,
.btn:focus:before {
  left: 0;
}
@media only screen and (min-width: 768px) {
  .button,
  .btn {
    padding: 12px 20px;
    font-size: 1.4rem;
  }
}

.button-primary {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  position: relative;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.25rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid transparent;
  z-index: 0;
  overflow: hidden;
  border-color: #d9792d;
  background-color: #d9792d;
  color: #fff;
  border-width: 0;
}
.button-primary:before {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  content: "";
  position: absolute;
  display: block;
  visibility: visible;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  z-index: -1;
}
.button-primary:hover, .button-primary:focus {
  text-decoration: none;
}
.button-primary:hover:before, .button-primary:focus:before {
  left: 0;
}
@media only screen and (min-width: 768px) {
  .button-primary {
    padding: 12px 20px;
    font-size: 1.4rem;
  }
}
.button-primary:before {
  background-color: #8b5131;
}
.button-primary:hover, .button-primary:focus {
  color: #fff;
}

.button-secondary {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  position: relative;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.25rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid transparent;
  z-index: 0;
  overflow: hidden;
  border-color: #1b2d3b;
  background-color: #1b2d3b;
  color: #fff;
  border-width: 0;
}
.button-secondary:before {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  content: "";
  position: absolute;
  display: block;
  visibility: visible;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  z-index: -1;
}
.button-secondary:hover, .button-secondary:focus {
  text-decoration: none;
}
.button-secondary:hover:before, .button-secondary:focus:before {
  left: 0;
}
@media only screen and (min-width: 768px) {
  .button-secondary {
    padding: 12px 20px;
    font-size: 1.4rem;
  }
}
.button-secondary:before {
  background-color: #1f4f4f;
}
.button-secondary:hover, .button-secondary:focus {
  color: #fff;
}

.button-text {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #1f4f4f;
  text-decoration: underline;
  background: none;
  border: none;
  padding: 0;
  display: inline-block;
}
.button-text:hover, .button-text:focus {
  color: #8b5131;
  text-decoration: none;
}

.phone-button {
  position: relative;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  text-decoration: none;
  color: #1f4f4f;
  font-size: 2rem !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 18px !important;
  border-radius: 8px;
  background-color: transparent;
  z-index: 0;
  overflow: hidden;
}
.phone-button:hover, .phone-button:focus {
  text-decoration: underline;
}

.read_more {
  position: relative;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.1rem;
  padding-right: 25px;
  height: 20px;
  line-height: 20px;
  background-image: unset !important;
}
.read_more:before {
  content: "";
  position: absolute;
  display: block;
  visibility: visible;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  mask: url("../img/svg/chevron_left.svg") no-repeat center;
  background-color: #1f4f4f;
  width: 15px;
  height: 15px;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.read_more:hover, .read_more:focus {
  text-decoration: none !important;
}
.read_more:hover:before, .read_more:focus:before {
  right: -10px;
}

.read_more_back {
  position: relative;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.1rem;
  padding-right: 25px;
  height: 20px;
  line-height: 20px;
  background-image: unset !important;
  padding-left: 25px;
}
.read_more_back:before {
  content: "";
  position: absolute;
  display: block;
  visibility: visible;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  mask: url("../img/svg/chevron_left.svg") no-repeat center;
  background-color: #1f4f4f;
  width: 15px;
  height: 15px;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.read_more_back:hover, .read_more_back:focus {
  text-decoration: none !important;
}
.read_more_back:hover:before, .read_more_back:focus:before {
  right: -10px;
}
.read_more_back:before {
  left: 0;
  transform: translateY(-50%);
  background-color: #8b5131;
}
.read_more_back:hover, .read_more_back:focus {
  text-decoration: none !important;
}
.read_more_back:hover:before, .read_more_back:focus:before {
  left: -10px;
}

.content_cta_container {
  border: 5px solid #8b5131;
  background: #1b2d3b;
  padding: 25px 20px;
}
.content_cta_container .cta_slogan {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 600;
}
.content_cta_container .cta_title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
  font-style: italic;
}
.content_cta_container .cta_button {
  display: flex;
  justify-content: center;
  padding: 15px 20px;
  margin: auto;
  max-width: 300px;
  font-size: 1.35rem;
}

.c-accordion__item {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0 auto -1px;
}
.c-accordion__item.is-open .c-accordion__trigger {
  color: #8b5131;
}
.c-accordion__item.is-open .c-accordion__trigger::after {
  transform: translateY(-50%) rotate(180deg);
}

.c-accordion__trigger {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
  color: #1f4f4f;
  padding: 1rem 0;
  padding-right: 30px;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
.c-accordion__trigger::after {
  content: "";
  position: absolute;
  display: block;
  visibility: visible;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  mask: url("../img/svg/chevron.svg") no-repeat center;
  -webkit-mask: url("../img/svg/chevron.svg") no-repeat center;
  background-color: currentColor;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.c-accordion__trigger:hover, .c-accordion__trigger:focus {
  color: #8b5131;
  outline: none;
}
.c-accordion__trigger:hover:after, .c-accordion__trigger:focus:after {
  transform: translateY(-50%) rotate(180deg);
}

.c-accordion__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.c-accordion__body.is-open {
  grid-template-rows: 1fr;
}

.c-accordion__content {
  overflow: hidden;
}

.c-accordion__content-inner {
  padding: 1rem 0 1.5rem;
}
.c-accordion__content-inner strong {
  font-weight: 700;
}
.c-accordion__content-inner.lead {
  font-size: 1.266rem;
  font-weight: 700;
}

.c-nav .menu-item {
  position: relative;
  display: block;
  height: auto;
}
.c-nav .menu-item a {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1b2d3b;
  text-decoration: none;
  padding: 5px 20px;
  text-transform: uppercase;
}
.c-nav .menu-item a:hover, .c-nav .menu-item a:focus {
  text-decoration: underline;
}
.c-nav .menu-item.menu-item-has-children:hover .sub-menu, .c-nav .menu-item.menu-item-has-children:focus .sub-menu {
  display: block;
}
.c-nav .sub-menu {
  position: absolute;
  display: none;
  min-width: 250px;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.c-nav .sub-menu .menu-item a {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  padding: 8px 12px;
}
.c-nav .sub-menu .menu-item a:hover, .c-nav .sub-menu .menu-item a:focus {
  text-decoration: underline;
}
.c-nav__arrow {
  position: absolute;
  right: 0;
  top: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.c-nav__arrow:after {
  content: "";
  position: absolute;
  display: block;
  visibility: visible;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  width: 100%;
  height: 100%;
  mask: url(../img/svg/arrow.svg) no-repeat;
  mask-size: 25px;
  mask-position: center right;
  background-color: #1a1a1a;
  top: 50%;
  transform: translateY(-50%);
}
.c-nav__arrow.is-active:after {
  transform: translateY(-50%) rotate(90deg);
}

.c-nav__hamburger {
  position: relative;
  width: 85px;
  left: -30px;
  padding: 20px;
  z-index: 9999;
  cursor: pointer;
}
.c-nav__hamburger span {
  position: absolute;
  display: block;
  right: 4px;
  width: 32px;
  height: 4px;
  margin-top: 0;
  background: #1f4f4f;
  content: "";
  cursor: pointer;
  transition: all 0.4s ease;
  transform: rotate(0deg);
  border-radius: 20px;
}
.c-nav__hamburger span.top {
  top: 11px;
}
.c-nav__hamburger span.mid, .c-nav__hamburger span.mid2 {
  top: 20px;
}
.c-nav__hamburger span.bottom {
  top: 29px;
}
.c-nav__hamburger.is-active span {
  background: #1f4f4f;
}
.c-nav__hamburger.is-active span.top, .c-nav__hamburger.is-active span.bottom {
  opacity: 0;
}
.c-nav__hamburger.is-active span.mid {
  transform: rotate(45deg);
}
.c-nav__hamburger.is-active span.mid2 {
  transform: rotate(-45deg);
}

.c-nav__mobile-drawer {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(100vh - 100%);
  background-color: #fff;
  z-index: 9;
  padding: 20px 30px;
  transition: all 0.3s ease-in-out;
  transform: translateX(-100%);
}
.c-nav__mobile-drawer .c-nav__mobile-list {
  flex-direction: column;
}
.c-nav__mobile-drawer .c-nav__mobile-list .c-nav__list {
  padding-left: 0;
}
.c-nav__mobile-drawer .c-nav__mobile-list > .menu-item {
  border-bottom: 1px solid #fff;
}
.c-nav__mobile-drawer .c-nav__mobile-list .menu-item {
  display: block;
}
.c-nav__mobile-drawer .c-nav__mobile-list .menu-item:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 1px solid #1a1a1a;
}
.c-nav__mobile-drawer .c-nav__mobile-list .menu-item a {
  display: block;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: none;
}
.c-nav__mobile-drawer .c-nav__mobile-list .menu-item a:hover, .c-nav__mobile-drawer .c-nav__mobile-list .menu-item a:focus {
  text-decoration: underline;
}
.c-nav__mobile-drawer .c-nav__mobile-list .menu-item-has-children {
  position: relative;
}
.c-nav__mobile-drawer .c-nav__mobile-list .menu-item-has-children .sub-menu {
  display: block;
  max-height: 0;
  overflow: hidden;
  padding-left: 10px;
  transition: max-height 0.3s ease;
}
.c-nav__mobile-drawer .c-nav__mobile-list .menu-item-has-children .sub-menu.is-open {
  max-height: 400px;
}

.mobile-nav-active .c-nav__mobile-drawer {
  display: block;
  transform: translateX(0);
}

.menu-active .c-nav__hamburger .fa-solid {
  color: #ffffff;
}
.menu-active #menu {
  width: 100%;
  top: 0;
  bottom: 0;
  transform: translateX(0);
}

.c-sidebar__container {
  position: relative;
}
.c-sidebar__title {
  background: #1f4f4f;
}
.c-sidebar__title h3 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
  line-height: normal;
  text-transform: uppercase;
}

.c-reviews {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #fff;
  background: #1b2d3b;
  padding: 20px 10px;
}
@media only screen and (min-width: 768px) {
  .c-reviews {
    padding: 30px 20px;
  }
}
.c-reviews__stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.c-reviews__stars .icon-star {
  color: #ffd74b;
}

.c-reviews__carousel {
  position: relative;
  padding: 0;
  max-width: 100%;
  height: 100%;
}
.c-reviews__carousel * {
  color: #fff;
}
.c-reviews__carousel .swiper-wrapper {
  min-height: 150px;
}
.c-reviews__carousel .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 30px;
  height: auto;
}
.c-reviews__carousel .swiper-slide p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
  text-align: center;
  font-style: italic;
}
.c-reviews__carousel .swiper-button-prev,
.c-reviews__carousel .swiper-button-next {
  display: none;
}
.c-reviews__carousel .swiper-button-prev:after,
.c-reviews__carousel .swiper-button-next:after {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.c-reviews__carousel .swiper-button-prev {
  left: 0;
}
.c-reviews__carousel .swiper-button-next {
  right: 0;
}

.c-reviews__name {
  font-size: 1.2rem;
  margin: auto 0 0;
  letter-spacing: 0.75px;
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
  font-style: italic;
}

.c-sidebar__container .c-reviews {
  padding: 25px 0;
}
.c-sidebar__container .c-reviews .c-reviews__carousel .swiper-slide {
  padding: 0 20px;
}
.c-sidebar__container .c-reviews .swiper-button-prev,
.c-sidebar__container .c-reviews .swiper-button-next {
  display: none;
}

.c-services {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-services__title {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.c-services ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.c-services ul li {
  width: unset;
}
.c-services ul li .c-services__item {
  margin: auto;
}
@media only screen and (min-width: 992px) {
  .c-services ul li {
    width: 100%;
  }
}
.c-services__item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  text-decoration: none;
  background-size: 0 !important;
  overflow: hidden;
}
.c-services__item:before {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  content: "";
  position: absolute;
  display: block;
  visibility: visible;
  width: 24px;
  height: 24px;
  mask: url(../img/svg/arrow.svg) no-repeat;
  mask-size: 25px;
  mask-position: center right;
  background-color: #1b2d3b;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.c-services__item > * {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.c-services__item:hover:before, .c-services__item:focus:before {
  right: 10px;
}

.c-services__icon {
  padding: 10px;
  background: #f3e7d3;
  width: 70px;
}
.c-services__icon i {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font-size: 2rem;
  color: #1b2d3b;
}

.c-services__name {
  font-size: 1.1rem;
  text-decoration: none;
  font-weight: bold;
  color: #1a1a1a !important;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  padding-left: 20px;
  line-height: normal;
}

.c-gallery__filters {
  margin-bottom: 2rem;
}

.c-gallery__filter-dropdown {
  min-width: 250px;
  position: relative;
  width: max-content;
  user-select: none;
}

.c-gallery__filter-selected {
  position: relative;
  z-index: 101;
  background: #1f4f4f;
  color: #fff;
  padding: 10px 20px;
  font-size: 1rem;
  border: 1px solid #1f4f4f;
  padding-right: 70px;
  cursor: pointer;
}
.c-gallery__filter-selected:before {
  content: "";
  position: absolute;
  display: block;
  visibility: visible;
  transition: all 0.1s linear;
  width: 25px;
  height: 25px;
  mask: url(../img/svg/arrow.svg) no-repeat;
  mask-size: 25px;
  mask-position: center right;
  background-color: #fff;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.c-gallery__filter-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #1f4f4f;
  color: #fff;
  z-index: 100;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.c-gallery__filter-option {
  padding: 10px 20px;
  cursor: pointer;
  transition: background 0.3s;
}
.c-gallery__filter-option:hover, .c-gallery__filter-option.is-active {
  background: #8b5131;
  color: #fff;
}

.c-gallery__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.c-gallery__item {
  text-align: center;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 12px;
}
.c-gallery__item img {
  width: 100%;
  border-radius: 8px;
  transition: transform 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}
.c-gallery__item:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}

.c-gallery__caption {
  font-family: "Open Sans", sans-serif;
  margin-top: 0.5rem;
  font-size: 1.25rem;
  color: #1b2d3b;
  font-weight: bold;
  text-transform: capitalize;
  display: none;
}

.c-gallery__filter-dropdown.is-open .c-gallery__filter-options {
  display: block;
}
.c-gallery__filter-dropdown.is-open .c-gallery__filter-selected:before {
  transform: translateY(-50%) rotate(90deg);
}

.c-blog {
  padding: 80px 0;
}
.c-blog__filters {
  margin-bottom: 2rem;
}

.c-blog__filter-dropdown {
  min-width: 250px;
  position: relative;
  width: max-content;
  user-select: none;
}

.c-blog__filter-selected {
  position: relative;
  z-index: 101;
  background: #1f4f4f;
  color: #fff;
  padding: 10px 20px;
  font-size: 1rem;
  border: 1px solid #1f4f4f;
  padding-right: 70px;
  cursor: pointer;
}
.c-blog__filter-selected:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  mask: url(../img/svg/arrow.svg) no-repeat;
  mask-size: 25px;
  mask-position: center right;
  background-color: #fff;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}

.c-blog__filter-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #1f4f4f;
  color: #fff;
  z-index: 100;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.c-blog__filter-option {
  display: block;
  background-image: unset;
  background-size: unset;
  padding: 10px 20px;
  cursor: pointer;
  transition: background 0.3s;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
.c-blog__filter-option:hover, .c-blog__filter-option.is-active {
  background: #8b5131;
  color: #fff;
}

.c-blog__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media only screen and (min-width: 576px) {
  .c-blog__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) {
  .c-blog__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.c-blog__post {
  margin-bottom: 30px;
}
.c-blog__post a {
  color: #1f4f4f;
  background-image: unset;
  text-decoration: none;
}
.c-blog__post a img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .c-blog__post a:hover, .c-blog__post a:focus {
    text-decoration: underline;
  }
}
.c-blog__post h2 {
  margin-bottom: 10px;
}
.c-blog__post h2 a {
  font-size: inherit;
}

.c-blog__post-meta {
  font-weight: 700;
}

.c-blog__read-more {
  font-weight: 700;
}

.c-blog__read-back {
  color: #8b5131;
  font-weight: 700;
}

.c-blog__filter-dropdown.is-open .c-blog__filter-options {
  display: block;
}
.c-blog__filter-dropdown.is-open .c-blog__filter-selected:before {
  transform: translateY(-50%) rotate(90deg);
}

/* Wrapper for Formidable Forms */
.frm_forms {
  position: relative;
  padding: 40px 20px 0px;
  -webkit-box-shadow: 0 75px 75px rgba(0, 0, 0, 0.1);
  box-shadow: 0 75px 75px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  /* Input Fields */
  /* Submit Button */
  /* Checkbox and Radio Buttons */
  /* Error Messages */
  /* Placeholder Text Styling */
  /* Success Message */
}
.frm_forms .frm_fields_container {
  padding: 10px 0;
}
.frm_forms .frm_fields_container .frm_form_field {
  margin-bottom: 0;
}
.frm_forms .frm_fields_container .frm_form_field label {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  display: block;
  font-size: 1rem;
  color: #1b2d3b;
  margin-bottom: 3px;
  font-weight: bold;
  position: absolute;
  font-style: italic;
}
.frm_forms .frm_fields_container .frm_form_field input[type=text],
.frm_forms .frm_fields_container .frm_form_field input[type=email],
.frm_forms .frm_fields_container .frm_form_field input[type=tel],
.frm_forms .frm_fields_container .frm_form_field textarea,
.frm_forms .frm_fields_container .frm_form_field select {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  font-size: 1rem;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 20px 0 0 0 !important;
  border: none;
  border-bottom: 1px solid #1b2d3b;
  font-family: "Titillium Web";
  color: #1b2d3b !important;
  background: transparent !important;
  margin-bottom: 20px;
}
.frm_forms .frm_fields_container .frm_form_field input[type=text]:focus,
.frm_forms .frm_fields_container .frm_form_field input[type=email]:focus,
.frm_forms .frm_fields_container .frm_form_field input[type=tel]:focus,
.frm_forms .frm_fields_container .frm_form_field textarea:focus,
.frm_forms .frm_fields_container .frm_form_field select:focus {
  outline: 0;
  border-color: #1b2d3b !important;
  box-shadow: unset !important;
  color: #1b2d3b !important;
}
.frm_forms .frm_fields_container .frm_form_field.label-float label {
  font-size: 0.7rem;
}
.frm_forms .frm_submit .frm_button_submit {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  position: relative !important;
  z-index: 0 !important;
  width: 100% !important;
  display: inline-block;
  padding: 14px 20px !important;
  font-size: 1.2rem !important;
  font-weight: bold !important;
  color: #fff !important;
  background-color: #d9792d !important;
  border: none !important;
  border-radius: 0px !important;
  box-shadow: unset !important;
  cursor: pointer;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  overflow: hidden !important;
}
.frm_forms .frm_submit .frm_button_submit:before {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  content: "";
  position: absolute;
  display: block;
  visibility: visible;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: #8b5131;
  z-index: -1;
}
.frm_forms .frm_submit .frm_button_submit:hover, .frm_forms .frm_submit .frm_button_submit:focus {
  border-color: unset !important;
}
.frm_forms .frm_submit .frm_button_submit:hover:before, .frm_forms .frm_submit .frm_button_submit:focus:before {
  left: 0;
}
.frm_forms .frm_radio label,
.frm_forms .frm_checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.frm_forms .frm_radio label input,
.frm_forms .frm_checkbox label input {
  margin-right: 10px;
  accent-color: #007bff;
}
.frm_forms .frm_error {
  color: #dc3545;
  font-size: 0.9rem;
  margin-top: 5px;
  background: #fff;
}
.frm_forms input::placeholder,
.frm_forms textarea::placeholder {
  color: #aaa;
  font-style: italic;
}
.frm_forms .frm_message {
  padding: 15px;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  border-radius: 5px;
  text-align: center;
  font-size: 1rem;
}
.frm_forms .frm_required {
  color: #1b2d3b !important;
}
.c-mobile-footer-modal .frm_forms {
  padding-top: 20px;
}

.fancy-form {
  position: relative;
}
.fancy-form .fancy-form-container {
  margin: 0 auto;
  padding: 60px 0 0;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.fancy-form .fancy-form-container h2 {
  text-align: center;
  color: #1b2d3b;
  padding-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.fancy-form .fancy-form-container h2:before {
  content: "";
  position: absolute;
  display: block;
  visibility: visible;
  width: 50%;
  height: 2px;
  background-color: #8b5131;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
}
.fancy-form .fancy-form-container .fancy-form-cta {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  position: relative;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.25rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid transparent;
  z-index: 0;
  overflow: hidden;
  border-color: #1b2d3b;
  background-color: #1b2d3b;
  color: #fff;
  border-width: 0;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 20px;
  font-size: 1.2rem;
  background-image: unset;
}
.fancy-form .fancy-form-container .fancy-form-cta:before {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  content: "";
  position: absolute;
  display: block;
  visibility: visible;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  z-index: -1;
}
.fancy-form .fancy-form-container .fancy-form-cta:hover, .fancy-form .fancy-form-container .fancy-form-cta:focus {
  text-decoration: none;
}
.fancy-form .fancy-form-container .fancy-form-cta:hover:before, .fancy-form .fancy-form-container .fancy-form-cta:focus:before {
  left: 0;
}
@media only screen and (min-width: 768px) {
  .fancy-form .fancy-form-container .fancy-form-cta {
    padding: 12px 20px;
    font-size: 1.4rem;
  }
}
.fancy-form .fancy-form-container .fancy-form-cta:before {
  background-color: #1f4f4f;
}
.fancy-form .fancy-form-container .fancy-form-cta:hover, .fancy-form .fancy-form-container .fancy-form-cta:focus {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .fancy-form .fancy-form-container .fancy-form-cta {
    font-size: 1.8rem;
  }
}
.fancy-form .fancy-form-container .frm_forms {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0 40px 40px;
}
.c-mobile-footer-cta {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  position: relative;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.25rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid transparent;
  z-index: 0;
  overflow: hidden;
  border-color: #d9792d;
  background-color: #d9792d;
  color: #fff;
  border-width: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem !important;
  padding: 20px 10px !important;
  border-radius: 0;
  cursor: pointer;
  border: none;
}
.c-mobile-footer-cta:before {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  content: "";
  position: absolute;
  display: block;
  visibility: visible;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  z-index: -1;
}
.c-mobile-footer-cta:hover, .c-mobile-footer-cta:focus {
  text-decoration: none;
}
.c-mobile-footer-cta:hover:before, .c-mobile-footer-cta:focus:before {
  left: 0;
}
@media only screen and (min-width: 768px) {
  .c-mobile-footer-cta {
    padding: 12px 20px;
    font-size: 1.4rem;
  }
}
.c-mobile-footer-cta:before {
  background-color: #8b5131;
}
.c-mobile-footer-cta:hover, .c-mobile-footer-cta:focus {
  color: #fff;
}
.c-mobile-footer-cta:hover:before, .c-mobile-footer-cta:focus:before {
  display: none;
}
.c-mobile-footer-cta__label {
  pointer-events: none;
}

@media only screen and (min-width: 992px) {
  .c-mobile-footer-cta {
    display: none;
  }
}

.c-mobile-footer-modal {
  display: flex;
  position: fixed;
  inset: 0;
  z-index: 9000;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.c-mobile-footer-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.c-mobile-footer-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
.c-mobile-footer-modal__panel {
  position: relative;
  z-index: 1;
  background: #fff;
  width: 90%;
  max-width: 540px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 1rem;
}
.c-mobile-footer-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 3rem;
  line-height: 1;
  cursor: pointer;
  color: #1a1a1a;
  padding: 0;
}
.c-mobile-footer-modal__close:hover, .c-mobile-footer-modal__close:focus {
  color: #8b5131;
}
.c-mobile-footer-modal__title {
  text-align: center;
  margin-top: 0;
  color: #1f4f4f;
  font-size: 2rem;
}

.dark {
  background-color: #1a1a1a;
  color: #fff;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
  color: #fff;
}
.dark p,
.dark li,
.dark span,
.dark address,
.dark label,
.dark small {
  color: #fff;
}
.dark li:before {
  background-color: #fff;
}
.dark a:not(.button):not(.btn):not(.button-primary):not(.button-secondary):not(.button-text):not(.l-footer__social-link) {
  color: #fff;
}
.dark a:not(.button):not(.btn):not(.button-primary):not(.button-secondary):not(.button-text):not(.l-footer__social-link):hover, .dark a:not(.button):not(.btn):not(.button-primary):not(.button-secondary):not(.button-text):not(.l-footer__social-link):focus {
  color: #fff;
}
.dark .content a:not(.button):not(.button-primary) {
  color: #fff;
}
.dark hr {
  background-color: rgba(255, 255, 255, 0.2);
}
.dark .l-footer__social-link {
  color: #1a1a1a;
  background: #fff;
}
.dark .l-footer__social-link:hover, .dark .l-footer__social-link:focus {
  color: #fff;
  background: #8b5131;
}
.dark .button-primary {
  background-color: #d9792d;
  color: #fff;
  border-width: 0;
  padding: 12px 20px;
}
.dark .button-primary:before {
  background-color: #fff;
}
.dark .button-primary:hover, .dark .button-primary:focus {
  color: #d9792d;
}
@media only screen and (min-width: 768px) {
  .dark .button-primary {
    padding: 14px 20px;
  }
}
.dark .button-secondary {
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.dark .button-secondary:before {
  background-color: #fff;
}
.dark .button-secondary:hover, .dark .button-secondary:focus {
  color: #1b2d3b;
}
.dark .button-text {
  color: #fff;
}
.dark .button-text:hover, .dark .button-text:focus {
  color: #d9792d;
}
.dark.dark-primary {
  background-color: #1b2d3b;
  color: #fff;
}
.dark.dark-primary h1,
.dark.dark-primary h2,
.dark.dark-primary h3,
.dark.dark-primary h4,
.dark.dark-primary h5,
.dark.dark-primary h6 {
  color: #fff;
}
.dark.dark-primary p,
.dark.dark-primary li,
.dark.dark-primary span,
.dark.dark-primary address,
.dark.dark-primary label,
.dark.dark-primary small {
  color: #fff;
}
.dark.dark-primary li:before {
  background-color: #fff;
}
.dark.dark-primary a:not(.button):not(.btn):not(.button-primary):not(.button-secondary):not(.button-text):not(.l-footer__social-link) {
  color: #fff;
}
.dark.dark-primary a:not(.button):not(.btn):not(.button-primary):not(.button-secondary):not(.button-text):not(.l-footer__social-link):hover, .dark.dark-primary a:not(.button):not(.btn):not(.button-primary):not(.button-secondary):not(.button-text):not(.l-footer__social-link):focus {
  color: #fff;
}
.dark.dark-primary .content a:not(.button):not(.button-primary) {
  color: #fff;
}
.dark.dark-primary hr {
  background-color: rgba(255, 255, 255, 0.2);
}
.dark.dark-primary .l-footer__social-link {
  color: #1b2d3b;
  background: #fff;
}
.dark.dark-primary .l-footer__social-link:hover, .dark.dark-primary .l-footer__social-link:focus {
  color: #fff;
  background: #8b5131;
}
.dark.dark-primary .button-primary {
  background-color: #d9792d;
  color: #fff;
  border-width: 0;
  padding: 12px 20px;
}
.dark.dark-primary .button-primary:before {
  background-color: #fff;
}
.dark.dark-primary .button-primary:hover, .dark.dark-primary .button-primary:focus {
  color: #d9792d;
}
@media only screen and (min-width: 768px) {
  .dark.dark-primary .button-primary {
    padding: 14px 20px;
  }
}
.dark.dark-primary .button-secondary {
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.dark.dark-primary .button-secondary:before {
  background-color: #fff;
}
.dark.dark-primary .button-secondary:hover, .dark.dark-primary .button-secondary:focus {
  color: #1b2d3b;
}
.dark.dark-primary .button-text {
  color: #fff;
}
.dark.dark-primary .button-text:hover, .dark.dark-primary .button-text:focus {
  color: #d9792d;
}
.dark.dark-secondary {
  background-color: #1f4f4f;
  color: #fff;
}
.dark.dark-secondary h1,
.dark.dark-secondary h2,
.dark.dark-secondary h3,
.dark.dark-secondary h4,
.dark.dark-secondary h5,
.dark.dark-secondary h6 {
  color: #fff;
}
.dark.dark-secondary p,
.dark.dark-secondary li,
.dark.dark-secondary span,
.dark.dark-secondary address,
.dark.dark-secondary label,
.dark.dark-secondary small {
  color: #fff;
}
.dark.dark-secondary li:before {
  background-color: #fff;
}
.dark.dark-secondary a:not(.button):not(.btn):not(.button-primary):not(.button-secondary):not(.button-text):not(.l-footer__social-link) {
  color: #fff;
}
.dark.dark-secondary a:not(.button):not(.btn):not(.button-primary):not(.button-secondary):not(.button-text):not(.l-footer__social-link):hover, .dark.dark-secondary a:not(.button):not(.btn):not(.button-primary):not(.button-secondary):not(.button-text):not(.l-footer__social-link):focus {
  color: #fff;
}
.dark.dark-secondary .content a:not(.button):not(.button-primary) {
  color: #fff;
}
.dark.dark-secondary hr {
  background-color: rgba(255, 255, 255, 0.2);
}
.dark.dark-secondary .l-footer__social-link {
  color: #1f4f4f;
  background: #fff;
}
.dark.dark-secondary .l-footer__social-link:hover, .dark.dark-secondary .l-footer__social-link:focus {
  color: #fff;
  background: #8b5131;
}
.dark.dark-secondary .button-primary {
  background-color: #d9792d;
  color: #fff;
  border-width: 0;
  padding: 12px 20px;
}
.dark.dark-secondary .button-primary:before {
  background-color: #fff;
}
.dark.dark-secondary .button-primary:hover, .dark.dark-secondary .button-primary:focus {
  color: #d9792d;
}
@media only screen and (min-width: 768px) {
  .dark.dark-secondary .button-primary {
    padding: 14px 20px;
  }
}
.dark.dark-secondary .button-secondary {
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.dark.dark-secondary .button-secondary:before {
  background-color: #fff;
}
.dark.dark-secondary .button-secondary:hover, .dark.dark-secondary .button-secondary:focus {
  color: #1b2d3b;
}
.dark.dark-secondary .button-text {
  color: #fff;
}
.dark.dark-secondary .button-text:hover, .dark.dark-secondary .button-text:focus {
  color: #d9792d;
}

.l-header {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 1020;
  background-color: #fff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}
.l-header__announcement {
  display: none;
}
@media only screen and (min-width: 576px) {
  .l-header__announcement {
    display: block;
  }
}

.l-header__reviews-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: unset;
}
@media only screen and (min-width: 768px) {
  .l-header__reviews-bar.container-xl {
    max-width: 960px !important;
  }
}
@media only screen and (min-width: 992px) {
  .l-header__reviews-bar.container-xl {
    max-width: 1024px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .l-header__reviews-bar.container-xl {
    max-width: 1280px !important;
  }
}

.l-header__reviews-block {
  display: flex;
  align-items: center;
}
.l-header__reviews-block i.icon-star {
  color: #ffd74b;
}
.l-header__reviews-block span {
  margin-left: 10px;
}
.l-header__reviews-block span a {
  color: #fff;
  text-decoration: none;
}
.l-header__reviews-block span a:hover, .l-header__reviews-block span a:focus {
  text-decoration: underline;
}

.l-header__blog-link {
  color: #fff;
  text-decoration: none;
}
.l-header__blog-link:hover, .l-header__blog-link:focus {
  text-decoration: underline;
}

.l-header__cta a {
  border-radius: 0;
  font-size: 1.25rem;
  padding: 14px 25px;
}
.l-header__cta--mobile {
  height: 100%;
}
.l-header__cta--mobile a {
  display: block;
  border: 0;
  border-radius: 0;
  height: 100%;
  padding: 25px 25px;
}
.l-header__cta--mobile a i {
  font-size: 2rem;
}
.l-header__cta--mobile a:hover:before, .l-header__cta--mobile a:focus:before {
  background-color: #d9792d;
  left: -100%;
}

@media only screen and (min-width: 768px) {
  .l-header__desktop.container-xl {
    max-width: 960px !important;
  }
}
@media only screen and (min-width: 992px) {
  .l-header__desktop.container-xl {
    max-width: 1024px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .l-header__desktop.container-xl {
    max-width: 1280px !important;
  }
}

.l-footer__about {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-footer__about {
    text-align: left;
  }
}

.l-footer__phone a {
  font-size: 2rem;
  text-decoration: none;
}
.l-footer__phone a:hover, .l-footer__phone a:focus {
  text-decoration: underline;
}

.l-footer__social {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .l-footer__social {
    justify-content: flex-start;
  }
}

.l-footer__social-link {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  position: relative;
  font-size: 22px;
  width: 44px;
  height: 44px;
  color: #1f4f4f;
  background: #fff;
  border-radius: 50%;
}
.l-footer__social-link:before {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  margin: auto;
}
.l-footer__social-link:hover, .l-footer__social-link:focus {
  color: #fff;
  background: #8b5131;
}

.l-footer__address {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-footer__address {
    text-align: left;
  }
}

.l-footer__nav-section {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-footer__nav-section {
    text-align: left;
  }
}

.l-footer__nav .c-nav .c-nav__list {
  flex-direction: column;
  padding-left: 5px;
}
.l-footer__nav .c-nav .c-nav__list .menu-item a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 0;
  margin-bottom: 10px;
  line-height: normal;
}
.l-footer__nav .c-nav .c-nav__list .menu-item a:hover, .l-footer__nav .c-nav .c-nav__list .menu-item a:focus {
  text-decoration: underline;
}
.l-footer__nav .c-nav .c-nav__list .menu-item .sub-menu {
  display: none;
}

.l-footer__copyright {
  background-color: #1b2d3b;
}

/* ----------------------------------------------------------------------------
= Layout, Body and Containers
----------------------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-align: left;
  color: #1a1a1a;
}

section {
  position: relative;
  transition: opacity linear 0.2s;
  will-change: opacity;
  opacity: 0;
}
section.section-loaded {
  opacity: 1;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 768px) {
  .container.container-sm {
    max-width: 480px;
  }
}
@media only screen and (min-width: 992px) {
  .container.container-sm {
    max-width: 560px;
  }
}
@media only screen and (min-width: 768px) {
  .container.container-md {
    max-width: 640px;
  }
}
@media only screen and (min-width: 992px) {
  .container.container-md {
    max-width: 768px;
  }
}
@media only screen and (min-width: 768px) {
  .container.container-lg {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .container.container-lg {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .container.container-lg {
    max-width: 1100px;
  }
}
@media only screen and (min-width: 768px) {
  .container.container-xl {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .container.container-xl {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 1200px) {
  .container.container-xl {
    max-width: 1280px;
  }
}
.container.container-fluid {
  max-width: 100%;
}
.container.container-flush {
  padding-left: 0;
  padding-right: 0;
}
.container.container-tight {
  padding-left: 8px;
  padding-right: 8px;
}

#container {
  position: relative;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #fefefe;
}

.page-wrap {
  --pd-base: 40px;
  --pd-top: var(--pd-base);
  --pd-btm: var(--pd-base);
  padding-top: var(--pd-top);
  padding-bottom: var(--pd-btm);
}
.page-wrap__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media only screen and (min-width: 992px) {
  .page-wrap__body {
    grid-template-columns: 1fr 300px;
  }
}
.page-wrap__main {
  min-width: 0;
}
.page-wrap__aside {
  min-width: 0;
}
@media only screen and (min-width: 768px) {
  .page-wrap {
    --pd-base: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .page-wrap {
    --pd-base: 70px;
  }
}
.page-wrap--sm {
  --pd-base: 20px;
}

.page-wrap + .page-wrap {
  --pd-top: 0;
}

:not(.dark).page-wrap + .dark.page-wrap {
  --pd-top: var(--pd-base);
}

.dark.page-wrap + :not(.dark).page-wrap {
  --pd-top: var(--pd-base);
}

.dark:not(.dark-primary).page-wrap + .dark.dark-primary.page-wrap {
  --pd-top: var(--pd-base);
}

.dark.dark-primary.page-wrap + .dark:not(.dark-primary).page-wrap {
  --pd-top: var(--pd-base);
}

.dark:not(.dark-secondary).page-wrap + .dark.dark-secondary.page-wrap {
  --pd-top: var(--pd-base);
}

.dark.dark-secondary.page-wrap + .dark:not(.dark-secondary).page-wrap {
  --pd-top: var(--pd-base);
}

.page-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center !important;
  height: 200px;
  min-width: 100px;
}
@media only screen and (min-width: 768px) {
  .page-banner {
    height: 300px;
  }
}

.skip-nav.is-focused {
  position: fixed;
  z-index: 1500;
  width: 100% !important;
  height: auto !important;
  background: #8b5131;
  padding: 5px 0;
}
.skip-nav.is-focused ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.skip-nav.is-focused li {
  flex-grow: 0;
}
.skip-nav.is-focused li:first-child {
  flex-grow: 1;
}
.skip-nav.is-focused a {
  float: left;
  color: white;
  padding: 10px;
  font-weight: 700;
}
.skip-nav.is-focused a:hover, .skip-nav.is-focused a:focus {
  text-decoration: underline;
}

.c-homepage__banner {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  min-width: 100px;
}
.c-homepage__banner > .container {
  position: relative;
  z-index: 1;
}

.c-homepage__banner-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}
.c-homepage__banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.c-homepage__hero {
  background-color: rgba(27, 45, 59, 0.85) !important;
}

.c-homepage__hero-title {
  color: #fff;
  text-shadow: -1px 3px 5px #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-top: 20px;
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .c-homepage__hero-title {
    font-size: 2.6em;
  }
}

.c-homepage__hero-tagline {
  color: #fff;
  text-shadow: -1px 5px 5px #000;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  margin-bottom: 25px;
}

.c-homepage__hero-tagline--alt {
  color: #fff;
  text-shadow: -1px 8px 5px #000;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  margin-bottom: 25px;
}

.c-homepage__hero-cta {
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .c-homepage__hero-cta {
    flex-direction: row;
  }
}

.c-homepage__form {
  position: relative;
  padding: 60px 0;
}
.c-homepage__form:before {
  content: "";
  position: absolute;
  background: #f3e7d3;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-homepage__form--top {
  padding: 0;
}
.c-homepage__form--top .fancy-form {
  top: -40px;
}

.c-homepage__service-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.c-homepage__service-area-inner {
  background: rgba(255, 255, 255, 0.65);
  padding: 80px 20px;
  border-bottom: 10px solid #1b2d3b;
}
@media only screen and (min-width: 768px) {
  .c-homepage__service-area-inner {
    padding: 80px 50px;
  }
}

.c-homepage__service-area-title {
  color: #1b2d3b;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .c-homepage__service-area-title {
    font-size: 2.5em;
  }
}

.c-homepage__service-area-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .c-homepage__service-area-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.c-homepage__service-area-list li {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1b2d3b;
  text-decoration: none;
}
.c-homepage__service-area-list li a {
  font-size: 1.2rem;
  color: #1b2d3b;
  background-image: linear-gradient(#1b2d3b, #1b2d3b);
  text-decoration: none;
}

.c-homepage__gallery > * {
  text-align: center;
}

.c-homepage__gallery-carousel {
  padding: 10px 0;
}
.c-homepage__gallery-carousel .swiper-button-prev,
.c-homepage__gallery-carousel .swiper-button-next {
  width: 50px;
  height: 80px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.c-homepage__gallery-carousel .swiper-button-prev .swiper-navigation-icon,
.c-homepage__gallery-carousel .swiper-button-next .swiper-navigation-icon {
  color: #fff;
}
.c-homepage__gallery-carousel .swiper-button-prev {
  left: 0px;
}
.c-homepage__gallery-carousel .swiper-button-next {
  right: 0px;
}
.c-homepage__gallery-carousel .swiper-slide {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 0px;
}
.c-homepage__gallery-carousel .swiper-slide a {
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.c-homepage__gallery-carousel .swiper-slide a img {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  transition: transform 0.3s ease;
  position: absolute;
  left: 0%;
  width: 100%;
}
.c-homepage__gallery-carousel .swiper-slide:hover a img, .c-homepage__gallery-carousel .swiper-slide:focus a img {
  transform: scale(1.05);
}
.c-homepage__gallery-carousel .swiper-slide .gallery-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

.c-homepage__gallery-caption {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 10px;
  text-transform: capitalize;
  font-weight: 700;
  display: none;
}

.c-homepage__portfolio-btn {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .c-homepage__portfolio-btn {
    margin-top: 50px;
  }
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.block {
  display: block;
}

.hidden {
  display: none;
}

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

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

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

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

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

@media only screen and (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
}

@media only screen and (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
}

@media only screen and (min-width: 576px) {
  .d-sm-grid {
    display: grid !important;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-grid {
    display: grid !important;
  }
}

@media only screen and (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}

@media only screen and (min-width: 992px) {
  .d-lg-flex {
    display: flex !important;
  }
}

@media only screen and (min-width: 992px) {
  .d-lg-grid {
    display: grid !important;
  }
}

@media only screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}

@media only screen and (min-width: 1200px) {
  .d-xl-flex {
    display: flex !important;
  }
}

@media only screen and (min-width: 1200px) {
  .d-xl-grid {
    display: grid !important;
  }
}

.lg-only {
  display: none;
}
@media only screen and (min-width: 992px) {
  .lg-only {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .lg-hidden {
    display: none;
  }
}

.row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

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

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

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

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

.gap-3 {
  gap: 1rem;
}

.gap-4 {
  gap: 1.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.p-4 {
  padding: 1.5rem;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-5 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 1rem;
}

.pt-4 {
  padding-top: 1.5rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 1rem;
}

.pb-4 {
  padding-bottom: 1.5rem;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 1rem;
}

.pl-4 {
  padding-left: 1.5rem;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 1rem;
}

.pr-4 {
  padding-right: 1.5rem;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 1rem;
}

.m-4 {
  margin: 1.5rem;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-4 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 1rem;
}

.ml-4 {
  margin-left: 1.5rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 1rem;
}

.mr-4 {
  margin-right: 1.5rem;
}

.mr-auto {
  margin-right: auto;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

@media only screen and (min-width: 768px) {
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 768px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 768px) {
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 768px) {
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 992px) {
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 992px) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 992px) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 992px) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 992px) {
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.col-span-1 {
  grid-column: span 1/span 1;
}

.col-span-2 {
  grid-column: span 2/span 2;
}

.col-span-3 {
  grid-column: span 3/span 3;
}

.col-span-4 {
  grid-column: span 4/span 4;
}

.col-span-6 {
  grid-column: span 6/span 6;
}

.col-span-full {
  grid-column: 1/-1;
}

@media only screen and (min-width: 768px) {
  .md\:col-span-1 {
    grid-column: span 1/span 1;
  }
}

@media only screen and (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2/span 2;
  }
}

@media only screen and (min-width: 768px) {
  .md\:col-span-3 {
    grid-column: span 3/span 3;
  }
}

@media only screen and (min-width: 768px) {
  .md\:col-span-4 {
    grid-column: span 4/span 4;
  }
}

@media only screen and (min-width: 768px) {
  .md\:col-span-6 {
    grid-column: span 6/span 6;
  }
}

@media only screen and (min-width: 768px) {
  .md\:col-span-full {
    grid-column: 1/-1;
  }
}

@media only screen and (min-width: 992px) {
  .lg\:col-span-1 {
    grid-column: span 1/span 1;
  }
}

@media only screen and (min-width: 992px) {
  .lg\:col-span-2 {
    grid-column: span 2/span 2;
  }
}

@media only screen and (min-width: 992px) {
  .lg\:col-span-3 {
    grid-column: span 3/span 3;
  }
}

@media only screen and (min-width: 992px) {
  .lg\:col-span-4 {
    grid-column: span 4/span 4;
  }
}

@media only screen and (min-width: 992px) {
  .lg\:col-span-6 {
    grid-column: span 6/span 6;
  }
}

@media only screen and (min-width: 992px) {
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-5 {
  gap: 2rem;
}

.gap-6 {
  gap: 3rem;
}

/*# sourceMappingURL=main.css.map */
