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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

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

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

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

@font-face {
  font-family: "Raleway";
  src: url("../assets/fonts/Raleway-Medium.woff2") format("woff2"), url("../assets/fonts/Raleway-Medium.woff") format("woff"), url("../assets/fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../assets/fonts/Raleway-Light.woff2") format("woff2"), url("../assets/fonts/Raleway-Light.woff") format("woff"), url("../assets/fonts/Raleway-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../assets/fonts/PlayfairDisplay-Regular.woff2") format("woff2"), url("../assets/fonts/PlayfairDisplay-Regular.woff") format("woff"), url("../assets/fonts/PlayfairDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../assets/fonts/Raleway-Regular.woff2") format("woff2"), url("../assets/fonts/Raleway-Regular.woff") format("woff"), url("../assets/fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../assets/fonts/PlayfairDisplay-Medium.woff2") format("woff2"), url("../assets/fonts/PlayfairDisplay-Medium.woff") format("woff"), url("../assets/fonts/PlayfairDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../assets/fonts/PlayfairDisplay-Italic.woff2") format("woff2"), url("../assets/fonts/PlayfairDisplay-Italic.woff") format("woff"), url("../assets/fonts/PlayfairDisplay-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../assets/fonts/Raleway-Medium.woff2") format("woff2"), url("../assets/fonts/Raleway-Medium.woff") format("woff"), url("../assets/fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../assets/fonts/Raleway-Light.woff2") format("woff2"), url("../assets/fonts/Raleway-Light.woff") format("woff"), url("../assets/fonts/Raleway-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../assets/fonts/PlayfairDisplay-Regular.woff2") format("woff2"), url("../assets/fonts/PlayfairDisplay-Regular.woff") format("woff"), url("../assets/fonts/PlayfairDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../assets/fonts/Raleway-Regular.woff2") format("woff2"), url("../assets/fonts/Raleway-Regular.woff") format("woff"), url("../assets/fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../assets/fonts/PlayfairDisplay-Medium.woff2") format("woff2"), url("../assets/fonts/PlayfairDisplay-Medium.woff") format("woff"), url("../assets/fonts/PlayfairDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../assets/fonts/PlayfairDisplay-Italic.woff2") format("woff2"), url("../assets/fonts/PlayfairDisplay-Italic.woff") format("woff"), url("../assets/fonts/PlayfairDisplay-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
*::selection {
  background-color: #bcd0ce;
  color: #ffffff;
}

body {
  color: #242424;
  background-color: #f0ebe0;
  font-family: "Raleway";
  font-size: 16px;
  line-height: 1.1;
}
body.overflow-hidden {
  overflow: hidden;
}

a {
  color: inherit;
}

.container {
  width: 100%;
  max-width: 1170px;
  padding: 0 20px;
  margin: 0 auto;
}

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

a,
a span,
svg,
svg path,
input,
label,
textarea,
button {
  transition: 300ms ease;
}

ul {
  padding-left: 0;
}
ul li {
  list-style-type: none;
}

section {
  margin-bottom: 7.5rem;
}
@media (max-width: 767px) {
  section {
    margin-bottom: 2.5rem;
  }
}

.otgs-development-site-front-end {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

.site-header {
  position: fixed;
  top: 3.15rem;
  left: 50%;
  transform: translateX(-50%);
  transition: 300ms ease;
  width: 100%;
  z-index: 999;
}
.site-header-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 3rem;
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4rem;
  width: fit-content;
  margin: 0 auto;
  backdrop-filter: blur(4px);
  transition: 300ms ease;
}
@media (max-width: 1199px) {
  .site-header-inner {
    max-width: 100%;
    margin: 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1.75rem;
    position: relative;
    z-index: 99;
  }
}
.site-header ul {
  display: flex;
  align-items: center;
  margin: 0;
}
.site-header ul li {
  margin-right: 4.125rem;
}
.site-header ul li:last-of-type {
  margin-right: 0;
}
.site-header ul li a {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #ffffff;
}
.site-header__logo {
  margin: 0 4.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .site-header__logo {
    margin: 0;
    max-width: 2.25rem;
    min-width: 2.25rem;
  }
  .site-header__logo img {
    max-width: 2.25rem;
    min-width: 2.25rem;
  }
}
.site-header.is-hidden {
  top: -100%;
  transition: 300ms ease;
}
.site-header.header--sticky {
  transition: 300ms ease;
}
.site-header.header--sticky .lang-switcher,
.site-header.header--sticky .site-header-inner {
  background-color: rgba(44, 44, 44, 0.2);
  border-color: rgba(255, 255, 255, 0.25);
}
.site-header .lang-switcher {
  position: absolute;
  top: 0;
  right: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 1.35rem 0.75rem;
  border-radius: 2rem;
  transition: 300ms ease;
  backdrop-filter: blur(4px);
}
@media (max-width: 1199px) {
  .site-header .lang-switcher {
    display: none;
  }
}
.site-header .lang-switcher span {
  color: #ffffff;
  font-synthesis: 1.5rem;
}
.site-header .lang-switcher .wpml-ls-legacy-dropdown-click {
  max-width: 100%;
  width: 100%;
}
.site-header .lang-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a,
.site-header .lang-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-legacy-dropdown-click a:focus,
.site-header .lang-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-item-legacy-dropdown-click a:focus,
.site-header .lang-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-legacy-dropdown-click a:hover {
  color: #ffffff;
}
.site-header .lang-switcher .wpml-ls-legacy-dropdown-click a {
  background-color: transparent;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
.site-header .lang-switcher .wpml-ls-legacy-dropdown-click a .wpml-ls-native {
  transition: 300ms ease;
}
@media (hover: hover) {
  .site-header .lang-switcher .wpml-ls-legacy-dropdown-click a:hover span {
    color: #4a1317 !important;
  }
  .site-header .lang-switcher .wpml-ls-legacy-dropdown-click a:hover::after {
    color: #4a1317;
  }
}
.site-header .lang-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  height: 0;
  transition: 300ms ease;
  background-color: transparent !important;
  border-top: none;
  position: relative;
  top: 0;
  opacity: 0;
  display: flex;
  align-items: flex-end;
}
.site-header .lang-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu.active {
  height: 50px;
  opacity: 1;
}
.site-header .lang-switcher .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  content: "\e001";
  font-family: "font-icons";
  border: none;
  top: 0;
  transition: 300ms ease;
}
.site-header .lang-switcher .wpml-ls-legacy-dropdown-click.active a.wpml-ls-item-toggle:after {
  transform: rotate(180deg);
}
.site-header .hamburger {
  display: none;
  position: relative;
}
.site-header .hamburger span {
  color: #ffffff;
  font-size: 1rem;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  transition: 300ms ease;
}
.site-header .hamburger span.text {
  opacity: 1;
  visibility: visible;
  font-size: 1rem;
  font-family: "Raleway";
  font-weight: 400;
}
.site-header .hamburger span.icon {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 1.5rem;
  height: 1.5rem;
}
.site-header .hamburger span.icon::before, .site-header .hamburger span.icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transition: 300ms ease;
  transform: translate(-50%, -50%) rotate(45deg);
}
.site-header .hamburger span.icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.site-header .hamburger__open span.text {
  opacity: 0;
  visibility: hidden;
}
.site-header .hamburger__open span.icon {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1199px) {
  .site-header .hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .site-header .site-header-inner__left,
  .site-header .site-header-inner__right {
    display: none;
  }
}
.site-header .site-header-inner__left ul li,
.site-header .site-header-inner__right ul li {
  position: relative;
}
.site-header .site-header-inner__left ul li::after,
.site-header .site-header-inner__right ul li::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #bcd0ce;
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  transition: 300ms ease;
}
@media (hover: hover) {
  .site-header .site-header-inner__left ul li:hover::after,
  .site-header .site-header-inner__right ul li:hover::after {
    width: 100%;
  }
}
.site-header__open .site-header-inner {
  background-color: rgba(44, 44, 44, 0.2);
  border-color: rgba(255, 255, 255, 0.25);
}
.site-header__mobile {
  background-color: #f0ebe0;
  position: fixed;
  top: -3.15rem;
  left: -150%;
  width: 100%;
  height: 100dvh;
  transition: 300ms ease;
  padding-top: 9.625rem;
}
.site-header__mobile-open {
  left: 0;
}
.site-header__mobile nav ul {
  flex-direction: column;
  grid-gap: 3.5rem;
}
.site-header__mobile nav ul li {
  margin: 0 auto;
}
.site-header__mobile nav ul li:last-of-type {
  margin-left: 0;
}
.site-header__mobile nav ul li a {
  color: #4a1317;
  font-size: 1.25rem;
}
.site-header__mobile .wpml-ls-legacy-dropdown-click {
  width: auto;
  text-align: center;
  margin: 7.625rem;
}
.site-header__mobile .wpml-ls-legacy-dropdown-click ul {
  justify-content: center;
}
.site-header__mobile .wpml-ls-legacy-dropdown-click ul li a {
  background-color: transparent;
  border: none;
  color: #4a1317;
}
.site-header__mobile .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  content: "\e001";
  font-family: "font-icons";
  border: none;
  top: 0.5rem;
}
.site-header__mobile .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a,
.site-header__mobile .wpml-ls-legacy-dropdown-click .wpml-ls-legacy-dropdown-click a:focus,
.site-header__mobile .wpml-ls-legacy-dropdown-click .wpml-ls-legacy-dropdown-click a:hover {
  background-color: transparent;
  color: #4a1317;
}
.site-header__mobile .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border-top: none;
  background-color: transparent !important;
}
@media (max-width: 1199px) {
  .site-header__mobile .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li a {
    margin-left: -1.125rem;
    padding-left: 0;
  }
}
.site-header__mobile .wpml-ls-legacy-dropdown-click.active a.wpml-ls-item-toggle:after {
  transform: rotate(180deg);
}

