@charset "UTF-8";
/*!
    Theme Name: Surf House
	Theme URI: 
	Description: Surf House Wordpress Theme
    Version: 1.0
	Author: Splendor
*/
@font-face {
  font-family: "surfhause-icons";
  src: url("fonts/surfhause-icons.ttf?167ao8") format("truetype"), url("fonts/surfhause-icons.woff?167ao8") format("woff"), url("fonts/surfhause-icons.svg?167ao8#surfhause-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "surfhause-icons" !important;
  speak: never;
font-display: swap;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-prev:before {
  content: "\e900";
}

.icon-arrow-next:before {
  content: "\e901";
}

.icon-linkedin:before {
  content: "\e902";
}

.icon-facebook:before {
  content: "\e903";
}

.icon-instagram:before {
  content: "\e904";
}

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

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -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: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

.header {
  position: relative;
  transition: all 0.3s ease;
  z-index: 1000;
}

.header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #1e3843;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}


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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -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;
}

html {
  font-size: 1em;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
* A better looking default horizontal rule
*/
hr {
  background: #bfbfbf;
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  padding: 0;
  margin: 1.875em auto;
}
hr.full {
  width: 100vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
}

/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
* Remove default fieldset styles.
*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
* Allow only vertical resizing of textareas.
*/
textarea {
  resize: vertical;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  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: #fff;
  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;
  -webkit-clip-path: none;
  clip-path: none;
  color: #000;
  display: block;
  font-size: 0.875em;
  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. */
}

/* 
/* Browser Upgrade Prompt
*/
.browserupgrade {
  margin: 0;
  background: #ccc;
  color: #000;
  padding: 0.5em 0;
  text-align: center;
}

/*! author: splendordesign.com  */
body {
  background: #f3f0ec;
  font-size: 20px;
  font-family: "adobe-garamond-pro", serif;
  color: #1e3843;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px;
	overflow-x: hidden;
}
body.noscroll {
  overflow: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
  }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "adobe-garamond-pro", serif;
  font-weight: normal;
  margin: 0;
  line-height: 1.2;
  color: #1e3843;
}

h1, .h1 {
  font-family: "roc-grotesk-wide", sans-serif;
  font-size: 80px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 0.5em;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 50px;
  }
}

h2, .h2 {
  font-family: "roc-grotesk-wide", sans-serif;
  font-size: 64px;
  font-weight: 100;
  margin: 0 0 0.3125em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 44px;
  }
}

h3, .h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.1em;
  text-transform: uppercase;
  color: #b77a3a;
  line-height: 1.5;
}

strong {
  font-weight: bold;
}

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

ol,
ul {
  padding-left: 1em;
}

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

figure {
  margin: 0;
}

blockquote {
  margin: 1em 0;
  padding: 0;
  font-size: 30px;
  font-weight: 300;
  font-family: "adobe-garamond-pro", serif;
  color: #b77a3a;
  line-height: 1.2em;
  text-transform: uppercase;
  max-width: 900px;
}
blockquote p:last-child {
  margin-bottom: 0;
}

.nothing {
  font-family: "adobe-garamond-pro", serif;
  font-size: 22px;
  font-weight: bold;
  color: #b77a3a;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.btn {
  border: 0;
  border-radius: 74px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #b77a3a;
  margin: 0;
  padding: 0;
  cursor: pointer;
  appearance: none;
  outline: none;
  font-family: "roc-grotesk-wide", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1em;
  display: inline-block;
  position: relative;
  padding: 28px 30px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  text-align: center;
  z-index: 1;
  min-width: 330px;
}
.btn:hover, .btn:focus {
  background: #1e3843;
  color: #fff;
}
@media (max-width: 767px) {
  .btn {
    padding: 22px 24px;
    font-size: 16px;
    min-width: 280px;
  }
}

a {
  color: #b77a3a;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover, a:focus {
  color: #1e3843;
}
a[href^=tel] {
  color: #1e3843;
}
a[href^=tel]:hover {
  color: #b77a3a;
}

::-webkit-input-placeholder {
  line-height: normal;
}

::-webkit-input-placeholder {
  color: #d5d7d8;
  opacity: 1;
}

:-moz-placeholder {
  color: #d5d7d8;
  opacity: 1;
}

::-moz-placeholder {
  color: #d5d7d8;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #d5d7d8;
  opacity: 1;
}

a.more {
  color: #1e3843;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 2px 0;
  letter-spacing: 0.3em;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  line-height: 1.2;
}
a.more:before {
  content: "";
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: calc(100% - 0.3em);
  height: 2px;
  width: 100%;
  background-color: #b77a3a;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a.more:hover {
  color: #b77a3a;
}

a.link {
  color: #1e3843;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  letter-spacing: 0.3em;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  line-height: 1.2;
  margin: 20px 0 0;
  padding: 20px 0 0;
}
a.link:before {
  content: "";
  position: absolute;
  bottom: calc(100% + 2px);
  left: 0;
  width: calc(100% - 0.3em);
  max-width: 114px;
  height: 2px;
  width: 100%;
  background-color: #b77a3a;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a.link:hover {
  color: #b77a3a;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 50px;
  margin-bottom: 40px;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 50px;
  margin-bottom: 40px;
}

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

