/* Variables
 * ===============
 *
 * All variables and most of the configuration is defined here. */
/* Responsive */
/* Sizes */
/* Colors */
/* Typography */
/* Navigation */
/* stylelint-disable */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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;
}

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

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

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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: -.25em;
}

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

/**
 * 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'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', Courier, monospace;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
  font-size: 15px;
  font-size: .9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  background: #e6e6e6;
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: .75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #666;
  padding: 3px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover, a:focus, a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  width: 100%;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex='-1']:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
  content: '';
  display: table;
  table-layout: fixed;
}

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: .8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

html {
  scroll-padding-top: 100px;
}

@media screen and (min-width: 992px) {
  html {
    scroll-padding-top: 200px;
  }
}

.app {
  margin: 0;
  overflow: hidden;
}

main {
  background: #fff;
}

section {
  position: relative;
  padding: 30px 0;
  background: #f1f2ef;
}

@media screen and (min-width: 768px) {
  section {
    padding: 66px 0;
  }
}

section.bg-image, section.section-background {
  margin: 0;
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  section.bg-image, section.section-background {
    padding: 66px 0;
  }
}

section.bg-image.extra-padding, section.section-background.extra-padding {
  padding: 60px;
}

@media screen and (min-width: 768px) {
  section.bg-image.extra-padding, section.section-background.extra-padding {
    padding: 100px 0;
  }
}

section.section-light {
  background: #fff;
}

section.section-dark {
  color: #fff;
  background: #000;
}

section.section-dark h1, section.section-dark h2, section.section-dark h3, section.section-dark h4, section.section-dark h5, section.section-dark h6 {
  color: inherit;
}

section.section-dark a {
  color: inherit;
}

section.section-negative {
  padding: 0;
  margin: 0;
}

section.section-negative .container {
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  margin-top: -30px;
}

@media screen and (min-width: 768px) {
  section.section-negative .container {
    margin-top: -66px;
  }
}

section.section-negative + section {
  padding-top: 160px;
}

p,
ol,
ul,
dl,
table {
  margin: 0 0 1.5rem;
}

p:last-child {
  margin-bottom: 0;
}

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

.tick-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tick-list li {
  position: relative;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
  padding-left: 3.2rem;
  padding-top: .3rem;
  margin-bottom: 2rem;
}

.tick-list li:before, .tick-list li:after {
  content: '\f111';
  color: #c5a45e;
  font-family: "Font Awesome 5 Free";
  font-size: 2.2rem;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
}

.tick-list li:after {
  content: '\f00c';
  color: #161617;
  font-size: 2rem;
  left: .4rem;
}

hr {
  border: 0;
  border-top: 1px solid #161617;
  height: 0;
}

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

[hidden],
.d-none {
  display: none;
}

blockquote {
  border-left: 16px solid #f0f0f0;
  margin: 0 0 1.5rem;
  padding: 0 1.5rem;
}

blockquote cite {
  display: block;
  font-style: italic;
  margin-top: 1.5rem;
  text-align: right;
}

pre {
  background: transparent;
  border: 0;
  border-radius: 5px;
  color: #161617;
  font-family: Menlo, monospace;
  font-size: .9rem;
  margin: 0 0 1.5rem;
  padding: 1rem;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}

pre code {
  font-family: Menlo, monospace;
  line-height: 1.2;
}

:not(pre) > code {
  background: transparent;
  border: 1px solid #dedede;
  border-radius: 5px;
  color: #161617;
  font-family: Menlo, monospace;
  font-size: .9rem;
  padding: 0 .2rem;
}

kbd {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
  color: #333;
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: .8em;
  line-height: 1.4;
  margin: 0 .1em;
  padding: .1em .6em;
  text-shadow: 0 1px 0 #fff;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #dedede;
}

tfoot th {
  border-top: 2px solid #dedede;
}

td {
  border-bottom: 1px solid #dedede;
}

th,
td {
  padding: .5rem;
  text-align: left;
}

caption {
  caption-side: bottom;
  color: #ababab;
  padding: 1rem 0;
}

.striped-table tbody tr:nth-child(odd) {
  background-color: #f8f8f8;
}

.contain-table {
  overflow-x: auto;
}

@media screen and (min-width: 768px) {
  .contain-table {
    width: 100%;
  }
}

#breadcrumbs {
  color: #c5a45e;
  font-size: 16px;
  font-style: italic;
}

#breadcrumbs a:hover {
  text-decoration: underline;
}

a:hover, a:focus, a:active {
  color: #161617;
}

.content-animate {
  position: relative;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  opacity: 0;
}

.content-animate.content-animation.content-animate-fade {
  opacity: 0;
  -webkit-animation-name: content-animate-fade;
          animation-name: content-animate-fade;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

.content-animate.content-animation.content-animate-right {
  opacity: 0;
  right: 100px;
  -webkit-animation-name: content-animate-right;
          animation-name: content-animate-right;
}

.content-animate.content-animation.content-animate-left {
  opacity: 0;
  left: 100px;
  -webkit-animation-name: content-animate-left;
          animation-name: content-animate-left;
}

.content-animate.content-animation.content-animate-flip {
  opacity: 1;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: rotateY(100deg);
          transform: rotateY(100deg);
  -webkit-animation-name: content-animate-flip;
          animation-name: content-animate-flip;
}

.content-animate.content-animation.content-animate-flip-right {
  -webkit-transform: rotateY(-100deg);
          transform: rotateY(-100deg);
  -webkit-animation-name: content-animate-flip-right;
          animation-name: content-animate-flip-right;
}

.content-animate.content-animation.content-animate-delay-1 {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.content-animate.content-animation.content-animate-delay-2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.content-animate.content-animation.content-animate-delay-3 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.content-animate.content-animation.content-animate-delay-4 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes content-animate-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes content-animate-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes content-animate-right {
  from {
    opacity: 0;
    right: 100px;
  }
  to {
    opacity: 1;
    right: 0;
  }
}

@keyframes content-animate-right {
  from {
    opacity: 0;
    right: 100px;
  }
  to {
    opacity: 1;
    right: 0;
  }
}

@-webkit-keyframes content-animate-left {
  from {
    opacity: 0;
    left: 100px;
  }
  to {
    opacity: 1;
    left: 0;
  }
}

@keyframes content-animate-left {
  from {
    opacity: 0;
    left: 100px;
  }
  to {
    opacity: 1;
    left: 0;
  }
}

@-webkit-keyframes content-animate-flip {
  from {
    -webkit-transform: rotateY(100deg);
            transform: rotateY(100deg);
  }
  to {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes content-animate-flip {
  from {
    -webkit-transform: rotateY(100deg);
            transform: rotateY(100deg);
  }
  to {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@-webkit-keyframes content-animate-flip-right {
  from {
    -webkit-transform: rotateY(-100deg);
            transform: rotateY(-100deg);
  }
  to {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes content-animate-flip-right {
  from {
    -webkit-transform: rotateY(-100deg);
            transform: rotateY(-100deg);
  }
  to {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

html {
  font-size: 100%;
}

body {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.005em;
  line-height: 1.67;
}

@media screen and (max-width: 575px) {
  body {
    font-size: 1rem;
  }
}

body {
  color: #161617;
  background-color: #f1f2ef;
}

a,
a:visited {
  color: #c5a45e;
  text-decoration: none;
  -webkit-transition: all .1s;
  transition: all .1s;
}

a:hover, a:active,
a:visited:hover,
a:visited:active {
  text-decoration: none;
}

a:focus,
a:visited:focus {
  outline: none;
}

a.focus-visible,
a:visited.focus-visible {
  outline: 0.2em solid #c5a45e;
}

a:focus-visible,
a:visited:focus-visible {
  outline: 0.2em solid #c5a45e;
}

p a:hover, p a:active, p a:focus {
  text-decoration: underline;
}

.page-content h1 {
  font-size: 2.75em;
}

h1, h2, h3, h4, h5, h6 {
  color: #161617;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
  letter-spacing: -0.005em;
  line-height: 1.25;
  margin: 0 0 1rem;
}

h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child) {
  margin: 1rem 0;
}

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
  color: #c5a45e;
  font-style: normal;
  font-weight: 300;
}

h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child) {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  h1:not(:first-child),
  h2:not(:first-child),
  h3:not(:first-child) {
    margin-top: 2.5rem;
  }
}

hr {
  display: block;
  width: 76px;
  border-top: 4px solid #c5a45e;
  margin: 30px 0 40px;
}

hr.short {
  margin: 10px 0 40px;
}

.text-center hr, hr.center {
  margin-right: auto;
  margin-left: auto;
}

.v-pageHead h1:after,
.v-pageHead h2:after,
.v-pageHead h3:after {
  display: none;
}

h1 {
  font-size: 1.67rem;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 3.375rem;
  }
}

h2 {
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 3.375rem;
  }
}

h3 {
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  h3 {
    font-size: 2.5rem;
  }
}

h4 {
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  h5 {
    font-size: 1.25rem;
  }
}

.highlight {
  color: #c5a45e;
}

.highlight-2 {
  color: #c5a45e;
}

.primary {
  color: #161617;
}

.text-black {
  color: #000;
}

.text-black h1, .text-black h2, .text-black h3, .text-black h4, .text-black h5, .text-black h6 {
  color: inherit;
}

.content-title {
  color: #161617;
  font-size: 2em;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.content-title-2 {
  font-family: neue-haas-grotesk-display, sans-serif;
}

.col-2pt4,
.col-sm-2pt4,
.col-md-2pt4,
.col-lg-2pt4,
.col-xl-2pt4 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

.col-2pt4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 768px) {
  .col-sm-2pt4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .col-md-2pt4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .col-lg-2pt4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-xl-2pt4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

.row-slim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.row-slim .col, .row-slim .col-1, .row-slim .col-10, .row-slim .col-11, .row-slim .col-12, .row-slim .col-2, .row-slim .col-3, .row-slim .col-4, .row-slim .col-5, .row-slim .col-6, .row-slim .col-7, .row-slim .col-8, .row-slim .col-9, .row-slim .col-auto, .row-slim .col-lg, .row-slim .col-lg-1, .row-slim .col-lg-10, .row-slim .col-lg-11, .row-slim .col-lg-12, .row-slim .col-lg-2, .row-slim .col-lg-3, .row-slim .col-lg-4, .row-slim .col-lg-5, .row-slim .col-lg-6, .row-slim .col-lg-7, .row-slim .col-lg-8, .row-slim .col-lg-9, .row-slim .col-lg-auto, .row-slim .col-md, .row-slim .col-md-1, .row-slim .col-md-10, .row-slim .col-md-11, .row-slim .col-md-12, .row-slim .col-md-2, .row-slim .col-md-3, .row-slim .col-md-4, .row-slim .col-md-5, .row-slim .col-md-6, .row-slim .col-md-7, .row-slim .col-md-8, .row-slim .col-md-9, .row-slim .col-md-auto, .row-slim .col-sm, .row-slim .col-sm-1, .row-slim .col-sm-10, .row-slim .col-sm-11, .row-slim .col-sm-12, .row-slim .col-sm-2, .row-slim .col-sm-3, .row-slim .col-sm-4, .row-slim .col-sm-5, .row-slim .col-sm-6, .row-slim .col-sm-7, .row-slim .col-sm-8, .row-slim .col-sm-9, .row-slim .col-sm-auto, .row-slim .col-xl, .row-slim .col-xl-1, .row-slim .col-xl-10, .row-slim .col-xl-11, .row-slim .col-xl-12, .row-slim .col-xl-2, .row-slim .col-xl-3, .row-slim .col-xl-4, .row-slim .col-xl-5, .row-slim .col-xl-6, .row-slim .col-xl-7, .row-slim .col-xl-8, .row-slim .col-xl-9, .row-slim .col-xl-auto {
  padding-left: 5px;
  padding-right: 5px;
}

section .gfield_repeater_buttons .add_repeater_item_text, section .gfield_repeater_buttons .remove_repeater_item_text, .button, .button:visited, input[type=submit], input[type=reset], input[type=button] {
  height: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #3a469a;
  border: 2px solid #3a469a;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 .5rem;
  outline: none;
  padding: 1rem 2.5rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  transition: all .2s;
  vertical-align: middle;
}

@media screen and (max-width: 575px) {
  section .gfield_repeater_buttons .add_repeater_item_text, section .gfield_repeater_buttons .remove_repeater_item_text, .button, .button:visited, input[type=submit], input[type=reset], input[type=button] {
    font-size: 14px;
    padding: .75rem 2rem;
  }
}

section .gfield_repeater_buttons .add_repeater_item_text:hover,
a:hover section .gfield_repeater_buttons .add_repeater_item_text, section .gfield_repeater_buttons .add_repeater_item_text:active, section .gfield_repeater_buttons .remove_repeater_item_text:hover,
a:hover section .gfield_repeater_buttons .remove_repeater_item_text, section .gfield_repeater_buttons .remove_repeater_item_text:active, .button:hover,
a:hover .button, .button:active, .button:visited:hover,
a:hover .button:visited, .button:visited:active, input[type=submit]:hover,
a:hover input[type=submit], input[type=submit]:active, input[type=reset]:hover,
a:hover input[type=reset], input[type=reset]:active, input[type=button]:hover,
a:hover input[type=button], input[type=button]:active {
  background: #c5a45e;
  border-color: #c5a45e;
  color: #fff;
  text-decoration: none;
}

section .gfield_repeater_buttons .add_repeater_item_text::-moz-focus-inner, section .gfield_repeater_buttons .remove_repeater_item_text::-moz-focus-inner, .button::-moz-focus-inner, .button:visited::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=button]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

section .gfield_repeater_buttons .add_repeater_item_text.focus-visible, section .gfield_repeater_buttons .remove_repeater_item_text.focus-visible, .button.focus-visible, .button:visited.focus-visible, input[type=submit].focus-visible, input[type=reset].focus-visible, input[type=button].focus-visible {
  -webkit-box-shadow: 0 0 0 0.5em rgba(197, 164, 94, 0.75);
          box-shadow: 0 0 0 0.5em rgba(197, 164, 94, 0.75);
  color: #fff;
  outline: none;
  text-decoration: none;
}

section .gfield_repeater_buttons .add_repeater_item_text:focus-visible, section .gfield_repeater_buttons .remove_repeater_item_text:focus-visible, .button:focus-visible, .button:visited:focus-visible, input[type=submit]:focus-visible, input[type=reset]:focus-visible, input[type=button]:focus-visible {
  -webkit-box-shadow: 0 0 0 0.5em rgba(197, 164, 94, 0.75);
          box-shadow: 0 0 0 0.5em rgba(197, 164, 94, 0.75);
  color: #fff;
  outline: none;
  text-decoration: none;
}

section .gfield_repeater_buttons .add_repeater_item_text:focus, section .gfield_repeater_buttons .remove_repeater_item_text:focus, .button:focus, .button:visited:focus, input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus {
  outline: none;
  border-color: inherit;
}

.btn-fullwidth section .gfield_repeater_buttons .add_repeater_item_text, .btn-fullwidth section .gfield_repeater_buttons .remove_repeater_item_text, .btn-fullwidth .button, .btn-fullwidth .button:visited, .btn-fullwidth input[type=submit], .btn-fullwidth input[type=reset], .btn-fullwidth input[type=button] {
  width: 100%;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-2, section .gfield_repeater_buttons .remove_repeater_item_text.button-2, .button.button-2, .button:visited.button-2, input[type=submit].button-2, input[type=reset].button-2, input[type=button].button-2 {
  color: #c5a45e;
  background: transparent;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-2:hover,
a:hover section .gfield_repeater_buttons .add_repeater_item_text.button-2, section .gfield_repeater_buttons .remove_repeater_item_text.button-2:hover,
a:hover section .gfield_repeater_buttons .remove_repeater_item_text.button-2, .button.button-2:hover,
a:hover .button.button-2, .button:visited.button-2:hover,
a:hover .button:visited.button-2, input[type=submit].button-2:hover,
a:hover input[type=submit].button-2, input[type=reset].button-2:hover,
a:hover input[type=reset].button-2, input[type=button].button-2:hover,
a:hover input[type=button].button-2 {
  color: #fff;
  background: #c5a45e;
  border-color: #c5a45e;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-3, section .gfield_repeater_buttons .remove_repeater_item_text.button-3, .button.button-3, .button:visited.button-3, input[type=submit].button-3, input[type=reset].button-3, input[type=button].button-3 {
  color: #161617;
  background: transparent;
  border-color: #161617;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-3:hover,
a:hover section .gfield_repeater_buttons .add_repeater_item_text.button-3, section .gfield_repeater_buttons .remove_repeater_item_text.button-3:hover,
a:hover section .gfield_repeater_buttons .remove_repeater_item_text.button-3, .button.button-3:hover,
a:hover .button.button-3, .button:visited.button-3:hover,
a:hover .button:visited.button-3, input[type=submit].button-3:hover,
a:hover input[type=submit].button-3, input[type=reset].button-3:hover,
a:hover input[type=reset].button-3, input[type=button].button-3:hover,
a:hover input[type=button].button-3 {
  color: #fff;
  background: #161617;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-4, section .gfield_repeater_buttons .remove_repeater_item_text.button-4, .button.button-4, .button:visited.button-4, input[type=submit].button-4, input[type=reset].button-4, input[type=button].button-4 {
  color: #161617;
  background: #fff;
  border-color: #161617;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-4:hover,
a:hover section .gfield_repeater_buttons .add_repeater_item_text.button-4, section .gfield_repeater_buttons .remove_repeater_item_text.button-4:hover,
a:hover section .gfield_repeater_buttons .remove_repeater_item_text.button-4, .button.button-4:hover,
a:hover .button.button-4, .button:visited.button-4:hover,
a:hover .button:visited.button-4, input[type=submit].button-4:hover,
a:hover input[type=submit].button-4, input[type=reset].button-4:hover,
a:hover input[type=reset].button-4, input[type=button].button-4:hover,
a:hover input[type=button].button-4 {
  color: #fff;
  background: #161617;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-5, section .gfield_repeater_buttons .remove_repeater_item_text.button-5, .button.button-5, .button:visited.button-5, input[type=submit].button-5, input[type=reset].button-5, input[type=button].button-5 {
  color: #fff;
  background: #161617;
  border-color: #161617;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-5:hover,
a:hover section .gfield_repeater_buttons .add_repeater_item_text.button-5, section .gfield_repeater_buttons .remove_repeater_item_text.button-5:hover,
a:hover section .gfield_repeater_buttons .remove_repeater_item_text.button-5, .button.button-5:hover,
a:hover .button.button-5, .button:visited.button-5:hover,
a:hover .button:visited.button-5, input[type=submit].button-5:hover,
a:hover input[type=submit].button-5, input[type=reset].button-5:hover,
a:hover input[type=reset].button-5, input[type=button].button-5:hover,
a:hover input[type=button].button-5 {
  color: #161617;
  background: #fff;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-6, section .gfield_repeater_buttons .remove_repeater_item_text.button-6, .button.button-6, .button:visited.button-6, input[type=submit].button-6, input[type=reset].button-6, input[type=button].button-6 {
  border-color: #fff;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-6:hover,
a:hover section .gfield_repeater_buttons .add_repeater_item_text.button-6, section .gfield_repeater_buttons .remove_repeater_item_text.button-6:hover,
a:hover section .gfield_repeater_buttons .remove_repeater_item_text.button-6, .button.button-6:hover,
a:hover .button.button-6, .button:visited.button-6:hover,
a:hover .button:visited.button-6, input[type=submit].button-6:hover,
a:hover input[type=submit].button-6, input[type=reset].button-6:hover,
a:hover input[type=reset].button-6, input[type=button].button-6:hover,
a:hover input[type=button].button-6 {
  color: #c5a45e;
  background: #fff;
  border-color: #fff;
}

section .gfield_repeater_buttons .add_repeater_item_text.button-small, section .gfield_repeater_buttons .remove_repeater_item_text.button-small, .button.button-small, .button:visited.button-small, input[type=submit].button-small, input[type=reset].button-small, input[type=button].button-small {
  padding: .8rem 1rem;
}

.btnreset {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-decoration: none;
  text-transform: none;
  -webkit-transform: none;
          transform: none;
  vertical-align: inherit;
  width: auto;
}

.link {
  font-size: 20px;
  color: #c5a45e;
}

.link:hover {
  color: #fff;
  text-decoration: none;
}

.link.link-arrow:after {
  display: inline-block;
  font-family: FontAwesome;
  content: '\f061';
  padding-left: 20px;
}

.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
}

.c-card__image {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 71%;
}

@media screen and (max-width: 575px) {
  .c-card__image {
    padding-bottom: 45%;
  }
}

.c-card__image img {
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .c-card__image img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}

.c-card__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #161617;
  padding: 1.25rem;
  padding-left: 1.5rem;
  text-align: center;
}

.c-card__footer {
  padding-top: 1.25rem;
}

.c-card__title {
  font-size: 2rem;
  height: 5.8rem;
}

@media screen and (max-width: 575px) {
  .c-card__title {
    font-size: 1rem;
    height: 2.9rem;
  }
}

.c-card__link:not(\#9) {
  color: inherit;
}

.c-card__link::before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-card--square .c-card__image {
  padding-bottom: 100%;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=week], input[type=time], select, textarea {
  margin-bottom: .5rem;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=week], input[type=time], select, textarea,
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background: #fff;
  border: 1px solid #CECECE;
  border-radius: 0;
  color: #161617;
  display: block;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  outline: none;
  padding: .875rem 1.25rem;
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 575px) {
  input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=week], input[type=time], select, textarea,
  body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 15px;
    padding: .75rem 1.25rem;
  }
}

input:hover[type=color]::-webkit-input-placeholder, input:hover[type=date]::-webkit-input-placeholder, input:hover[type=datetime]::-webkit-input-placeholder, input:hover[type=datetime-local]::-webkit-input-placeholder, input:hover[type=email]::-webkit-input-placeholder, input:hover[type=month]::-webkit-input-placeholder, input:hover[type=number]::-webkit-input-placeholder, input:hover[type=password]::-webkit-input-placeholder, input:hover[type=search]::-webkit-input-placeholder, input:hover[type=tel]::-webkit-input-placeholder, input:hover[type=text]::-webkit-input-placeholder, input:hover[type=url]::-webkit-input-placeholder, input:hover[type=week]::-webkit-input-placeholder, input:hover[type=time]::-webkit-input-placeholder, select:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder {
  opacity: .65;
}

input:hover[type=color]::-moz-placeholder, input:hover[type=date]::-moz-placeholder, input:hover[type=datetime]::-moz-placeholder, input:hover[type=datetime-local]::-moz-placeholder, input:hover[type=email]::-moz-placeholder, input:hover[type=month]::-moz-placeholder, input:hover[type=number]::-moz-placeholder, input:hover[type=password]::-moz-placeholder, input:hover[type=search]::-moz-placeholder, input:hover[type=tel]::-moz-placeholder, input:hover[type=text]::-moz-placeholder, input:hover[type=url]::-moz-placeholder, input:hover[type=week]::-moz-placeholder, input:hover[type=time]::-moz-placeholder, select:hover::-moz-placeholder, textarea:hover::-moz-placeholder {
  opacity: .65;
}

input:hover[type=color]:-ms-input-placeholder, input:hover[type=date]:-ms-input-placeholder, input:hover[type=datetime]:-ms-input-placeholder, input:hover[type=datetime-local]:-ms-input-placeholder, input:hover[type=email]:-ms-input-placeholder, input:hover[type=month]:-ms-input-placeholder, input:hover[type=number]:-ms-input-placeholder, input:hover[type=password]:-ms-input-placeholder, input:hover[type=search]:-ms-input-placeholder, input:hover[type=tel]:-ms-input-placeholder, input:hover[type=text]:-ms-input-placeholder, input:hover[type=url]:-ms-input-placeholder, input:hover[type=week]:-ms-input-placeholder, input:hover[type=time]:-ms-input-placeholder, select:hover:-ms-input-placeholder, textarea:hover:-ms-input-placeholder {
  opacity: .65;
}

input:hover[type=color]::-ms-input-placeholder, input:hover[type=date]::-ms-input-placeholder, input:hover[type=datetime]::-ms-input-placeholder, input:hover[type=datetime-local]::-ms-input-placeholder, input:hover[type=email]::-ms-input-placeholder, input:hover[type=month]::-ms-input-placeholder, input:hover[type=number]::-ms-input-placeholder, input:hover[type=password]::-ms-input-placeholder, input:hover[type=search]::-ms-input-placeholder, input:hover[type=tel]::-ms-input-placeholder, input:hover[type=text]::-ms-input-placeholder, input:hover[type=url]::-ms-input-placeholder, input:hover[type=week]::-ms-input-placeholder, input:hover[type=time]::-ms-input-placeholder, select:hover::-ms-input-placeholder, textarea:hover::-ms-input-placeholder {
  opacity: .65;
}

input:hover[type=color]::placeholder, input:hover[type=date]::placeholder, input:hover[type=datetime]::placeholder, input:hover[type=datetime-local]::placeholder, input:hover[type=email]::placeholder, input:hover[type=month]::placeholder, input:hover[type=number]::placeholder, input:hover[type=password]::placeholder, input:hover[type=search]::placeholder, input:hover[type=tel]::placeholder, input:hover[type=text]::placeholder, input:hover[type=url]::placeholder, input:hover[type=week]::placeholder, input:hover[type=time]::placeholder, select:hover::placeholder, textarea:hover::placeholder {
  opacity: .65;
}

input[type=color]:focus, input[type=color]:active, input[type=date]:focus, input[type=date]:active, input[type=datetime]:focus, input[type=datetime]:active, input[type=datetime-local]:focus, input[type=datetime-local]:active, input[type=email]:focus, input[type=email]:active, input[type=month]:focus, input[type=month]:active, input[type=number]:focus, input[type=number]:active, input[type=password]:focus, input[type=password]:active, input[type=search]:focus, input[type=search]:active, input[type=tel]:focus, input[type=tel]:active, input[type=text]:focus, input[type=text]:active, input[type=url]:focus, input[type=url]:active, input[type=week]:focus, input[type=week]:active, input[type=time]:focus, input[type=time]:active, select:focus, select:active, textarea:focus, textarea:active {
  -webkit-box-shadow: inset -4px 0 0 #c5a45e;
          box-shadow: inset -4px 0 0 #c5a45e;
  border-color: #707070;
}

input:focus[type=color]::-webkit-input-placeholder, input:active[type=color]::-webkit-input-placeholder, input:focus[type=date]::-webkit-input-placeholder, input:active[type=date]::-webkit-input-placeholder, input:focus[type=datetime]::-webkit-input-placeholder, input:active[type=datetime]::-webkit-input-placeholder, input:focus[type=datetime-local]::-webkit-input-placeholder, input:active[type=datetime-local]::-webkit-input-placeholder, input:focus[type=email]::-webkit-input-placeholder, input:active[type=email]::-webkit-input-placeholder, input:focus[type=month]::-webkit-input-placeholder, input:active[type=month]::-webkit-input-placeholder, input:focus[type=number]::-webkit-input-placeholder, input:active[type=number]::-webkit-input-placeholder, input:focus[type=password]::-webkit-input-placeholder, input:active[type=password]::-webkit-input-placeholder, input:focus[type=search]::-webkit-input-placeholder, input:active[type=search]::-webkit-input-placeholder, input:focus[type=tel]::-webkit-input-placeholder, input:active[type=tel]::-webkit-input-placeholder, input:focus[type=text]::-webkit-input-placeholder, input:active[type=text]::-webkit-input-placeholder, input:focus[type=url]::-webkit-input-placeholder, input:active[type=url]::-webkit-input-placeholder, input:focus[type=week]::-webkit-input-placeholder, input:active[type=week]::-webkit-input-placeholder, input:focus[type=time]::-webkit-input-placeholder, input:active[type=time]::-webkit-input-placeholder, select:focus::-webkit-input-placeholder, select:active::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, textarea:active::-webkit-input-placeholder {
  opacity: .4;
}

input:focus[type=color]::-moz-placeholder, input:active[type=color]::-moz-placeholder, input:focus[type=date]::-moz-placeholder, input:active[type=date]::-moz-placeholder, input:focus[type=datetime]::-moz-placeholder, input:active[type=datetime]::-moz-placeholder, input:focus[type=datetime-local]::-moz-placeholder, input:active[type=datetime-local]::-moz-placeholder, input:focus[type=email]::-moz-placeholder, input:active[type=email]::-moz-placeholder, input:focus[type=month]::-moz-placeholder, input:active[type=month]::-moz-placeholder, input:focus[type=number]::-moz-placeholder, input:active[type=number]::-moz-placeholder, input:focus[type=password]::-moz-placeholder, input:active[type=password]::-moz-placeholder, input:focus[type=search]::-moz-placeholder, input:active[type=search]::-moz-placeholder, input:focus[type=tel]::-moz-placeholder, input:active[type=tel]::-moz-placeholder, input:focus[type=text]::-moz-placeholder, input:active[type=text]::-moz-placeholder, input:focus[type=url]::-moz-placeholder, input:active[type=url]::-moz-placeholder, input:focus[type=week]::-moz-placeholder, input:active[type=week]::-moz-placeholder, input:focus[type=time]::-moz-placeholder, input:active[type=time]::-moz-placeholder, select:focus::-moz-placeholder, select:active::-moz-placeholder, textarea:focus::-moz-placeholder, textarea:active::-moz-placeholder {
  opacity: .4;
}

input:focus[type=color]:-ms-input-placeholder, input:active[type=color]:-ms-input-placeholder, input:focus[type=date]:-ms-input-placeholder, input:active[type=date]:-ms-input-placeholder, input:focus[type=datetime]:-ms-input-placeholder, input:active[type=datetime]:-ms-input-placeholder, input:focus[type=datetime-local]:-ms-input-placeholder, input:active[type=datetime-local]:-ms-input-placeholder, input:focus[type=email]:-ms-input-placeholder, input:active[type=email]:-ms-input-placeholder, input:focus[type=month]:-ms-input-placeholder, input:active[type=month]:-ms-input-placeholder, input:focus[type=number]:-ms-input-placeholder, input:active[type=number]:-ms-input-placeholder, input:focus[type=password]:-ms-input-placeholder, input:active[type=password]:-ms-input-placeholder, input:focus[type=search]:-ms-input-placeholder, input:active[type=search]:-ms-input-placeholder, input:focus[type=tel]:-ms-input-placeholder, input:active[type=tel]:-ms-input-placeholder, input:focus[type=text]:-ms-input-placeholder, input:active[type=text]:-ms-input-placeholder, input:focus[type=url]:-ms-input-placeholder, input:active[type=url]:-ms-input-placeholder, input:focus[type=week]:-ms-input-placeholder, input:active[type=week]:-ms-input-placeholder, input:focus[type=time]:-ms-input-placeholder, input:active[type=time]:-ms-input-placeholder, select:focus:-ms-input-placeholder, select:active:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, textarea:active:-ms-input-placeholder {
  opacity: .4;
}

input:focus[type=color]::-ms-input-placeholder, input:active[type=color]::-ms-input-placeholder, input:focus[type=date]::-ms-input-placeholder, input:active[type=date]::-ms-input-placeholder, input:focus[type=datetime]::-ms-input-placeholder, input:active[type=datetime]::-ms-input-placeholder, input:focus[type=datetime-local]::-ms-input-placeholder, input:active[type=datetime-local]::-ms-input-placeholder, input:focus[type=email]::-ms-input-placeholder, input:active[type=email]::-ms-input-placeholder, input:focus[type=month]::-ms-input-placeholder, input:active[type=month]::-ms-input-placeholder, input:focus[type=number]::-ms-input-placeholder, input:active[type=number]::-ms-input-placeholder, input:focus[type=password]::-ms-input-placeholder, input:active[type=password]::-ms-input-placeholder, input:focus[type=search]::-ms-input-placeholder, input:active[type=search]::-ms-input-placeholder, input:focus[type=tel]::-ms-input-placeholder, input:active[type=tel]::-ms-input-placeholder, input:focus[type=text]::-ms-input-placeholder, input:active[type=text]::-ms-input-placeholder, input:focus[type=url]::-ms-input-placeholder, input:active[type=url]::-ms-input-placeholder, input:focus[type=week]::-ms-input-placeholder, input:active[type=week]::-ms-input-placeholder, input:focus[type=time]::-ms-input-placeholder, input:active[type=time]::-ms-input-placeholder, select:focus::-ms-input-placeholder, select:active::-ms-input-placeholder, textarea:focus::-ms-input-placeholder, textarea:active::-ms-input-placeholder {
  opacity: .4;
}

input:focus[type=color]::placeholder, input:active[type=color]::placeholder, input:focus[type=date]::placeholder, input:active[type=date]::placeholder, input:focus[type=datetime]::placeholder, input:active[type=datetime]::placeholder, input:focus[type=datetime-local]::placeholder, input:active[type=datetime-local]::placeholder, input:focus[type=email]::placeholder, input:active[type=email]::placeholder, input:focus[type=month]::placeholder, input:active[type=month]::placeholder, input:focus[type=number]::placeholder, input:active[type=number]::placeholder, input:focus[type=password]::placeholder, input:active[type=password]::placeholder, input:focus[type=search]::placeholder, input:active[type=search]::placeholder, input:focus[type=tel]::placeholder, input:active[type=tel]::placeholder, input:focus[type=text]::placeholder, input:active[type=text]::placeholder, input:focus[type=url]::placeholder, input:active[type=url]::placeholder, input:focus[type=week]::placeholder, input:active[type=week]::placeholder, input:focus[type=time]::placeholder, input:active[type=time]::placeholder, select:focus::placeholder, select:active::placeholder, textarea:focus::placeholder, textarea:active::placeholder {
  opacity: .4;
}

input[type=color]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #161617;
  opacity: .4;
  -webkit-transition: all .1s;
  transition: all .1s;
}

input[type=color]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=time]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #161617;
  opacity: .4;
  -moz-transition: all .1s;
  transition: all .1s;
}

input[type=color]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #161617;
  opacity: .4;
  -ms-transition: all .1s;
  transition: all .1s;
}

input[type=color]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=datetime]::-ms-input-placeholder, input[type=datetime-local]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=month]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=week]::-ms-input-placeholder, input[type=time]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #161617;
  opacity: .4;
  -ms-transition: all .1s;
  transition: all .1s;
}

input[type=color]::placeholder, input[type=date]::placeholder, input[type=datetime]::placeholder, input[type=datetime-local]::placeholder, input[type=email]::placeholder, input[type=month]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, input[type=url]::placeholder, input[type=week]::placeholder, input[type=time]::placeholder, select::placeholder, textarea::placeholder {
  color: #161617;
  opacity: .4;
  -webkit-transition: all .1s;
  transition: all .1s;
}

textarea {
  height: auto;
  overflow: auto;
}

fieldset {
  border: 0;
  border-radius: 5px;
  margin: 1.5rem 0;
  padding: 1rem;
}

legend {
  font-weight: 600;
  padding: 0 .5rem;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAJCAYAAAAo/ezGAAAABmJLR0QATwBPAE++ReIbAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH5QYLEAEcwyCcTgAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAqklEQVQoz63RLU4DARCG4afbOs6A30Mg8XsKjkCQTUhagcA2JDU9widQhGMg1uIaXCsQpAXBQtpma3b3TUbMT+ZNZkZVVS1wg8Ive4wd85rkWgcKzPGNUROny/e405FxXdebsiwvcHVmZpVk0VXwd5YZ1i39T0z1oIAkW9y39B+TvPcWNDzh7SD/wIOe/AuS7E6eOU2yGUzQSJ7xghpLAzBpqd3iMsnXEIIfVbktELjI5VUAAAAASUVORK5CYII=");
  background-position: right center;
  background-repeat: no-repeat;
  color: #161617;
  line-height: 1;
}

input[type='range'] {
  width: 100%;
}

label {
  display: block;
  font-weight: 600;
  margin-left: .5rem;
  max-width: 100%;
}

/**
 * Gravity Forms
 */
.gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gfield input,
.gfield textarea,
.gfield select {
  margin: 0;
}

.gfield input::-webkit-input-placeholder, .gfield textarea::-webkit-input-placeholder, .gfield select::-webkit-input-placeholder {
  text-transform: uppercase;
}

.gfield input::-moz-placeholder, .gfield textarea::-moz-placeholder, .gfield select::-moz-placeholder {
  text-transform: uppercase;
}

.gfield input:-ms-input-placeholder, .gfield textarea:-ms-input-placeholder, .gfield select:-ms-input-placeholder {
  text-transform: uppercase;
}

.gfield input::-ms-input-placeholder, .gfield textarea::-ms-input-placeholder, .gfield select::-ms-input-placeholder {
  text-transform: uppercase;
}

.gfield input::placeholder,
.gfield textarea::placeholder,
.gfield select::placeholder {
  text-transform: uppercase;
}

.gfield.hidden_label .gfield_label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.gfield.hidden_label .gfield_label:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.ginput_container_consent {
  font-size: .66rem;
  text-align: left;
}

.ginput_container_consent > input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.ginput_container_consent > input:checked + label {
  color: #fff;
}

.ginput_container_consent > input:checked + label::after {
  -webkit-transform: scale(1) rotate(-45deg);
          transform: scale(1) rotate(-45deg);
}

.ginput_container_consent > input:checked + label a {
  text-decoration: underline;
}

.ginput_container_consent > label {
  cursor: pointer;
  display: inline-block;
  padding-left: calc(7px + 0.8rem);
  position: relative;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.ginput_container_consent > label::before {
  background: #fff;
  border: 1px solid #161617;
  border-radius: calc(3px + .05em);
  content: '';
  display: inline-block;
  font-size: 0.8rem;
  height: calc(3px + .8em);
  left: 0;
  position: absolute;
  -webkit-transition: all .1s;
  transition: all .1s;
  vertical-align: middle;
  width: calc(3px + .8em);
}

.ginput_container_consent > label::after {
  border-bottom: calc(2px + .07em) solid #161617;
  border-left: calc(2px + .07em) solid #161617;
  content: '';
  font-size: 0.8rem;
  height: calc(3px + .22em);
  left: calc(.25em - 1px);
  position: absolute;
  top: calc(.25em - 1px);
  -webkit-transform: scale(0) rotate(-45deg);
          transform: scale(0) rotate(-45deg);
  -webkit-transition: all .1s;
  transition: all .1s;
  width: calc(5px + .32em);
}

.ginput_container_consent label {
  font-style: italic;
  font-weight: 400;
  margin-top: 0;
}

.ginput_container_consent .gfield_required {
  display: none;
}

.ginput_container_consent input.focus-visible + label {
  outline: 0.2em solid #c5a45e;
}

.ginput_container_consent input:focus-visible + label {
  outline: 0.2em solid #c5a45e;
}

.gform_validation_error .gfield_error input[type=color], .gform_validation_error .gfield_error input[type=date], .gform_validation_error .gfield_error input[type=datetime], .gform_validation_error .gfield_error input[type=datetime-local], .gform_validation_error .gfield_error input[type=email], .gform_validation_error .gfield_error input[type=month], .gform_validation_error .gfield_error input[type=number], .gform_validation_error .gfield_error input[type=password], .gform_validation_error .gfield_error input[type=search], .gform_validation_error .gfield_error input[type=tel], .gform_validation_error .gfield_error input[type=text], .gform_validation_error .gfield_error input[type=url], .gform_validation_error .gfield_error input[type=week], .gform_validation_error .gfield_error input[type=time], .gform_validation_error .gfield_error select, .gform_validation_error .gfield_error textarea {
  -webkit-box-shadow: inset -4px 0 0 #f00;
          box-shadow: inset -4px 0 0 #f00;
}

.gform_validation_error .validation_message {
  color: #ff9a9a;
  font-size: .8rem;
  font-style: italic;
  font-weight: 500;
  text-align: right;
}

.gform_validation_container {
  display: none !important;
  left: -9000px;
  position: absolute !important;
}

.modal .gform_confirmation_wrapper .gform_confirmation_message,
section .gform_confirmation_wrapper .gform_confirmation_message {
  padding: 60px 20px;
}

.modal .gform_wrapper,
section .gform_wrapper {
  margin-top: 0;
}

.modal .gform_wrapper .gform_heading .gform_required_legend,
section .gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}

.modal .gform_wrapper li.gfield.gfield_error,
section .gform_wrapper li.gfield.gfield_error {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}