.error404 .site-header .lang-switcher,
.error404 .site-header .site-header-inner {
  background-color: rgba(44, 44, 44, 0.2);
  border-color: rgba(255, 255, 255, 0.25);
}

.site-footer {
  width: 100%;
  max-width: calc(100% - 5.25rem);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .site-footer {
    max-width: calc(100% - 2.5rem);
  }
}
.site-footer-top {
  padding: 4.125rem 0 4.5rem;
  background-color: #3b5957;
  border-radius: 1.25rem;
}
.site-footer-top .container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 991px) {
  .site-footer-top .container {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .site-footer-top .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .site-footer-top {
    padding: 1.5rem 1.5rem 5.25rem;
  }
}
.site-footer-top h3 {
  font-family: "Playfair Display";
  font-size: 1.25rem;
  font-style: italic;
  color: #bcd0ce;
  font-weight: 500;
  margin-top: 0;
}
@media (max-width: 767px) {
  .site-footer-top h3 {
    font-size: 1rem;
    letter-spacing: 0.25px;
  }
}
.site-footer-top .contact-box {
  margin-bottom: 0.95rem;
}
.site-footer-top .contact-box:last-of-type {
  margin-bottom: 0;
}
.site-footer-top .contact-box a {
  font-family: "Raleway";
  font-size: 1rem;
  color: #f0ebe0;
  position: relative;
  width: fit-content;
  display: inline-block;
}
.site-footer-top .contact-box a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f0ebe0;
  transition: 300ms ease;
}
@media (max-width: 767px) {
  .site-footer-top .contact-box a {
    letter-spacing: -0.95px;
  }
}
@media (hover: hover) {
  .site-footer-top .contact-box a:hover::after {
    width: 100%;
  }
}
.site-footer-top p {
  font-family: "Raleway";
  font-size: 1rem;
  color: #f0ebe0;
}
@media (max-width: 767px) {
  .site-footer-top p {
    font-size: 0.875rem;
  }
}
.site-footer-top nav {
  position: absolute;
  bottom: -1.25rem;
  left: 1.25rem;
}
@media (max-width: 767px) {
  .site-footer-top nav {
    bottom: -5.25rem;
    left: 0;
  }
}
.site-footer-top nav ul {
  display: flex;
  align-items: center;
  grid-gap: 1.25rem;
}
.site-footer-top nav ul a {
  color: #f0ebe0;
  position: relative;
}
@media (max-width: 767px) {
  .site-footer-top nav ul a {
    font-size: 0.75rem;
  }
}
.site-footer-top nav ul a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: 300ms ease;
  height: 1px;
  background-color: #f0ebe0;
}
@media (hover: hover) {
  .site-footer-top nav ul a:hover::after {
    width: 100%;
  }
}
.site-footer-inner__left .site-footer__logo {
  max-width: 4rem;
  width: 100%;
  display: inline-block;
}
.site-footer-inner__right {
  max-width: 34.5rem;
  width: 100%;
}
@media (max-width: 991px) {
  .site-footer-inner__right {
    margin-top: 2.55rem;
    max-width: 100%;
  }
}
.site-footer-bottom {
  margin-bottom: 1.375rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .site-footer-bottom {
    flex-direction: column;
    grid-gap: 0.75rem;
    padding: 0;
    margin-top: 1rem;
  }
}
.site-footer-bottom p {
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
  color: #3b5957;
  margin: 1.25rem 0;
}
@media (max-width: 767px) {
  .site-footer-bottom p {
    margin: 0;
    font-size: 0.75rem;
  }
}
.site-footer-bottom p a {
  text-decoration: underline;
}
@media (hover: hover) {
  .site-footer-bottom p a:hover {
    color: #4a1317;
  }
}
.site-footer .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .site-footer .wpcf7-form {
    margin-top: 1.5rem;
  }
}
.site-footer .wpcf7-form .half-field {
  max-width: calc(50% - 1rem);
  width: 100%;
  position: relative;
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .site-footer .wpcf7-form .half-field {
    max-width: calc(50% - 0.5rem);
    margin-bottom: 1rem;
  }
}
.site-footer .wpcf7-form .half-field input {
  width: 100%;
  box-sizing: border-box;
  background-color: #3b5957;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #f0ebe0;
  padding: 0.75rem 0;
  font-size: 1rem;
  font-family: "Raleway";
  font-weight: 400;
  color: #f0ebe0;
  position: relative;
  z-index: 2;
}
.site-footer .wpcf7-form .half-field input:not(:placeholder-shown) + label, .site-footer .wpcf7-form .half-field input:focus + label {
  top: 0;
  font-size: 0.75rem;
  color: #333;
}
@media (max-width: 767px) {
  .site-footer .wpcf7-form .half-field input {
    padding: 0.5rem 0;
  }
}
.site-footer .wpcf7-form .half-field input::placeholder {
  font-size: 1rem;
  font-family: "Raleway";
  font-weight: 400;
  color: #f0ebe0;
}
@media (max-width: 767px) {
  .site-footer .wpcf7-form .half-field input::placeholder {
    font-size: 0.85rem;
  }
}
.site-footer .wpcf7-form .half-field input:focus {
  outline: none;
}
.site-footer .wpcf7-form .half-field label {
  transition: 300ms ease;
  font-size: 1rem;
  font-family: "Raleway";
  font-weight: 400;
  color: #f0ebe0;
  position: absolute;
  top: 1rem;
  left: 0;
  pointer-events: none;
  transition: 300ms ease;
  z-index: 1;
}
.site-footer .wpcf7-form .half-field label.is-active {
  top: 0;
  font-size: 0.75rem;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .site-footer .wpcf7-form .half-field label {
    font-size: 0.875rem;
  }
}
.site-footer .wpcf7-form .half-field .contact-form__label {
  position: absolute;
  bottom: 9px;
  left: 0;
  transition: 300ms ease;
  font-size: 1rem;
  font-family: "Raleway";
  font-weight: 400;
  color: #f0ebe0;
  pointer-events: none;
}
.site-footer .wpcf7-form .half-field span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.site-footer .wpcf7-form .full-field {
  max-width: 100%;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .site-footer .wpcf7-form .full-field {
    margin-top: 1rem;
  }
}
.site-footer .wpcf7-form .full-field textarea {
  width: 100%;
  box-sizing: border-box;
  background-color: #3b5957;
  border: none;
  border-bottom: 1px solid #f0ebe0;
  resize: none;
  padding: 0;
  height: 7rem;
  color: #f0ebe0;
}
@media (max-width: 767px) {
  .site-footer .wpcf7-form .full-field textarea {
    height: 7.75rem;
  }
}
.site-footer .wpcf7-form .full-field textarea:focus {
  outline: none;
}
.site-footer .wpcf7-form .full-field textarea::placeholder {
  font-size: 1rem;
  font-family: "Raleway";
  font-weight: 400;
  color: #f0ebe0;
}
@media (max-width: 767px) {
  .site-footer .wpcf7-form .full-field textarea::placeholder {
    font-size: 0.85rem;
  }
}
.site-footer .wpcf7-form .full-field .contact-form__label {
  position: absolute;
  top: 4px;
  left: 0;
  transition: 300ms ease;
  font-size: 1rem;
  font-family: "Raleway";
  font-weight: 400;
  color: #f0ebe0;
}
.site-footer .wpcf7-form .full-field.submit {
  text-align: right;
  margin-top: 1.5rem;
}
.site-footer .wpcf7-form .full-field.submit .wpcf7-submit {
  text-align: center;
  font-family: "Raleway";
  font-size: 1rem;
  text-transform: uppercase;
  color: #3b5957;
  border-radius: 2.5rem;
  background-color: #f0ebe0;
  padding: 1rem 4.25rem;
  display: inline-block;
  border: 1px solid #f0ebe0;
  margin-top: 1rem;
  margin-left: auto;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #f0ebe0;
}
@media (max-width: 767px) {
  .site-footer .wpcf7-form .full-field.submit .wpcf7-submit {
    font-size: 0.75rem;
    padding: 0.75rem 2rem;
  }
}
@media (hover: hover) {
  .site-footer .wpcf7-form .full-field.submit .wpcf7-submit:hover {
    background-color: #3b5957;
    color: #f0ebe0;
  }
}
@media (max-width: 767px) {
  .site-footer .wpcf7-form .full-field.submit {
    text-align: left;
    margin-top: 0;
  }
}
.site-footer .wpcf7-form .full-field label {
  transition: 300ms ease;
  font-size: 1rem;
  font-family: "Raleway";
  font-weight: 400;
  color: #f0ebe0;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: 300ms ease;
  z-index: 1;
}
.site-footer .wpcf7-form .full-field label.is-active {
  top: -1rem;
  font-size: 0.75rem;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .site-footer .wpcf7-form .full-field label {
    font-size: 0.875rem;
  }
}
.site-footer .wpcf7-form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.site-footer .wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -0.75rem;
  left: 0;
  width: 100%;
  font-size: 0.75rem;
}
.site-footer .wpcf7-form .wpcf7-response-output {
  position: absolute;
  bottom: -1.75rem;
  left: 0;
  width: 100%;
  margin: 0;
  font-size: 0.875rem;
  text-align: center;
  color: #f0ebe0;
  padding: 0.25rem 0;
}
@media (max-width: 1199px) {
  .site-footer .wpcf7-form .wpcf7-response-output {
    bottom: -2.75rem;
    padding: 0.25rem;
    font-size: 0.75rem;
  }
}