.alignwide {
  margin-left: -30px;
  margin-right: -30px;
}

.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}
.alignfull img {
  width: 100%;
  height: auto;
  display: block;
}

figure.image {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}
figure.image .placeholder {
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
figure.image .display {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}
figure.image .display img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  width: 100%;
  max-width: 1580px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
@media (max-width: 374px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: center top;
  background-size: 100%;
	background-repeat: no-repeat;
}

.social {
  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;
  gap: 20px;
  font-size: 32px;
  margin: 0 0 30px;
}

.pagination {
  margin: 65px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination:last-child {
  margin-bottom: 0;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: solid 1px #c1ced7;
}
.pagination .page-numbers {
  text-align: center;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: normal;
  position: relative;
}
.pagination .page-numbers::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #b77a3a;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pagination .page-numbers:not(.dots):hover, .pagination .page-numbers:not(.dots):focus {
  color: #b77a3a;
}
.pagination .page-numbers:not(.dots):hover::after, .pagination .page-numbers:not(.dots):focus::after {
  width: 100%;
}
.pagination .page-numbers.dots {
  color: #fff;
  width: auto;
  border: 0;
  font-weight: bold;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  display: none;
}
.pagination .page-numbers.current {
  color: #b77a3a;
}
.pagination .page-numbers.current::after {
  width: 100%;
}
@media (max-width: 1079px) {
  .pagination .page-numbers {
    font-size: 15px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .pagination .page-numbers {
    font-size: 13px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.page-nav {
  margin: 70px 0 0;
}
.page-nav__links {
  display: block;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 70px;
}
.page-nav__links > * {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  color: #040404;
  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;
  font-weight: normal;
}
.page-nav__links > *:hover, .page-nav__links > *:focus {
  color: #b77a3a;
}
.page-nav__links > *.icon-close {
  font-size: 20px;
  height: 54px;
  letter-spacing: normal;
  border-left: solid 1px #bfbfbf;
  border-right: solid 1px #bfbfbf;
}
.page-nav__links > *.prev, .page-nav__links > *.next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: bold;
  width: 70px;
  height: 54px;
}
.page-nav__links > *.prev {
  right: 100%;
}
.page-nav__links > *.next {
  left: 100%;
}

.play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 82px;
  width: 106px;
  height: 106px;
  border-radius: 105px;
  background: rgba(0, 0, 0, 0.52);
  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;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.play:hover {
  background: rgba(0, 0, 0, 0.82);
}
@media (max-width: 575px) {
  .play {
    font-size: 52px;
    width: 70px;
    height: 70px;
  }
}

.error-404 {
  margin: 0;
  padding: 190px 0;
}
.error-404 a {
  color: #1e3843;
}
.error-404 a:hover, .error-404 a:focus {
  color: #b77a3a;
}

.search-results {
  margin: 0 0 135px;
}
.search-results .container {
  max-width: 1260px;
}
.search-results hr.full {
  height: 6px;
  border-top: solid 2px #fff;
  background-color: #1e3843;
  margin-top: 25px;
}
.search-results article h2 {
  font-size: 30px;
  text-transform: none;
  font-weight: 900;
  margin: 0 0 0.75em;
  color: #000;
}
.search-results article h2 a {
  color: inherit;
}

.eyebrow {
  font-family: "adobe-garamond-pro", serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 0.8em;
  color: #b77a3a;
}

.news-banner {
  background-color: #1e3843;
  margin: 0;
  text-align: center;
  font-family: "roc-grotesk-wide", sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 0;
}
.news-banner p {
  margin: 0;
}
.news-banner a {
  color: #b77a3a;
  text-decoration: underline;
}
.news-banner a:hover, .news-banner a:focus {
  color: #fff;
}
@media (max-width: 1639px) {
  .news-banner {
    font-size: 13px;
  }
}

.header {
  background: transparent;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  padding: 20px 0 18px;
  border-bottom: solid 1px #fff;
  margin: 0;
  z-index: 999;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 70px;
  max-width: 1850px;
  position: relative;
}
.header__logo {
  background: url(img/logo-white.svg) no-repeat center center/100% auto;
  width: 317px;
  min-width: 317px;
  height: 56px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  display: block;
  -ms-flex-item-align: center;
  align-self: center;
}
.header .header__nav__left,
.header .header__nav__right {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "roc-grotesk-wide", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.header .header__nav__left a,
.header .header__nav__right a {
  color: #fff;
}
.header .header__nav__left a:hover, .header .header__nav__left a:focus,
.header .header__nav__right a:hover,
.header .header__nav__right a:focus {
  color: rgba(255, 255, 255, 0.8);
}
.header .header__nav__left li.current_page_item a,
.header .header__nav__right li.current_page_item a {
  color: rgba(255, 255, 255, 0.8);
}
.header .header__nav__left {
  left: 30px;
}
.header .header__nav__right {
  right: 30px;
}
@media (max-width: 1859px) {
  .header .header__nav__left {
    gap: 40px;
  }
  .header .header__nav__right {
    gap: 50px;
  }
}
@media (max-width: 1639px) {
  .header .header__nav__left,
  .header .header__nav__right {
    font-size: 14px;
    gap: 30px;
  }
  .header__logo {
    width: 200px;
    min-width: 200px;
    height: 35px;
  }
}
@media (max-width: 1279px) {
  .header .header__nav__left,
  .header .header__nav__right {
    display: none;
  }
}
@media (max-width: 374px) {
  .header .container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.hamburger {
  display: none;
  position: absolute;
  width: 33px;
  height: 21px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  cursor: pointer;
  z-index: 2;
  right: 30px;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 33px;
  top: 9px;
  left: 0;
  background-color: #fff;
}
.hamburger__icon:before {
  content: "";
  top: -9px;
}
.hamburger__icon:after {
  content: "";
  top: 9px;
}
.hamburger--open .hamburger__icon {
  background: transparent;
}
.hamburger--open .hamburger__icon:before {
  -webkit-transform: rotateZ(45deg) translate(6.5px, 6.5px);
  -ms-transform: rotate(45deg) translate(6.5px, 6.5px);
  transform: rotateZ(45deg) translate(6.5px, 6.5px);
}
.hamburger--open .hamburger__icon:after {
  -webkit-transform: rotateZ(-45deg) translate(6.5px, -6.5px);
  -ms-transform: rotate(-45deg) translate(6.5px, -6.5px);
  transform: rotateZ(-45deg) translate(6.5px, -6.5px);
}
@media (max-width: 1279px) {
  .hamburger {
    display: block;
  }
}
@media (max-width: 575px) {
  .hamburger {
    right: 20px;
  }
}

.nav {
  z-index: 999;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  right: 0;
  display: none;
  background-color: #1e3843;
}
.nav .mobile {
  padding: 16px 0;
  display: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  font-family: "roc-grotesk-wide", sans-serif;
  font-weight: 500;
}
.nav .mobile ul li a {
  padding: 8px 30px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
}
.nav .mobile ul li a:hover, .nav .mobile ul li a:focus {
  color: #b77a3a;
}
.nav .mobile ul li.current-menu-item > a, .nav .mobile ul li.current_page_parent > a, .nav .mobile ul li.hover > a {
  color: #b77a3a;
}
@media (max-width: 1279px) {
  .nav {
    display: block;
  }
}

.footer {
  background-color: #1e3843;
  color: #fff;
  overflow: hidden;
  margin: 0;
  position: relative;
  text-align: center;
  padding: 0 0 50px;
  font-family: "adobe-garamond-pro", serif;
  font-size: 16px;
}
.footer a:not(.btn) {
  color: #fff;
}
.footer a:not(.btn):hover, .footer a:not(.btn):focus {
  color: #b77a3a;
}
.footer .btn:hover, .footer .btn:focus {
  color: #1e3843;
  background-color: #fff;
}
.footer > figure {
  position: relative;
}
.footer > figure img {
  width: 100%;
  height: auto;
}
.footer > figure:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  top: 0;
  background: url(img/footer-mask.png) repeat-x bottom center;
  z-index: 1;
}
.footer__logo {
  background: url(img/logo-white.svg) no-repeat center center/100% auto;
  width: 395px;
  height: 70px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  display: block;
  margin: 0 auto 30px;
}
.footer__logo:last-child {
  margin-bottom: 0;
}
.footer__address {
  font-family: "roc-grotesk-wide", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin: 25px 0 30px;
}
.footer__address address {
  font-style: normal;
}
.footer__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  margin: 0 0 15px;
}
.footer__copyright {
  margin: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 20px;
}
.footer__logos {
  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;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .footer__logo {
    width: 254px;
    height: 45px;
  }
}

.hero {
  position: relative;
  background-position: center bottom;
  background-size: cover;
  height: 100vh;
  min-height: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.hero .container {
  max-width: 1260px;
  padding-bottom: 60px;
  padding-top: 200px;
}
.hero > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

#vimeo-hero-placeholder::before {
  content: '';
  display: block;
  padding-bottom: 56.25%; /* 16:9 ratio */
  background: #f0f0f0; /* placeholder color */
}

@media (max-width: 575px) {
	.hero > img {
		width: 575px;
	}
}

.hero > iframe {
  width: 100vw;
  height: 56.25vw;
	 aspect-ratio: 16/9;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero > .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.51;
  z-index: 3;
}
.hero h1 {
  padding: 0;
  margin: 30px 0;
  color: #fff;
  z-index: 4;
  position: relative;
  font-weight: 300;
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.05em;
  text-align: center;
}
.hero__eyebrow {
  color: #fff;
  position: relative;
  z-index: 4;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.075em;
  font-family: "roc-grotesk-wide", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  max-width: 80%;
  margin: auto;
}
.hero__eyebrow span {
  display: inline-block;
  position: relative;
}
.hero__eyebrow span:before, .hero__eyebrow span:after {
  content: "";
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 1px);
  width: 100vw;
}
.hero__eyebrow span:before {
  right: calc(100% + 20px);
}
.hero__eyebrow span:after {
  left: calc(100% + 20px);
}
.hero__subtitle {
  color: #fff;
  position: relative;
  z-index: 4;
  text-align: center;
  margin: 0;
  line-height: 1.45em;
  font-size: 22px;
}
@media (max-width: 1279px) {
  .hero h1 {
    font-size: 6.3vw;
  }
}
@media (max-width: 767px) {
  .hero {
    min-height: 480px;
  }
  .hero__eyebrow {
    font-size: 14px;
  }
  .hero__subtitle {
    font-size: 16px;
  }
}

.subpage-hero {
  position: relative;
  background-position: center bottom;
  background-size: cover;
  aspect-ratio: 1920/1080;
  max-height: 100vh;
  min-height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}
.subpage-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 12.55vw;
  top: 0;
  background: url(./img/hero-top-mask.png) repeat-x center top/auto 100%;
  z-index: 1;
}
.subpage-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 15.42vw;
  background: url(./img/hero-bottom-mask.png) repeat-x center bottom/auto 100%;
  z-index: 1;
}
.subpage-hero h1 {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 3;
  border-top: solid 1px #fff;
  width: 100%;
  padding: 60px 30px;
  margin: 0;
  font-family: "roc-grotesk-wide", sans-serif;
  font-size: 80px;
  font-weight: 300;
}
@media (max-width: 1639px) {
  .subpage-hero h1 {
    font-size: 4.88vw;
    padding: 3.66vw 20px;
  }
}