.modal .gform_wrapper .validation_error,
section .gform_wrapper .validation_error {
  font-size: .8em;
  border-color: #CF6A6A;
  border-radius: 0;
  padding: 15px;
}

.modal .gform_wrapper .gform_fields,
section .gform_wrapper .gform_fields {
  grid-row-gap: 20px;
}

.modal .gform_wrapper .gfield,
section .gform_wrapper .gfield {
  position: relative;
}

.modal .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.modal .gform_wrapper .gfield textarea,
.modal .gform_wrapper .gfield select,
section .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
section .gform_wrapper .gfield textarea,
section .gform_wrapper .gfield select {
  height: auto;
  border: 1px solid #CECECE;
  border-radius: 0;
  color: rgba(22, 22, 23, 0.8);
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  padding: 12px 18px 13px;
  background-color: #fff;
}

.modal .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .modal .gform_wrapper .gfield textarea::-webkit-input-placeholder, .modal .gform_wrapper .gfield select::-webkit-input-placeholder, section .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, section .gform_wrapper .gfield textarea::-webkit-input-placeholder, section .gform_wrapper .gfield select::-webkit-input-placeholder {
  color: rgba(22, 22, 23, 0.4);
  opacity: 1;
}

.modal .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .modal .gform_wrapper .gfield textarea::-moz-placeholder, .modal .gform_wrapper .gfield select::-moz-placeholder, section .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, section .gform_wrapper .gfield textarea::-moz-placeholder, section .gform_wrapper .gfield select::-moz-placeholder {
  color: rgba(22, 22, 23, 0.4);
  opacity: 1;
}

.modal .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .modal .gform_wrapper .gfield textarea:-ms-input-placeholder, .modal .gform_wrapper .gfield select:-ms-input-placeholder, section .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, section .gform_wrapper .gfield textarea:-ms-input-placeholder, section .gform_wrapper .gfield select:-ms-input-placeholder {
  color: rgba(22, 22, 23, 0.4);
  opacity: 1;
}

.modal .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, .modal .gform_wrapper .gfield textarea::-ms-input-placeholder, .modal .gform_wrapper .gfield select::-ms-input-placeholder, section .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, section .gform_wrapper .gfield textarea::-ms-input-placeholder, section .gform_wrapper .gfield select::-ms-input-placeholder {
  color: rgba(22, 22, 23, 0.4);
  opacity: 1;
}

.modal .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.modal .gform_wrapper .gfield textarea::placeholder,
.modal .gform_wrapper .gfield select::placeholder,
section .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
section .gform_wrapper .gfield textarea::placeholder,
section .gform_wrapper .gfield select::placeholder {
  color: rgba(22, 22, 23, 0.4);
  opacity: 1;
}

.modal .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover::-webkit-input-placeholder, .modal .gform_wrapper .gfield textarea:hover::-webkit-input-placeholder, .modal .gform_wrapper .gfield select:hover::-webkit-input-placeholder, section .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover::-webkit-input-placeholder, section .gform_wrapper .gfield textarea:hover::-webkit-input-placeholder, section .gform_wrapper .gfield select:hover::-webkit-input-placeholder {
  opacity: .4;
}

.modal .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover::-moz-placeholder, .modal .gform_wrapper .gfield textarea:hover::-moz-placeholder, .modal .gform_wrapper .gfield select:hover::-moz-placeholder, section .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover::-moz-placeholder, section .gform_wrapper .gfield textarea:hover::-moz-placeholder, section .gform_wrapper .gfield select:hover::-moz-placeholder {
  opacity: .4;
}

.modal .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover:-ms-input-placeholder, .modal .gform_wrapper .gfield textarea:hover:-ms-input-placeholder, .modal .gform_wrapper .gfield select:hover:-ms-input-placeholder, section .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover:-ms-input-placeholder, section .gform_wrapper .gfield textarea:hover:-ms-input-placeholder, section .gform_wrapper .gfield select:hover:-ms-input-placeholder {
  opacity: .4;
}

.modal .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover::-ms-input-placeholder, .modal .gform_wrapper .gfield textarea:hover::-ms-input-placeholder, .modal .gform_wrapper .gfield select:hover::-ms-input-placeholder, section .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover::-ms-input-placeholder, section .gform_wrapper .gfield textarea:hover::-ms-input-placeholder, section .gform_wrapper .gfield select:hover::-ms-input-placeholder {
  opacity: .4;
}

.modal .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover::placeholder,
.modal .gform_wrapper .gfield textarea:hover::placeholder,
.modal .gform_wrapper .gfield select:hover::placeholder,
section .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover::placeholder,
section .gform_wrapper .gfield textarea:hover::placeholder,
section .gform_wrapper .gfield select:hover::placeholder {
  opacity: .4;
}

.modal .gform_wrapper .gfield select,
section .gform_wrapper .gfield select {
  color: rgba(22, 22, 23, 0.4);
}

.modal .gform_wrapper .gfield select option,
section .gform_wrapper .gfield select option {
  color: rgba(22, 22, 23, 0.8);
}

.modal .gform_wrapper .gfield textarea,
section .gform_wrapper .gfield textarea {
  resize: none;
}

.modal .gform_wrapper .gfield_error input,
.modal .gform_wrapper .gfield_error textarea,
.modal .gform_wrapper .gfield_error select,
section .gform_wrapper .gfield_error input,
section .gform_wrapper .gfield_error textarea,
section .gform_wrapper .gfield_error select {
  -webkit-box-shadow: inset 6px 0 0 #CF6A6A;
          box-shadow: inset 6px 0 0 #CF6A6A;
}

.modal .gform_wrapper li.gfield.gfield_error,
section .gform_wrapper li.gfield.gfield_error {
  background: none;
}

.modal .gform_wrapper .ginput_container_consent > input,
section .gform_wrapper .ginput_container_consent > input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.modal .gform_wrapper .ginput_container_consent > input:checked + label,
section .gform_wrapper .ginput_container_consent > input:checked + label {
  color: #707070;
}

.modal .gform_wrapper .ginput_container_consent > input:checked + label::after,
section .gform_wrapper .ginput_container_consent > input:checked + label::after {
  -webkit-transform: scale(1) rotate(-45deg);
          transform: scale(1) rotate(-45deg);
}

.modal .gform_wrapper .ginput_container_consent > input:checked + label a,
section .gform_wrapper .ginput_container_consent > input:checked + label a {
  text-decoration: underline;
}

.modal .gform_wrapper .ginput_container_consent > label,
section .gform_wrapper .ginput_container_consent > label {
  cursor: pointer;
  display: inline-block;
  padding-left: calc(7px + 1.8rem);
  position: relative;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.modal .gform_wrapper .ginput_container_consent > label::before,
section .gform_wrapper .ginput_container_consent > label::before {
  background: #fff;
  border: 1px solid #707070;
  border-radius: calc(3px + .05em);
  content: '';
  display: inline-block;
  font-size: 1.8rem;
  height: calc(3px + .8em);
  left: 0;
  position: absolute;
  -webkit-transition: all .1s;
  transition: all .1s;
  vertical-align: middle;
  width: calc(3px + .8em);
}

.modal .gform_wrapper .ginput_container_consent > label::after,
section .gform_wrapper .ginput_container_consent > label::after {
  border-bottom: calc(2px + .07em) solid #707070;
  border-left: calc(2px + .07em) solid #707070;
  content: '';
  font-size: 1.8rem;
  height: calc(3px + .22em);
  left: calc(.25em - 1px);
  position: absolute;
  top: calc(.25em - 1px);
  -webkit-transform: scale(0) rotate(-45deg);
          transform: scale(0) rotate(-45deg);
  -webkit-transition: all .1s;
  transition: all .1s;
  width: calc(5px + .32em);
}

.modal .gform_wrapper .ginput_container_consent + .validation_message,
section .gform_wrapper .ginput_container_consent + .validation_message {
  color: #CF6A6A;
  display: block;
  left: calc(7px + 1.8rem);
  position: absolute;
  text-align: left;
  top: 2rem;
}

.modal .gform_wrapper .gfield_consent_label,
section .gform_wrapper .gfield_consent_label {
  font-size: 1rem;
  font-style: normal;
  line-height: 1.4;
  margin: 5px 0 83px;
  padding-left: 2.7rem;
}

.modal .gform_wrapper .gfield_consent_label a,
section .gform_wrapper .gfield_consent_label a {
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: underline;
}

.modal .gform_wrapper .gfield_label,
section .gform_wrapper .gfield_label {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -.015em;
  line-height: 1.1;
  color: #585e6a;
}

.modal .gform_wrapper .validation_message,
section .gform_wrapper .validation_message {
  position: absolute;
  bottom: 3px;
  right: 0;
  padding-right: 3px;
  width: auto;
  height: 15px;
  font-size: 0.6rem !important;
  pointer-events: none;
  background: none;
  border: none;
}

.modal .gform_wrapper .gform_footer,
section .gform_wrapper .gform_footer {
  text-align: right;
}

.modal .gform_wrapper .gform_footer input:is([type=submit]),
section .gform_wrapper .gform_footer input:is([type=submit]) {
  background-color: #3a469a !important;
  color: #fff !important;
  font-weight: 600 !important;
  border-radius: 0 !important;
}

.modal .gform_wrapper .gform_footer input:is([type=submit]):hover,
section .gform_wrapper .gform_footer input:is([type=submit]):hover {
  color: #fff !important;
  background-color: #c5a45e !important;
}

.modal .gform_wrapper .gform_button,
section .gform_wrapper .gform_button {
  font-size: 1rem !important;
  letter-spacing: .075em;
  margin: 0;
  text-transform: uppercase;
  width: 100% !important;
  background: #161617;
  border-color: #161617;
}

@media screen and (max-width: 575px) {
  .modal .gform_wrapper .gform_button,
  section .gform_wrapper .gform_button {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }
}

.modal .gform_wrapper .gform_button:hover, .modal .gform_wrapper .gform_button:focus,
section .gform_wrapper .gform_button:hover,
section .gform_wrapper .gform_button:focus {
  background: #c5a45e;
}

.modal .gform_wrapper .gform_button.focus-visible,
section .gform_wrapper .gform_button.focus-visible {
  background: #c5a45e;
}

.modal .gform_wrapper .gform_button:focus-visible,
section .gform_wrapper .gform_button:focus-visible {
  background: #c5a45e;
}

.section-dark .modal .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.section-dark .modal .gform_wrapper .gfield textarea,
.section-dark .modal .gform_wrapper .gfield select, .section-dark
section .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.section-dark
section .gform_wrapper .gfield textarea,
.section-dark
section .gform_wrapper .gfield select {
  background: #fff;
}

.modal .gform_wrapper .expand-extra-block,
section .gform_wrapper .expand-extra-block {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height .5s;
  transition: max-height .5s;
  margin: 0;
  padding: 0;
}

.modal .gform_wrapper .show-expand .expand-extra-block,
section .gform_wrapper .show-expand .expand-extra-block {
  max-height: 1000px;
}

.modal .gform_wrapper .gform_validation_errors,
section .gform_wrapper .gform_validation_errors {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 0;
  font-size: .8rem;
  font-weight: 700;
  margin-bottom: .5rem;
}

.modal .gform_wrapper .gfield.full-height,
section .gform_wrapper .gfield.full-height {
  height: 100%;
  padding-bottom: 16px;
}

.modal .gform_wrapper .gfield.full-height textarea.large,
section .gform_wrapper .gfield.full-height textarea.large {
  height: 100%;
}

.modal .gform_wrapper .gfield .gfield,
section .gform_wrapper .gfield .gfield {
  margin: 0 0 16px;
}

@media screen and (max-width: 767px) {
  .modal .gform_wrapper .gfield.gfield--width-half,
  section .gform_wrapper .gfield.gfield--width-half {
    grid-column: span 12 !important;
  }
}

.modal .form-mandatory-fields,
section .form-mandatory-fields {
  font-size: 12px;
  font-style: italic;
  margin-bottom: -16px;
}

section .mc-field-group input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
section .mc-field-group textarea,
section .mc-field-group select {
  height: 100%;
  border: 0;
  border-radius: 0;
  color: rgba(22, 22, 23, 0.8);
  font-size: 1em;
  margin: 0;
  padding: 16px 20px 14px;
  background: #f1f2ef;
}

section .mc-field-group input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, section .mc-field-group textarea::-webkit-input-placeholder, section .mc-field-group select::-webkit-input-placeholder {
  color: rgba(22, 22, 23, 0.4);
  opacity: 1;
}

section .mc-field-group input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, section .mc-field-group textarea::-moz-placeholder, section .mc-field-group select::-moz-placeholder {
  color: rgba(22, 22, 23, 0.4);
  opacity: 1;
}

section .mc-field-group input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, section .mc-field-group textarea:-ms-input-placeholder, section .mc-field-group select:-ms-input-placeholder {
  color: rgba(22, 22, 23, 0.4);
  opacity: 1;
}

section .mc-field-group input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, section .mc-field-group textarea::-ms-input-placeholder, section .mc-field-group select::-ms-input-placeholder {
  color: rgba(22, 22, 23, 0.4);
  opacity: 1;
}

section .mc-field-group input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
section .mc-field-group textarea::placeholder,
section .mc-field-group select::placeholder {
  color: rgba(22, 22, 23, 0.4);
  opacity: 1;
}

section .mc-field-group input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover::-webkit-input-placeholder, section .mc-field-group textarea:hover::-webkit-input-placeholder, section .mc-field-group select:hover::-webkit-input-placeholder {
  opacity: .4;
}

section .mc-field-group input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover::-moz-placeholder, section .mc-field-group textarea:hover::-moz-placeholder, section .mc-field-group select:hover::-moz-placeholder {
  opacity: .4;
}

section .mc-field-group input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover:-ms-input-placeholder, section .mc-field-group textarea:hover:-ms-input-placeholder, section .mc-field-group select:hover:-ms-input-placeholder {
  opacity: .4;
}

section .mc-field-group input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover::-ms-input-placeholder, section .mc-field-group textarea:hover::-ms-input-placeholder, section .mc-field-group select:hover::-ms-input-placeholder {
  opacity: .4;
}

section .mc-field-group input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover::placeholder,
section .mc-field-group textarea:hover::placeholder,
section .mc-field-group select:hover::placeholder {
  opacity: .4;
}

section .mc-field-group select {
  color: rgba(22, 22, 23, 0.4);
}

section .mc-field-group select option {
  color: rgba(22, 22, 23, 0.8);
}

section .mc-field-group textarea {
  resize: none;
}

.modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal .modal-pretitle {
  font-size: 30px;
  font-weight: 900;
  color: #c5a45e;
  margin: 0;
}

.modal .modal-title {
  color: inherit;
  line-height: 1;
  margin-top: 0;
}

.modal .modal-title.modal-title-large {
  font-size: 40px;
  font-weight: 900;
}

.modal .modal-header {
  border: none;
}

.modal .modal-content {
  border: none;
  border-radius: 0;
  padding: 20px 100px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (max-width: 991px) {
  .modal .modal-content {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .modal .modal-content {
    font-size: 16px;
  }
}

.modal .modal-content.less-padding {
  padding: 20px 20px;
}

.modal .modal-dialog {
  max-width: 650px;
}

.modal.modal-wide .modal-dialog {
  max-width: 1100px;
}

.modal.modal-reverse .modal-content {
  color: #fff;
  background: #161617;
  padding: 50px;
  padding-top: 120px;
  border: 1px solid #fff;
}

@media screen and (max-width: 991px) {
  .modal.modal-reverse .modal-content {
    padding: 20px;
  }
}

.modal.modal-reverse .modal-content .close {
  color: inherit;
}

@media screen and (max-width: 575px) {
  .modal.modal-reverse input[type=submit],
  .modal.modal-reverse .button {
    border: 2px solid #fff;
  }
}

.modal.modal-bg .modal-bg-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 58.333333%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
}

@media screen and (max-width: 767px) {
  .modal.modal-bg .modal-bg-image {
    display: none;
  }
}

.v-social {
  font-size: 1.6em;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .v-social {
    display: inline-block;
  }
}

.v-social li {
  display: inline-block;
  margin-right: .5rem;
}

@media screen and (min-width: 992px) {
  .v-social li {
    margin: 0;
  }
}

.v-social .fa {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.v-social a .fa:hover, .v-social a .fa:focus {
  color: #c5a45e;
}

.v-social.logos .title {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.v-social.logos .title:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* stylelint-disable-next-line scss/at-rule-no-unknown */
.v-app .swiper-wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
.v-app .swiper-wrapper.row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0;
  }
.v-app .swiper-button-prev,
  .v-app .swiper-button-next {
    color: #161617;
  }
.v-app .swiper-button-prev:after,
  .v-app .swiper-button-next:after {
    font-size: 30px;
  }
.v-app .section-dark .swiper-button-prev,
  .v-app .section-dark .swiper-button-next {
    color: #fff;
  }
.v-app .swiper-button-prev {
    left: -20px;
  }
@media screen and (max-width: 575px) {
    .v-app .swiper-button-prev {
      left: -10px;
    }
  }
.v-app .swiper-button-next {
    right: -20px;
  }
@media screen and (max-width: 575px) {
    .v-app .swiper-button-next {
      right: -10px;
    }
  }
.v-app .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }
.v-app .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #fff;
    opacity: 1;
    margin: 0 7px;
  }
.v-app .swiper-pagination-bullet-active {
    background: #c5a45e;
  }
@media all and (-ms-high-contrast: none) {
    .v-app .swiper-button-prev,
    .v-app .swiper-button-next {
      background-position: center;
      background-repeat: no-repeat;
      background-size: 27px 44px;
      cursor: pointer;
      height: 44px;
      margin-top: -22px;
      position: absolute;
      top: 50%;
      width: 27px;
      z-index: 10;
    }
    .v-app .swiper-button-prev.swiper-button-disabled,
    .v-app .swiper-button-next.swiper-button-disabled {
      cursor: auto;
      opacity: .35;
      pointer-events: none;
    }
    .v-app .swiper-button-prev,
    .v-app .swiper-container-rtl .swiper-button-next {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23c5a45e'%2F%3E%3C%2Fsvg%3E");
      left: 10px;
      right: auto;
    }
    .v-app .swiper-button-next,
    .v-app .swiper-container-rtl .swiper-button-prev {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23c5a45e'%2F%3E%3C%2Fsvg%3E");
      left: auto;
      right: 10px;
    }
  }
.v-app .tg-grid-sizer,
  .v-app .tg-gutter-sizer {
    display: block;
    left: -100%;
    pointer-events: none;
    position: absolute;
    visibility: hidden;
  }
.v-app .tg-grid-wrapper {
    display: block;
    min-height: 1px;
    position: relative;
  }
.v-app .tg-grid-loading {
    height: 250px;
    max-height: 250px;
    overflow: hidden;
  }
.v-app .tg-grid-loading .tg-grid-slider .tg-grid-holder {
    height: inherit !important;
    max-height: none !important;
  }
.v-app .tg-grid-wrapper.tg-grid-loading .tg-grid-area-bottom * *,
  .v-app .tg-grid-wrapper.tg-grid-loading .tg-grid-area-left *,
  .v-app .tg-grid-wrapper.tg-grid-loading .tg-grid-area-right *,
  .v-app .tg-grid-wrapper.tg-grid-loading .tg-grid-area-top * {
    opacity: .01;
  }
.v-app .tg-grid-slider {
    cursor: move;
    overflow: visible !important;
    position: relative;
  }
.v-app .tg-grid-slider .dragged,
  .v-app .tg-slider-dragged * {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
.v-app .tg-grid-holder {
    display: block;
    position: relative;
  }
.v-app .tg-grid-area-bottom,
  .v-app .tg-grid-area-top {
    display: block;
    text-align: center;
  }
.v-app .tg-grid-holder,
  .v-app .tg-grid-slider {
    z-index: 3;
  }
.v-app .tg-grid-area-bottom > div:first-child,
  .v-app .tg-grid-area-top > div:first-child {
    margin-left: 0;
  }
.v-app .tg-grid-area-bottom > div:last-child,
  .v-app .tg-grid-area-top > div:last-child {
    margin-right: 0;
  }
.v-app .tg-grid-area-overlay {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
.v-app .tg-item,
  .v-app .tg-item *,
  .v-app .tolb-holder {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
.v-app .tg-item {
    display: inline-block;
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 25%;
    z-index: 1;
  }
.v-app .tg-item .tg-bottom-holder,
  .v-app .tg-item .tg-center-holder,
  .v-app .tg-item .tg-top-holder {
    left: 0;
    line-height: normal;
    position: absolute;
    right: 0;
  }
.v-app .tg-item,
  .v-app .tg-item * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
.v-app .tg-item-clear,
  .v-app .tg-item-line-break {
    clear: both;
    height: 0;
    margin: 0 !important;
    opacity: 0 !important;
    padding: 0 !important;
  }
.v-app .tg-item-line-break {
    height: 10px;
  }
.v-app .tg-item .tg-top-holder {
    top: 0;
  }
.v-app .tg-item .tg-center-holder {
    display: block;
    margin: 0;
    max-width: 100%;
    padding: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
.v-app .tg-item .tg-bottom-holder {
    bottom: 0;
  }
.v-app .tg-item-content-holder {
    line-height: normal;
  }
.v-app .tg-item .tg-bottom-holder,
  .v-app .tg-item .tg-center-holder,
  .v-app .tg-item .tg-center-inner,
  .v-app .tg-item .tg-top-holder {
    pointer-events: none;
  }
.v-app .tg-item .tg-bottom-holder *,
  .v-app .tg-item .tg-center-inner *,
  .v-app .tg-item .tg-top-holder * {
    pointer-events: all;
  }
.v-app .tg-layout-grid .tg-item-gallery-holder,
  .v-app .tg-layout-grid .tg-item-inner,
  .v-app .tg-layout-justified .tg-item-gallery-holder,
  .v-app .tg-layout-justified .tg-item-inner {
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
  }
.v-app .tg-layout-masonry .tg-item-inner,
  .v-app img.tg-item-image {
    display: block;
    height: auto;
    position: relative;
    width: 100%;
  }
.v-app .tg-item.tg-item-index.tg-item-hidden .tg-item-inner,
  .v-app .tg-item.tg-item-removed .tg-item-inner,
  .v-app .tg-item.tg-item-reveal .tg-item-exclude,
  .v-app .tg-item.tg-item-reveal .tg-item-inner,
  .v-app .tg-item.tg-item-reveal .tg-item-settings {
    opacity: .001;
  }
.v-app img.tg-item-image {
    margin: 0;
    outline: transparent solid 1px;
  }
.v-app div.tg-item-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    bottom: 0;
    left: 0;
    outline: transparent solid 1px;
    position: absolute;
    right: 0;
    top: 0;
  }
.v-app .tg-item-gallery-holder .tg-item-image {
    opacity: 0 !important;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
  }
.v-app .tg-item-gallery-holder .tg-item-image.show {
    opacity: 1 !important;
  }
.v-app .tg-item-media-inner:not(.no-media-poster) {
    outline: transparent solid 1px;
    overflow: hidden;
  }
.v-app .tg-element-absolute,
  .v-app .tg-item-audio-poster,
  .v-app .tg-item-media-content,
  .v-app .tg-item-media-poster,
  .v-app .tg-item-soundcloud,
  .v-app .tg-item-video-player,
  .v-app .tg-item-vimeo,
  .v-app .tg-item-wistia,
  .v-app .tg-item-youtube,
  .v-app .tg-layout-grid .tg-item-media-holder,
  .v-app .tg-layout-grid .tg-item-media-inner,
  .v-app .tg-layout-justified .tg-item-media-holder,
  .v-app .tg-layout-justified .tg-item-media-inner {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
.v-app .tg-item .tg-alternative-product-image {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
.v-app .tg-item:hover .tg-alternative-product-image {
    opacity: 1;
  }
.v-app .tg-left-arrow.tg-disabled,
  .v-app .tg-left-arrow.tg-force-disabled,
  .v-app .tg-pagination-number .tg-page-number.tg-loading,
  .v-app .tg-right-arrow.tg-disabled,
  .v-app .tg-right-arrow.tg-force-disabled {
    cursor: default;
    opacity: .5;
  }
.v-app .tg-media-button,
  .v-app [data-tolb-id] {
    cursor: pointer;
  }
.v-app .tg-item .tg-media-button i:last-child:not(:first-child),
  .v-app .tg-item.tg-force-play .tg-media-button i:first-child:not(:last-child),
  .v-app .tg-item.tg-is-playing .tg-media-button i:first-child:not(:last-child) {
    display: none;
  }
.v-app .tg-item.tg-force-play .tg-media-button i:last-child:not(:first-child),
  .v-app .tg-item.tg-is-playing .tg-media-button i:last-child:not(:first-child),
  .v-app .tg-page-number,
  .v-app .tg-pagination-holder {
    display: inline-block;
  }
.v-app .tg-element-above {
    z-index: 4;
  }
.v-app .tg-pagination-holder {
    margin: 0 15px;
    position: relative;
  }
.v-app .tg-pagination-holder > div:last-child {
    margin-right: 0;
  }
.v-app .tg-pagination-holder .tg-pagination-number {
    margin: 0;
    padding: 0;
  }
.v-app .tg-pagination-next,
  .v-app .tg-pagination-number .tg-page,
  .v-app .tg-pagination-prev {
    display: inline-block;
    margin: 0 5px 5px 0;
    position: relative;
    vertical-align: top;
  }
.v-app .tg-page-number.next,
  .v-app .tg-page-number.prev,
  .v-app .tg-pagination-next,
  .v-app .tg-pagination-prev {
    cursor: pointer;
    padding: 0 15px;
  }
.v-app .tg-pagination-number .tg-page:last-child {
    margin: 0 0 5px;
  }
.v-app .tg-page-number {
    cursor: pointer;
    margin: 0 auto;
    min-width: 32px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
  }
.v-app .tg-page-number.dots {
    border-color: transparent;
    cursor: default;
  }
.v-app .tg-left-arrow.tg-disabled,
  .v-app .tg-right-arrow.tg-disabled {
    pointer-events: none;
  }
.v-app .tg-slider-bullets-holder {
    display: inline-block;
    line-height: 0;
    margin: 0 20px 5px 15px;
    position: relative;
  }
.v-app .tg-slider-bullets {
    display: inline-block;
    height: 30px;
    line-height: 0;
    position: relative;
  }
.v-app .tg-slider-bullets-holder::after,
  .v-app .tg-slider-bullets::after {
    clear: both;
    content: '';
    display: block;
  }
.v-app .tg-slider-bullets li {
    cursor: pointer;
    display: block;
    float: left;
    height: 8px;
    line-height: 0;
    margin: -4px 12px 0 0;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    position: relative;
    top: 50%;
    width: 8px;
  }
.v-app .tg-slider-bullets li:last-child {
    margin-right: 0;
  }
.v-app .tg-slider-bullets li span {
    background: #ddd;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 100%;
    position: relative;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    width: 100%;
  }
.v-app .tg-slider-bullets li.tg-active-item span {
    background: #59585b;
  }
.v-app #header {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    color: #161617;
    font-size: 1rem;
    background: transparent;
    height: 200px;
  }
@media screen and (max-width: 1199px) {
    .v-app #header {
      height: 170px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app #header {
      height: 100px;
    }
  }
.v-app #header .site-logo {
    display: block;
  }
.v-app #header #header-wrapper {
    background: transparent;
    height: 0px;
  }
@media screen and (max-width: 991px) {
    .v-app #header #header-wrapper {
      padding-top: 16px;
    }
  }
.v-app #header .col-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
.v-app #header #site-header-right .header-call-now {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    text-align: left;
    line-height: 1em;
    text-transform: uppercase;
    padding-left: 2.2em;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
@media screen and (max-width: 991px) {
    .v-app #header #site-header-right .header-call-now {
      padding-left: 0;
    }
  }