.error-block {
  height: 100dvh;
}
.error-block .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.error-block h1 {
  color: #4a1317;
  font-size: clamp(5rem, 1.75rem + 16.25vw, 21.25rem);
  font-style: italic;
  font-family: "Playfair Display";
  font-weight: 400;
  margin: 0 0 2.5rem;
}
.error-block p {
  color: #4a1317;
  font-family: "Raleway";
  font-weight: 300;
  margin: 0 0 2.5rem;
}
.error-block p.text-big {
  font-size: 2.5rem;
}
.error-block p.text-small {
  font-size: 1.25rem;
}
.error-block .btn-main.mint {
  border-color: #3b5957;
  background-color: #3b5957;
  color: #f0ebe0;
}
@media (hover: hover) {
  .error-block .btn-main.mint:hover {
    background-color: #f0ebe0;
    color: #3b5957;
  }
}

@font-face {
  font-family: "font-icons";
  src: url("../assets/fonts/font-icons/font-icons.woff2") format("woff2"), url("../assets/fonts/font-icons/font-icons.woff") format("woff"), url("../assets/fonts/font-icons/font-icons.ttf") format("truetype");
}
.icon-zoom:before, .icon-twitter:before, .icon-play:before, .icon-pin:before, .icon-link:before, .icon-instagram:before, .icon-fb:before, .icon-clock:before, .icon-calendar:before, .icon-arrow-right:before, .icon-arrow-left:before, .icon-arrow-down:before, .icon-angle-down:before {
  font-family: "font-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-display: swap;
}