.error404 .subpage-hero .background {
  background-image: url(./img/hero-404.jpg);
}

.table-grid {
  font-size: 22px;
}
.table-grid table {
  width: 100%;
  border-collapse: collapse;
  margin: 60px 0 0;
}
.table-grid table th {
  text-align: left;
  color: #b77a3a;
  font-weight: 600;
  font-size: 22px;
  padding: 22px 0;
  border-bottom: solid 1px #1e3843;
  line-height: 1.2;
}
.table-grid table td {
  padding: 22px 0;
  border-bottom: solid 1px #1e3843;
  color: #1e3843;
  line-height: 1.2;
}
.table-grid table td:nth-last-child(2), .table-grid table td:last-child {
  width: 170px;
  padding-left: 20px;
}
.table-grid table td a {
  border: solid 2px #909799;
  font-family: "roc-grotesk-wide", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #1e3843;
  display: inline-block;
  line-height: 1;
  padding: 10px 25px;
  white-space: nowrap;
}
.table-grid table td a:hover, .table-grid table td a:focus {
  background-color: #1e3843;
  border-color: #1e3843;
  color: #fff;
}
@media (max-width: 1079px) {
  .table-grid table {
    border-top: solid 1px #1e3843;
  }
  .table-grid table tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: solid 1px #1e3843;
    padding: 15px 0;
  }
  .table-grid table tr:first-child {
    display: none;
  }
  .table-grid table tr td {
    border: 0;
    padding: 5px 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .table-grid table tr td:before {
    color: #b77a3a;
    font-weight: 600;
    min-width: 120px;
  }
  .table-grid table tr td:nth-child(1):before {
    content: "Residences: ";
  }
  .table-grid table tr td:nth-child(2):before {
    content: "Floor: ";
  }
  .table-grid table tr td:nth-child(3):before {
    content: "Views: ";
  }
  .table-grid table tr td:nth-child(4):before {
    content: "Beds: ";
  }
  .table-grid table tr td:nth-child(5) {
    grid-column: span 2;
  }
  .table-grid table tr td:nth-child(5):before {
    content: "Baths: ";
  }
  .table-grid table tr td:nth-last-child(2), .table-grid table tr td:last-child {
    width: auto;
    padding-left: 0;
    float: left;
  }
}
@media (max-width: 767px) {
  .table-grid table tr td:nth-child(1), .table-grid table tr td:nth-child(2), .table-grid table tr td:nth-child(3), .table-grid table tr td:nth-child(4), .table-grid table tr td:nth-child(5) {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .table-grid table tr {
    grid-template-columns: 1fr;
  }
  .table-grid table tr td:nth-child(1), .table-grid table tr td:nth-child(2), .table-grid table tr td:nth-child(3), .table-grid table tr td:nth-child(4), .table-grid table tr td:nth-child(5) {
    grid-column: initial;
  }
}

.gallery {
  position: relative;
}
.gallery .container {
  max-width: 1716px;
  text-align: center;
}
.gallery__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  row-gap: 10px;
  margin: 0 0 50px;
  font-size: 18px;
}
.gallery__filter button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0;
  font-family: "roc-grotesk-wide", sans-serif;
  text-transform: uppercase;
  color: #1f313a;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  letter-spacing: 0.1em;
  color: #1e3843;
}
.gallery__filter button.active {
  color: #b77a3a;
}
.gallery__grid {
  width: 100%;
  margin: 0 0 90px;
}
.gallery__grid__sizer, .gallery__grid__item {
  width: calc(33.3333333333% - 10px); /* Adjust for gaps */
  margin-bottom: 15px;
}
.gallery__grid__item {
  padding-bottom: 20%;
}
.gallery__grid__item.medium {
  padding-bottom: calc(40% + 15px);
}
.gallery__grid__item.large {
  width: calc(66.6666666667% - 5px); /* Adjust for gaps */
  padding-bottom: calc(40% + 15px);
}
.gallery__grid__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1079px) {
  .gallery__filter {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    font-size: 16px;
  }
  .gallery__grid {
    margin-bottom: 40px;
  }
}