.v-app #header #site-header-right .header-call-now .icon-header-phone {
    position: absolute;
    left: 0;
    color: #c5a45e;
    margin-top: .5rem;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    -webkit-transition: all .4s;
    transition: all .4s;
    font-size: 2rem;
  }
@media screen and (max-width: 991px) {
    .v-app #header #site-header-right .header-call-now .icon-header-phone {
      position: relative;
      left: auto;
      font-size: 1.5rem;
    }
  }
.v-app #header #site-header-right .header-call-now small {
    font-size: 14px;
    font-weight: inherit;
    color: #c5a45e;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
.v-app #header #site-header-right .header-call-now:hover, .v-app #header #site-header-right .header-call-now:active {
    color: #c5a45e;
  }
.v-app #header #site-header-right .header-call-now:hover .icon-header-phone, .v-app #header #site-header-right .header-call-now:active .icon-header-phone {
    color: #fff;
    -webkit-transform: scaleX(-1) rotate(-10deg);
            transform: scaleX(-1) rotate(-10deg);
  }
.v-app #header #site-header-right .header-call-now:hover small, .v-app #header #site-header-right .header-call-now:active small {
    color: #fff;
  }
.v-app #header #site-header-right .contact-button {
    margin: 0;
  }
@media screen and (max-width: 991px) {
    .v-app #header #site-header-right .contact-button {
      font-size: 12px;
      padding: .5rem;
      white-space: nowrap;
    }
  }
.v-app #header #site-header-right .menu-toggle {
    position: relative;
    z-index: 101;
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: inherit;
    cursor: pointer;
    margin-bottom: 0;
    margin-left: auto;
    padding-right: 0;
    outline: none;
    -webkit-transform: none;
            transform: none;
  }
@media screen and (min-width: 992px) {
    .v-app #header #site-header-right .menu-toggle {
      display: none;
    }
  }
.v-app #header #site-header-right .menu-toggle .burger-btn {
    height: 24px;
    position: relative;
    -webkit-transition: margin-top .5s;
    transition: margin-top .5s;
    width: 36px;
    z-index: 5;
  }
.v-app #header #site-header-right .menu-toggle .burger-btn span {
    position: absolute;
    display: block;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 50%;
    margin-left: 50%;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    border-radius: 15%;
    background: #161617;
  }
.v-app #header #site-header-right .menu-toggle .burger-btn span:first-child {
    top: 3px;
    width: 100%;
    margin-left: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
.v-app #header #site-header-right .menu-toggle .burger-btn span:last-child {
    top: 21px;
    width: 100%;
    margin-left: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
.v-app #header #site-header-right .menu-toggle.toggled {
    background: transparent;
  }
.v-app #header #site-header-right .menu-toggle.toggled .burger-btn span {
    background: #fff;
  }
.v-app #header #site-header-right .menu-toggle.toggled .burger-btn span:first-child {
    top: 50%;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    -webkit-transition: top .2s ease-in 1s, -webkit-transform .5s ease-in 1.2s;
    transition: top .2s ease-in 1s, -webkit-transform .5s ease-in 1.2s;
    transition: transform .5s ease-in 1.2s, top .2s ease-in 1s;
    transition: transform .5s ease-in 1.2s, top .2s ease-in 1s, -webkit-transform .5s ease-in 1.2s;
  }
.v-app #header #site-header-right .menu-toggle.toggled .burger-btn span:nth-child(2) {
    top: 50%;
    width: 0px;
    margin-left: 100%;
    -webkit-transition: margin-left .2s ease-in .5s, width .2s ease-in .5s;
    transition: margin-left .2s ease-in .5s, width .2s ease-in .5s;
  }
.v-app #header #site-header-right .menu-toggle.toggled .burger-btn span:last-child {
    top: 50%;
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
    -webkit-transition: top .2s ease-in 1s, -webkit-transform .5s ease-in 1.2s;
    transition: top .2s ease-in 1s, -webkit-transform .5s ease-in 1.2s;
    transition: transform .5s ease-in 1.2s, top .2s ease-in 1s;
    transition: transform .5s ease-in 1.2s, top .2s ease-in 1s, -webkit-transform .5s ease-in 1.2s;
  }
.v-app #header #site-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
@media screen and (min-width: 992px) {
    .v-app #header #site-logo {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 18%;
              flex: 0 0 18%;
      max-width: 18%;
    }
  }
@media screen and (max-width: 991px) {
    .v-app #header #site-logo {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 40%;
              flex: 0 0 40%;
      max-width: 40%;
    }
  }
.v-app #header #site-logo-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
.v-app #header .site-logo img {
    height: 100%;
    width: 100%;
    min-width: 192px;
  }
@media screen and (min-width: 1500px) {
    .v-app #header .site-logo img {
      height: 100%;
      width: 192px;
      min-width: 192px;
      max-width: 192px;
    }
  }
@media screen and (max-width: 1199px) {
    .v-app #header .site-logo img {
      height: 100%;
      width: 150px;
      min-width: 150px;
      max-width: 150px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app #header .site-logo img {
      height: 100%;
      width: 100%;
      min-width: 100px;
      max-width: 100px;
    }
  }
.v-app #header.js-sticky {
    height: 100px;
    position: fixed;
    -webkit-box-shadow: 0px 0px 12px #16161761;
            box-shadow: 0px 0px 12px #16161761;
    -webkit-transition: -webkit-box-shadow .3s ease-in;
    transition: -webkit-box-shadow .3s ease-in;
    transition: box-shadow .3s ease-in;
    transition: box-shadow .3s ease-in, -webkit-box-shadow .3s ease-in;
  }
@media screen and (max-width: 991px) {
    .v-app #header.js-sticky {
      height: 82px;
    }
  }
.v-app #header.js-sticky #header-wrapper {
    height: 100px;
    background: #f1f2ef;
    -webkit-transition: background .1s ease-in 0s;
    transition: background .1s ease-in 0s;
  }
@media screen and (max-width: 991px) {
    .v-app #header.js-sticky #header-wrapper {
      height: 82px;
      padding-top: 0;
    }
  }
.v-app #header.js-sticky #header-wrapper #site-branding.container {
    height: 100px;
  }
@media screen and (max-width: 991px) {
    .v-app #header.js-sticky #header-wrapper #site-branding.container {
      height: 82px;
      padding-top: 0;
    }
  }
.v-app #header.js-sticky #header-wrapper #site-branding.container .col-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 14px;
    opacity: 1;
    -webkit-transition: opacity .1s ease-in .3s;
    transition: opacity .1s ease-in .3s;
  }
@media screen and (max-width: 991px) {
    .v-app #header.js-sticky #header-wrapper #site-branding.container .col-wrapper {
      padding-top: 4px;
    }
  }
.v-app #header.js-sticky #header-wrapper #site-branding.container .border-bottom {
    display: none;
  }
.v-app #header.js-sticky #header-wrapper #site-branding.container .site-logo img {
    width: 125px;
    max-width: 125px;
    min-width: 125px;
  }
.v-app #header.js-sticky #header-wrapper #site-branding.container .row.primary {
    height: 100px;
  }
.v-app #header.js-sticky #header-wrapper #site-branding.container .row .navigation-wrapper .main-navigation .menu-wrapper .menu {
    height: 100%;
    padding: 0;
  }
/**
 * Navigation
 */
.v-app .navigation-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: initial;
  }
@media screen and (max-width: 991px) {
    .v-app .navigation-wrapper {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
    }
  }
.v-app .main-navigation,
  .v-app .site-mask,
  .v-app .menu-wrapper {
    height: 100%;
  }
@media screen and (max-width: 991px) {
    .v-app #site-navigation .site-mask {
      height: 100%;
      position: fixed;
      right: -100%;
      top: 0;
      -webkit-transition: right .5s;
      transition: right .5s;
      width: 70%;
      z-index: 100;
      -webkit-box-shadow: -3px 0 6px rgba(0, 0, 0, 0.3);
              box-shadow: -3px 0 6px rgba(0, 0, 0, 0.3);
    }
  }
.v-app #site-navigation .site-mask::after {
    content: '';
    top: 0;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    position: absolute;
    height: 238px;
    width: 204px;
    background-color: transparent;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    right: -204px;
    display: none;
    opacity: 0;
  }
@media screen and (max-width: 991px) {
    .v-app #site-navigation .menu-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-top: 70px;
      background: #161617;
    }
  }
.v-app #site-navigation .menu-wrapper .menu-address {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    padding: 0 20px 20px 20px;
    color: #fff;
  }
@media screen and (max-width: 991px) {
    .v-app #site-navigation .menu-primary-menu-container {
      overflow: auto;
    }
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .menu-primary-menu-container {
      height: 100%;
    }
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .menu-primary-menu-container .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      height: 200px;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding-bottom: 43px;
    }
  }
@media screen and (max-width: 1199px) {
    .v-app #site-navigation .menu-primary-menu-container .menu {
      height: 170px;
      padding-bottom: 35px;
    }
  }
.v-app #site-navigation .menu > .menu-item {
    width: 100%;
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .menu > .menu-item {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
    }
  }
.v-app #site-navigation .menu > .menu-item:hover, .v-app #site-navigation .menu > .menu-item.focus-visible, .v-app #site-navigation .menu > .menu-item:hover > a, .v-app #site-navigation .menu > .menu-item.focus-visible > a {
    color: #c5a45e;
  }
.v-app #site-navigation .menu > .menu-item:hover, .v-app #site-navigation .menu > .menu-item:focus-visible, .v-app #site-navigation .menu > .menu-item:hover > a, .v-app #site-navigation .menu > .menu-item:focus-visible > a {
    color: #c5a45e;
  }
.v-app #site-navigation .menu-item a {
    color: #161617;
    display: block;
    font-size: 1.1em;
    font-weight: 500;
    font-family: neue-haas-grotesk-display, sans-serif;
    text-transform: uppercase;
    line-height: 1;
    padding: 1.3rem 1.5rem;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .1s;
    transition: all .1s;
    z-index: 11;
  }
@media screen and (max-width: 991px) {
    .v-app #site-navigation .menu-item a {
      color: #fff;
      text-align: left;
      padding: 14px 40px;
      background: #161617;
    }
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .menu-item a {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 14px 18px;
      text-align: center;
      font-size: 14px;
    }
  }
@media screen and (max-width: 1199px) {
    .v-app #site-navigation .menu-item a {
      font-size: 12px;
      padding: 14px 14px;
    }
  }
.v-app #site-navigation .menu-item a:hover, .v-app #site-navigation .menu-item a.focus-visible {
    color: #fff;
  }
.v-app #site-navigation .menu-item a:hover, .v-app #site-navigation .menu-item a:focus-visible {
    color: #fff;
  }
.v-app #site-navigation .menu-item.current-menu-item a {
    color: #161617;
  }
.v-app #site-navigation .menu-item.current-menu-item a:hover {
    color: #161617;
  }
.v-app #site-navigation .menu-item.current-menu-item a:after {
    content: '';
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 0;
    height: 2px;
    width: auto;
    background-color: #3a469a;
    -webkit-animation: widthAnimation 1s forwards;
            animation: widthAnimation 1s forwards;
  }
@-webkit-keyframes widthAnimation {
    .v-app 0% {
      width: 0px;
      /* Start width */
    }
    .v-app 100% {
      width: calc(100% - 32px);
      /* End width */
    }
  }
@keyframes widthAnimation {
    0% {
      width: 0px;
      /* Start width */
    }
    100% {
      width: calc(100% - 32px);
      /* End width */
    }
  }
.v-app #site-navigation .menu-item.contact:hover a {
    color: #fff;
  }
.v-app #site-navigation .menu-item.contact a {
    background-color: #3a469a;
    color: #fff;
    border: 2px solid #3a469a;
    padding: 12px 18px;
    font-weight: 600;
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .menu-item.contact a {
      margin-left: 15px;
    }
  }
@media screen and (max-width: 1199px) {
    .v-app #site-navigation .menu-item.contact a {
      font-size: 12px;
      padding: 12px 16px;
      margin-left: 12px;
    }
  }
.v-app #site-navigation .menu-item.contact a:hover {
    background-color: #c5a45e;
    border: 2px solid #c5a45e;
    color: #fff;
  }
.v-app #site-navigation .menu-item.contact a::after {
    content: none;
  }
.v-app #site-navigation .menu-item-has-children {
    position: static;
  }