.icon-angle-down:before {
  content: "\e001";
}

.icon-arrow-down:before {
  content: "\e002";
}

.icon-arrow-left:before {
  content: "\e003";
}

.icon-arrow-right:before {
  content: "\e004";
}

.icon-calendar:before {
  content: "\e005";
}

.icon-clock:before {
  content: "\e006";
}

.icon-fb:before {
  content: "\e007";
}

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

.icon-link:before {
  content: "\e009";
}

.icon-pin:before {
  content: "\e00a";
}

.icon-play:before {
  content: "\e00b";
}

.icon-twitter:before {
  content: "\e00c";
}

.icon-zoom:before {
  content: "\e00d";
}

.page-title {
  font-size: clamp(2rem, 1.55rem + 2.25vw, 4.25rem);
  text-align: center;
  font-family: "Raleway";
  color: #f0ebe0;
  font-weight: 300;
}
.page-title span {
  font-family: "Playfair Display";
  font-weight: 400;
  font-style: italic;
}
.page-title.small {
  text-align: left;
  font-size: clamp(1.5rem, 1.15rem + 1.75vw, 3.25rem);
  font-style: italic;
  font-family: "Playfair Display";
}
@media (max-width: 767px) {
  .page-title br {
    display: none;
  }
}

.section-title-box {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 3.25rem;
}
@media (max-width: 767px) {
  .section-title-box {
    text-align: left;
    margin-bottom: 1.75rem;
  }
}
.section-title-box .pretitle {
  font-size: 1rem;
  color: #4a1317;
  font-style: italic;
  font-family: "Playfair Display";
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-title-box .pretitle {
    font-size: 0.75rem;
  }
}
.section-title-box .section-title {
  font-family: "Raleway";
  font-size: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
  font-weight: 300;
  color: #4a1317;
  margin: 0.75rem 0 1.75rem;
}
@media (max-width: 767px) {
  .section-title-box .section-title {
    margin: 0.75rem 0 1.125rem;
  }
  .section-title-box .section-title br {
    display: none;
  }
}
.section-title-box .content {
  font-family: "Raleway";
  font-size: 1.25rem;
  font-weight: 300;
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
  line-height: 130%;
  color: #4a1317;
}
@media (max-width: 767px) {
  .section-title-box .content {
    max-width: 100%;
    text-align: left;
    font-size: 0.875rem;
  }
}
.section-title-box .content a {
  font-size: 1.25rem;
  color: #3b5957;
  position: relative;
  font-style: italic;
  font-weight: 400;
}
.section-title-box .content a::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #3b5957;
  transition: 300ms ease;
}
@media (max-width: 767px) {
  .section-title-box .content a {
    font-size: 0.875rem;
  }
}
@media (hover: hover) {
  .section-title-box .content a:hover {
    color: #4a1317;
  }
  .section-title-box .content a:hover::after {
    background-color: #4a1317;
  }
}
.section-title-box .entry-content {
  max-width: 60%;
  margin: 0 auto 0;
}
@media (max-width: 991px) {
  .section-title-box .entry-content {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .section-title-box .entry-content {
    max-width: 100%;
  }
}
.section-title-box .entry-content p {
  font-family: "Raleway";
  font-weight: 300;
  line-height: 140%;
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .section-title-box .entry-content p {
    font-size: 0.75rem;
    margin-bottom: 1.5rem;
  }
}
.section-title-box .entry-content p:last-of-type {
  margin-bottom: 0;
}
.section-title-box .entry-content p strong {
  font-weight: 600;
}
.section-title-box .entry-content .content {
  max-width: 100%;
}

[data-inviewport=fade-in] {
  transform: scale(1.1);
  opacity: 0.1;
  transition: 1s ease;
}

[data-inviewport=fade-in].in-viewport {
  opacity: 1;
  transform: scale(1);
}

[data-inviewport=fade-up] {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s ease 0.1s;
}

[data-inviewport=fade-up].in-viewport {
  opacity: 1;
  transform: none;
}

.image-wrapper-before {
  position: relative;
  display: inline-flex;
  z-index: 1;
}
.image-wrapper-before.in-viewport::before {
  opacity: 1;
  transform: translate(-35px, 35px);
}
@media (max-width: 991px) {
  .image-wrapper-before.in-viewport::before {
    transform: translate(5px, 10px);
  }
}
.image-wrapper-before::before {
  z-index: -1;
  position: absolute;
  content: "";
  background-color: #bcd0ce;
  inset: 0;
  opacity: 0;
  transition: 1s ease 0.4s;
}

.image-wrapper {
  display: inline-flex;
  overflow: hidden;
}

.btn-main {
  text-align: center;
  font-family: "Raleway";
  font-size: 1rem;
  text-transform: uppercase;
  color: #3b5957;
  border-radius: 2.5rem;
  background-color: #f0ebe0;
  padding: 1rem 2rem;
  display: inline-block;
  border: 1px solid #f0ebe0;
}
@media (hover: hover) {
  .btn-main:hover {
    background-color: #3b5957;
    color: #f0ebe0;
    border-color: #3b5957;
  }
}
@media (max-width: 767px) {
  .btn-main {
    font-size: 0.75rem;
  }
}
.btn-main.mint {
  background-color: #bcd0ce;
  border-color: #3b5957;
}
@media (hover: hover) {
  .btn-main.mint:hover {
    color: #bcd0ce;
    background-color: #3b5957;
  }
}

.read-more {
  font-family: "Playfair Display";
  font-size: 1.25rem;
  color: #f0ebe0;
  font-style: italic;
  grid-gap: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 30;
  animation: floatUpDown 2s ease-out infinite;
}
@media (max-width: 767px) {
  .read-more {
    font-size: 0.875rem;
  }
}

@keyframes floatUpDown {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 0.5rem);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.video-block {
  height: 100dvh;
}
.video-block-inner {
  height: 100%;
  position: relative;
}
.video-block-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgb(38, 38, 38) 0%, rgba(38, 38, 38, 0) 27%, rgb(0, 0, 0) 100%);
  z-index: 15;
  opacity: 0.65;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.video-block-inner__box {
  height: 100%;
  z-index: 10;
  position: relative;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.video-block-inner__title {
  z-index: 20;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 767px) {
  .video-block-inner__title {
    top: auto;
    width: 100%;
    transform: translate(-50%, auto);
    bottom: 1.25rem;
    padding: 0 0.75rem;
  }
}
.video-block-inner__title .btn-main {
  width: fit-content;
  margin: 0 auto;
}
.video-block-inner .read-more {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .video-block-inner::after {
    border-radius: 0;
  }
}
.video-block video {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  inset: 0;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
@media (max-width: 1199px) {
  .video-block video {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.two-column-inner-box {
  display: flex;
  align-items: flex-start;
  padding: 3.75rem;
  border-radius: 1.25rem;
  background-color: #bcd0ce;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .two-column-inner-box {
    padding: 1.25rem;
    flex-direction: column;
    grid-gap: 1.25rem;
    border-radius: 0.5rem;
  }
}
.two-column-inner-box .left {
  width: 24.625rem;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .two-column-inner-box .left {
    width: 100%;
  }
}
.two-column-inner-box .left h3 {
  font-family: "Raleway";
  font-weight: 300;
  font-size: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
  margin: 0 0 1.5rem;
  color: #4a1317;
  line-height: 115%;
}
@media (max-width: 767px) {
  .two-column-inner-box .left h3 {
    margin: 0 0 1.125rem;
  }
}
.two-column-inner-box .left p {
  font-family: "Raleway";
  font-weight: 300;
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  line-height: 140%;
  color: #242424;
  margin-bottom: 2.25rem;
}
@media (max-width: 767px) {
  .two-column-inner-box .left p {
    font-size: 0.875rem;
  }
}
.two-column-inner-box .left a {
  font-size: 0.75rem;
  padding: 1rem 1.25rem;
  margin-right: 0.75rem;
  min-width: 9rem;
}
.two-column-inner-box .left a:last-of-type {
  margin-right: 0;
}
@media (max-width: 767px) {
  .two-column-inner-box .left a:last-of-type {
    margin-bottom: 0;
  }
}
@media (hover: hover) {
  .two-column-inner-box .left a:last-of-type:hover {
    color: #f0ebe0;
  }
}
@media (max-width: 991px) {
  .two-column-inner-box .left a {
    margin-bottom: 0.5rem;
  }
}
.two-column-inner-box .right {
  width: 34.375rem;
  position: relative;
  aspect-ratio: 110/123;
  border-radius: 0.75rem;
}
@media (max-width: 767px) {
  .two-column-inner-box .right {
    width: 100%;
    border-radius: 0.75rem;
  }
}
.two-column-inner-box .right img {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.75rem;
}
@media (max-width: 767px) {
  .two-column-inner-box .right img {
    border-radius: 0.75rem;
  }
}

.numbering-block-inner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 7rem;
  position: relative;
}
@media (max-width: 767px) {
  .numbering-block-inner-wrapper {
    margin-top: 0;
  }
}
.numbering-block-inner-wrapper .section__line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #3b5957;
  z-index: 1;
  margin-left: -2px;
}
@media (max-width: 767px) {
  .numbering-block-inner-wrapper .section__line {
    width: 2px;
    margin-left: -1px;
  }
}
.numbering-block-inner-box {
  display: flex;
  align-items: center;
  grid-gap: 3.75rem;
  flex-direction: row;
  position: relative;
  padding-bottom: 10.5rem;
  transition: 300ms ease;
}
.numbering-block-inner-box.opacity {
  transition: 300ms ease;
}
.numbering-block-inner-box.opacity h3,
.numbering-block-inner-box.opacity a {
  opacity: 0.35;
  transition: 300ms ease;
}
@media (max-width: 767px) {
  .numbering-block-inner-box {
    padding-bottom: 7.5rem;
  }
}
.numbering-block-inner-box:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.numbering-block-inner-box:last-of-type::after {
  display: none;
}
.numbering-block-inner-box:nth-child(odd) {
  flex-direction: row-reverse;
}
.numbering-block-inner-box:nth-child(odd) .numbering-block-inner-text {
  text-align: left;
  padding-right: 0;
  padding-left: 6.5rem;
}
@media (max-width: 767px) {
  .numbering-block-inner-box:nth-child(odd) .numbering-block-inner-text {
    padding-left: 2.875rem;
  }
}
.numbering-block-inner-box:nth-child(odd) .numbering-block-inner-number {
  right: auto;
  left: -2.8125rem;
}
@media (max-width: 767px) {
  .numbering-block-inner-box:nth-child(odd) .numbering-block-inner-number {
    left: -1.625rem;
  }
}
.numbering-block-inner-number {
  min-width: 5.625rem;
  max-width: 5.625rem;
  min-height: 5.625rem;
  max-height: 5.625rem;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #bcd0ce;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: -2.8125rem;
  transform: translateY(-50%);
  z-index: 100;
}
@media (max-width: 767px) {
  .numbering-block-inner-number {
    min-width: 3.25rem;
    max-width: 3.25rem;
    min-height: 3.25rem;
    max-height: 3.25rem;
    right: -1.625rem;
  }
}
.numbering-block-inner-number span {
  font-family: "Playfair Display";
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
  font-style: italic;
  color: #3b5957;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.numbering-block-inner-text {
  text-align: right;
  min-width: 50%;
  max-width: 50%;
  width: 100%;
  position: relative;
  padding-right: 6.5rem;
}
@media (max-width: 767px) {
  .numbering-block-inner-text {
    padding-right: 2.875rem;
  }
}
.numbering-block-inner-text h3 {
  font-family: "Raleway";
  font-size: clamp(1rem, 0.8rem + 1vw, 2rem);
  font-weight: 300;
  margin: 0 0 1rem;
  color: #4a1317;
  transition: 300ms ease;
}
@media (max-width: 767px) {
  .numbering-block-inner-text h3 {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.numbering-block-inner-text a {
  font-family: #f0ebe0;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 130%;
  color: #4a1317;
}
@media (max-width: 767px) {
  .numbering-block-inner-text a {
    display: none;
  }
}
.numbering-block .empty-box {
  width: 100%;
}

.three-column-posts-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem 1.5rem;
}
@media (max-width: 767px) {
  .three-column-posts-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.three-column-posts-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.three-column-posts-box .top {
  width: 100%;
  height: 16.25rem;
  position: relative;
  border-radius: 0.75rem;
}
.three-column-posts-box .top a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
}
@media (hover: hover) {
  .three-column-posts-box .top a:hover img {
    transform: scale(1.05);
  }
}
.three-column-posts-box .top img {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  z-index: 10;
  border-radius: 0.75rem;
  transform: scale(1);
  transition: 300ms ease;
}
.three-column-posts-box .top span {
  position: absolute;
  top: 1.25rem;
  background-color: #f0ebe0;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  text-align: center;
  color: #4a1317;
  z-index: 29;
  font-size: 0.75rem;
  pointer-events: none;
  text-transform: uppercase;
  font-weight: 500;
}
.three-column-posts-box .top span:first-of-type {
  left: 1.25rem;
}
.three-column-posts-box .top span:last-of-type {
  right: 1.25rem;
}
.three-column-posts-box .bottom {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .three-column-posts-box .bottom {
    margin: 0.75rem 0 1.5rem;
  }
}
.three-column-posts-box .bottom a {
  font-size: 1.5rem;
  line-height: 130%;
  color: #3b5957;
}
.three-column-posts-box .bottom a br {
  display: none;
}
@media (max-width: 767px) {
  .three-column-posts-box .bottom a {
    font-size: 1.125rem;
  }
}
@media (hover: hover) {
  .three-column-posts-box .bottom a:hover {
    color: #4a1317;
  }
}
.three-column-posts .blog-filter-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 1.5rem;
  margin: 5.25rem 0 2.5rem;
}
@media (max-width: 991px) {
  .three-column-posts .blog-filter-wrapper {
    flex-wrap: wrap;
    grid-gap: 1rem 1rem;
    justify-content: flex-start;
  }
}
.three-column-posts .blog-filter-wrapper span {
  border: 1px solid #4a1317;
  color: #4a1317;
  border-radius: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-family: #f0ebe0;
  font-weight: 500;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 300ms ease;
  background-color: #f0ebe0;
  padding: 0.5rem 1.125rem;
}
@media (hover: hover) {
  .three-column-posts .blog-filter-wrapper span:hover {
    background-color: #4a1317;
    color: #f0ebe0;
  }
}
.three-column-posts .blog-filter-wrapper span.active {
  background-color: #4a1317;
  color: #f0ebe0;
}
.three-column-posts .blog-numbering {
  margin-top: 3.125rem;
}
.three-column-posts .blog-numbering .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 1rem;
}
.three-column-posts .blog-numbering .pagination .pagination__arrow span {
  background-color: #4a1317;
  color: #f0ebe0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #4a1317;
  cursor: pointer;
  transition: 300ms ease;
}
@media (hover: hover) {
  .three-column-posts .blog-numbering .pagination .pagination__arrow:hover span {
    background-color: #f0ebe0;
    color: #4a1317;
  }
}
.three-column-posts .blog-numbering .pagination .pagination__arrow--prev {
  transform: rotate(90deg);
}
.three-column-posts .blog-numbering .pagination .pagination__arrow--prev span::before {
  position: relative;
  left: 0;
  top: 2px;
}
.three-column-posts .blog-numbering .pagination .pagination__arrow--next {
  transform: rotate(-90deg);
}
.three-column-posts .blog-numbering .pagination .pagination__arrow--next span::before {
  position: relative;
  left: 0;
  top: 2px;
}
.three-column-posts .blog-numbering ul {
  display: flex;
  align-items: center;
  grid-gap: 1rem;
}
.three-column-posts .blog-numbering ul a {
  color: #4a1317;
  font-size: 1.063rem;
  font-weight: 500;
  font-family: "Raleway";
}
.three-column-posts .blog-numbering ul a.is-active {
  text-decoration: underline;
}
.three-column-posts .section-title-box {
  color: #4a1317;
}