.fwi {
  margin: 0;
  padding: 0;
}
.fwi img {
  width: 100%;
  height: auto;
  display: block;
}

.txt {
  margin: 150px 0;
}
.txt .gform_confirmation_message {
  font-family: "adobe-garamond-pro", serif;
  font-size: 1em;
  font-weight: 700;
  color: #1e3843;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper {
  margin: 0;
  width: 100%;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors {
  margin: 0 0 1em;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors .gform-icon {
  display: none;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors .gform_submission_error {
  font-family: "adobe-garamond-pro", serif;
  font-size: 20px;
  line-height: 1.2;
  color: #b73a3a;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper .description,
.txt .gform-theme.gform-theme--framework.gform_wrapper .gfield_description,
.txt .gform-theme.gform-theme--framework.gform_wrapper .gsection_description,
.txt .gform-theme.gform-theme--framework.gform_wrapper .instruction {
  display: none;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper img.gform_ajax_spinner {
  display: none !important;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform_fields {
  row-gap: 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media only screen and (max-width: 641px) {
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform_fields {
    row-gap: 15px;
  }
}
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea {
  font-size: 18px;
  font-family: "roc-grotesk-wide", sans-serif;
  border: solid 1px #b77a3a;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background: transparent;
  outline: none;
  color: #1e3843;
  padding: 25px !important;
  line-height: 1em !important;
  min-height: auto;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]::-webkit-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]::-webkit-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]::-webkit-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]::-webkit-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]::-webkit-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]::-webkit-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]::-webkit-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]::-webkit-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]::-webkit-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]::-webkit-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]::-webkit-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]::-webkit-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]::-webkit-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]::-webkit-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select::-webkit-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]::-moz-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]::-moz-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]::-moz-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]::-moz-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]::-moz-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]::-moz-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]::-moz-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]::-moz-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]::-moz-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]::-moz-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]::-moz-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]::-moz-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]::-moz-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]::-moz-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select::-moz-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]:-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]:-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]:-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]:-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]:-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]:-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]:-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]:-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]:-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]:-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]:-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]:-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]:-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]:-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select:-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]::-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]::-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]::-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]::-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]::-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]::-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]::-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]::-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]::-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]::-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]::-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]::-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]::-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]::-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select::-ms-input-placeholder, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]::placeholder,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]::placeholder,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]::placeholder,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]::placeholder,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]::placeholder,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]::placeholder,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]::placeholder,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]::placeholder,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]::placeholder,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]::placeholder,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]::placeholder,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]::placeholder,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]::placeholder,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]::placeholder,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select::placeholder,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea::placeholder {
  color: inherit;
  opacity: 1;
}
@media only screen and (max-width: 641px) {
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color],
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date],
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local],
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime],
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email],
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month],
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number],
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password],
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search],
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel],
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text],
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time],
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url],
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week],
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select,
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea {
    padding: 12px 20px;
  }
}
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=color],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=date],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=datetime-local],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=datetime],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=email],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=month],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=number],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=password],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=search],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=tel],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=text],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=time],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=url],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=week],
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error select,
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error textarea {
  color: #b73a3a;
  border-color: #b73a3a;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer {
  margin: 40px 0 0;
  padding: 0;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer .btn {
  border: 0;
  border-radius: 74px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #b77a3a;
  margin: 0;
  padding: 0;
  cursor: pointer;
  appearance: none;
  outline: none;
  font-family: "roc-grotesk-wide", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1em;
  display: inline-block;
  position: relative;
  padding: 28px 30px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  text-align: center;
  z-index: 1;
  min-width: 330px;
}
.txt .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer .btn:hover, .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer .btn:focus {
  background: #1e3843;
  color: #fff;
}
@media (max-width: 767px) {
  .txt .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer .btn {
    padding: 22px 24px;
    font-size: 16px;
    min-width: 280px;
  }
}

.txt-img-carousel {
  position: relative;
  margin: 150px 0;
}
.txt-img-carousel .container {
  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;
  max-width: 1860px;
}
.txt-img-carousel .image {
  direction: ltr;
  position: relative;
  z-index: 2;
  width: 62.5%;
}
.txt-img-carousel .image figure {
  width: calc((100vw - 160%) / 2 + 100%);
  position: relative;
  min-width: 0;
  direction: ltr;
}
.txt-img-carousel .image figure img {
  display: block;
  width: 100%;
  height: auto;
}
.txt-img-carousel .image figure .carousel {
  width: 100%;
}
.txt-img-carousel .image figure .carousel.slick-dotted {
  margin: 0 0 50px;
}
.txt-img-carousel .image figure .carousel .slick-dots {
  display: none !important;
}
.txt-img-carousel .image figure .carousel .slick-arrow {
  position: absolute;
  top: 100%;
  font-size: 170px;
  color: #b77a3a;
  z-index: 200;
  height: 120px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.txt-img-carousel .image figure .carousel .slick-arrow.slick-next {
  left: calc(50% + 70px);
}
.txt-img-carousel .image figure .carousel .slick-arrow.slick-prev {
  right: calc(50% + 70px);
}
.txt-img-carousel .image svg {
  max-width: 34%;
  position: absolute;
  left: -8.5%;
  bottom: 0;
}
.txt-img-carousel aside {
  -ms-flex-item-align: center;
  align-self: center;
  padding: 0 60px 0 0;
  width: 37.5%;
}
.txt-img-carousel aside .btn {
  margin-top: 20px;
}
.txt-img-carousel aside *:last-child {
  margin-bottom: 0;
}
.txt-img-carousel h2 {
  width: 100%;
  position: relative;
  color: #1e3843;
  font-weight: 100;
  margin: 0;
  line-height: 1.1;
  margin: 0 0 20px;
}
.txt-img-carousel--dark {
  background-color: #1f313a;
  color: #fff;
}
.txt-img-carousel--dark h2 {
  color: #fff;
}
.txt-img-carousel--reverse .container {
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
  -ms-flex-direction: initial;
  flex-direction: initial;
}
.txt-img-carousel--reverse .image {
  direction: rtl;
}
.txt-img-carousel--reverse .image svg {
  bottom: auto;
  left: auto;
  right: -8.5%;
  top: 0;
}
.txt-img-carousel--reverse aside {
  padding: 0 0 0 60px;
}
@media (max-width: 1859px) {
  .txt-img-carousel h2 {
    font-size: 3.4vw;
  }
}
@media (max-width: 1639px) {
  .txt-img-carousel .image figure .carousel .slick-arrow {
    font-size: 10vw;
    height: auto;
  }
  .txt-img-carousel .image figure .carousel .slick-arrow.slick-next {
    left: calc(50% + 4.2vw);
  }
  .txt-img-carousel .image figure .carousel .slick-arrow.slick-prev {
    right: calc(50% + 4.2vw);
  }
}
@media (max-width: 1079px) {
  .txt-img-carousel .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 60px;
  }
  .txt-img-carousel .image {
    padding: 0 !important;
    margin: 0 -30px;
    width: 100vw;
  }
  .txt-img-carousel .image figure {
    width: 100%;
  }
  .txt-img-carousel .image svg {
    left: 30px;
  }
  .txt-img-carousel aside {
    width: 100%;
    padding: 0 !important;
  }
  .txt-img-carousel h2 {
    font-size: 6vw;
  }
  .txt-img-carousel--reverse .image svg {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .txt-img-carousel .image figure .carousel .slick-arrow {
    font-size: 77px;
  }
}
@media (max-width: 374px) {
  .txt-img-carousel .image {
    margin: 0 -20px;
  }
}

.txt-bg {
  position: relative;
}
.txt-bg .container {
  padding: 0;
  max-width: none;
}
.txt-bg article {
  max-width: 592px;
  background-color: #1e3843;
  color: #fff;
  padding: 60px 60px 280px;
  margin-left: auto;
  position: relative;
}
.txt-bg h2 {
  color: #fff;
  font-weight: 100;
  line-height: 1.1;
  margin: 0 0 30px;
}
.txt-bg .btn:hover, .txt-bg .btn:focus {
  background-color: white;
  color: #1e3843;
}
.txt-bg svg {
  position: absolute;
  bottom: 70px;
  left: -155px;
  max-width: 390px;
  width: 100%;
}
@media (max-width: 1859px) {
  .txt-bg svg {
    width: 42vw;
    left: -8.6vw;
  }
}
@media (max-width: 767px) {
  .txt-bg article {
    max-width: 480px;
    padding: 40px 40px 180px;
  }
}

.txt-svg {
  background-color: #1f313a;
  color: #fff;
  padding: 150px 0;
  position: relative;
  overflow: hidden;
}
.txt-svg .container {
  max-width: 1260px;
}
.txt-svg article {
  width: 100%;
  max-width: 680px;
}
.txt-svg h2 {
  color: #fff;
  margin: 0 0 0.75em;
  line-height: 1.1;
}
.txt-svg ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 24px;
}
.txt-svg ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.txt-svg ul li:before {
  position: absolute;
  left: 0;
  top: -0.1em;
  content: "–";
  color: #b77a3a;
}
.txt-svg .svg-left {
  width: 24%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.2;
}
.txt-svg .svg-right {
  width: 40%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.2;
}
@media (max-width: 767px) {
  .txt-svg ul {
    font-size: 18px;
  }
}

.img-gallery-carousel {
  margin: 150px 0;
}
.img-gallery-carousel .carousel {
  max-width: 398px;
  margin: auto;
}
.img-gallery-carousel .carousel .slick-list {
  overflow: visible;
}
.img-gallery-carousel .carousel .slick-slide {
  padding: 0 40px;
}
.img-gallery-carousel .carousel .slick-slide:nth-child(odd) {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .img-gallery-carousel .carousel .slick-slide {
    padding: 0 20px;
  }
}

.featured-carousel {
  margin: 150px 0 200px;
}
.featured-carousel .container {
  max-width: 1260px;
}
.featured-carousel h2 {
  margin: 0 0 1.25em;
  line-height: 1.1;
}
.featured-carousel__gallery {
  position: relative;
}
.featured-carousel__gallery figure {
  max-width: 1080px;
  margin: auto;
}
.featured-carousel__gallery figure .slick-list {
  overflow: visible;
}
.featured-carousel__gallery figure .slick-slide {
  padding: 0 60px;
}
.featured-carousel__gallery figure .slick-arrow {
  position: absolute;
  top: 100%;
  font-size: 170px;
  color: #b77a3a;
  z-index: 200;
  height: 120px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.featured-carousel__gallery figure .slick-arrow.slick-next {
  left: calc(50% + 70px);
}
.featured-carousel__gallery figure .slick-arrow.slick-prev {
  right: calc(50% + 70px);
}
.featured-carousel svg {
  position: absolute;
  top: 20px;
  right: 30px;
  max-width: 390px;
  width: 100%;
  z-index: 100;
}
@media (max-width: 1859px) {
  .featured-carousel svg {
    width: 30vw;
  }
}
@media (max-width: 1639px) {
  .featured-carousel__gallery figure {
    max-width: 62vw;
  }
  .featured-carousel__gallery figure .slick-slide {
    padding: 0 2.5vw;
  }
  .featured-carousel__gallery figure .slick-arrow {
    font-size: 10vw;
    height: auto;
  }
  .featured-carousel__gallery figure .slick-arrow.slick-next {
    left: calc(50% + 4.2vw);
  }
  .featured-carousel__gallery figure .slick-arrow.slick-prev {
    right: calc(50% + 4.2vw);
  }
}
@media (max-width: 1279px) {
  .featured-carousel h2 {
    font-size: 5vw;
  }
}
@media (max-width: 1079px) {
  .featured-carousel svg {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .featured-carousel__gallery figure .slick-arrow {
    font-size: 77px;
  }
}

.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  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;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
  box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
  touch-action: none;
}

@media (max-width: 575px) {
	.mobile-delay {
		animation: none!important;
		animation-name: none!important;
		animation-delay: 0s;
	}
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

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

.fancybox__container :focus {
  outline: thin dotted;
}

body.is-using-mouse .fancybox__container :focus {
  outline: none;
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(0, 0, 0, 0.6));
}

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 20;
}

.fancybox__caption {
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -36px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
  animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
  animation: 0.15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 1920px;
  height: 1080px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  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;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(8.1%, rgba(0, 0, 0, 0.006)), color-stop(15.5%, rgba(0, 0, 0, 0.021)), color-stop(22.5%, rgba(0, 0, 0, 0.046)), color-stop(29%, rgba(0, 0, 0, 0.077)), color-stop(35.3%, rgba(0, 0, 0, 0.114)), color-stop(41.2%, rgba(0, 0, 0, 0.155)), color-stop(47.1%, rgba(0, 0, 0, 0.198)), color-stop(52.9%, rgba(0, 0, 0, 0.242)), color-stop(58.8%, rgba(0, 0, 0, 0.285)), color-stop(64.7%, rgba(0, 0, 0, 0.326)), color-stop(71%, rgba(0, 0, 0, 0.363)), color-stop(77.5%, rgba(0, 0, 0, 0.394)), color-stop(84.5%, rgba(0, 0, 0, 0.419)), color-stop(91.9%, rgba(0, 0, 0, 0.434)), to(rgba(0, 0, 0, 0.44)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  -ms-touch-action: none;
  touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-ms-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the Hippocratic License 2.1 - http://firstdonoharm.dev
 *
 * Copyright (c) 2022 Animate.css
 */
.animate {
  visibility: hidden;
}

:root {
  --animate-duration: 1.25s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}


/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}


@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}


@-webkit-keyframes drawLineH {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes drawLineH {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.animate__drawLineH {
  -webkit-animation-name: drawLineH;
  animation-name: drawLineH;
}

@-webkit-keyframes drawLineV {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}

@keyframes drawLineV {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.animate__drawLineV {
  -webkit-animation-name: drawLineV;
  animation-name: drawLineV;
}

@-webkit-keyframes hrFull {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hrFull {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__hrFull {
  -webkit-animation-name: hrFull;
  animation-name: hrFull;
}

@-webkit-keyframes hrFullReverse {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hrFullReverse {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__hrFullReverse {
  -webkit-animation-name: hrFullReverse;
  animation-name: hrFullReverse;
}
/*# sourceMappingURL=style.css.map */

label.gfield_label.gform-field-label, span.gfield_required.gfield_required_asterisk {
	font-size: 20px;
}

.hero {
	position: relative;
	width: 100%;
	height: 100vh;
	height: 100dvh; 
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

/* Video container - prevents layout shift */
.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.hero-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	border: none;
}

@media (min-aspect-ratio: 16/9) {
	.hero-video {
		width: 100%;
		height: calc(100vw * 9/16);
	}
}

@media (max-aspect-ratio: 16/9) {
	.hero-video {
		width: calc(100vh * 16/9);
		height: 100%;
	}
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.51); 
	z-index: 3;
}

/* Mobile optimizations */
@media (max-width: 768px) {
	.hero {
		min-height: 100vh;
		min-height: 100dvh;
	}
}
/* Force arrows to be visible - override Slick's positioning */

.featured-carousel {
  margin: 150px 0 200px;
}

.featured-carousel .container {
  max-width: 1260px;
}

.featured-carousel h2 {
  margin: 0 0 1.25em;
  line-height: 1.1;
}

/* Main gallery container */
.featured-carousel__gallery {
  position: relative;
  overflow-x: hidden;
  padding-bottom: 160px; /* Space for arrows */
}

.featured-carousel__gallery figure {
  max-width: 1080px;
  margin: auto;
}

.featured-carousel__gallery figure .slick-list {
  overflow: visible;
}

.featured-carousel__gallery figure .slick-slide {
  padding: 0 60px;
}

/* Force arrow visibility with !important */
.featured-carousel__gallery .slick-arrow,
.featured-carousel__gallery figure .slick-arrow {
  position: absolute !important;
  top: auto !important;
  bottom: 40px !important;
  font-size: 170px !important;
  color: #b77a3a !important;
  z-index: 200 !important;
  height: 120px !important;
  width: auto !important;
  overflow: hidden;
  display: flex !important;
  align-items: center !important;
  cursor: pointer !important;
  background: none !important;
  border: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.featured-carousel__gallery .slick-arrow:before,
.featured-carousel__gallery figure .slick-arrow:before {
  display: none !important;
}

.featured-carousel__gallery .slick-arrow.slick-next,
.featured-carousel__gallery figure .slick-arrow.slick-next {
  left: calc(50% + 70px) !important;
  right: auto !important;
}

.featured-carousel__gallery .slick-arrow.slick-prev,
.featured-carousel__gallery figure .slick-arrow.slick-prev {
  right: calc(50% + 70px) !important;
  left: auto !important;
}

/* Make sure icon fonts are loaded */
.slick-arrow i {
  font-size: inherit;
  color: inherit;
}

.featured-carousel svg {
  position: absolute;
  top: 20px;
  right: 30px;
  max-width: 390px;
  width: 100%;
  z-index: 100;
}

@media (max-width: 1859px) {
  .featured-carousel svg {
    width: 30vw;
  }
}

@media (max-width: 1639px) {
  .featured-carousel__gallery {
    padding-bottom: 140px;
  }
  
  .featured-carousel__gallery figure {
    max-width: 62vw;
  }
  
  .featured-carousel__gallery figure .slick-slide {
    padding: 0 2.5vw;
  }
  
  .featured-carousel__gallery .slick-arrow,
  .featured-carousel__gallery figure .slick-arrow {
    font-size: 10vw !important;
    height: auto !important;
  }
  
  .featured-carousel__gallery .slick-arrow.slick-next,
  .featured-carousel__gallery figure .slick-arrow.slick-next {
    left: calc(50% + 4.2vw) !important;
  }
  
  .featured-carousel__gallery .slick-arrow.slick-prev,
  .featured-carousel__gallery figure .slick-arrow.slick-prev {
    right: calc(50% + 4.2vw) !important;
  }
}

@media (max-width: 1279px) {
  .featured-carousel h2 {
    font-size: 5vw;
  }
}

@media (max-width: 1079px) {
  .featured-carousel svg {
    right: 30px;
  }
}

@media (max-width: 767px) {
  .featured-carousel__gallery {
    padding-bottom: 120px;
  }
  
  .featured-carousel__gallery .slick-arrow,
  .featured-carousel__gallery figure .slick-arrow {
    font-size: 77px !important;
  }
}