@media screen and (max-width: 991px) {
    .v-app #site-navigation .menu-item-has-children > a::after {
      font-family: FontAwesome;
      content: '\f078';
      padding-left: 10px;
    }
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .menu-item-has-children:hover .sub-menu {
      max-height: 900px;
      top: 100px;
      -webkit-transition: top .2s;
      transition: top .2s;
      z-index: -1;
    }
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .menu-item-has-children:hover .sub-menu::after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transition: -webkit-transform 0.1s ease 0.05s;
      transition: -webkit-transform 0.1s ease 0.05s;
      transition: transform 0.1s ease 0.05s;
      transition: transform 0.1s ease 0.05s, -webkit-transform 0.1s ease 0.05s;
    }
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .menu-item-has-children a:hover + .sub-menu,
    .v-app #site-navigation .menu-item-has-children a.a + .sub-menu {
      max-height: 900px;
      top: 100px;
      -webkit-transition: top .2s;
      transition: top .2s;
      z-index: -1;
    }
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .menu-item-has-children a:hover + .sub-menu::after,
    .v-app #site-navigation .menu-item-has-children a.a + .sub-menu::after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transition: -webkit-transform 0.1s ease 0.05s;
      transition: -webkit-transform 0.1s ease 0.05s;
      transition: transform 0.1s ease 0.05s;
      transition: transform 0.1s ease 0.05s, -webkit-transform 0.1s ease 0.05s;
    }
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .menu-item-has-children a.focus-visible + .sub-menu {
      max-height: 900px;
      top: 100px;
      -webkit-transition: top .2s;
      transition: top .2s;
      z-index: -1;
    }
    .v-app #site-navigation .menu-item-has-children a:focus-visible + .sub-menu {
      max-height: 900px;
      top: 100px;
      -webkit-transition: top .2s;
      transition: top .2s;
      z-index: -1;
    }
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .menu-item-has-children a.focus-visible + .sub-menu::after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transition: -webkit-transform 0.1s ease 0.05s;
      transition: -webkit-transform 0.1s ease 0.05s;
      transition: transform 0.1s ease 0.05s;
      transition: transform 0.1s ease 0.05s, -webkit-transform 0.1s ease 0.05s;
    }
    .v-app #site-navigation .menu-item-has-children a:focus-visible + .sub-menu::after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transition: -webkit-transform 0.1s ease 0.05s;
      transition: -webkit-transform 0.1s ease 0.05s;
      transition: transform 0.1s ease 0.05s;
      transition: transform 0.1s ease 0.05s, -webkit-transform 0.1s ease 0.05s;
    }
  }
@media screen and (max-width: 991px) {
    .v-app #site-navigation .menu-item-has-children > .sub-menu {
      display: none;
      overflow: hidden;
    }
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .menu-item-has-children > .sub-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      background: #f1f2ef;
      left: 0;
      right: 0;
      top: -100%;
      max-height: 0;
      overflow: hidden;
      position: absolute;
      -webkit-transition: all .3s;
      transition: all .3s;
      -webkit-transition-delay: .2s;
              transition-delay: .2s;
      width: 100%;
      margin: 0;
      padding-bottom: 25px;
      z-index: -1;
    }
  }
.v-app #site-navigation .menu-item-has-children > .sub-menu .menu-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi), \0screen\, screen\9{
    .v-app #site-navigation .menu-item-has-children > .sub-menu {
      -webkit-transition: none !important;
      transition: none !important;
    }
  }
@supports (-ms-ime-align: auto) {
    .v-app #site-navigation .menu-item-has-children > .sub-menu {
      -webkit-transition: none !important;
      transition: none !important;
    }
  }
.v-app #site-navigation .menu-item-has-children > .sub-menu:hover {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .menu-item-has-children > .sub-menu:hover {
      max-height: 900px;
      top: 100px;
      -webkit-transition: top .2s;
      transition: top .2s;
      z-index: -1;
    }
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .menu-item-has-children > .sub-menu:hover::after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transition: -webkit-transform 0.1s ease 0.05s;
      transition: -webkit-transform 0.1s ease 0.05s;
      transition: transform 0.1s ease 0.05s;
      transition: transform 0.1s ease 0.05s, -webkit-transform 0.1s ease 0.05s;
    }
  }
.v-app #site-navigation .menu-item-has-children > .sub-menu .menu-item:hover .menu-image:after {
    position: absolute;
    content: ' ';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(22, 22, 23, 0.6);
  }
.v-app #site-navigation .menu-item-has-children > .sub-menu .view-all a {
    color: #c5a45e;
    font-style: italic;
  }
@media screen and (max-width: 991px) {
    .v-app #site-navigation .menu-item-has-children > .sub-menu .view-all a {
      color: #fff;
    }
  }
.v-app #site-navigation .menu-item-has-children > .sub-menu .view-all a:hover {
    color: #161617;
  }
@media screen and (max-width: 991px) {
    .v-app #site-navigation .menu-item-has-children > .sub-menu .view-all a:hover {
      color: #c5a45e;
    }
  }
.v-app #site-navigation .menu-item-has-children > .sub-menu a {
    position: relative;
    display: block;
    margin-left: 25px;
    color: #161617;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    text-align: left;
    height: auto;
    padding: 6px 0 14px 90px;
    margin: 25px 25px 0;
  }
@media screen and (max-width: 991px) {
    .v-app #site-navigation .menu-item-has-children > .sub-menu a {
      color: #fff;
      font-size: .88rem;
      padding-left: 65px;
      margin: 0;
    }
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .menu-item-has-children > .sub-menu a {
      -webkit-transition: -webkit-box-shadow .2s;
      transition: -webkit-box-shadow .2s;
      transition: box-shadow .2s;
      transition: box-shadow .2s, -webkit-box-shadow .2s;
    }
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .menu-item-has-children > .sub-menu a:hover, .v-app #site-navigation .menu-item-has-children > .sub-menu a.focus-visible {
      color: #c5a45e;
    }
    .v-app #site-navigation .menu-item-has-children > .sub-menu a:hover, .v-app #site-navigation .menu-item-has-children > .sub-menu a:focus-visible {
      color: #c5a45e;
    }
  }
.v-app #site-navigation .menu-item-has-children > .sub-menu a .menu-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    width: 70px;
    border-radius: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
  }
@media screen and (max-width: 991px) {
    .v-app #site-navigation .menu-item-has-children > .sub-menu a .menu-image {
      display: none;
    }
  }
.v-app #site-navigation .menu-item-has-children > .sub-menu .sub-menu {
    position: initial;
    display: block;
  }
.v-app #site-navigation .menu-item-has-children > .sub-menu .sub-menu a {
    font-size: .8rem;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
  }
.v-app #site-navigation .v-social {
    font-size: .81rem;
    line-height: 1;
    margin-top: auto;
    padding: 1.8rem 1.67rem;
  }
@media screen and (min-width: 992px) {
    .v-app #site-navigation .v-social {
      display: none;
    }
  }
.v-app #site-navigation .v-social li {
    display: inline-block;
    margin-right: 1.5rem;
    padding: 0;
  }
.v-app #site-navigation .v-social li .fab {
    font-size: 1.5em;
    position: relative;
    top: auto;
  }
.v-app #site-navigation .v-social li a {
    color: #fff;
  }
.v-app #site-navigation .v-social .title {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  }
.v-app #site-navigation .v-social .title:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
  }
.v-app #site-navigation.toggled::before {
    content: '';
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #ffffffab;
  }
.v-app #site-navigation.toggled .site-mask {
    height: 100vh;
  }
.v-app #site-navigation.toggled .site-mask::after {
    content: '';
    display: block;
    height: 238px;
    width: 204px;
    background-color: #c5a45e;
    right: -100px;
    opacity: .2;
    -webkit-transition: right .3s ease-in .6s;
    transition: right .3s ease-in .6s;
  }
@media screen and (max-width: 991px) {
    .v-app #site-navigation.toggled .site-mask {
      right: 0;
    }
  }
.v-app #site-navigation.toggled .site-mask .menu-primary-menu-container .menu {
    height: 100%;
  }
.v-app #site-navigation.toggled .site-mask .menu-primary-menu-container .menu .menu-item {
    padding-bottom: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
@media screen and (max-width: 575px) {
    .v-app #site-navigation.toggled .site-mask .menu-primary-menu-container .menu .menu-item {
      padding-bottom: 4px;
    }
  }
.v-app #site-navigation.toggled .site-mask .menu-primary-menu-container .menu .menu-item a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
@media screen and (max-width: 575px) {
    .v-app #site-navigation.toggled .site-mask .menu-primary-menu-container .menu .menu-item a {
      font-size: 14px;
    }
  }
.v-app #site-navigation.toggled .site-mask .menu-primary-menu-container .menu .menu-item.current-menu-item a {
    color: #c5a45e;
  }
.v-app #site-navigation.toggled .site-mask .menu-primary-menu-container .menu .menu-item.current-menu-item a::after {
    content: none;
  }
.v-app #site-navigation.toggled .site-mask .menu-primary-menu-container .menu .menu-item.contact a {
    margin-top: 15px;
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
.v-app #site-navigation.toggled .site-mask .menu-primary-menu-container .menu .menu-item.contact a:hover {
    border-color: #c5a45e;
    color: #fff;
  }
.v-app #site-navigation.toggled .site-mask .menu-primary-menu-container .menu .menu-item.contact a::after {
    content: none;
  }
.v-app #site-navigation.toggled .site-mask .menu-address {
    bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
.v-app #site-navigation.toggled .site-mask .menu-address a {
    margin: 10px 0px;
    color: #fff;
    font-size: 14px;
  }
.v-app .section-newsletter .newsletter-success {
    background: #c5a45e;
    padding: 30px;
    font-weight: bold;
  }
.v-app .section-newsletter .v-social {
    font-size: 2.5rem;
    line-height: 1;
    vertical-align: middle;
    color: #161617;
  }
.v-app .section-newsletter .v-social a {
    color: inherit;
  }
.v-app .section-newsletter .v-social li {
    padding: 0 .4em;
  }
@media screen and (max-width: 575px) {
    .v-app .section-newsletter .v-social li {
      padding: 0 .2em;
    }
  }
.v-app .section-newsletter .v-social .title {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  }
.v-app .section-newsletter .v-social .title:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
  }
.v-app .footer-top,
  .v-app footer {
    font-size: 14px;
  }
@media screen and (max-width: 575px) {
    .v-app .footer-top,
    .v-app footer {
      font-size: 12px;
    }
  }
.v-app .footer-top {
    color: #f1f2ef;
    line-height: 1.8;
    padding-top: 60px;
    padding-bottom: 10px;
    margin: 0;
    background-color: #000;
  }
.v-app .footer-top .site-logo img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    width: 200px;
  }
.v-app .footer-top a {
    color: inherit;
  }
.v-app .footer-top a .fa {
    padding-right: 4px;
  }
.v-app .footer-top a:hover, .v-app .footer-top a:focus {
    color: #c5a45e;
  }
.v-app .footer-top p {
    margin-bottom: 1.5em;
  }
.v-app .footer-top h4 {
    font-size: inherit;
    color: inherit;
  }
@media screen and (max-width: 575px) {
    .v-app .footer-top h4 {
      font-size: 15px;
    }
  }
.v-app .footer-top #footer-services-menu {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
.v-app .footer-top .footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
.v-app .footer-top .footer-menu a:hover {
    color: #c5a45e;
  }
.v-app .footer-top #footer-top-menu li {
    display: inline-block;
    margin-right: 30px;
  }
@media screen and (max-width: 575px) {
    .v-app .footer-top #footer-top-menu li {
      display: block;
      margin-right: 0;
    }
  }
.v-app .back-to-top {
    text-align: right;
    font-size: 14px;
  }
.v-app .back-to-top-link {
    display: inline-block;
    text-align: left;
  }
@media screen and (max-width: 575px) {
    .v-app .back-to-top-link {
      text-align: center;
    }
  }
.v-app .back-to-top-link::before {
    text-align: center;
    display: block;
    height: 30px;
    width: 30px;
    color: #c5a45e;
    font-family: "Font Awesome 6 Free";
    content: '\f077';
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    padding-top: 3px;
    background-color: #f1f2ef;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
@media screen and (max-width: 575px) {
    .v-app .back-to-top-link::before {
      margin-left: auto;
      margin-right: auto;
    }
  }
.v-app .back-to-top-link:hover {
    color: #000;
  }
.v-app .back-to-top-link:hover::before {
    color: #000;
    background: #fff;
  }
.v-app footer {
    position: relative;
    z-index: 2;
    background: #000;
    color: #f1f2ef;
    font-weight: 500;
    padding: 16px 0 12px;
    border-top: 1px solid #f1f2ef;
  }
@media screen and (max-width: 991px) {
    .v-app footer .container {
      padding: 0 15px;
    }
  }
.v-app footer a,
  .v-app footer a:visited {
    color: inherit;
  }
.v-app footer a:hover,
  .v-app footer a:visited:hover {
    color: #c5a45e;
  }
.v-app footer .footer-information {
    text-align: left;
  }
@media screen and (max-width: 575px) {
    .v-app footer .copyright .copy {
      font-size: 13px;
    }
  }
.v-app .v-banner {
    background: #161617;
    color: #fff;
    padding: 54px 0;
  }
.v-app .v-banner a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
  }
.v-app .v-captionedImages {
    font-size: 1rem;
  }
.v-app .v-captionedImages--multiple {
    text-align: left;
  }
.v-app .v-captionedImages--contained {
    font-size: 1.125rem;
    text-align: center;
  }
.v-app .v-captionedImages--contained .v-captionedImages__box {
    background: rgba(197, 164, 94, 0.1);
  }
@media screen and (max-width: 991px) {
    .v-app .v-captionedImages--contained .v-captionedImages__text {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
    }
  }
.v-app .v-captionedImages--contained .v-captionedImages__title {
    margin-bottom: .5rem;
  }
.v-app .v-captionedImages--contained .v-captionedImages__text {
    padding: 40px;
  }
@media screen and (max-width: 991px) {
    .v-app .v-captionedImages--contained .v-captionedImages__text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
    }
  }
@media screen and (min-width: 992px) {
    .v-app .v-captionedImages--contained .v-captionedImages__text {
      min-height: 400px;
      padding: 55px;
    }
  }
.v-app .v-captionedImages--contained .v-captionedImages__imageWrap {
    min-height: 300px;
  }
@media screen and (max-width: 991px) {
    .v-app .v-captionedImages--contained .v-captionedImages__imageWrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
    }
  }
.v-app .v-captionedImages--full {
    background: #161617;
    color: #fff;
    line-height: 1.5;
    padding: 0;
  }
.v-app .v-captionedImages--full .v-captionedImages__title {
    color: #fff;
    font-size: 1.875rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
  }
.v-app .v-captionedImages--full .v-captionedImages__text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 25px 15px;
  }
@media screen and (min-width: 768px) {
    .v-app .v-captionedImages--full .v-captionedImages__text {
      min-height: 343px;
      padding: 2rem 48px 2.5rem 31px;
    }
  }
.v-app .v-captionedImages--full .v-captionedImages__content h1, .v-app .v-captionedImages--full .v-captionedImages__content h2, .v-app .v-captionedImages--full .v-captionedImages__content h3, .v-app .v-captionedImages--full .v-captionedImages__content h4, .v-app .v-captionedImages--full .v-captionedImages__content h5, .v-app .v-captionedImages--full .v-captionedImages__content h6 {
    color: inherit;
    font-size: 1.875rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
  }
.v-app .v-captionedImages--full ul {
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    padding: 0;
  }
.v-app .v-captionedImages--full ul li:not(:last-child) {
    margin-bottom: 1rem;
  }
.v-app .v-captionedImages--full ul:not(.bullets) {
    list-style: none;
  }
.v-app .v-captionedImages--full ul.bullets {
    list-style-position: inside;
  }
.v-app .v-captionedImages--full ul.split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -18px -1.5rem;
  }
.v-app .v-captionedImages--full ul.split li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 1.5rem;
    max-width: 50%;
    padding: 0 18px;
  }
@media screen and (min-width: 768px) {
    .v-app .v-captionedImages--full ul.large {
      font-size: 1.3125rem;
    }
  }
.v-app .v-captionedImages--full .v-captionedImages__imageWrap {
    height: 300px;
  }
@media screen and (min-width: 768px) {
    .v-app .v-captionedImages--full .v-captionedImages__imageWrap {
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 50%;
    }
  }
.v-app .v-captionedImages__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
.v-app .v-captionedImages__text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
  }
@media screen and (min-width: 768px) {
    .v-app .v-captionedImages__text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
    }
  }
.v-app .v-captionedImages__title {
    font-size: 2.25rem;
  }
.v-app .v-captionedImages__contentWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi), \0screen\, screen\9{
    .v-app .v-captionedImages__contentWrap {
      display: block;
      max-width: 100%;
    }
  }
.v-app .v-captionedImages__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    outline: 0;
  }
.v-app .v-captionedImages__content h1, .v-app .v-captionedImages__content h2, .v-app .v-captionedImages__content h3, .v-app .v-captionedImages__content h4, .v-app .v-captionedImages__content h5, .v-app .v-captionedImages__content h6 {
    font-size: 1.375rem;
    margin-bottom: .5rem;
  }
.v-app .v-captionedImages__imageWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    overflow: hidden;
  }
@media screen and (min-width: 768px) {
    .v-app .v-captionedImages__imageWrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
    }
  }
.v-app .v-captionedImages__image {
    background-position: center;
    background-size: cover;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    outline: 0;
  }
.v-app .v-captionedImages.image-contained .v-captionedImages__imageWrap {
    padding: 1rem;
  }
.v-app .v-captionedImages.image-contained .v-captionedImages__image {
    background-repeat: no-repeat;
    background-size: contain;
  }
.v-app .v-contact {
    line-height: 1.47;
    margin: 0;
  }
@media screen and (min-width: 992px) {
    .v-app .v-contact {
      font-size: 1.3125rem;
    }
  }
.v-app .v-contact::before, .v-app .v-contact::after {
    top: 0 !important;
  }
.v-app .v-contact .icon-address {
    color: #3a469a;
    font-weight: 600;
  }
.v-app .v-contact .icon-email .fa {
    padding-right: 4px;
  }
.v-app .v-contact__link:hover {
    color: #161617;
  }
.v-app .v-contact__map {
    min-height: 500px;
    padding: 0;
    position: relative;
  }
@media screen and (max-width: 575px) {
    .v-app .v-contact__map {
      min-height: 250px;
      margin-left: -15px;
      margin-right: -15px;
    }
  }