/* Loading state */
.three-column-posts-wrapper.is-loading {
  opacity: 0.4;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

/* Disabled pagination arrows */
.pagination__arrow.is-disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}

/* No posts message */
.three-column-posts-wrapper .no-posts {
  grid-column: 1/-1;
  text-align: center;
  padding: 2rem 0;
}

.inner-hero-inner {
  height: 51.25rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .inner-hero-inner {
    height: 100dvh;
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .inner-hero-inner {
    padding-bottom: 1.25rem;
  }
}
.inner-hero-inner img {
  object-fit: cover;
  object-position: center center;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.inner-hero-inner .page-title {
  position: relative;
  z-index: 20;
  margin-top: auto;
  margin-bottom: 0;
  padding-left: 3rem;
}
@media (max-width: 991px) {
  .inner-hero-inner .page-title {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .inner-hero-inner .page-title {
    padding-left: 1.25rem;
  }
}
.inner-hero-inner span {
  font-family: "Playfair Display";
  font-style: italic;
  font-size: 1.25rem;
  color: #ffffff;
  position: relative;
  padding-left: 3rem;
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .inner-hero-inner span {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .inner-hero-inner span {
    padding-left: 1.25rem;
  }
}

.three-column-cards-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3.5rem 1.5rem;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .three-column-cards-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.three-column-cards .three-column-card-box {
  background-color: #bcd0ce;
  border-radius: 0.75rem;
  display: flex;
  align-items: flex-end;
  transition: 300ms ease;
}
@media (hover: hover) {
  .three-column-cards .three-column-card-box:hover {
    background-color: #3b5957;
  }
  .three-column-cards .three-column-card-box:hover p {
    color: #3b5957;
  }
  .three-column-cards .three-column-card-box:hover h3 {
    color: #f0ebe0;
  }
  .three-column-cards .three-column-card-box:hover .fake-link {
    color: #f0ebe0;
  }
  .three-column-cards .three-column-card-box:hover .icon-box svg path {
    fill: #f0ebe0;
  }
  .three-column-cards .three-column-card-box:hover .video-box-crem {
    opacity: 1;
    visibility: visible;
  }
  .three-column-cards .three-column-card-box:hover .video-box .img-static {
    opacity: 0;
    visibility: hidden;
  }
}
.three-column-cards .three-column-card-box a {
  position: relative;
  border-radius: 0.75rem;
  padding-top: 16.25rem;
  display: block;
  padding: 15.25rem 2rem 2rem;
  height: 100%;
  width: 100%;
}
.three-column-cards .three-column-card-box h3 {
  margin: 0 0 1.25rem;
  margin-bottom: 1.25rem;
  font-weight: 400;
  font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
  font-family: "Raleway";
  color: #4a1317;
  line-height: 130%;
  transition: 300ms ease;
}
.three-column-cards .three-column-card-box p {
  font-family: "Raleway";
  font-weight: 300;
  font-size: 1.25rem;
  color: #242424;
  line-height: 130%;
  margin-bottom: 0;
  transition: 300ms ease;
}
.three-column-cards .three-column-card-box .fake-link {
  font-size: 1rem;
  font-weight: 300;
  transition: 300ms ease;
  color: #f0ebe0;
  color: #4a1317;
  display: flex;
}
.three-column-cards .three-column-card-box .fake-link .icon-angle-down {
  transform: rotate(-90deg);
  position: relative;
  display: inline-block;
}
.three-column-cards .three-column-card-box .video-box,
.three-column-cards .three-column-card-box .icon-box,
.three-column-cards .three-column-card-box .lottie-box {
  position: absolute;
  right: 2rem;
  top: 1.75rem;
  transition: 300ms ease;
}
.three-column-cards .three-column-card-box .video-box .img-static {
  transition: 300ms ease;
  opacity: 1;
  visibility: visible;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.three-column-cards .three-column-card-box .video-box-crem {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: visible;
  transition: 300ms ease;
  width: 71%;
}
.three-column-cards .three-column-card-box .video-box-crem img {
  transition: 300ms ease;
}

.svg-icon-box .icon-path {
  fill: #4A1317;
  stroke: none;
}
.svg-icon-box:hover .icon-path {
  fill: transparent;
  stroke: #4A1317;
  stroke-width: 0.8;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: draw-path 1.4s ease forwards;
}

@keyframes draw-path {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.three-column-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.75rem;
}
@media (max-width: 991px) {
  .three-column-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
}
.three-column-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.three-column-box .top {
  width: 100%;
  height: 16.25rem;
  position: relative;
  border-radius: 0.75rem;
}
.three-column-box .top a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
}
@media (hover: hover) {
  .three-column-box .top a:hover img {
    transform: scale(1.05);
  }
}
.three-column-box .top img {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  z-index: 10;
  border-radius: 0.75rem;
  transform: scale(1);
  transition: 300ms ease;
}
.three-column-box .top span {
  position: absolute;
  top: 1rem;
  background-color: #f0ebe0;
  padding: 0.5rem 1.125rem;
  border-radius: 2rem;
  text-align: center;
  color: #4a1317;
  z-index: 29;
  font-size: 0.75rem;
  pointer-events: none;
  text-transform: uppercase;
  font-weight: 500;
}
.three-column-box .top span:first-of-type {
  left: 1rem;
}
.three-column-box .top span:last-of-type {
  right: 1rem;
}
@media (max-width: 991px) {
  .three-column-box .top {
    height: 22rem;
  }
}
@media (max-width: 767px) {
  .three-column-box .top {
    height: 11.75rem;
  }
}
.three-column-box .bottom {
  margin-top: 1.75rem;
}
@media (max-width: 991px) {
  .three-column-box .bottom {
    margin-bottom: 3rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .three-column-box .bottom {
    margin: 0.5rem 0 2.5rem;
  }
}
.three-column-box .bottom a {
  font-size: 1.5rem;
  line-height: 130%;
  color: #3b5957;
}
.three-column-box .bottom a br {
  display: none;
}
@media (max-width: 767px) {
  .three-column-box .bottom a {
    font-size: 1.125rem;
  }
}
@media (hover: hover) {
  .three-column-box .bottom a:hover {
    color: #4a1317;
  }
}

.content-block .entry-content {
  margin: 0 auto;
  max-width: 41.75rem;
  font-family: "Raleway";
}
.content-block .entry-content p {
  font-weight: 300;
  font-size: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  line-height: 140%;
  color: #242424;
  margin: 0 0 2rem;
  word-break: break-all;
}
@media (max-width: 767px) {
  .content-block .entry-content p {
    margin: 0 0 1rem;
  }
}
.content-block .entry-content p strong {
  font-weight: 600;
}
.content-block .entry-content h2 {
  font-size: clamp(1.125rem, 0.95rem + 0.875vw, 2rem);
  font-weight: 300;
  line-height: 100%;
  color: #4a1317;
  text-align: left;
}
.content-block .entry-content ol li,
.content-block .entry-content ul li {
  position: relative;
  padding-left: 2rem;
  font-size: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  line-height: 140%;
  font-weight: 300;
}
@media (max-width: 767px) {
  .content-block .entry-content ol li,
  .content-block .entry-content ul li {
    padding-left: 1rem;
  }
}
.content-block .entry-content ol li strong,
.content-block .entry-content ul li strong {
  font-weight: bold;
}
.content-block .entry-content ol li::before,
.content-block .entry-content ul li::before {
  content: "";
  position: absolute;
  top: 1.125rem;
  left: 1rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #242424;
}
@media (max-width: 767px) {
  .content-block .entry-content ol li::before,
  .content-block .entry-content ul li::before {
    top: 0.55rem;
    left: 0.5rem;
    width: 0.125rem;
    height: 0.125rem;
  }
}
.content-block .entry-content ol {
  padding-left: 1.5rem;
}
.content-block .entry-content ol li {
  padding-left: 0;
}
.content-block .entry-content ol li::before {
  display: none;
}
.content-block .entry-content ol li::marker {
  font-weight: bold;
}

.three-column-similar-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem 1.5rem;
}
@media (max-width: 767px) {
  .three-column-similar-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.three-column-similar h3 {
  font-family: "Raleway";
  font-size: 1.5rem;
  line-height: 100%;
  color: #4a1317;
  font-weight: 300;
  text-align: center;
  margin: 0 0 2.5rem;
}
.three-column-similar-box .top {
  background-color: #bcd0ce;
  border-radius: 0.75rem;
  padding: 1rem;
  height: 16.25rem;
  display: flex;
  align-items: flex-end;
  margin-bottom: 2rem;
}
.three-column-similar-box a {
  font-size: 1.5rem;
  line-height: 130%;
  color: #3b5957;
}
@media (hover: hover) {
  .three-column-similar-box a:hover {
    color: #4a1317;
  }
}