.v-app .v-contact__map .google-map {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
.v-app .v-contact__map .google-map .gm-style-iw-t::after {
    display: none;
  }
.v-app .v-contact__map .google-map .gm-style-iw {
    border-radius: 0;
    background: #161617;
    padding: 0;
  }
.v-app .v-contact__map .google-map .gm-style-iw .gm-style-iw-d {
    overflow: hidden !important;
    padding: 0;
    background: #161617;
    min-height: 200px;
  }
.v-app .v-contact__map .google-map .gm-style-iw button {
    border: 0;
  }
.v-app .v-contact__map .google-map .gm-style-iw button:focus {
    outline: 0;
    border: 0;
  }
.v-app .v-contact__map .google-map .marker-popup-content {
    color: #fff;
    line-height: 1.4;
    min-width: 260px;
  }
@media screen and (max-width: 575px) {
    .v-app .v-contact__map .google-map .marker-popup-content {
      font-size: 10px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-contact__map .google-map .marker-popup-content-image {
      display: none;
    }
  }
.v-app .v-contact__map .google-map .marker-popup-content-address {
    padding: 14px;
  }
.v-app .v-contact__map .google-map .marker-popup-content-address .highlight {
    font-weight: 500;
  }
.v-app .v-contact__map .placeDiv {
    z-index: 9999;
    position: absolute;
    color: #000;
  }
.v-app .v-contact__map .placecard__container {
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
            box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    max-width: 330px;
    width: 100%;
    background: white none repeat scroll 0% 0%/auto padding-box border-box;
    border-radius: 2px 2px 2px 2px;
    font: normal normal normal normal 11px / normal Roboto, Arial, sans-serif;
    margin: 10px;
    padding: 9px 4px 9px 11px;
    overflow: hidden;
  }
.v-app .v-contact__map .placecard__left {
    float: left;
    width: 75%;
  }
.v-app .v-contact__map .placecard__right {
    text-align: center;
    float: left;
    width: 25%;
  }
.v-app .v-contact__map .placecard__business-name {
    cursor: default;
    height: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
    -webkit-perspective-origin: 100px 9.5px;
            perspective-origin: 100px 9.5px;
    -webkit-transform-origin: 100px 9.5px;
            transform-origin: 100px 9.5px;
    font: normal normal 500 normal 14px / normal Roboto, Arial;
    overflow: hidden;
    margin: 0;
  }
.v-app .v-contact__map .placecard__info {
    color: #5b5b5b;
    cursor: default;
    height: 32px;
    width: 200px;
    -webkit-column-rule-color: #5b5b5b;
       -moz-column-rule-color: #5b5b5b;
            column-rule-color: #5b5b5b;
    -webkit-perspective-origin: 100px 16px;
            perspective-origin: 100px 16px;
    -webkit-transform-origin: 100px 16px;
            transform-origin: 100px 16px;
    border: 0px none #5b5b5b;
    font: normal normal normal normal 12px / normal Roboto, Arial;
    margin: 6px 0px 0px;
    outline: #5b5b5b none 0px;
  }
.v-app .v-contact__map .placecard__direction-icon {
    background: rgba(0, 0, 0, 0) url("https://maps.gstatic.com/mapfiles/embed/images/entity11.png") repeat scroll 0px 0px/70px 210px padding-box border-box;
    height: 22px;
    width: 22px;
    margin-right: auto;
    margin-left: auto;
  }
.v-app .v-contact__map .placecard__direction-link {
    color: #3a84df;
    display: block;
    height: 43px;
    text-decoration: none;
    width: 54.7344px;
  }
.v-app .v-contact__map .placecard__view-large {
    display: block;
    margin-top: 10px;
    color: #3a84df;
    text-decoration: none;
  }
.v-app .v-contact__details {
    padding: 62px 30px 60px;
  }
@media screen and (min-width: 992px) {
    .v-app .v-contact__details {
      padding-bottom: 106px;
      padding-top: 112px;
    }
  }
.v-app .v-contact__detailsWrap {
    margin: 0 auto;
    max-width: 22.5rem;
  }
.v-app .v-contact .v-social {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
@media screen and (max-width: 991px) {
    .v-app .v-contact .v-social {
      font-size: 1.8rem;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-contact .v-social a {
      color: #161617;
    }
  }
.v-app .v-contact + .v-contact:not(#\9) {
    margin-top: 7px;
  }
.v-app section.v-content:first-child {
    padding-top: 155px;
  }
@media screen and (min-width: 992px) {
    .v-app section.v-content:first-child {
      padding-top: 185px;
    }
  }
.v-app .v-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
.v-app .v-content ul li::before {
    color: #161617;
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 900;
    content: '\f111';
    margin-top: .4em;
  }
.v-app .v-content:not(.v-content--advanced) h3 {
    font-size: 1.8rem;
  }
.v-app .v-content a:not(.button) {
    text-decoration: underline;
  }
.v-app .v-content .button {
    margin-top: 1.5rem;
    padding: 1rem 4.625rem;
  }
.v-app .v-content--normal .image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
.v-app .v-content--normal .image-wrapper {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    width: 400px;
  }
.v-app .v-content--intro .subtitle {
    color: #c5a45e;
    margin-top: -1.5rem;
  }
.v-app .v-content--posts {
    line-height: 1.47;
    padding-top: 185px;
    text-align: center;
  }
@media screen and (min-width: 992px) {
    .v-app .v-content--posts {
      font-size: 1.3125rem;
    }
  }
.v-app .v-content.side-content p {
    font-size: 22px;
    line-height: 1.4;
  }
@media screen and (max-width: 575px) {
    .v-app .v-content.side-content p {
      font-size: 18px;
    }
  }
.v-app .v-content.home-page-block p:first-child {
    font-size: 31px;
    font-weight: 400;
    line-height: 1.15;
  }
@media screen and (max-width: 575px) {
    .v-app .v-content.home-page-block p:first-child {
      font-size: 22px;
    }
  }
.v-app .v-cta {
    font-size: 2rem;
    font-weight: 900;
  }
.v-app .v-cta .title {
    text-transform: uppercase;
  }
@media screen and (max-width: 1199px) {
    .v-app .v-cta {
      font-size: 1.6rem;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-cta {
      font-size: 1.2rem;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-cta {
      font-size: 1.1rem;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-cta {
      font-size: .9rem;
    }
  }
.v-app .v-cta .wrapper {
    position: relative;
  }
.v-app .v-cta .cta-panel {
    height: 100%;
    padding: 45px 80px;
    text-align: center;
  }
@media screen and (max-width: 1199px) {
    .v-app .v-cta .cta-panel {
      padding: 38px 65px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-cta .cta-panel {
      padding: 30px 50px;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-cta .cta-panel {
      text-align: center;
      padding: 11px 14px;
      font-weight: 400;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-cta .cta-panel {
      padding: 14px;
    }
  }
.v-app .v-cta .cta-panel a:hover {
    color: #000;
  }
.v-app .v-cta .cta-panel a.button:hover {
    color: #fff;
  }
@media screen and (max-width: 767px) {
    .v-app .v-cta .cta-panel a {
      display: inline-block;
      font-weight: 900;
    }
  }
.v-app .v-cta .cta-or {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 50%;
    width: 74px;
    height: 74px;
    padding-top: 6px;
    color: #fff;
    text-align: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
    background: #161617;
  }
@media screen and (max-width: 1199px) {
    .v-app .v-cta .cta-or {
      padding-top: 13px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-cta .cta-or {
      width: 60px;
      height: 60px;
      padding-top: 13px;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-cta .cta-or {
      display: none;
    }
  }
.v-app .v-enquiry {
    background: rgba(22, 22, 23, 0.05);
    padding: 60px 0 80px;
    text-align: center;
  }
@media screen and (min-width: 992px) {
    .v-app .v-enquiry {
      padding: 125px 0;
    }
  }
.v-app .v-enquiry__head {
    margin: 0 auto;
    max-width: 960px;
  }
@media screen and (max-width: 991px) {
    .v-app .v-enquiry__head h2 {
      font-size: 1.167rem;
    }
  }
.v-app .v-featuredList {
    background: #161617;
    color: #fff;
    font-size: 1.375rem;
    font-weight: 700;
    padding: 30px 0;
  }
@media screen and (min-width: 768px) {
    .v-app .v-featuredList {
      padding: 100px 0;
    }
  }
.v-app .v-featuredList__title {
    color: #fff;
    text-align: center;
  }
.v-app .v-featuredList__list {
    -webkit-column-gap: 23px;
       -moz-column-gap: 23px;
            column-gap: 23px;
    -webkit-columns: 3 200px;
       -moz-columns: 3 200px;
            columns: 3 200px;
    counter-reset: li;
    list-style-type: none;
    margin: 3rem 0 0;
    padding: 0;
  }
.v-app .v-featuredList__item {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    padding-bottom: 2rem;
  }
.v-app .v-featuredList__item::before {
    color: #c5a45e;
    content: counter(li, decimal-leading-zero);
    counter-increment: li;
    margin-right: .3em;
  }
.v-app .v-featuredList__desc {
    font-size: 1.125rem;
    font-weight: 400;
  }
.v-app .v-featuredList + .v-technical:not(#\9) {
    margin-top: -100px;
  }
@media screen and (max-width: 991px) {
    .v-app .v-gallery__contain {
      padding: 0 28px;
    }
  }
.v-app .v-gallery__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
@media screen and (min-width: 992px) {
    .v-app .v-gallery__wrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  }
.v-app .v-gallery__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    padding: 8px;
  }
@media screen and (min-width: 992px) {
    .v-app .v-gallery__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33%;
              flex: 0 0 33.33%;
      max-width: 33.33%;
    }
  }
.v-app .v-gallery__inner {
    overflow: hidden;
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 63.9%;
  }
.v-app .v-gallery__inner:hover .v-gallery__caption {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
.v-app .v-gallery__inner.focus-visible {
    outline: 0.5em solid #c5a45e;
  }
.v-app .v-gallery__inner:focus-visible {
    outline: 0.5em solid #c5a45e;
  }
.v-app .v-gallery__inner.focus-visible .v-gallery__caption {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
.v-app .v-gallery__inner:focus-visible .v-gallery__caption {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
.v-app .v-gallery__image {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
  }
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .v-app .v-gallery__image {
      height: 100%;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      top: 0;
      -webkit-transform: none;
              transform: none;
      width: 100%;
    }
  }
.v-app .v-gallery__caption {
    background: #161617;
    bottom: 0;
    color: #fff;
    font-size: .9375rem;
    left: 0;
    padding: .9375rem 1.25rem;
    position: absolute;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    width: 100%;
  }
.v-app .v-gallery + .v-tags {
    margin-top: 0;
  }
.v-app .v-gridSlider {
    margin: 100px 0;
    overflow: hidden;
    text-align: center;
  }
.v-app .v-gridSlider .tg-item {
    opacity: 1;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
.v-app .v-gridSlider .tg-item:not(.tg-item-active) {
    opacity: .15;
  }
@media screen and (max-width: 767px) {
    .v-app .v-gridSlider__footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
.v-app .v-gridSlider__arrow {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: inherit;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-decoration: none;
    text-transform: none;
    -webkit-transform: none;
            transform: none;
    vertical-align: inherit;
    width: auto;
    -webkit-box-shadow: 0 0 0 0 #c5a45e;
            box-shadow: 0 0 0 0 #c5a45e;
    color: #161617;
    font-size: 1.9rem;
    margin: 0;
    outline: none;
    padding: 0 .5rem;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    z-index: 3;
  }
@media screen and (min-width: 768px) {
    .v-app .v-gridSlider__arrow {
      position: absolute;
      top: calc(50% - 1.5625rem);
    }
  }
@media screen and (min-width: 768px) {
    .v-app .v-gridSlider__arrow.tg-right-arrow {
      right: -2rem;
    }
  }
@media screen and (min-width: 992px) {
    .v-app .v-gridSlider__arrow.tg-right-arrow {
      right: -3rem;
    }
  }
@media screen and (min-width: 768px) {
    .v-app .v-gridSlider__arrow.tg-left-arrow {
      left: -2rem;
    }
  }
@media screen and (min-width: 992px) {
    .v-app .v-gridSlider__arrow.tg-left-arrow {
      left: -3rem;
    }
  }
.v-app .v-gridSlider__arrow.tg-disabled {
    opacity: 0;
  }
.v-app .v-gridImages {
    margin: 100px 0;
    text-align: center;
  }
.v-app .v-gridImages .grid-item {
    height: 335px;
    width: 100%;
    margin-bottom: 30px;
  }
@media screen and (max-width: 575px) {
    .v-app .v-gridImages .grid-item {
      height: 235px;
    }
  }
@media screen and (min-width: 992px) {
    .v-app .v-gridImages .grid-item-double {
      height: 700px;
    }
    .v-app .v-gridImages .grid-item-tall {
      height: 435px;
    }
    .v-app .v-gridImages .grid-item-short {
      height: 235px;
    }
  }
.v-app .v-gridImages .grid-item-image {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 5px 5px 5px rgba(22, 22, 23, 0.5);
            box-shadow: 5px 5px 5px rgba(22, 22, 23, 0.5);
    border: 10px solid #f1f2ef;
    background-color: #161617;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
.v-app .v-gridImages .grid-item a:hover .grid-item-image {
    border-color: #161617;
    opacity: .8;
  }
.v-app .v-gridImages .grid-item-title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    padding: 20px 30px;
  }
@media screen and (max-width: 1199px) {
    .v-app .v-gridImages .grid-item-title {
      font-size: 20px;
    }
  }
.v-app .v-gridImages .row + .row {
    margin-top: 30px;
  }
@media screen and (max-width: 767px) {
    .v-app .v-gridImages .row {
      margin-top: 30px;
    }
  }
.v-app .page-head.hexagons .side-content-wrapper p:first-child {
    font-size: 36px;
    line-height: 1.2;
  }
.v-app .page-head.hexagons.have-structure {
    padding-top: 100px;
  }
.v-app .hexagons {
    padding-top: 176px;
    padding-bottom: 100px;
  }
@media screen and (max-width: 575px) {
    .v-app .hexagons {
      padding-top: 130px;
      padding-bottom: 66px;
    }
  }
.v-app .hexagons.have-structure {
    padding-top: 66px;
    padding-bottom: 66px;
  }
@media screen and (min-width: 992px) {
    .v-app .hexagons .side-content-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
.v-app .hexagons .side-content-wrapper .sub-title {
    font-weight: 700;
  }
@media screen and (max-width: 991px) {
    .v-app .hexagons .side-content-wrapper {
      padding-top: 60px;
    }
  }
.v-app .hexagons .box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
.v-app .hexagons .hex-wrapper {
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
.v-app .hexagons .hexagon {
    width: 342px;
    height: 400px;
    background-color: #fff;
    position: relative;
    margin: 0px 0px;
    padding: 30px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
@media screen and (max-width: 1199px) {
    .v-app .hexagons .hexagon {
      width: 300px;
      height: 351px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .hexagons .hexagon {
      width: 204px;
      height: 238px;
    }
  }
.v-app .hexagons .hexagon.hexagon-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
.v-app .hexagons .hexagon.hexagon-medium {
    padding: 30px 34px;
  }
.v-app .hexagons .hexagon.bg-highlight-colour {
    background-color: #c5a45e;
  }
.v-app .hexagons .hexagon.odd {
    margin-top: 0px;
  }
.v-app .hexagons .hexagon.even {
    margin-left: 172px;
    margin-top: -92px;
    background-size: cover;
    background-position: center;
  }
@media screen and (max-width: 1199px) {
    .v-app .hexagons .hexagon.even {
      margin-left: 151px;
      margin-top: -80px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .hexagons .hexagon.even {
      margin-left: 104px;
      margin-top: -54px;
    }
  }
.v-app .hexagons .hexagon .title {
    color: #fff;
    font-size: 44px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    margin-bottom: 0;
  }
@media screen and (max-width: 1199px) {
    .v-app .hexagons .hexagon .title {
      font-size: 40px;
    }
  }
.v-app .hexagons .hexagon .sub-title,
  .v-app .hexagons .hexagon h4,
  .v-app .hexagons .hexagon h5 {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.25;
    color: #3a469a;
  }
.v-app .hexagons .hexagon p {
    font-size: 16px;
    line-height: 1.3;
  }
@media screen and (max-width: 991px) {
    .v-app .hexagons .pair-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
.v-app .hexagons .hexagon-pair-wrapper {
    margin-top: -100px;
  }
@media screen and (max-width: 575px) {
    .v-app .hexagons .hexagon-pair-wrapper {
      margin-top: -60px;
    }
  }
.v-app .hexagons .pull-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
@media screen and (max-width: 991px) {
    .v-app .hexagons .pull-right {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
.v-app .hexagons .pull-left {
    padding-left: 175px;
  }
@media screen and (max-width: 991px) {
    .v-app .hexagons .pull-left {
      padding-left: unset;
    }
  }
.v-app .hexagons .hexagon-structure .row-slim {
    margin-left: -4px;
    margin-right: -4px;
  }
.v-app .hexagons .hexagon-structure .col,
  .v-app .hexagons .hexagon-structure .col-auto {
    padding-left: 4px;
    padding-right: 4px;
  }
@media screen and (max-width: 991px) {
    .v-app .hexagons .hexagon-structure .top-line > * {
      margin-top: 8px;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .hexagons .hexagon-structure .top-line {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .hexagons .hexagon-structure .bottom-line {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
.v-app .hexagons .hexagon-structure .bottom-line > * {
    margin-top: -93px;
  }
@media screen and (max-width: 1199px) {
    .v-app .hexagons .hexagon-structure .bottom-line > * {
      margin-top: -81px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .hexagons .hexagon-structure .bottom-line > * {
      margin-top: -81px;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .hexagons .hexagon-structure .bottom-line > * {
      margin-top: 8px;
    }
  }
.v-app .hexagons .hexagon-structure .bottom-line > *:first-child {
    margin-left: -175px;
  }
@media screen and (max-width: 1199px) {
    .v-app .hexagons .hexagon-structure .bottom-line > *:first-child {
      margin-left: -154px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .hexagons .hexagon-structure .bottom-line > *:first-child {
      margin-left: 154px;
      margin-top: -81px;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .hexagons .hexagon-structure .bottom-line > *:first-child {
      margin-left: 0;
      margin-top: 8px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .hexagons .hexagon-structure .hexagon {
      width: 300px;
      height: 351px;
    }
  }
.v-app .v-inlineNav {
    margin-top: 66px;
    text-align: center;
  }
.v-app .v-inlineNav__header {
    margin-bottom: 65px;
  }
.v-app .v-inlineNav__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: -10px;
  }
.v-app .v-inlineNav__wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 185px;
            flex: 0 0 185px;
    max-width: 185px;
    padding: 10px;
  }
.v-app .v-inlineNav__item {
    display: block;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
.v-app .v-inlineNav__item:hover .v-inlineNav__bg, .v-app .v-inlineNav__item:focus .v-inlineNav__bg {
    -webkit-animation: spin 30s infinite linear;
            animation: spin 30s infinite linear;
    color: #001d33;
  }
.v-app .v-inlineNav__icon {
    height: 0;
    margin-bottom: 1.25rem;
    padding-bottom: 100%;
    position: relative;
  }
.v-app .v-inlineNav__bg {
    color: #002b4c;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: color .1s;
    transition: color .1s;
    width: 100%;
  }
@-webkit-keyframes spin {
    .v-app from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    .v-app to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
@keyframes spin {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
.v-app .v-inlineNav__image {
    height: 4rem;
    left: calc(50% - 2rem);
    position: absolute;
    top: calc(50% - 2rem);
    width: 4rem;
  }
.v-app .v-inlineNav__title {
    color: #161617;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.167;
  }
.v-app .v-inlineNav__subtitle {
    color: #c5a45e;
    font-size: .75rem;
    font-weight: 700;
    margin-top: .5rem;
  }
.v-app .v-inlineNav--child .v-inlineNav__item:not(.v-inlineNav__item--active) {
    opacity: .15;
  }
.v-app .v-inlineNav--child .v-inlineNav__item:not(.v-inlineNav__item--active):hover, .v-app .v-inlineNav--child .v-inlineNav__item:not(.v-inlineNav__item--active):focus {
    opacity: .6;
  }
.v-app .v-news {
    margin: 0;
    overflow: hidden;
  }
.v-app .v-news__slider {
    overflow: visible;
    position: relative;
  }
.v-app .v-news__slide {
    height: 300px;
    max-height: 300px;
    text-align: left;
    outline: 0;
    background: #161617;
    background-size: cover;
    background-position: center;
  }
.v-app .v-news__slide:hover .v-news__content {
    background: rgba(0, 0, 0, 0.7);
  }
.v-app .v-news__slide:hover .v-news__excerpt {
    max-height: 300px;
  }
.v-app .v-news__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    margin: 20px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: background .5s;
    transition: background .5s;
  }
.v-app .v-news__title {
    font-size: 1.3em;
    line-height: 1;
    font-weight: 700;
    height: 3.2rem;
    overflow: hidden;
  }
.v-app .v-news__date {
    font-size: .8em;
    font-style: italic;
  }
.v-app .v-news__excerpt {
    height: auto;
    max-height: 0;
    font-size: .8em;
    line-height: 1;
    overflow: hidden;
    -webkit-transition: max-height .5s;
    transition: max-height .5s;
  }
.v-app .v-news__control {
    color: #fff;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: auto;
    height: auto;
  }
.v-app .v-news__control:hover {
    color: #c5a45e;
  }
.v-app .v-news__control::after {
    font-size: 1.2em;
    font-weight: 900;
    padding: 0 4px;
  }
.v-app .v-news__control--prev {
    left: 0;
  }
.v-app .v-news__control--next {
    right: 0;
  }
.v-app .v-news--slider {
    text-align: center;
  }
.v-app .v-news--slider .v-news__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
.v-app .v-pageCards {
    text-align: center;
  }
.v-app .v-pageCards__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -16px;
  }
.v-app .v-pageHead {
    margin: 0;
    position: relative;
  }
.v-app .v-pageHead--video {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 726px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-height: 726px;
    overflow: hidden;
    padding: 0;
  }
@media screen and (min-width: 1500px) {
    .v-app .v-pageHead--video {
      height: 726px;
    }
  }
@media screen and (max-width: 1499px) {
    .v-app .v-pageHead--video {
      height: 600px;
    }
  }
@media screen and (max-width: 1199px) {
    .v-app .v-pageHead--video {
      height: 471px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-pageHead--video {
      height: 364px;
      margin-top: 30px;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead--video {
      height: 314px;
    }
  }
.v-app .v-pageHead--video .videoWrap {
    max-width: 1500px;
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead--video .videoWrap {
      width: 438px;
      height: 318px;
      position: relative;
      overflow: hidden;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--video .videoWrap {
      width: 273px;
      height: 318px;
    }
  }
.v-app .v-pageHead--video .video-overlay {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 730px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
@media screen and (min-width: 1500px) {
    .v-app .v-pageHead--video .video-overlay {
      height: 730px;
    }
  }
@media screen and (max-width: 1499px) {
    .v-app .v-pageHead--video .video-overlay {
      height: 604px;
    }
  }
@media screen and (max-width: 1199px) {
    .v-app .v-pageHead--video .video-overlay {
      height: 475px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-pageHead--video .video-overlay {
      height: 368px;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead--video .video-overlay {
      height: 318px;
      width: 443px;
      left: -2px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--video .video-overlay {
      height: 318px;
      width: 276px;
      left: -1px;
    }
  }
.v-app .v-pageHead--video .front-frame {
    height: inherit;
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead--video .front-frame {
      display: none;
    }
  }
.v-app .v-pageHead--video .front-frame-medium {
    height: inherit;
    display: none;
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead--video .front-frame-medium {
      display: block;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--video .front-frame-medium {
      display: none;
    }
  }
.v-app .v-pageHead--video .front-frame-small {
    height: inherit;
    display: none;
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--video .front-frame-small {
      display: block;
    }
  }
.v-app .v-pageHead--video .banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 848px;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
@media screen and (min-width: 1500px) {
    .v-app .v-pageHead--video .banner-video {
      height: 848px;
    }
  }
@media screen and (max-width: 1499px) {
    .v-app .v-pageHead--video .banner-video {
      height: 695px;
    }
  }
@media screen and (max-width: 1199px) {
    .v-app .v-pageHead--video .banner-video {
      height: 550px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-pageHead--video .banner-video {
      height: 426px;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead--video .banner-video {
      height: 314px;
    }
  }
.v-app .v-pageHead--video .toggle-audio {
    position: absolute;
    bottom: 20px;
    right: 20px;
    border: none;
    color: #fff;
    background: none;
    height: 50px;
    width: 50px;
    opacity: .5;
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--video .toggle-audio {
      height: 30px;
      width: 30px;
    }
  }
.v-app .v-pageHead--video .toggle-audio:focus {
    outline: 0;
  }
.v-app .v-pageHead--video .toggle-audio:hover {
    opacity: 1;
  }
.v-app .v-pageHead--carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 100vh;
    max-height: 780px;
    overflow: hidden;
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--carousel {
      max-height: 100vh;
    }
  }
.v-app .v-pageHead--titlebar {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #161617;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 300px;
    padding: 0;
  }
.v-app .v-pageHead--titlebar-image {
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
  }
.v-app .v-pageHead--titlebar-short {
    height: 420px;
  }
.v-app .v-pageHead--titlebar-short .v-pageHead--titlebar-image {
    height: 420px;
  }
.v-app .v-pageHead--titlebar-short .v-pageHead--titlebar-content {
    bottom: 70px;
  }
.v-app .v-pageHead--titlebar-short .v-pageHead--titlebar-title {
    font-size: 2.5rem;
  }
.v-app .v-pageHead--titlebar .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
  }
.v-app .v-pageHead--titlebar-content {
    margin-top: 0;
    position: absolute;
    bottom: 90px;
    max-width: 555px;
    line-height: 1.1em;
    font-size: 24px;
  }
@media screen and (max-width: 991px) {
    .v-app .v-pageHead--titlebar-content {
      margin-top: auto;
      bottom: 5px;
      font-size: 18px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--titlebar-content {
      font-size: 17px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--titlebar-content p {
      max-width: 280px;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--titlebar-content-search p {
      font-size: 15px;
      max-width: none;
    }
  }
.v-app .v-pageHead--titlebar-content-center {
    bottom: 160px;
    max-width: 700px;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead--titlebar-content-center {
      text-align: left;
      bottom: 90px;
    }
  }
.v-app .v-pageHead--titlebar-search {
    margin-top: 150px;
  }
.v-app .v-pageHead--titlebar h1 {
    color: inherit;
    font-size: 2.25rem;
    font-weight: 900;
    line-height: 1em;
    margin: 0;
    margin-bottom: 25px;
  }
@media screen and (min-width: 992px) {
    .v-app .v-pageHead--titlebar h1 {
      font-size: 3.375rem;
    }
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead--titlebar h1 {
      font-size: 26px;
    }
  }
.v-app .v-pageHead--titlebar .v-pageHead__scroll {
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
  }
.v-app .v-pageHead__slider {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
.v-app .v-pageHead__slider--nobg .v-pageHead__slideInner {
    background: none;
  }
.v-app .v-pageHead__slider--nobg .v-pageHead__slideInner::before, .v-app .v-pageHead__slider--nobg .v-pageHead__slideInner::after {
    content: none;
  }
.v-app .v-pageHead__slider--nobg .v-pageHead__title {
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
  }
.v-app .v-pageHead__slider--nobg .v-pageHead__scroll::after {
    -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.5));
  }
.v-app .v-pageHead__videoWrap {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
.v-app .v-pageHead__video {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
  }
@supports ((-o-object-fit: cover) or (object-fit: cover)) and (not (-ms-ime-align: auto)) {
    .v-app .v-pageHead__video {
      height: 100%;
      left: auto;
      -o-object-fit: cover;
         object-fit: cover;
      top: auto;
      -webkit-transform: none;
              transform: none;
      width: 100%;
    }
  }
.v-app .v-pageHead__sliderWrap {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    position: relative;
    width: 100%;
  }
.v-app .v-pageHead__pagination:not(.dud) {
    bottom: 4rem;
  }
@media screen and (min-width: 768px) {
    .v-app .v-pageHead__pagination:not(.dud) {
      bottom: 2.8125rem;
    }
  }
.v-app .v-pageHead__pagination:not(.dud) .swiper-pagination-bullet {
    background: transparent;
    border: 0;
    color: transparent;
    cursor: pointer;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin: 0;
    opacity: 1;
    outline: none;
    padding: 5px;
    width: 20px;
  }
.v-app .v-pageHead__pagination:not(.dud) .swiper-pagination-bullet::before {
    border: 1px solid #fff;
    border-radius: 50%;
    content: '';
    display: block;
    height: 100%;
    -webkit-transition: background .1s;
    transition: background .1s;
    width: 100%;
  }
.v-app .v-pageHead__pagination:not(.dud) .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background: #fff;
  }
.v-app .v-pageHead__slide {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-attachment: scroll;
    background-position: center 30%;
    background-size: cover;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    outline: 0;
    overflow: hidden;
    width: 100%;
  }
.v-app .v-pageHead__slide.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
.v-app .v-pageHead__slide.swiper-slide::after {
    background: #c5a45e;
    bottom: 0;
    content: '';
    height: 2px;
    position: absolute;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    width: 100%;
  }
@media screen and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
    .v-app .v-pageHead__slide.swiper-slide::after {
      display: none;
    }
  }
.v-app .v-pageHead__slide.swiper-slide.swiper-slide-active::after {
    -webkit-animation: swiper-progress 6.7s linear;
            animation: swiper-progress 6.7s linear;
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
  }
@-webkit-keyframes swiper-progress {
    .v-app from {
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
    }
    .v-app to {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
    }
  }
@keyframes swiper-progress {
    from {
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
    }
    to {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
    }
  }
.v-app .v-pageHead__anime-logo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    padding: 10px;
  }
.v-app .v-pageHead__anime-logo.is-playing {
    visibility: visible;
  }
.v-app .v-pageHead__anime-logo svg {
    height: 200px;
    width: auto;
  }
.v-app .v-pageHead__slideInner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: inherit;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: calc(100% - 74px);
    min-height: 240px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 720px;
  }
@media screen and (min-width: 768px) {
    .v-app .v-pageHead__slideInner {
      min-height: 260px;
    }
  }
.v-app .v-pageHead__slideInner::before {
    background: inherit;
    content: '';
    -webkit-filter: blur(5px);
            filter: blur(5px);
    height: 100vh;
    left: calc(50% - 50vw + 7.5px);
    left: calc(50% - 50vw + (var(--scrollbar-width, 15px) / 2));
    max-height: 413px;
    position: absolute;
    right: calc(50% - 50vw + 7.5px);
    right: calc(50% - 50vw + (var(--scrollbar-width, 15px) / 2));
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead__slideInner::before {
      max-height: 100vh;
    }
  }
.v-app .v-pageHead__slideInner::after {
    background: rgba(0, 0, 0, 0.2);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
.v-app .v-pageHead__slideInner > * {
    position: relative;
    z-index: 2;
  }
.v-app .v-pageHead__title {
    font-size: 2.1875rem;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.18;
    margin-top: 1rem;
    max-width: 8.3em;
  }
@media screen and (min-width: 768px) {
    .v-app .v-pageHead__title {
      font-size: 3.375rem;
    }
  }
.v-app .v-pageHead__subtitle {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 1rem;
  }
.v-app .v-pageHead__ancestor {
    color: #c5a45e;
    font-size: 1.3125rem;
    font-weight: 500;
  }
.v-app .v-pageHead__caption {
    background: rgba(22, 22, 23, 0.75);
    bottom: 0;
    color: #fff;
    font-size: .875rem;
    left: 0;
    padding: .25rem;
    position: absolute;
    right: 0;
    text-align: center;
  }
.v-app .v-pageHead__scroll {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: inherit;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-decoration: none;
    text-transform: none;
    -webkit-transform: none;
            transform: none;
    vertical-align: inherit;
    width: auto;
    outline: none;
    padding: 1rem;
  }
@media screen and (max-width: 767px) {
    .v-app .v-pageHead__scroll {
      right: 20px;
    }
  }
.v-app .v-pageHead__scroll::after {
    background: transparent;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    display: block;
    height: 1.44rem;
    -webkit-transform: translateY(-35%) rotate(45deg);
            transform: translateY(-35%) rotate(45deg);
    width: 1.44rem;
  }
.v-app .v-pageHead__scroll.focus-visible {
    outline: 0.6rem solid #c5a45e;
  }
.v-app .v-pageHead__scroll:focus-visible {
    outline: 0.6rem solid #c5a45e;
  }
.v-app .v-pageHead__menu {
    color: #fff;
    font-size: 1.625rem;
    line-height: 1.2;
    font-weight: 700;
    background: #c5a45e;
  }
@media screen and (max-width: 991px) {
    .v-app .v-pageHead__menu {
      font-size: 1.2rem;
    }
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead__menu {
      font-size: 0.8rem;
    }
  }
.v-app .v-pageHead__menu .menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
.v-app .v-pageHead__menu .menu a {
    color: inherit;
    display: inline-block;
    padding: 10px 0;
  }
.v-app .v-pageHead__menu .menu a:hover {
    color: #c5a45e;
  }
.v-app .v-pageHead #breadcrumbs {
    margin-top: 120px;
  }
@media screen and (max-width: 575px) {
    .v-app .v-pageHead #breadcrumbs {
      margin-top: 60px;
      font-size: 12px;
    }
  }
.v-app .v-pageHead__anchor {
    position: relative;
  }
.v-app .v-pageHead__anchor a {
    position: absolute;
    top: -93px;
  }
@media screen and (min-width: 992px) {
    .v-app .v-pageHead__anchor a {
      top: -59px;
    }
  }
@supports (scroll-padding-top: 0) {
    .v-app .v-pageHead__anchor a {
      top: 0;
    }
  }
.v-app .v-panels {
    margin: 116px 0 77px;
    text-align: center;
  }
.v-app .v-panels .container {
    padding-left: 28px;
    padding-right: 28px;
  }
.v-app .v-panels__contain {
    margin-top: 3.75rem;
    overflow: visible;
  }
.v-app .v-panels__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
.v-app .v-panels__inner {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: auto;
    max-width: 100%;
    padding: 0 8px 30px;
    position: relative;
  }
@media screen and (min-width: 768px) {
    .v-app .v-panels__inner {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
    }
  }
@media screen and (min-width: 992px) {
    .v-app .v-panels__inner {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33%;
              flex: 0 0 33.33%;
      max-width: 33.33%;
    }
  }
.v-app .v-panels__button {
    left: 0;
    position: absolute;
    top: 0;
  }
.v-app .v-panels__item {
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    outline: 0;
    -webkit-perspective: 80rem;
            perspective: 80rem;
    text-decoration: none;
    width: 100%;
  }
.v-app .v-panels__item:hover {
    text-decoration: none;
  }
.v-app .v-panels__item:hover .v-panels__body {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .v-app .v-panels__item:hover .v-panels__body {
      -webkit-transform: none;
              transform: none;
    }
  }
.v-app .v-panels__item:hover .v-panels__image {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
  }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .v-app .v-panels__item:hover .v-panels__image {
      -webkit-transform: none;
              transform: none;
    }
  }
.v-app .v-panels__item:hover .v-panels__content {
    -webkit-transform: rotateY(180deg) translateZ(0.1px) scale(1);
            transform: rotateY(180deg) translateZ(0.1px) scale(1);
  }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .v-app .v-panels__item:hover .v-panels__content {
      -webkit-transform: none;
              transform: none;
      z-index: 1;
    }
  }
.v-app .v-panels__item:hover .v-panels__title {
    background: #161617;
  }
.v-app .v-panels__item.focus-visible {
    -webkit-box-shadow: 0 0 0 0.5em rgba(197, 164, 94, 0.75);
            box-shadow: 0 0 0 0.5em rgba(197, 164, 94, 0.75);
  }
.v-app .v-panels__item:focus-visible {
    -webkit-box-shadow: 0 0 0 0.5em rgba(197, 164, 94, 0.75);
            box-shadow: 0 0 0 0.5em rgba(197, 164, 94, 0.75);
  }
.v-app .v-panels__item.focus-visible .v-panels__body {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
.v-app .v-panels__item:focus-visible .v-panels__body {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .v-app .v-panels__item.focus-visible .v-panels__body {
      -webkit-transform: none;
              transform: none;
    }
    .v-app .v-panels__item:focus-visible .v-panels__body {
      -webkit-transform: none;
              transform: none;
    }
  }
.v-app .v-panels__item.focus-visible .v-panels__image {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
  }
.v-app .v-panels__item:focus-visible .v-panels__image {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
  }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .v-app .v-panels__item.focus-visible .v-panels__image {
      -webkit-transform: none;
              transform: none;
    }
    .v-app .v-panels__item:focus-visible .v-panels__image {
      -webkit-transform: none;
              transform: none;
    }
  }
.v-app .v-panels__item.focus-visible .v-panels__content {
    -webkit-transform: rotateY(180deg) translateZ(0.1px) scale(1);
            transform: rotateY(180deg) translateZ(0.1px) scale(1);
  }
.v-app .v-panels__item:focus-visible .v-panels__content {
    -webkit-transform: rotateY(180deg) translateZ(0.1px) scale(1);
            transform: rotateY(180deg) translateZ(0.1px) scale(1);
  }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .v-app .v-panels__item.focus-visible .v-panels__content {
      -webkit-transform: none;
              transform: none;
    }
    .v-app .v-panels__item:focus-visible .v-panels__content {
      -webkit-transform: none;
              transform: none;
    }
  }
.v-app .v-panels__body {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    min-height: 175px;
    position: relative;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
.v-app .v-panels__body::before {
    content: '';
    float: left;
    height: 0;
    margin-left: -1px;
    padding-top: 76.7%;
    width: 1px;
  }
.v-app .v-panels__body::after {
    clear: both;
    content: '';
    display: table;
  }
.v-app .v-panels__image {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    width: 100%;
  }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .v-app .v-panels__image {
      z-index: 1;
    }
  }
.v-app .v-panels__image::before {
    background: linear-gradient(315deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    content: '';
    height: 2rem;
    position: absolute;
    right: 0;
    width: 2rem;
  }
.v-app .v-panels__image img {
    height: auto;
    min-height: 100%;
    min-width: 100%;
    width: auto;
  }
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .v-app .v-panels__image img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
    }
  }
.v-app .v-panels__icon {
    bottom: 0;
    color: #161617;
    font-size: 0.8rem;
    height: 1rem;
    line-height: 1rem;
    position: absolute;
    right: 0;
    width: 1rem;
  }
.v-app .v-panels__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: .9375rem;
    height: auto;
    justify-content: center;
    padding: .84rem 2.25rem;
    position: relative;
    -webkit-transform: rotateY(180deg) translateZ(0.1px) scale(0.99);
            transform: rotateY(180deg) translateZ(0.1px) scale(0.99);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    width: 100%;
  }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .v-app .v-panels__content {
      -webkit-transform: none;
              transform: none;
    }
  }
.v-app .v-panels__content ul {
    line-height: 1.1;
    list-style: none;
    margin: 0;
    max-width: 100%;
    padding: 0;
  }
.v-app .v-panels__content ul li {
    border-bottom: 1px dashed #c5a45e;
    padding: 1rem 0;
  }
.v-app .v-panels__content ul li:last-child {
    border-bottom: 0;
  }
.v-app .v-panels__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #161617;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .015em;
    line-height: 1.3;
    min-height: calc((1rem * 1.3) * 2 + (17px * 2));
    padding: 17px;
    position: relative;
    -webkit-transition: background .2s;
    transition: background .2s;
  }
.v-app .v-panels a {
    text-decoration: underline;
  }
@media screen and (max-width: 991px) {
    .v-app .v-post {
      padding-top: 60px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-post {
      text-align: center;
    }
  }
.v-app .v-post__wrap {
    max-width: 100%;
    padding: 0 15px;
    position: relative;
  }
.v-app .v-post__wrap::after {
    clear: both;
    content: '';
    display: table;
  }
@media screen and (max-width: 991px) {
    .v-app .v-post__wrap {
      padding-bottom: 5.667rem;
    }
  }
@media screen and (min-width: 992px) {
    .v-app .v-post__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
@media screen and (min-width: 992px) {
    .v-app .v-post__aside {
      margin-right: -76px;
      width: 76px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-post__aside {
      margin-bottom: 1rem;
    }
  }
.v-app .v-post__info {
    border-top: 2px solid #161617;
    color: #161617;
    padding: .5rem 0;
    text-align: center;
  }
@media screen and (min-width: 992px) {
    .v-app .v-post__info {
      position: sticky;
      top: 100px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-post__info {
      display: inline-block;
      padding: .5rem;
    }
  }
.v-app .v-post__date {
    font-size: .7rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1;
    text-transform: uppercase;
    width: 100%;
  }
@media screen and (min-width: 992px) {
    .v-app .v-post__date {
      font-size: .8125rem;
    }
  }
.v-app .v-post__date .day {
    font-size: 2.8125rem;
    font-weight: 700;
    letter-spacing: 0;
  }
@media screen and (max-width: 991px) {
    .v-app .v-post__date .day {
      font-size: 2.2rem;
      line-height: .7;
      margin-top: .4rem;
    }
  }
@media screen and (min-width: 992px) {
    .v-app .v-post__content {
      float: left;
      width: 100%;
    }
  }
.v-app .v-post__contentInner {
    margin-left: auto;
    max-width: 750px;
  }
@media screen and (max-width: 991px) {
    .v-app .v-post__contentInner {
      position: relative;
    }
  }
@media screen and (min-width: 1200px) {
    .v-app .v-post__contentInner {
      margin-right: auto;
    }
  }
.v-app .v-share {
    margin-top: 20px;
  }
@media screen and (max-width: 991px) {
    .v-app .v-share {
      bottom: 0;
      position: absolute;
    }
  }
.v-app .v-share__btn {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: inherit;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-decoration: none;
    text-transform: none;
    -webkit-transform: none;
            transform: none;
    vertical-align: inherit;
    width: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #707070;
    border-radius: 50%;
    font-size: 1.7rem;
    height: 62px;
    margin: 10px 0;
    outline: none;
    -webkit-transition: background .1s;
    transition: background .1s;
    width: 62px;
  }
@media screen and (min-width: 992px) {
    .v-app .v-share__btn {
      height: 76px;
      width: 76px;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-share__btn--facebook, .v-app .v-share__btn--twitter {
      display: none;
    }
  }
.v-app .v-share__btn:hover, .v-app .v-share__btn:focus {
    background: rgba(22, 22, 23, 0.1);
  }
.v-app .v-posts {
    padding-top: 0;
  }
.v-app .v-posts__archive {
    font-size: .9375rem;
    margin-bottom: 4rem;
  }
.v-app .v-posts__archiveList {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
.v-app .v-posts__archiveList li {
    display: inline-block;
    margin: 0 20px;
  }
.v-app .v-posts__archiveLink {
    font-weight: 500;
  }
.v-app .v-posts__archiveLink--active {
    color: #c5a45e;
  }
.v-app .v-posts__list {
    margin-left: -8px;
    margin-right: -8px;
  }
@media screen and (max-width: 991px) {
    .v-app .v-posts__list {
      padding: 0 12px;
    }
  }
.v-app .v-posts__item {
    margin-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }
@media screen and (min-width: 992px) {
    .v-app .v-posts__item--sticky .v-posts__content {
      padding: 3.375rem 3.875rem;
    }
  }
@media screen and (min-width: 992px) {
    .v-app .v-posts__item--sticky .v-posts__title {
      font-size: 2.25rem;
    }
  }
.v-app .v-posts__inner {
    background: #fafafa;
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
@media screen and (max-width: 991px) {
    .v-app .v-posts__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
.v-app .v-posts__inner.focus-visible {
    outline: 0.5em solid rgba(197, 164, 94, 0.75);
  }
.v-app .v-posts__inner:focus-visible {
    outline: 0.5em solid rgba(197, 164, 94, 0.75);
  }
.v-app .v-posts__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    overflow: hidden;
    position: relative;
  }
@media screen and (min-width: 992px) {
    .v-app .v-posts__image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
    }
  }
.v-app .v-posts__image img {
    height: 100%;
    left: 50%;
    max-width: none;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
  }
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .v-app .v-posts__image img {
      left: auto;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      position: static;
      -webkit-transform: none;
              transform: none;
      width: 100%;
    }
  }
.v-app .v-posts__content {
    color: #161617;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: .875rem;
    padding: 1rem 1.667rem;
  }
@media screen and (min-width: 992px) {
    .v-app .v-posts__content {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      padding: 1.5rem 2.875rem;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-posts__content {
      font-size: 1rem;
    }
  }
.v-app .v-posts__title {
    font-size: 1.167rem;
  }
@media screen and (min-width: 992px) {
    .v-app .v-posts__title {
      color: #161617;
      font-size: 1.3125rem;
    }
  }
@media screen and (max-width: 991px) {
    .v-app .v-posts__title {
      margin-bottom: .5rem;
    }
  }
.v-app .v-posts__excerpt {
    margin-bottom: .5rem;
  }
@media screen and (min-width: 992px) {
    .v-app .v-posts__excerpt {
      margin-bottom: 1.25rem;
    }
  }
.v-app .v-posts__date {
    font-style: italic;
    font-weight: 500;
    margin-top: auto;
  }
.v-app .v-posts hr {
    border-color: #161617;
    margin: .5rem 0;
    width: 34px;
  }
@media screen and (min-width: 992px) {
    .v-app .v-posts hr {
      margin: 1.25rem 0;
    }
  }
.v-app .v-posts__readmore {
    font-weight: 700;
  }
@media screen and (max-width: 991px) {
    .v-app .v-posts__readmore {
      color: #161617;
    }
  }
.v-app .v-posts__loadmore {
    margin-top: 34px;
    text-align: center;
  }
.v-app .v-tabs .nav-tabs {
    border-bottom: 2px solid #161617;
  }
.v-app .v-tabs .nav-item {
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: 0;
  }
.v-app .v-tabs .nav-item .nav-link {
    color: #707070;
    background: #f1f2ef;
    border-color: #f1f2ef;
  }
.v-app .v-tabs .nav-item .nav-link:hover, .v-app .v-tabs .nav-item .nav-link.active {
    color: #fff;
    background: #161617;
    border-color: #161617;
  }
.v-app .v-tabs .tab-content .tab-pane {
    padding: 20px 0;
  }
.v-app .v-tags {
    margin: 60px 0 0;
  }
.v-app .v-tags .container {
    position: relative;
  }
.v-app .v-tags .container::before {
    background: #707070;
    content: '';
    height: 1px;
    left: 15px;
    position: absolute;
    top: -20px;
    width: calc(100% - 30px);
  }
.v-app .v-tags__title {
    font-size: 1rem;
    font-weight: 400;
  }
@media screen and (min-width: 992px) {
    .v-app .v-tags__title {
      font-size: 1.375rem;
    }
  }
.v-app .v-tags__list {
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 1.5;
    list-style: none;
    margin: 0;
  }
@media screen and (max-width: 991px) {
    .v-app .v-tags__list {
      font-size: 1.5rem;
      padding: 0;
    }
  }
.v-app .v-tags__list-item {
    display: inline;
  }
.v-app .v-tags__list-item:not(:last-child)::after {
    content: ' /';
  }
.v-app .v-testimonials {
    position: relative;
    background-image: url("../../img/testimonials.jpg");
    background-position: center;
    background-size: cover;
  }
.v-app .v-testimonials .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 22, 23, 0.7);
  }
.v-app .v-testimonials .testimonial {
    color: #161617;
    line-height: 1.2;
    background: #c5a45e;
    margin-bottom: 110px;
    padding: 30px 40px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  }
.v-app .v-testimonials .testimonial-stars {
    color: #f1f2ef;
  }
.v-app .v-testimonials .testimonial-name {
    font-size: 14px;
    font-weight: 700;
  }
.v-app .v-video {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-position: center;
    background-size: cover;
    padding: 20px 0;
  }
@media screen and (min-width: 992px) {
    .v-app .v-video {
      padding: 109px 0;
    }
  }
.v-app .v-video__link {
    background: rgba(26, 26, 26, 0.6);
    color: #fff;
    display: block;
    font-size: 1.125rem;
    font-weight: 500;
    max-width: calc(100% - 32px);
    padding: 50px;
    text-align: center;
    text-decoration: none;
    width: 536px;
  }
@media screen and (min-width: 992px) {
    .v-app .v-video__link {
      padding: 95px 100px;
    }
  }
.v-app .v-video__link:hover .v-video__play {
    opacity: .8;
  }
.v-app .v-video__link.focus-visible {
    outline: 1em solid rgba(22, 22, 23, 0.75);
  }
.v-app .v-video__link:focus-visible {
    outline: 1em solid rgba(22, 22, 23, 0.75);
  }
.v-app .v-video__link.focus-visible .v-video__play {
    opacity: .8;
  }
.v-app .v-video__link:focus-visible .v-video__play {
    opacity: .8;
  }
.v-app .v-video__link h2 {
    color: #fff;
    font-size: 1.889rem;
    margin-bottom: .5rem;
  }
@media screen and (min-width: 992px) {
    .v-app .v-video__link h2 {
      font-size: 3.375rem;
    }
  }
.v-app .v-video__link h2 span {
    font-weight: 400;
  }
.v-app .v-video__play {
    font-size: 1.8rem;
    opacity: .45;
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
  }
@media screen and (min-width: 992px) {
    .v-app .v-video__play {
      font-size: 2.8rem;
    }
  }
.v-app .v-why-choose--content {
    font-size: 16px;
  }
@media screen and (min-width: 992px) {
    .v-app .v-why-choose--content {
      padding: 30px 60px;
    }
  }
.v-app .v-why-choose--content .tick-list strong {
    font-weight: 900;
  }
.v-app .v-why-choose--content .tick-list li {
    font-weight: 400;
  }

/* stylelint-disable-next-line scss/at-rule-no-unknown */
@media screen and (max-width: 991px) {
    html body.home #header .header-bg {
      opacity: 0;
    }
  }
html body.admin-bar #header {
    top: 32px;
  }
@media screen and (max-width: 781px) {
    html body.admin-bar #header {
      top: 46px;
    }
  }
html body.is-touch .v-gallery__caption {
    display: none;
  }
@media screen and (min-width: 992px) {
    html body.focus-visible #site-navigation .menu-item-has-children:focus-within .sub-menu {
      max-height: 900px;
      top: 100px;
      -webkit-transition: top .2s;
      transition: top .2s;
      z-index: -1;
    }
  }
@media screen and (min-width: 992px) {
    html body.focus-visible #site-navigation .menu-item-has-children:focus-within .sub-menu::after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transition: -webkit-transform 0.1s ease 0.05s;
      transition: -webkit-transform 0.1s ease 0.05s;
      transition: transform 0.1s ease 0.05s;
      transition: transform 0.1s ease 0.05s, -webkit-transform 0.1s ease 0.05s;
    }
  }
html body.focus-visible .v-contact .google-map:focus-within {
    outline: 5px solid #161617;
  }
html .v-share-modal__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2rem 0;
  }
html .v-share-modal__btn {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: inherit;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-decoration: none;
    text-transform: none;
    -webkit-transform: none;
            transform: none;
    vertical-align: inherit;
    width: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #707070;
    border-radius: 50%;
    color: #161617;
    font-size: 1.7rem;
    height: 76px;
    margin: 5px 10px;
    outline: none;
    -webkit-transition: background .1s;
    transition: background .1s;
    width: 76px;
  }
html .v-share-modal__btn:hover, html .v-share-modal__btn:focus {
    background: rgba(22, 22, 23, 0.1);
  }
html .v-share-modal__copy {
    position: relative;
  }
html .v-share-modal__copy-input {
    background: rgba(22, 22, 23, 0.05);
    border: 1px solid rgba(22, 22, 23, 0.3);
    margin: 0;
    max-width: 100%;
    padding: .875rem 5rem .875rem 1rem;
    width: 27rem;
  }
html .v-share-modal__copy-button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: inherit;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-decoration: none;
    text-transform: none;
    -webkit-transform: none;
            transform: none;
    vertical-align: inherit;
    width: auto;
    background: #161617;
    border: 2px solid #161617;
    color: #fff;
    height: 100%;
    padding: 0 1rem;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
html .v-share-modal__copy-text {
    font-size: .8rem;
    font-style: italic;
    line-height: 2;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 100%;
    visibility: hidden;
  }
html .v-share-modal__copy.is-copied .v-share-modal__copy-text {
    -webkit-animation: link-copied-text 8s;
            animation: link-copied-text 8s;
  }
@-webkit-keyframes link-copied-text {
    html 0% {
      opacity: 0;
      visibility: hidden;
    }
    html 5% {
      opacity: 1;
      visibility: visible;
    }
    html 95% {
      opacity: 1;
      visibility: visible;
    }
    html 100% {
      opacity: 0;
      visibility: hidden;
    }
  }
@keyframes link-copied-text {
    0% {
      opacity: 0;
      visibility: hidden;
    }
    5% {
      opacity: 1;
      visibility: visible;
    }
    95% {
      opacity: 1;
      visibility: visible;
    }
    100% {
      opacity: 0;
      visibility: hidden;
    }
  }
html .e-downloadForm {
    display: none;
    font-size: 1rem;
    max-width: 100%;
    padding: 1rem 2rem;
    width: 600px;
  }
html .e-downloadForm a {
    text-decoration: underline;
  }
html .e-downloadForm__title {
    color: #161617;
    font-size: 2.5rem;
    font-weight: 700;
  }
html .e-downloadForm__header {
    margin-bottom: 1.5rem;
  }
html .e-downloadForm .gform_wrapper {
    background: rgba(22, 22, 23, 0.05);
    border-top: 1px solid rgba(22, 22, 23, 0.5);
    margin: 0 -2rem -1rem;
    padding: 1rem 2rem;
  }
html .e-downloadForm .gfield {
    margin: 0 0 10px;
    position: relative;
  }
html .e-downloadForm .gfield input, html .e-downloadForm .gfield textarea {
    background: #fff;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0 0 0.5px #161617;
            box-shadow: inset 0 0 0 0.5px #161617;
    color: #161617;
    font-size: 1.125rem;
    height: 100%;
    letter-spacing: -.015em;
    margin: 0;
    padding: 2.625rem 1.875rem 1.1875rem;
  }
html .e-downloadForm .gfield.gfield_error input, html .e-downloadForm .gfield.gfield_error textarea {
    -webkit-box-shadow: inset -6px 0 0 #f00, inset 0 0 0 0.5px #161617;
            box-shadow: inset -6px 0 0 #f00, inset 0 0 0 0.5px #161617;
  }
html .e-downloadForm .gfield_label {
    font-size: .75rem;
    font-weight: 400;
    left: 1.875rem;
    letter-spacing: -.015em;
    line-height: 1.1;
    margin: 0;
    position: absolute;
    top: 1.125rem;
  }
html .e-downloadForm .ginput_container_consent {
    font-size: .75rem;
    line-height: 1.3;
    margin: 15px 0;
  }
html .e-downloadForm .ginput_container_consent .gfield_consent_label {
    color: inherit;
    margin: 0;
  }
html .e-downloadForm .ginput_container_consent .gfield_required {
    display: inline;
    margin-left: .5ch;
  }
html .e-downloadForm .ginput_container_consent + .validation_message {
    margin-top: -15px;
    padding-left: calc(7px + .8rem);
  }
html .e-downloadForm .validation_message {
    color: #f00;
    text-align: left;
  }
html .page-content {
    /**
	 * When using margin on top and bottom of sections as we are, we need to ensure elements that are padded sit flush.
	 * We do this by setting the margin bottom to 0, and adjacent siblings to 0.
	 */
  }
html .page-content section {
    position: relative;
  }
html .page-content section:first-child:not(.page-head) {
    margin-top: 200px;
  }
html .page-content section:first-child:not(.page-head):last-child::before, html .page-content section:first-child:not(.page-head):last-child::after, html .page-content section.page-head:first-child + *:last-child::before, html .page-content section.page-head:first-child + *:last-child::after {
    padding: 0;
  }
html .page-content section.s-full {
    margin-bottom: 0;
  }
html .page-content section.s-full + .s-full,
  html .page-content section.s-full + .v-page-head__anchor + .s-full {
    margin-top: 0;
  }
html .page-content.js-sticky-on {
    padding-top: 200px;
  }
@media screen and (max-width: 991px) {
    html .page-content.js-sticky-on {
      padding-top: 100px;
    }
  }

#klaro .cookie-notice {
  background: #161617;
  font-weight: 700;
}

#klaro .cookie-notice .cn-ok .cm-btn {
  display: none;
}

#klaro .cookie-notice .cn-ok .cm-btn.cm-btn-success, #klaro .cookie-notice .cn-ok .cm-btn.cm-btn-info {
  display: inline-block;
}

#klaro .cm-btn {
  background: #555;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #eee;
  outline: 0;
  padding: .5rem 1.2rem;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#klaro .cm-btn.cm-btn-success {
  background: #c5a45e;
  color: #fff;
  font-weight: 700;
}

#klaro .cm-btn.cm-btn-danger {
  background: #fff;
  color: #161617;
}

#klaro .cm-btn.focus-visible {
  -webkit-box-shadow: 0 0 0 5px rgba(197, 164, 94, 0.5);
          box-shadow: 0 0 0 5px rgba(197, 164, 94, 0.5);
}

#klaro .cm-btn:focus-visible {
  -webkit-box-shadow: 0 0 0 5px rgba(197, 164, 94, 0.5);
          box-shadow: 0 0 0 5px rgba(197, 164, 94, 0.5);
}

#klaro .cm-modal {
  background: #171717;
}

#klaro .hide {
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  padding: 1rem;
  right: .5rem;
  top: .5rem;
  -webkit-transform: none;
          transform: none;
}

#klaro .hide.focus-visible {
  -webkit-box-shadow: inset 0 0 0 5px #c5a45e;
          box-shadow: inset 0 0 0 5px #c5a45e;
}

#klaro .hide:focus-visible {
  -webkit-box-shadow: inset 0 0 0 5px #c5a45e;
          box-shadow: inset 0 0 0 5px #c5a45e;
}

#klaro .cm-app-input:checked + .cm-app-label .slider {
  background-color: #c5a45e;
}

#klaro .cm-app-input.focus-visible + .cm-app-label .slider {
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19), 0 0 0 8px rgba(197, 164, 94, 0.5);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19), 0 0 0 8px rgba(197, 164, 94, 0.5);
}

#klaro .cm-app-input:focus-visible + .cm-app-label .slider {
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19), 0 0 0 8px rgba(197, 164, 94, 0.5);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19), 0 0 0 8px rgba(197, 164, 94, 0.5);
}

#klaro .cm-powered-by {
  display: none;
}

#klaro a {
  color: #c5a45e;
}

html[dir=rtl] .v-app #header #site-header-right .menu-toggle {
  margin-right: auto;
  margin-left: unset;
}

@media screen and (max-width: 991px) {
  html[dir=rtl] .v-app #header #site-navigation .menu-item a {
    text-align: right;
  }
}

html[dir=rtl] .v-app #header #site-navigation .site-mask {
  right: auto;
  left: -100%;
  -webkit-transition: left .5s;
  transition: left .5s;
}

html[dir=rtl] .v-app #header #site-navigation .site-mask::after {
  left: -204px;
  right: auto;
  -webkit-transition: left .3s ease-in .6s;
  transition: left .3s ease-in .6s;
}

html[dir=rtl] .v-app #header #site-navigation.toggled .site-mask {
  right: auto;
  left: 0;
}

html[dir=rtl] .v-app #header #site-navigation.toggled .site-mask::after {
  left: -100px;
}

html[dir=rtl] .v-app #header #site-navigation .menu-wrapper .menu-address {
  left: auto;
  right: 0;
  text-align: right;
}

@media screen and (max-width: 767px) {
  html[dir=rtl] .page-content .v-pageHead.v-pageHead--video .video-overlay {
    left: 0;
    right: -3px;
  }
}

html[dir=rtl] .page-content .hexagons .side-content-wrapper {
  text-align: right;
}

html[dir=rtl] .page-content .hexagons .hexagon-pair-wrapper .hexagon.even {
  margin-left: auto;
  margin-right: 172px;
}

@media screen and (max-width: 1199px) {
  html[dir=rtl] .page-content .hexagons .hexagon-pair-wrapper .hexagon.even {
    margin-right: 152px;
  }
}

@media screen and (max-width: 575px) {
  html[dir=rtl] .page-content .hexagons .hexagon-pair-wrapper .hexagon.even {
    margin-right: 105px;
  }
}

html[dir=rtl] .page-content .hexagons.have-structure .hexagon-structure .bottom-line > *:first-child {
  margin-left: auto;
  margin-right: -175px;
}

@media screen and (max-width: 1199px) {
  html[dir=rtl] .page-content .hexagons.have-structure .hexagon-structure .bottom-line > *:first-child {
    margin-right: -153px;
  }
}

@media screen and (max-width: 991px) {
  html[dir=rtl] .page-content .hexagons.have-structure .hexagon-structure .bottom-line > *:first-child {
    margin-right: 154px;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  html[dir=rtl] .page-content .hexagons.have-structure .hexagon-structure .bottom-line > *:first-child {
    margin-right: auto;
    margin-left: auto;
  }
}

html[dir=rtl] .page-content .hexagons.have-structure .hexagon-structure .hexagon.hexagon-text h4,
html[dir=rtl] .page-content .hexagons.have-structure .hexagon-structure .hexagon.hexagon-text h5,
html[dir=rtl] .page-content .hexagons.have-structure .hexagon-structure .hexagon.hexagon-text p {
  text-align: right;
}

html[dir=rtl] .page-content .v-contact {
  text-align: right;
}

html[dir=rtl] .page-content .v-contact .icon-email .fa {
  padding-left: 4px;
  padding-right: auto;
}

html[dir=rtl] .site-footer .footer-information .copyright {
  text-align: right;
}

html[dir=rtl] .footer-top a .fa {
  padding-left: 4px;
  padding-right: auto;
}

html[dir=rtl] .footer-top .wrapper div {
  text-align: right;
}

/*# sourceMappingURL=../../sourcemaps/style.css.map */
