/*!
* Theme Name: OneOne
* Theme URI: https://www.inneraktive.com
* Description: Responsive custom theme
* Text Domain: skel
* Version: 1.0
* Author: Sahil Mepani
* Author URI: https://www.inneraktive.com
* License: GNU General Public License v2 or later
* License URI: http://wordpress.org/about/gpl/
* Requires PHP: 7.4
*/
/* Do not edit anything below */
.container, .container-fluid {
  inline-size: 100%;
  padding-inline-end: clamp(1.25rem, 1.25rem + 1.875 * (100vw - 48rem) / 27, 3.125rem);
  padding-inline-start: clamp(1.25rem, 1.25rem + 1.875 * (100vw - 48rem) / 27, 3.125rem);
  margin-inline-end: auto;
  margin-inline-start: auto;
}

@media (width >= 375px) {
  .container {
    max-inline-size: 100%;
  }
}
@media (width >= 576px) {
  .container {
    max-inline-size: 100%;
  }
}
@media (width >= 768px) {
  .container {
    max-inline-size: 95vw;
  }
}
@media (width >= 1024px) {
  .container {
    max-inline-size: 93vw;
  }
}
@media (width >= 1200px) {
  .container {
    max-inline-size: 93vw;
  }
}
@media (width >= 1400px) {
  .container {
    max-inline-size: 93vw;
  }
}
@media (width >= 1600px) {
  .container {
    max-inline-size: 90rem;
  }
}

.container-small {
  max-inline-size: 60rem;
}

.container-fluid {
  padding: 0 5vw;
}

.btn, div.gform_wrapper.gravity-theme button[type=submit].gform_button {
  background: none;
  font-family: "Geist", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: clamp(0.875rem, 0.875rem + 0.125 * (100vw - 36rem) / 39, 1rem);
  font-weight: 500;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  inline-size: fit-content;
  user-select: none;
  border: 0;
  padding: 0;
}
.btn span, div.gform_wrapper.gravity-theme button[type=submit].gform_button span {
  text-box: trim-both cap alphabetic;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes play {
  50% {
    transform: scale(0.75);
  }
}
@keyframes btn-rarr {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  40% {
    opacity: 0;
    transform: translateX(100%);
  }
  41% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes btn-barr {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  40% {
    opacity: 0;
    transform: translateY(100%);
  }
  41% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes sheen {
  0%, 15% {
    inset-inline-start: -75%;
  }
  35% {
    inset-inline-start: 125%;
  }
  100% {
    inset-inline-start: 125%;
  }
}
/* purgecss start ignore */
/*
	https://www.joshwcomeau.com/css/custom-css-reset/
*/
/*
	1. Use a more-intuitive box-sizing model.
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

/*
	3. Allow percentage-based heights in the application
*/
html,
body {
  block-size: 100%;
}

/*
	Typographic tweaks!
	4. Add accessible line-height
	5. Improve text rendering
*/
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/*
	6. Improve media defaults
*/
img,
picture,
video,
canvas,
svg {
  display: inline-block;
  max-inline-size: 100%;
}

/*
	7. Remove built-in form typography styles
*/
input,
button,
textarea,
select {
  font: inherit;
}

/*
	8. Avoid text overflows
*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* purgecss end ignore */
/* purgecss start ignore */
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-block-end: 1rem;
}

sub,
sup {
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a:not([href], [class]), a:not([href], [class]):hover {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

th {
  font-weight: 400;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-width: 0;
  border-style: solid;
  border-color: inherit;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date],
[type=datetime-local],
[type=month],
[type=week],
[type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  appearance: button;
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-inline-size: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[type=search] {
  appearance: textfield;
  outline-offset: -0.125rem;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
	direction: ltr;
}
*/
::-webkit-search-decoration {
  appearance: none;
}

::file-selector-button {
  font: inherit;
  appearance: button;
}

iframe {
  border: 0;
}

/* purgecss end ignore */
/* purgecss start ignore */
:root {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

::selection {
  background: beige;
  color: #080c11;
  text-shadow: none;
}

html {
  overflow-x: hidden;
  /**
   * Do not use sreveal on header with this
   * Useful for fixed header
   * Leave fixed header space when scrolled using scroll snapping
   */
  scroll-padding-block-start: var(--header-height, 4.0625rem);
}

body {
  color: #080c11;
  font-family: "Geist", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* ----------  Content  ---------- */
a {
  color: #080c11;
  text-decoration: none;
}
a:hover, a:focus-visible {
  color: inherit;
}

a,
button,
input[type=submit],
input[type=button],
input[type=reset] {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

p,
pre,
blockquote,
address,
dd {
  line-height: 1.5;
}

p,
table,
ul,
ol,
dl,
dd,
pre,
blockquote,
address {
  margin: 0;
}

output {
  color: #555;
  line-height: 1.4285;
  padding-block-start: 1.875rem;
}

code {
  background-color: #eee;
  font-weight: 400;
  display: inline-block;
  padding: 0.3125rem;
}

/* ----------  Lists  ---------- */
ul,
ol,
dl {
  padding: 0;
}

ul,
ol {
  margin-inline-start: 1.25rem;
  list-style-position: outside;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0;
  margin-block-start: 0.3125rem;
  margin-inline-start: 2.5rem;
}
ul ol,
ol ol {
  list-style-type: lower-alpha;
}
nav ul,
nav ol {
  margin: 0;
}
nav ul li,
nav ol li {
  line-height: 1;
  margin-block-end: 0;
  list-style: none;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

li {
  line-height: 1.3;
}

dt {
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.9375rem;
}

/* ----------  Form  ---------- */
form ul {
  padding-inline-start: 0;
  list-style: none;
}
form > ul > li {
  clear: both;
  margin-block-end: 0.9375rem;
}
form > ul > li > label {
  margin-inline-end: 0.625rem;
}
form fieldset {
  min-inline-size: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
form legend {
  font-weight: 700;
  display: block;
  margin-block-end: 0.9375rem;
  border: 0;
}
form input[type=text],
form input[type=tel],
form input[type=url],
form input[type=number],
form input[type=password],
form input[type=email],
form input[type=range],
form input[type=file],
form input[type=date],
form input[type=search],
form textarea,
form select {
  max-inline-size: 100%;
}
form input[type=submit] {
  background-color: #fff;
}
form input[type=search] {
  appearance: none;
}
form input[type=date] {
  line-height: 2rem;
}
form textarea {
  line-height: 1.3;
  block-size: 9.375rem;
  resize: vertical;
}
form input[type=checkbox],
form input[type=radio] {
  line-height: normal;
  margin: 0;
  margin-block-start: 0.25rem;
  margin-inline-end: 0.3125rem;
}
form select[multiple],
form select[size] {
  block-size: auto;
}
form input[type=file] {
  display: block;
}
form input[type=range] {
  display: block;
  inline-size: 100%;
}
form input[type=file]:focus-visible,
form input[type=radio]:focus-visible,
form input[type=checkbox]:focus-visible {
  outline: 0.3125rem auto -webkit-focus-ring-color;
  outline-offset: -0.125rem;
}

/* ----------  Miscellaneous  ---------- */
img,
iframe,
svg {
  max-inline-size: 100%;
}

svg {
  inline-size: 100%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
* Generate headings class.. .h1, .h2...
*/
.h1 {
  font-family: Libre Baskerville, serif;
  font-size: clamp(2rem, 2rem + 1 * (100vw - 48rem) / 27, 3rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.96px;
}

.h2 {
  font-family: Libre Baskerville, serif;
  font-size: clamp(1.5rem, 1.5rem + 1 * (100vw - 48rem) / 27, 2.5rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.8px;
}

.h3 {
  font-family: Libre Baskerville, serif;
  font-size: clamp(1.25rem, 1.25rem + 0.75 * (100vw - 48rem) / 27, 2rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.64px;
}

.h4 {
  font-family: Libre Baskerville, serif;
  font-size: clamp(1.125rem, 1.125rem + 0.25 * (100vw - 48rem) / 27, 1.375rem);
  font-weight: 400;
  line-height: 1.4;
}

.h5 {
  font-family: Libre Baskerville, serif;
  font-size: clamp(1rem, 1rem + 0.125 * (100vw - 48rem) / 27, 1.125rem);
  font-weight: 400;
  line-height: 1.4;
}

.h6 {
  font-family: Libre Baskerville, serif;
  font-size: clamp(0.875rem, 0.875rem + 0.125 * (100vw - 48rem) / 27, 1rem);
  font-weight: 400;
  line-height: 1.4;
}

/**
* Generate headings.. h1, h2...
*/
:where(h1) {
  color: inherit;
  font-family: Libre Baskerville, serif;
  font-size: clamp(2rem, 2rem + 1 * (100vw - 48rem) / 27, 3rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.96px;
}

:where(h2) {
  color: inherit;
  font-family: Libre Baskerville, serif;
  font-size: clamp(1.5rem, 1.5rem + 1 * (100vw - 48rem) / 27, 2.5rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.8px;
}

:where(h3) {
  color: inherit;
  font-family: Libre Baskerville, serif;
  font-size: clamp(1.25rem, 1.25rem + 0.75 * (100vw - 48rem) / 27, 2rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.64px;
}

:where(h4) {
  color: inherit;
  font-family: Libre Baskerville, serif;
  font-size: clamp(1.125rem, 1.125rem + 0.25 * (100vw - 48rem) / 27, 1.375rem);
  font-weight: 400;
  line-height: 1.4;
}

:where(h5) {
  color: inherit;
  font-family: Libre Baskerville, serif;
  font-size: clamp(1rem, 1rem + 0.125 * (100vw - 48rem) / 27, 1.125rem);
  font-weight: 400;
  line-height: 1.4;
}

:where(h6) {
  color: inherit;
  font-family: Libre Baskerville, serif;
  font-size: clamp(0.875rem, 0.875rem + 0.125 * (100vw - 48rem) / 27, 1rem);
  font-weight: 400;
  line-height: 1.4;
}

/* purgecss end ignore */
:root {
  --swiper-theme-color: #007aff;
}

:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  block-size: 100%;
  inline-size: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  display: block;
  flex-shrink: 0;
  block-size: 100%;
  inline-size: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  block-size: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-slides-offset-before);
  scroll-margin-inline-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child {
  margin-inline-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-slides-offset-before);
  scroll-margin-block-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
  margin-block-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  block-size: 100%;
  min-block-size: 1px;
  inline-size: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  inline-size: 100%;
  min-inline-size: 1px;
  block-size: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  block-size: 100%;
  inline-size: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  block-size: 42px;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
  box-sizing: border-box;
  inline-size: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  z-index: 10;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.mfp-bg {
  background: #0b0b0b;
  inline-size: 100%;
  block-size: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1042;
  opacity: 0.8;
  overflow: hidden;
}

.mfp-wrap {
  inline-size: 100%;
  block-size: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1043;
  outline: none !important;
  backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  inline-size: 100%;
  block-size: 100%;
  padding: 0 rem-calc(8);
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

.mfp-container::before {
  vertical-align: middle;
  display: inline-block;
  block-size: 100%;
  content: "";
}

.mfp-align-top .mfp-container::before {
  display: none;
}

.mfp-content {
  text-align: start;
  vertical-align: middle;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  inline-size: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  text-align: center;
  inline-size: auto;
  margin-block-start: -0.8em;
  position: absolute;
  top: 50%;
  right: rem-calc(8);
  left: rem-calc(8);
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  background: transparent;
  display: block;
  padding: 0;
  border: 0;
  z-index: 1046;
  box-shadow: none;
  overflow: visible;
  appearance: none;
  cursor: pointer;
  outline: 0;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  color: #fff;
  font-family: Arial, Baskerville, monospace;
  font-size: rem-calc(28);
  font-style: normal;
  line-height: rem-calc(44);
  text-align: center;
  text-decoration: none;
  inline-size: rem-calc(44);
  block-size: rem-calc(44);
  padding: 0 0 rem-calc(18) rem-calc(10);
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.65;
}

.mfp-close:hover,
.mfp-close:focus-visible {
  opacity: 1;
}

.mfp-close:active {
  top: rem-calc(1);
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  text-align: end;
  inline-size: 100%;
  padding-inline-end: rem-calc(6);
  right: rem-calc(-6);
}

.mfp-counter {
  color: #ccc;
  font-size: rem-calc(15);
  line-height: rem-calc(18);
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: 0;
}

.mfp-arrow {
  inline-size: rem-calc(90);
  block-size: rem-calc(110);
  padding: 0;
  margin: 0;
  margin-block-start: rem-calc(-55);
  position: absolute;
  top: 50%;
  opacity: 0.65;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-block-start: rem-calc(-54);
}

.mfp-arrow:hover,
.mfp-arrow:focus-visible {
  opacity: 1;
}

.mfp-arrow::before,
.mfp-arrow::after {
  display: block;
  inline-size: 0;
  block-size: 0;
  margin-inline-start: rem-calc(35);
  margin-block-start: rem-calc(35);
  border: medium inset transparent;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.mfp-arrow::after {
  border-top-width: rem-calc(13);
  border-bottom-width: rem-calc(13);
  top: rem-calc(8);
}

.mfp-arrow::before {
  border-top-width: rem-calc(21);
  border-bottom-width: rem-calc(21);
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-inline-start::after {
  margin-inline-start: rem-calc(31);
  border-inline-end: rem-calc(17) solid #fff;
}

.mfp-arrow-inline-start::before {
  margin-inline-start: rem-calc(25);
  border-inline-end: rem-calc(27) solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-inline-end::after {
  margin-inline-start: rem-calc(39);
  border-inline-start: rem-calc(17) solid #fff;
}

.mfp-arrow-inline-end::before {
  border-inline-start: rem-calc(27) solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-block-start: rem-calc(40);
  padding-block-end: rem-calc(40);
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  inline-size: 100%;
  max-inline-size: rem-calc(900);
}

.mfp-iframe-holder .mfp-close {
  top: rem-calc(-40);
}

.mfp-iframe-scaler {
  inline-size: 100%;
  block-size: 0;
  padding-block-start: 56.25%;
  overflow: hidden;
}

.mfp-iframe-scaler iframe {
  background: #000;
  display: block;
  inline-size: 100%;
  block-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 rem-calc(8) rgba(0, 0, 0, 0.6);
}

img.mfp-img {
  line-height: 0;
  display: block;
  inline-size: auto;
  max-inline-size: 100%;
  block-size: auto;
  padding: rem-calc(40) 0;
  margin: 0 auto;
  box-sizing: border-box;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure::after {
  background: #444;
  display: block;
  inline-size: auto;
  block-size: auto;
  position: absolute;
  top: rem-calc(40);
  right: 0;
  bottom: rem-calc(40);
  left: 0;
  z-index: -1;
  box-shadow: 0 0 rem-calc(8) rgba(0, 0, 0, 0.6);
  content: "";
}

.mfp-figure small {
  color: #bdbdbd;
  font-size: rem-calc(15);
  line-height: rem-calc(14);
  display: block;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  inline-size: 100%;
  margin-block-start: rem-calc(-36);
  position: absolute;
  top: 100%;
  left: 0;
  cursor: auto;
}

.mfp-title {
  color: #f3f3f3;
  line-height: rem-calc(18);
  text-align: start;
  word-wrap: break-word;
  padding-inline-end: rem-calc(36);
}

.mfp-image-holder .mfp-content {
  max-inline-size: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media (max-inline-size: 800px) and (orientation: landscape), (max-block-size: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-inline-start: 0;
    padding-inline-end: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure::after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-inline-start: rem-calc(5);
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    padding: rem-calc(3) rem-calc(5);
    margin: 0;
    position: fixed;
    top: auto;
    bottom: 0;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    top: rem-calc(3);
    right: rem-calc(5);
  }
  .mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, 0.6);
    line-height: rem-calc(35);
    text-align: center;
    inline-size: rem-calc(35);
    block-size: rem-calc(35);
    padding: 0;
    position: fixed;
    top: 0;
    right: 0;
  }
}
@media all and (max-inline-size: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-inline-start: rem-calc(6);
    padding-inline-end: rem-calc(6);
  }
}
.swiper-slide {
  block-size: auto;
}

.swiper-scrollbar {
  background-color: #eee;
  block-size: 0.5rem;
  border-radius: 0.1875rem;
  inset-inline: 0;
  margin-block-start: clamp(1.25rem, 1.25rem + 1.25 * (100vw - 48rem) / 27, 2.5rem);
}

.swiper-scrollbar-drag {
  background-color: #000;
  block-size: 100%;
  border-radius: 0.1875rem;
  cursor: grab;
}
.swiper-scrollbar-drag:active {
  cursor: grabbing;
}

.swiper-scrollbar .swiper-scrollbar-drag {
  transform-origin: left center;
  animation: scrollbar-fill 300ms ease-out forwards;
}
.swiper-scrollbar[data-direction=backward] .swiper-scrollbar-drag {
  transform-origin: right center;
}

@keyframes scrollbar-fill {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
/* Fullscreen Video using Magnific Popup */
.mfp-fullscreen-video .mfp-content {
  background-color: #000;
  inline-size: 100%;
  max-inline-size: none !important;
  block-size: 100% !important;
  border: 1.25rem solid #000;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale3d(0.05, 0.05, 1);
}
.mfp-fullscreen-video video {
  inline-size: 100%;
  block-size: auto;
  max-block-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mfp-fullscreen-video {
  /* animate in */
}
.mfp-fullscreen-video.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: 0.5s;
}
.mfp-fullscreen-video {
  /* animate out */
}
.mfp-fullscreen-video.mfp-removing .mfp-content {
  opacity: 0;
  transition: 0.2s;
}
.mfp-fullscreen-video.mfp-bg {
  display: none;
}
.mfp-fullscreen-video .mfp-iframe-holder {
  padding: 0 !important;
}
.mfp-fullscreen-video .mfp-close {
  background-color: #000;
  font-size: 1.875rem;
  line-height: 1;
  text-align: center;
  inline-size: 1.875rem;
  block-size: 1.875rem;
  padding: 0;
  top: 0;
  right: 0;
  opacity: 0.5;
  transition: 0.2s ease-out;
}
.mfp-fullscreen-video .mfp-close:hover {
  opacity: 1;
}
@media (width >= 768px) {
  .mfp-fullscreen-video .mfp-close {
    font-size: 3.75rem;
    inline-size: 3.75rem;
    block-size: 3.75rem;
  }
}

/* Custom Arrow */
.mfp-arrow {
  inline-size: 5.625rem;
  block-size: 6.875rem;
  padding: 0;
  margin: 0;
  margin-block-start: -3.4375rem;
  position: absolute;
  top: 50%;
  opacity: 0.8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-block-start: -3.375rem;
}
.mfp-arrow:hover, .mfp-arrow:focus-visible {
  opacity: 1;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-right {
  right: 0;
}

html.lenis,
html.lenis body {
  block-size: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

:root {
  --aos-duration: 750;
  --aos-delay: 50;
  --aos-distance: 20px;
  --aos-stagger-interval: 200;
  --aos-linear: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  --aos-ease: cubic-bezier(0.25, 0.1, 0.25, 1);
  --aos-ease-in: cubic-bezier(0.42, 0, 1, 1);
  --aos-ease-out: cubic-bezier(0, 0, 0.58, 1);
  --aos-ease-in-out: cubic-bezier(0.42, 0, 0.58, 1);
  --aos-ease-in-back: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --aos-ease-out-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --aos-ease-in-out-back: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --aos-ease-in-sine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --aos-ease-out-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --aos-ease-in-out-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --aos-ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --aos-ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --aos-ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --aos-ease-in-cubic: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --aos-ease-out-cubic: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --aos-ease-in-out-cubic: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --aos-ease-in-quart: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --aos-ease-out-quart: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --aos-ease-in-out-quart: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --aos-timing-function: var(--aos-ease-out);
}

@media (width >= 768px) {
  :root {
    --aos-distance: 40px;
  }
}
[data-aos] {
  transition-delay: unset;
  visibility: hidden;
  pointer-events: none;
}
[data-aos][data-inview=true], [data-slider-inview=true] [data-aos].swiper-slide, [data-slider-inview=true] .swiper-slide-active [data-aos], [data-inview=true] [data-aos] {
  visibility: visible;
  transition-duration: calc(var(--aos-duration) * 1ms);
  transition-timing-function: var(--aos-timing-function);
  transition-delay: calc(var(--aos-delay) * 1ms);
  pointer-events: auto;
}

[data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
  visibility: hidden;
  pointer-events: none;
}
[data-aos^=fade][data-aos=fade-up] {
  transform: translate3d(0, var(--aos-distance), 0);
}
@media (width >= 768px) {
  [data-aos^=fade][data-aos=fade-down] {
    transform: translate3d(0, calc(var(--aos-distance) * -1), 0);
  }
  [data-aos^=fade][data-aos=fade-left] {
    transform: translate3d(var(--aos-distance), 0, 0);
  }
  [data-aos^=fade][data-aos=fade-right] {
    transform: translate3d(calc(var(--aos-distance) * -1), 0, 0);
  }
  [data-aos^=fade][data-aos=fade-left-full] {
    transform: translate3d(100%, 0, 0);
  }
  [data-aos^=fade][data-aos=fade-right-full] {
    transform: translate3d(-100%, 0, 0);
  }
  [data-aos^=fade][data-aos=fade-up-full] {
    transform: translate3d(0, 100%, 0);
  }
  [data-aos^=fade][data-aos=fade-down-full] {
    transform: translate3d(0, -100%, 0);
  }
  [data-aos^=fade][data-aos=fade-up-left] {
    transform: translate3d(var(--aos-distance), var(--aos-distance), 0);
  }
  [data-aos^=fade][data-aos=fade-up-right] {
    transform: translate3d(calc(var(--aos-distance) * -1), var(--aos-distance), 0);
  }
  [data-aos^=fade][data-aos=fade-down-left] {
    transform: translate3d(var(--aos-distance), calc(var(--aos-distance) * -1), 0);
  }
  [data-aos^=fade][data-aos=fade-down-right] {
    transform: translate3d(calc(var(--aos-distance) * -1), calc(var(--aos-distance) * -1), 0);
  }
}
[data-aos^=fade][data-inview=true], [data-slider-inview=true] [data-aos^=fade].swiper-slide, [data-slider-inview=true] .swiper-slide-active [data-aos^=fade], [data-inview=true] [data-aos^=fade] {
  visibility: visible;
  transition-duration: calc(var(--aos-duration) * 1ms);
  transition-timing-function: var(--aos-timing-function);
  transition-delay: calc(var(--aos-delay) * 1ms);
  pointer-events: auto;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

[data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
  visibility: hidden;
  pointer-events: none;
}
[data-aos^=zoom][data-inview=true], [data-slider-inview=true] [data-aos^=zoom].swiper-slide, [data-slider-inview=true] .swiper-slide-active [data-aos^=zoom], [data-inview=true] [data-aos^=zoom] {
  visibility: visible;
  transition-duration: calc(var(--aos-duration) * 1ms);
  transition-timing-function: var(--aos-timing-function);
  transition-delay: calc(var(--aos-delay) * 1ms);
  pointer-events: auto;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
[data-aos^=zoom][data-aos=zoom-in] {
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(0.1);
}
[data-aos^=zoom][data-aos=zoom-in-up] {
  opacity: 0;
  transform: translate3d(0, var(--aos-distance), 0) scale(0.6);
}
[data-aos^=zoom][data-aos=zoom-in-down] {
  opacity: 0;
  transform: translate3d(0, calc(var(--aos-distance) * -1), 0) scale(0.6);
}
[data-aos^=zoom][data-aos=zoom-in-left] {
  opacity: 0;
  transform: translate3d(var(--aos-distance), 0, 0) scale(0.6);
}
[data-aos^=zoom][data-aos=zoom-in-right] {
  opacity: 0;
  transform: translate3d(calc(var(--aos-distance) * -1), 0, 0) scale(0.6);
}
[data-aos^=zoom][data-aos=zoom-out] {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1.2);
}
[data-aos^=zoom][data-aos=zoom-fade-out] {
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(2);
}
[data-aos^=zoom][data-aos=zoom-out-up] {
  opacity: 0;
  transform: translate3d(0, var(--aos-distance), 0) scale(1.2);
}
[data-aos^=zoom][data-aos=zoom-out-down] {
  opacity: 0;
  transform: translate3d(0, calc(var(--aos-distance) * -1), 0) scale(1.2);
}
[data-aos^=zoom][data-aos=zoom-out-left] {
  opacity: 0;
  transform: translate3d(var(--aos-distance), 0, 0) scale(1.2);
}
[data-aos^=zoom][data-aos=zoom-out-right] {
  opacity: 0;
  transform: translate3d(calc(var(--aos-distance) * -1), 0, 0) scale(1.2);
}

[data-aos^=slide] {
  transition-property: transform;
}
[data-aos^=slide][data-inview=true], [data-slider-inview=true] [data-aos^=slide].swiper-slide, [data-slider-inview=true] .swiper-slide-active [data-aos^=slide], [data-inview=true] [data-aos^=slide] {
  transform: translate3d(0, 0, 0);
}
[data-aos^=slide][data-aos=slide-up] {
  transform: translate3d(0, var(--aos-distance), 0);
}
[data-aos^=slide][data-aos=slide-down] {
  transform: translate3d(0, calc(var(--aos-distance) * -1), 0);
}
[data-aos^=slide][data-aos=slide-left] {
  transform: translate3d(var(--aos-distance), 0, 0);
}
[data-aos^=slide][data-aos=slide-right] {
  transform: translate3d(calc(var(--aos-distance) * -1), 0, 0);
}
[data-aos^=slide][data-aos=slide-up-full] {
  transform: translate3d(0, 100%, 0);
}
[data-aos^=slide][data-aos=slide-down-full] {
  transform: translate3d(0, -100%, 0);
}
[data-aos^=slide][data-aos=slide-left-full] {
  transform: translate3d(100%, 0, 0);
}
[data-aos^=slide][data-aos=slide-right-full] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos^=flip] {
  transition-property: opacity, transform;
  backface-visibility: hidden;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(1);
}
[data-aos=flip-left][data-inview=true], [data-slider-inview=true] [data-aos=flip-left].swiper-slide, [data-slider-inview=true] .swiper-slide-active [data-aos=flip-left], [data-inview=true] [data-aos=flip-left] {
  opacity: 1;
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos=flip-right][data-inview=true], [data-slider-inview=true] [data-aos=flip-right].swiper-slide, [data-slider-inview=true] .swiper-slide-active [data-aos=flip-right], [data-inview=true] [data-aos=flip-right] {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos=flip-up][data-inview=true], [data-slider-inview=true] [data-aos=flip-up].swiper-slide, [data-slider-inview=true] .swiper-slide-active [data-aos=flip-up], [data-inview=true] [data-aos=flip-up] {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos=flip-down][data-inview=true], [data-slider-inview=true] [data-aos=flip-down].swiper-slide, [data-slider-inview=true] .swiper-slide-active [data-aos=flip-down], [data-inview=true] [data-aos=flip-down] {
  transform: perspective(2500px) rotateX(0);
}

[data-aos^=clip-path-] {
  transition-property: clip-path;
}
[data-aos^=clip-path-][data-inview=true], [data-slider-inview=true] [data-aos^=clip-path-].swiper-slide, [data-slider-inview=true] .swiper-slide-active [data-aos^=clip-path-], [data-inview=true] [data-aos^=clip-path-] {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

[data-aos=clip-path-right] {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

[data-aos=clip-path-left] {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}

[data-aos=clip-path-up] {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}

[data-aos=clip-path-down] {
  clip-path: polygon(0 0%, 100% 0%, 100% 0%, 0% 0%);
}

[data-aos=clip-path-open] {
  clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0% 50%);
}

[data-aos-stagger-item]:nth-child(1) {
  transition-delay: calc(1ms * 1 * var(--aos-stagger-interval));
}

[data-aos-stagger-item]:nth-child(2) {
  transition-delay: calc(1ms * 2 * var(--aos-stagger-interval));
}

[data-aos-stagger-item]:nth-child(3) {
  transition-delay: calc(1ms * 3 * var(--aos-stagger-interval));
}

[data-aos-stagger-item]:nth-child(4) {
  transition-delay: calc(1ms * 4 * var(--aos-stagger-interval));
}

[data-aos-stagger-item]:nth-child(5) {
  transition-delay: calc(1ms * 5 * var(--aos-stagger-interval));
}

[data-aos-stagger-item]:nth-child(6) {
  transition-delay: calc(1ms * 6 * var(--aos-stagger-interval));
}

[data-aos-stagger-item]:nth-child(7) {
  transition-delay: calc(1ms * 7 * var(--aos-stagger-interval));
}

[data-aos-stagger-item]:nth-child(8) {
  transition-delay: calc(1ms * 8 * var(--aos-stagger-interval));
}

[data-aos-stagger-item]:nth-child(9) {
  transition-delay: calc(1ms * 9 * var(--aos-stagger-interval));
}

[data-aos-stagger-item]:nth-child(10) {
  transition-delay: calc(1ms * 10 * var(--aos-stagger-interval));
}

/**
 * Accessibility: Reduced Motion Mode
 * Disables AOS animations if the user has system-wide motion reduction enabled.
 */
@media (prefers-reduced-motion: reduce) {
  [data-aos],
  [data-aos-stagger-item],
  [data-inview],
  [data-slider-inview],
  .swiper-slide {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
    pointer-events: auto !important;
  }
  /*
  [data-aos^='fade'] {
  	transition: opacity 0.2s ease-out !important;
  }
  */
  body::before {
    display: none;
    content: "Reduced Motion Mode Active";
  }
}
/* ----------  Required  ---------- */
.modal-backdrop {
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  position: fixed;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
body:has([data-modal-backdrop].js-active) .modal-backdrop {
  visibility: visible;
  z-index: 109;
  opacity: 1;
  pointer-events: unset;
}

select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  background-size: 0.75rem 0.75rem;
  background-position: right 0.9375rem center;
  background-repeat: no-repeat;
  appearance: none;
}

option:first-child {
  color: black;
}

.dialog {
  background-color: #333;
  padding: 0;
  margin: auto;
  border: 0;
  z-index: 10;
  transition: 0.25s ease-out;
  overflow: hidden;
  user-select: none;
}
@media (width >= 768px) {
  .dialog {
    max-inline-size: 75%;
  }
}
.dialog::backdrop {
  background: rgba(0, 0, 0, 0.8);
}
.dialog .btn-dialog-close {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.25rem;
  display: block;
  align-items: center;
  justify-content: center;
  inline-size: 2.5rem;
  block-size: 2.5rem;
  border-radius: 0.3125rem;
  position: absolute;
  inset-inline-end: clamp(0.3125rem, 0.3125rem + 0.625 * (100vw - 48rem) / 27, 0.9375rem);
  inset-block-start: clamp(0.3125rem, 0.3125rem + 0.625 * (100vw - 48rem) / 27, 0.9375rem);
  z-index: 1;
}
.dialog .btn-dialog-close svg {
  inline-size: 1.5rem;
}
.dialog video,
.dialog iframe {
  aspect-ratio: 16/9;
  inline-size: 75vw;
}

.icon-block {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  inline-size: 1em;
  block-size: 1em;
}
.icon-block svg {
  fill: currentcolor;
  inline-size: 100%;
  block-size: 100%;
}
.icon-block svg path[stroke] {
  fill: none;
  stroke: currentcolor;
}

.site-wrapper {
  display: flex;
  flex-direction: column;
  min-block-size: 100svh;
}

.site-content {
  flex: 1 0 auto;
}

.site-header {
  color: #fbf8f3;
  font-family: "Geist", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  inline-size: 100%;
  position: absolute;
  inset-block-start: 0;
  z-index: 99;
  transition: 300ms cubic-bezier(0.215, 0, 0, 0.995);
}
.site-header .inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1.5rem;
  padding-block: 1.25rem;
}

.skip-link {
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 1.5rem;
  margin-inline: auto;
  position: fixed;
  inset-inline-start: 0;
  inset-block-start: -12.5rem;
}
.skip-link:focus-visible {
  background-color: #fff;
  inset-block-start: 0;
}

.header-logo {
  display: flex;
  align-items: center;
}
.header-logo a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.header-logo img {
  inline-size: auto;
  block-size: auto;
  max-block-size: 2rem;
}

.header-nav-toggle {
  background-color: transparent;
  color: #fbf8f3;
  inline-size: 2rem;
  block-size: 2rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  position: relative;
  transition: 200ms ease-out;
  cursor: pointer;
}
.header-nav-toggle svg {
  inline-size: 100%;
  block-size: 100%;
}
.header-nav-toggle:hover, .header-nav-toggle:focus-visible {
  opacity: 0.8;
}
@media (width >= 1024px) {
  .header-nav-toggle {
    display: none;
  }
}

.header-nav-close {
  background-color: transparent;
  color: #fbf8f3;
  padding: 0;
  border: 0;
  border-radius: 0;
  position: absolute;
  inset-inline-end: 1.25rem;
  inset-block-start: 1.25rem;
  transition: 200ms ease-out;
  cursor: pointer;
}
.header-nav-close svg {
  inline-size: 2rem;
  block-size: 2rem;
}
.header-nav-close:hover, .header-nav-close:focus-visible {
  opacity: 0.8;
}
@media (width >= 1024px) {
  .header-nav-close {
    display: none;
  }
}

/* ==============================
=            Mobile            =
============================== */
.header-nav li {
  margin-block-end: 0;
}
.header-nav li > a {
  text-decoration: none;
  display: block;
}
@media (width < 1024px) {
  .header-nav {
    background-color: #362925;
    color: #fbf8f3;
    inline-size: 100%;
    padding: 5rem clamp(1.25rem, 1.25rem + 1.25 * (100vw - 48rem) / 27, 2.5rem) 2.5rem;
    position: fixed;
    inset: 0;
    z-index: 9999;
    transform: translateX(-110%);
    transition: 350ms transform cubic-bezier(0.215, 0, 0, 0.995);
    overflow: auto;
    overscroll-behavior: contain;
  }
  .header-nav.js-active {
    transform: translateX(0);
  }
}

@media (width < 1024px) {
  .header-menu > li {
    border-block-end: 1px solid rgba(251, 248, 243, 0.08);
  }
  .header-menu > li:last-child {
    border-block-end: 0;
  }
  .header-menu > li > a {
    color: #eae2d7;
    font-size: 1.25rem;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding-block: 1rem;
    padding-inline: 0;
    position: relative;
    transition: color 200ms ease-out, padding-inline 200ms ease-out;
  }
  .header-menu > li > a:hover, .header-menu > li > a:focus-visible {
    color: #fbf8f3;
    padding-inline-start: 0.5rem;
  }
  .header-menu > li.current-menu-item > a, .header-menu > li.current-menu-parent > a, .header-menu > li.current-menu-ancestor > a {
    color: #fbf8f3;
  }
  .header-menu > li.current-menu-item > a::after, .header-menu > li.current-menu-parent > a::after, .header-menu > li.current-menu-ancestor > a::after {
    background-color: currentcolor;
    flex-shrink: 0;
    inline-size: 0.375rem;
    block-size: 0.375rem;
    border-radius: 50%;
    content: "";
  }
  .header-menu .sub-menu {
    padding-block-end: 0.5rem;
    padding-inline-start: 1rem;
  }
  .header-menu .sub-menu > li > a {
    color: #eae2d7;
    font-size: 1rem;
    line-height: 1.4;
    display: block;
    padding-block: 0.625rem;
    padding-inline: 0;
    transition: color 200ms ease-out, padding-inline 200ms ease-out;
  }
  .header-menu .sub-menu > li > a:hover, .header-menu .sub-menu > li > a:focus-visible {
    color: #fbf8f3;
    padding-inline-start: 0.5rem;
  }
  .header-menu .sub-menu > li.current-menu-item > a {
    color: #fbf8f3;
    font-weight: 500;
  }
}

/* ===============================
=            Desktop            =
=============================== */
@media (width >= 1024px) {
  .header-menu {
    display: flex;
    align-items: center;
    column-gap: clamp(1.5rem, 1.5rem + 1.5 * (100vw - 48rem) / 27, 3rem);
  }
  .header-menu > li > a {
    color: #eae2d7;
    font-size: 1rem;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    position: relative;
    transition: color 200ms ease-out;
  }
  .header-menu > li > a::after {
    background-color: #fbf8f3;
    inline-size: 100%;
    block-size: 0.0625rem;
    position: absolute;
    inset-block-start: calc(100% + 0.125rem);
    transform: scaleX(0);
    transition: transform 200ms ease-out;
    content: "";
    inset-inline: 0;
    transform-origin: left center;
  }
  .header-menu > li > a:hover, .header-menu > li > a:focus-visible {
    color: #fbf8f3;
  }
  .header-menu > li > a:hover::after, .header-menu > li > a:focus-visible::after {
    transform: scaleX(1);
  }
  .header-menu > li.current-menu-item > a, .header-menu > li.current-menu-parent > a, .header-menu > li.current-menu-ancestor > a {
    color: #fbf8f3;
  }
  .header-menu > li.current-menu-item > a::after, .header-menu > li.current-menu-parent > a::after, .header-menu > li.current-menu-ancestor > a::after {
    transform: scaleX(1);
  }
  .header-menu > li.menu-item-has-children {
    position: relative;
  }
  .header-menu > li.menu-item-has-children > a::before {
    background-color: currentcolor;
    order: 1;
    inline-size: 0.625rem;
    block-size: 0.375rem;
    transition: 200ms ease-out;
    content: "";
    clip-path: polygon(0% 0%, 20% 0%, 50% 50%, 80% 0%, 100% 0%, 50% 80%);
  }
  .header-menu > li.menu-item-has-children:hover > a::before, .header-menu > li.menu-item-has-children:focus-within > a::before {
    transform: rotate(180deg);
  }
  .header-menu > li.menu-item-has-children:hover > .sub-menu, .header-menu > li.menu-item-has-children:focus-within > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
  }
  .header-menu .sub-menu {
    background-color: #362925;
    visibility: hidden;
    min-inline-size: 13.75rem;
    padding: 0.75rem;
    border: 1px solid rgba(251, 248, 243, 0.1);
    border-radius: 0.5rem;
    position: absolute;
    inset-inline-start: 50%;
    inset-block-start: calc(100% + 0.75rem);
    opacity: 0;
    transform: translateX(-50%) translateY(-0.5rem);
    transition: 200ms ease-out;
    pointer-events: none;
  }
  .header-menu .sub-menu::before {
    inline-size: 100%;
    block-size: 0.75rem;
    position: absolute;
    inset-inline-start: 0;
    inset-block-end: 100%;
    content: "";
  }
  .header-menu .sub-menu > li > a {
    color: #eae2d7;
    font-size: 0.9375rem;
    line-height: 1.4;
    display: block;
    padding: 0.5rem 0.75rem;
    border-radius: 0.25rem;
    transition: 200ms ease-out;
  }
  .header-menu .sub-menu > li > a:hover, .header-menu .sub-menu > li > a:focus-visible {
    background-color: rgba(251, 248, 243, 0.08);
    color: #fbf8f3;
  }
  .header-menu .sub-menu > li.current-menu-item > a {
    background-color: rgba(251, 248, 243, 0.08);
    color: #fbf8f3;
  }
}

.search-form {
  position: relative;
}
.search-form .search {
  inline-size: 100%;
  padding: rem-calc(20) rem-calc(16);
  border: rem-calc(1) solid #d1d1d1;
}
.search-form input[type=search]::-webkit-search-cancel-button {
  display: none;
}
.search-form .submit {
  background-color: transparent;
  inline-size: rem-calc(44);
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.search-form .submit svg {
  inline-size: rem-calc(24);
}

.site-footer {
  background-color: #671e3a;
  color: #fff;
}
.site-footer .footer-card {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 2rem + 3 * (100vw - 48rem) / 27, 5rem);
  padding-block: 3rem clamp(1rem, 1rem + 2 * (100vw - 48rem) / 27, 3rem);
  padding-inline: clamp(1rem, 1rem + 2 * (100vw - 48rem) / 27, 3rem);
}
.site-footer .footer-top {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem 4rem;
}
@media (width >= 768px) {
  .site-footer .footer-top {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 1.5rem;
  }
}
.site-footer .footer-column {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.site-footer .footer-column--social {
  grid-column: 1/-1;
}
@media (width >= 768px) {
  .site-footer .footer-column--social {
    justify-content: space-between;
  }
}
.site-footer .footer-column-title {
  color: #fff;
  font-size: clamp(0.875rem, 0.875rem + 0.125 * (100vw - 48rem) / 27, 1rem);
  font-weight: 500;
  line-height: clamp(1.25rem, 1.25rem + 0.25 * (100vw - 48rem) / 27, 1.5rem);
  margin: 0;
}
.site-footer .footer-menu {
  font-size: clamp(0.875rem, 0.875rem + 0.125 * (100vw - 48rem) / 27, 1rem);
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (width >= 1024px) {
  .site-footer .footer-menu {
    display: block;
    column-gap: 5.25rem;
    columns: 2;
  }
  .site-footer .footer-menu > li {
    break-inside: avoid;
  }
  .site-footer .footer-menu > li:not(:last-child) {
    margin-block-end: 1rem;
  }
}
.site-footer .footer-menu a {
  color: #fff;
  text-decoration: none;
}
.site-footer .footer-menu a:hover, .site-footer .footer-menu a:focus-visible {
  text-decoration: underline;
}
.site-footer .footer-contact {
  color: #fff;
  font-size: clamp(0.875rem, 0.875rem + 0.125 * (100vw - 48rem) / 27, 1rem);
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.site-footer .footer-contact p {
  margin: 0;
}
.site-footer .footer-contact a {
  color: inherit;
  text-decoration: none;
}
.site-footer .footer-contact a:hover, .site-footer .footer-contact a:focus-visible {
  text-decoration: underline;
}
.site-footer .list-social-links {
  color: #fff;
  max-inline-size: 18.75rem;
}
@media (width >= 768px) {
  .site-footer .list-social-links {
    max-inline-size: none;
    flex-wrap: nowrap;
  }
}
.site-footer .footer-copyright {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4;
  margin: 0;
  margin-block-start: 1.5rem;
}
@media (width >= 1024px) {
  .site-footer .footer-copyright {
    margin-block-start: auto;
  }
}
.site-footer .footer-divider {
  margin: 0;
  border: 0;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.site-footer .footer-logo img {
  display: block;
  inline-size: auto;
  max-inline-size: 100%;
  block-size: clamp(2.5625rem, 4.1875rem + -1.625 * (100vw - 48rem) / 27, 4.1875rem);
}

.scroll-to-top {
  display: none;
}
@media (width >= 768px) {
  .scroll-to-top {
    background-color: #fff;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    inline-size: 2.75rem;
    block-size: 2.75rem;
    border-radius: 0.375rem;
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 100;
    transition: background-color 200ms ease;
  }
  .scroll-to-top:hover, .scroll-to-top:focus-visible {
    background-color: #ddd;
  }
  .scroll-to-top svg {
    inline-size: 1.5rem;
    block-size: 1.5rem;
  }
}

.swiper-navigation {
  display: flex;
  gap: clamp(0.5rem, 0.5rem + 0.5 * (100vw - 48rem) / 27, 1rem);
}
.swiper-navigation:has(.swiper-button-prev.swiper-button-disabled):has(.swiper-button-next.swiper-button-disabled) {
  display: none !important;
}
.swiper-navigation .swiper-button-prev,
.swiper-navigation .swiper-button-next {
  all: unset;
  background-color: transparent;
  color: #671e3a;
  line-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  inline-size: 2.5rem;
  block-size: 2.5rem;
  border: 1px solid #671e3a;
  border-radius: 0.375rem;
  position: relative;
  z-index: 10;
  transition: 0.2s ease-out;
  box-sizing: border-box;
  user-select: none;
  cursor: pointer;
}
.swiper-navigation .swiper-button-prev.swiper-button-disabled,
.swiper-navigation .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.swiper-navigation .swiper-button-prev svg,
.swiper-navigation .swiper-button-next svg {
  color: currentcolor;
  font-size: 1.5rem;
}
.swiper-navigation .swiper-button-prev::after,
.swiper-navigation .swiper-button-next::after {
  display: none;
}
.swiper-navigation .swiper-button-prev:hover, .swiper-navigation .swiper-button-prev:focus-visible {
  background-color: #671e3a;
  color: #fff;
}
.swiper-navigation .swiper-button-prev:hover svg, .swiper-navigation .swiper-button-prev:focus-visible svg {
  animation: micro-left 0.3s cubic-bezier(0.17, 0.67, 0.63, 1.55);
}
.swiper-navigation .swiper-button-next:hover, .swiper-navigation .swiper-button-next:focus-visible {
  background-color: #671e3a;
  color: #fdba00;
}
.swiper-navigation .swiper-button-next:hover svg, .swiper-navigation .swiper-button-next:focus-visible svg {
  animation: micro-right 0.3s cubic-bezier(0.17, 0.67, 0.63, 1.55);
}

.swiper-controls {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 1rem + 2 * (100vw - 48rem) / 27, 3rem);
}

.swiper-pagination {
  all: unset;
  display: flex;
  flex: 1 1 0;
  align-items: center;
  gap: clamp(0.25rem, 0.25rem + 0.25 * (100vw - 48rem) / 27, 0.5rem);
  min-inline-size: 0;
  position: static;
}
.swiper-pagination .swiper-pagination-bullet {
  all: unset;
  background-color: rgba(103, 30, 58, 0.08);
  block-size: clamp(0.375rem, 0.375rem + 0.125 * (100vw - 48rem) / 27, 0.5rem);
  margin: 0;
}
.swiper-pagination .swiper-pagination-bullet::after {
  background-color: #671e3a;
}

.swiper-pagination-line {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.swiper-pagination-line .swiper-pagination-bullet {
  flex: 1 1 0;
  min-inline-size: 0;
  block-size: clamp(0.3125rem, 0.3125rem + 0.1875 * (100vw - 48rem) / 27, 0.5rem);
  border-radius: 1rem;
  opacity: 1;
  cursor: pointer;
}

.swiper-pagination-dot {
  all: unset;
  display: flex;
  justify-content: center;
  gap: 0.625rem;
}
.swiper-pagination-dot span {
  all: unset;
  background-color: rgba(103, 30, 58, 0.08);
  display: inline-block;
  inline-size: 0.625rem;
  block-size: 0.625rem;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.swiper-pagination-dot span.swiper-pagination-bullet-active {
  background-color: #671e3a;
  transition: 0.2s;
}

/* ----------  Directional fill transition (auto-applied)  ---------- */
.swiper-pagination-line .swiper-pagination-bullet,
.swiper-pagination-dot .swiper-pagination-bullet {
  position: relative;
  overflow: hidden;
}
.swiper-pagination-line .swiper-pagination-bullet::after,
.swiper-pagination-dot .swiper-pagination-bullet::after {
  background-color: #671e3a;
  border-radius: inherit;
  position: absolute;
  inset: 0;
  transform: scaleX(0);
  transition: transform 500ms ease-out;
  content: "";
  transform-origin: right center;
}
.swiper-pagination-line .swiper-pagination-bullet-active,
.swiper-pagination-dot .swiper-pagination-bullet-active {
  background-color: transparent;
}
.swiper-pagination-line .swiper-pagination-bullet-active::after,
.swiper-pagination-dot .swiper-pagination-bullet-active::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.swiper-pagination-line[data-direction=backward] .swiper-pagination-bullet::after,
.swiper-pagination-dot[data-direction=backward] .swiper-pagination-bullet::after {
  transform-origin: left center;
}
.swiper-pagination-line[data-direction=backward] .swiper-pagination-bullet-active::after,
.swiper-pagination-dot[data-direction=backward] .swiper-pagination-bullet-active::after {
  transform-origin: right center;
}

.list-social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  padding-block: 0.5rem;
  padding-inline: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.25rem;
  color: inherit;
  font-size: 0.875rem;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 200ms ease, background-color 200ms ease;
}
.social-btn:hover, .social-btn:focus-visible {
  border-color: currentcolor;
  background-color: rgba(255, 255, 255, 0.1);
}

.breadcrumbs-section .inner-container {
  color: #1f2261;
  padding-block: 1rem;
  border-top: 0.0625rem solid #eee;
}
.breadcrumbs-section a {
  color: #1f2261;
}
.breadcrumbs-section a:hover, .breadcrumbs-section a:focus-visible {
  color: #fdba00;
}
.breadcrumbs-section p {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.breadcrumbs-section .separator {
  display: grid;
  place-items: center;
  inline-size: 0.375rem;
  block-size: 0.75rem;
  position: relative;
}
.breadcrumbs-section .separator::after {
  background-color: currentcolor;
  inline-size: 0.375rem;
  block-size: 0.75rem;
  content: "";
  clip-path: polygon(100% 50%, 0 100%, 0 80%, 60% 50%, 0 20%, 0 0);
}
.breadcrumbs-section .middle .title {
  display: none;
}
@media (width >= 768px) {
  .breadcrumbs-section .middle .title {
    display: revert;
  }
  .breadcrumbs-section .middle .dots {
    display: none;
  }
}
.breadcrumbs-section .last {
  background-color: #fdba00;
  color: #fff;
  font-size: 1rem;
  block-size: 1.5rem;
  padding-inline: 0.75rem;
  border-radius: 2.5rem;
}
[dir=rtl] .breadcrumbs-section .separator::after {
  transform: rotate(180deg);
}

.hero-gallery > div {
  position: relative;
  overflow: hidden;
}

.page-banner-section {
  background-color: #8e5563;
  color: #fff;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.page-banner-section .container {
  padding-block: clamp(6rem, 6rem + 1.5 * (100vw - 48rem) / 27, 7.5rem) 18.75rem;
  position: relative;
}
@media (width >= 768px) {
  .page-banner-section .container {
    padding-block-end: 6rem;
  }
}
.page-banner-section .background {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.page-banner-section .background-image,
.page-banner-section .mobile-background-image {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  object-position: right bottom;
}
.page-banner-section .background-image {
  display: none;
}
@media (width >= 768px) {
  .page-banner-section .background-image {
    display: block;
  }
}
@media (width >= 768px) {
  .page-banner-section .mobile-background-image {
    display: none;
  }
}
.page-banner-section .background-overlay {
  background-image: linear-gradient(180deg, #231e1c 0%, rgba(137, 117, 110, 0) 64%);
  position: absolute;
  inset: 0;
}
.page-banner-section .inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (width >= 768px) {
  .page-banner-section .inner {
    display: block;
    position: relative;
  }
}
.page-banner-section .header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
@media (width >= 768px) {
  .page-banner-section .header {
    padding-inline-end: 44%;
  }
}
@media (width >= 1024px) {
  .page-banner-section .header {
    padding-inline-end: 50%;
  }
}
.page-banner-section .label {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: clamp(0.75rem, 0.75rem + 0.125 * (100vw - 48rem) / 27, 0.875rem);
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-block: 0.25rem;
  padding-inline: 0.5rem;
  border-radius: 0.25rem;
}
.page-banner-section .heading {
  color: #fff;
  font-size: 2rem;
  margin: 0;
  font-family: Libre Baskerville, serif;
  font-size: clamp(1.25rem, 1.25rem + 0.75 * (100vw - 48rem) / 27, 2rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.64px;
}
.page-banner-section .meta {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Geist", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: clamp(0.75rem, 0.75rem + 0.125 * (100vw - 48rem) / 27, 0.875rem);
  line-height: 1.4;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.page-banner-section .meta-divider {
  background-color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  inline-size: 0.0625rem;
  block-size: 0.5rem;
}
.page-banner-section .category {
  color: #fff;
}

.category-archive-section {
  background-color: #fff;
}
.category-archive-section .cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem clamp(0.5rem, 0.5rem + 0.5 * (100vw - 48rem) / 27, 1rem);
}
@media (width >= 768px) {
  .category-archive-section .cards-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.category-archive-section .card {
  background-color: rgba(103, 30, 58, 0.04);
  display: flex;
  flex-direction: column;
  border-radius: clamp(0.5rem, 0.5rem + 0.25 * (100vw - 48rem) / 27, 0.75rem);
  overflow: hidden;
}
@media (width >= 768px) {
  .category-archive-section .card {
    flex-direction: row;
    align-items: stretch;
    block-size: 20rem;
  }
}
.category-archive-section .card-image {
  background-color: rgba(103, 30, 58, 0.06);
  block-size: clamp(15rem, 17.5rem + -2.5 * (100vw - 48rem) / 27, 17.5rem);
  position: relative;
  overflow: hidden;
}
@media (width >= 768px) {
  .category-archive-section .card-image {
    flex: 1 0 0;
    align-self: stretch;
    min-inline-size: 0;
    block-size: auto;
  }
}
.category-archive-section .card-image img {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}
.category-archive-section .card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  padding: clamp(1rem, 1rem + 0.5 * (100vw - 48rem) / 27, 1.5rem);
}
@media (width >= 768px) {
  .category-archive-section .card-content {
    flex: 1 0 0;
    min-inline-size: 0;
  }
}
.category-archive-section .card-top {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 0.5rem + 0.5 * (100vw - 48rem) / 27, 1rem);
}
@media (width >= 768px) {
  .category-archive-section .card-top {
    flex: 1 0 0;
    min-block-size: 0;
  }
}
.category-archive-section .card-text {
  display: flex;
  flex-direction: column;
  gap: clamp(0.25rem, 0.25rem + 0.25 * (100vw - 48rem) / 27, 0.5rem);
}
.category-archive-section .title {
  color: #000;
  margin: 0;
  font-family: Libre Baskerville, serif;
  font-size: clamp(1.125rem, 1.125rem + 0.25 * (100vw - 48rem) / 27, 1.375rem);
  font-weight: 400;
  line-height: 1.4;
}
.category-archive-section .meta {
  color: rgba(0, 0, 0, 0.4);
  font-family: "Geist", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: clamp(0.75rem, 0.75rem + 0.125 * (100vw - 48rem) / 27, 0.875rem);
  line-height: 1.4;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.category-archive-section .meta-divider {
  background-color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  inline-size: 0.0625rem;
  block-size: 0.5rem;
}
.category-archive-section .category {
  color: #080c11;
}
.category-archive-section .pagination {
  margin-block-start: clamp(2rem, 2rem + 1 * (100vw - 48rem) / 27, 3rem);
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.gform_button {
  line-height: 1.1875rem;
  justify-content: center;
  border: none;
}

div.gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
div.gform_wrapper.gravity-theme .gform_body .gfield_description {
  color: rgba(0, 0, 0, 0.4);
  padding-block-start: 0.375rem;
}
div.gform_wrapper.gravity-theme .gform_body .gfield_label {
  color: rgba(0, 0, 0, 0.6) !important;
  font-weight: 400 !important;
}
div.gform_wrapper.gravity-theme .gform_body .gform-field-label {
  color: rgba(0, 0, 0, 0.6) !important;
}
div.gform_wrapper.gravity-theme .gform_body .gfield {
  margin-block-end: 0.75rem;
}
div.gform_wrapper.gravity-theme .gform_body .gfield ::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
div.gform_wrapper.gravity-theme .gform_body .gfield input[type=text],
div.gform_wrapper.gravity-theme .gform_body .gfield input[type=email],
div.gform_wrapper.gravity-theme .gform_body .gfield input[type=url],
div.gform_wrapper.gravity-theme .gform_body .gfield input[type=tel],
div.gform_wrapper.gravity-theme .gform_body .gfield .chosen-choices,
div.gform_wrapper.gravity-theme .gform_body .gfield textarea,
div.gform_wrapper.gravity-theme .gform_body .gfield select {
  line-height: 1.6875rem;
  padding: 0.625rem 0.9375rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  border-radius: 0.375rem;
}
div.gform_wrapper.gravity-theme .gform_body .gfield input[type=text]:focus-visible,
div.gform_wrapper.gravity-theme .gform_body .gfield input[type=email]:focus-visible,
div.gform_wrapper.gravity-theme .gform_body .gfield input[type=url]:focus-visible,
div.gform_wrapper.gravity-theme .gform_body .gfield input[type=tel]:focus-visible,
div.gform_wrapper.gravity-theme .gform_body .gfield .chosen-choices:focus-visible,
div.gform_wrapper.gravity-theme .gform_body .gfield textarea:focus-visible,
div.gform_wrapper.gravity-theme .gform_body .gfield select:focus-visible {
  border-color: #1f2261;
}
div.gform_wrapper.gravity-theme .gform_body select {
  block-size: 3.0625rem;
}
div.gform_wrapper.gravity-theme .gform_body .gfield_required {
  font-size: 1rem;
  position: relative;
}
div.gform_wrapper.gravity-theme .gform_body .gfield_validation_message {
  color: #c02b0a;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.4375rem 0.625rem;
}
div.gform_wrapper.gravity-theme .gform_body .gform_drop_area {
  background: rgba(103, 30, 58, 0.04);
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-radius: 8.66px;
}
div.gform_wrapper.gravity-theme .gform_body .gform_button_select_files {
  background-color: unset;
  border: unset;
}
div.gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 0.625rem;
  margin-block-end: 1.5rem;
  border-radius: 0;
  box-shadow: none;
}
div.gform_wrapper.gravity-theme .gform_validation_errors .gform_submission_error {
  font-family: "Geist", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: unset;
  text-align: center;
  padding: 0;
}
div.gform_wrapper.gravity-theme select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  background-size: 0.75rem 0.75rem;
  background-position: right 0.9375rem center;
  background-repeat: no-repeat;
  appearance: none;
}
div.gform_wrapper.gravity-theme option:first-child {
  color: black;
}
div.gform_wrapper.gravity-theme button[type=submit].gform_button {
  background-color: #671e3a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-block-size: clamp(2.25rem, 2.25rem + 0.25 * (100vw - 36rem) / 39, 2.5rem);
  padding-inline: 1.5rem;
  border-radius: 0.375rem;
}
div.gform_wrapper.gravity-theme button[type=submit].gform_button:hover, div.gform_wrapper.gravity-theme button[type=submit].gform_button:focus-visible {
  color: #fff;
}

.gform_confirmation_message {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.5rem, 1.5rem + 0.75 * (100vw - 48rem) / 27, 2.25rem);
  text-align: center;
  max-inline-size: 43.75rem;
  padding: 2.5rem;
  margin: 0 auto;
  border: 0.125rem solid #000;
}

.btn-reset {
  background: transparent;
  color: #080c11;
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
  inline-size: unset;
  cursor: pointer;
}

.btn-icon {
  flex-shrink: 0;
}
.btn-icon .btn-label {
  flex-grow: 1;
}
.btn-icon:hover svg, .btn-icon:focus-visible svg {
  animation: btn-rarr 0.4s ease-in-out;
}

.btn-icon-dark {
  flex-shrink: 0;
}
.btn-icon-dark .btn-label {
  flex-grow: 1;
}
.btn-icon-dark:hover svg, .btn-icon-dark:focus-visible svg {
  animation: btn-rarr 0.4s ease-in-out;
}
.btn-icon-dark span {
  background-color: #362925;
  color: #fbf8f3;
}
.btn-icon-dark:hover, .btn-icon-dark:focus-visible {
  color: #fbf8f3;
}

.btn-icon-light {
  flex-shrink: 0;
}
.btn-icon-light .btn-label {
  flex-grow: 1;
}
.btn-icon-light:hover svg, .btn-icon-light:focus-visible svg {
  animation: btn-rarr 0.4s ease-in-out;
}
.btn-icon-light span {
  background: #fbf8f3;
  color: #362925;
}
.btn-icon-light:hover, .btn-icon-light:focus-visible {
  color: #362925;
}

.btn-dark {
  color: #fff;
}
.btn-dark span {
  background-color: #671e3a;
}
.btn-dark:hover, .btn-dark:focus-visible {
  color: #fff;
}

.btn-light {
  background: #fbf8f3;
  color: #362925;
}
.btn-light:hover, .btn-light:focus-visible {
  color: #362925;
}

.btn-dark-outline {
  border: 1px solid #362925;
  color: #362925;
}
.btn-dark-outline:hover, .btn-dark-outline:focus-visible {
  background-color: #362925;
  border-color: #362925;
  color: #fbf8f3;
}

.btn-cart {
  color: #362925;
  font-family: "Geist", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: clamp(0.875rem, 0.875rem + 0.125 * (100vw - 48rem) / 27, 1rem);
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.5rem;
  min-block-size: 2.625rem;
  padding-block: 0.5rem;
  padding-inline: 1rem;
  margin-inline-start: auto;
  border: 1px solid currentColor;
  border-radius: 0.375rem;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.btn-cart:hover, .btn-cart:focus-visible {
  background-color: #362925;
  color: #fbf8f3;
}
.btn-cart:hover svg, .btn-cart:focus-visible svg {
  animation: btn-barr 0.4s ease-in-out;
}
.btn-cart .btn-label {
  display: inline-block;
}
.btn-cart .icon {
  display: inline-flex;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  padding-block: 0.5rem;
  padding-inline: 0.5rem;
  margin-block: -0.5rem;
  margin-inline: 0.5rem -1rem;
  border-inline-start: 1px solid currentColor;
}
.btn-cart .icon svg {
  inline-size: clamp(1.25rem, 1.25rem + 0.25 * (100vw - 48rem) / 27, 1.5rem);
  block-size: clamp(1.25rem, 1.25rem + 0.25 * (100vw - 48rem) / 27, 1.5rem);
  transform-origin: center;
}
@media (prefers-reduced-motion: reduce) {
  .btn-cart:hover svg, .btn-cart:focus-visible svg {
    animation: none;
  }
}

.btn-link-light {
  font-family: "Geist", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: clamp(0.75rem, 0.75rem + 0.125 * (100vw - 48rem) / 27, 0.875rem);
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.btn-link-light svg {
  font-size: clamp(0.875rem, 0.875rem + 0.125 * (100vw - 48rem) / 27, 1rem);
}
.btn-link-light:hover, .btn-link-light:focus-visible {
  color: #362925;
}
.btn-link-light:hover svg, .btn-link-light:focus-visible svg {
  animation: btn-rarr 0.4s ease-in-out;
}
.btn-link-light {
  color: #f7f1e8;
}

.btn-link-dark {
  font-family: "Geist", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: clamp(0.75rem, 0.75rem + 0.125 * (100vw - 48rem) / 27, 0.875rem);
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.btn-link-dark svg {
  font-size: clamp(0.875rem, 0.875rem + 0.125 * (100vw - 48rem) / 27, 1rem);
}
.btn-link-dark:hover, .btn-link-dark:focus-visible {
  color: #362925;
}
.btn-link-dark:hover svg, .btn-link-dark:focus-visible svg {
  animation: btn-rarr 0.4s ease-in-out;
}
.btn-link-dark {
  color: #671e3a;
}

.btn-md span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-block-size: clamp(2.25rem, 2.25rem + 0.25 * (100vw - 36rem) / 39, 2.5rem);
  border-radius: 0.375rem;
}
.btn-md span.btn-label {
  padding-inline: clamp(0.75rem, 0.75rem + 0.25 * (100vw - 36rem) / 39, 1rem);
}
.btn-md span.svg-block {
  inline-size: clamp(2.25rem, 2.25rem + 0.25 * (100vw - 36rem) / 39, 2.5rem);
  overflow: hidden;
}
.btn-md svg {
  font-size: clamp(1.25rem, 1.25rem + 0.25 * (100vw - 36rem) / 39, 1.5rem);
}

.btn-disabled {
  pointer-events: none;
}

.btn-fill {
  inline-size: 100%;
}

.section-display-off {
  display: none !important;
}

:where(.section) {
  overflow: hidden;
  /* stylelint-disable */
}
:where(.section).spacing-top-small {
  padding-top: clamp(1.25rem, 1.25rem + 1.25 * (100vw - 48rem) / 27, 2.5rem);
}
:where(.section) {
  /* stylelint-enable */
  /* stylelint-disable */
}
:where(.section).spacing-bottom-small {
  padding-bottom: clamp(1.25rem, 1.25rem + 1.25 * (100vw - 48rem) / 27, 2.5rem);
}
:where(.section) {
  /* stylelint-enable */
  /* stylelint-disable */
}
:where(.section).spacing-top-medium {
  padding-top: clamp(2.5rem, 2.5rem + 2.5 * (100vw - 48rem) / 27, 5rem);
}
:where(.section) {
  /* stylelint-enable */
  /* stylelint-disable */
}
:where(.section).spacing-bottom-medium {
  padding-bottom: clamp(2.5rem, 2.5rem + 2.5 * (100vw - 48rem) / 27, 5rem);
}
:where(.section) {
  /* stylelint-enable */
  /* stylelint-disable */
}
:where(.section).spacing-top-large {
  padding-top: clamp(4.375rem, 4.375rem + 2.5 * (100vw - 48rem) / 27, 6.875rem);
}
:where(.section) {
  /* stylelint-enable */
  /* stylelint-disable */
}
:where(.section).spacing-bottom-large {
  padding-bottom: clamp(4.375rem, 4.375rem + 2.5 * (100vw - 48rem) / 27, 6.875rem);
}
:where(.section) {
  /* stylelint-enable */
  /* stylelint-disable */
}
:where(.section).spacing-top-xlarge {
  padding-top: clamp(6.25rem, 6.25rem + 3.125 * (100vw - 48rem) / 27, 9.375rem);
}
:where(.section) {
  /* stylelint-enable */
  /* stylelint-disable */
}
:where(.section).spacing-bottom-xlarge {
  padding-bottom: clamp(6.25rem, 6.25rem + 3.125 * (100vw - 48rem) / 27, 9.375rem);
}
:where(.section) {
  /* stylelint-enable */
  /* stylelint-disable */
}
:where(.section).spacing-top-custom {
  padding-top: clamp(var(--spacing-top-mobile) * 1px, var(--spacing-top-mobile) * 1px + (var(--spacing-top-desktop) - var(--spacing-top-mobile)) * (100vw - 576px) / 624, var(--spacing-top-desktop) * 1px);
}
:where(.section) {
  /* stylelint-enable */
  /* stylelint-disable */
}
:where(.section).spacing-bottom-custom {
  padding-bottom: clamp(var(--spacing-bottom-mobile) * 1px, var(--spacing-bottom-mobile) * 1px + (var(--spacing-bottom-desktop) - var(--spacing-bottom-mobile)) * (100vw - 576px) / 624, var(--spacing-bottom-desktop) * 1px);
}
:where(.section) {
  /* stylelint-enable */
}

.spacing-top-small {
  padding-top: clamp(1.25rem, 1.25rem + 1.25 * (100vw - 48rem) / 27, 2.5rem);
}

.spacing-bottom-small {
  padding-bottom: clamp(1.25rem, 1.25rem + 1.25 * (100vw - 48rem) / 27, 2.5rem);
}

.spacing-top-medium {
  padding-top: clamp(2.5rem, 2.5rem + 2.5 * (100vw - 48rem) / 27, 5rem);
}

.spacing-bottom-medium {
  padding-bottom: clamp(2.5rem, 2.5rem + 2.5 * (100vw - 48rem) / 27, 5rem);
}

.spacing-top-large {
  padding-top: clamp(4.375rem, 4.375rem + 2.5 * (100vw - 48rem) / 27, 6.875rem);
}

.spacing-bottom-large {
  padding-bottom: clamp(4.375rem, 4.375rem + 2.5 * (100vw - 48rem) / 27, 6.875rem);
}

.spacing-top-xlarge {
  padding-top: clamp(6.25rem, 6.25rem + 3.125 * (100vw - 48rem) / 27, 9.375rem);
}

.spacing-bottom-xlarge {
  padding-bottom: clamp(6.25rem, 6.25rem + 3.125 * (100vw - 48rem) / 27, 9.375rem);
}

.text-label {
  background-color: rgba(103, 30, 58, 0.1);
  color: #671e3a;
  font-family: "Geist", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-block: 0.25rem;
  padding-inline: 0.5rem;
  border-radius: 0.25rem;
}

.visual-editor-section {
  font-family: "Geist", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
.visual-editor-section.layout-small .inner-container {
  max-inline-size: 37.5rem;
  margin: 0 auto;
}
.visual-editor-section.layout-medium .inner-container {
  max-inline-size: 50rem;
  margin: 0 auto;
}
.visual-editor-section.layout-large .inner-container {
  max-inline-size: 62.5rem;
  margin: 0 auto;
}
.visual-editor-section a:not([class]) {
  color: #1f2261;
}
.visual-editor-section p {
  margin-block-end: 1.5rem;
}
.visual-editor-section p:last-child {
  margin-block-end: 0;
}
.visual-editor-section a {
  text-decoration: underline;
}
.visual-editor-section h1,
.visual-editor-section h2,
.visual-editor-section h3,
.visual-editor-section h4,
.visual-editor-section h5,
.visual-editor-section h6 {
  font-family: "Geist", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-block-end: 0.75rem;
}
.visual-editor-section h1:not(:first-child),
.visual-editor-section h2:not(:first-child),
.visual-editor-section h3:not(:first-child),
.visual-editor-section h4:not(:first-child),
.visual-editor-section h5:not(:first-child),
.visual-editor-section h6:not(:first-child) {
  margin-block-start: clamp(1.5rem, 1.5rem + 0.5 * (100vw - 48rem) / 27, 2rem);
}
.visual-editor-section ul,
.visual-editor-section ol {
  padding-inline-start: 1.25rem;
  margin-block-end: 1rem;
}
.visual-editor-section li {
  margin-block-end: 0.5rem;
}

.img-link {
  overflow: hidden;
}
.img-link img {
  transition: 200ms ease-out;
}
.img-link:hover img, .img-link:focus-visible img {
  transform: scale(1.2);
}

.text-link {
  --line-color: #671e3a;
}
.text-link:hover, .text-link:focus-visible {
  text-decoration: underline var(--line-color) 1px;
  text-underline-offset: 2px;
}

/* ----------  Required  ---------- */
.list-unstyled {
  margin-block: 0;
  margin-inline-start: 0;
}
.list-unstyled > li {
  list-style: none;
  margin-block-end: 0;
}

svg {
  flex-shrink: 0;
  inline-size: 1em;
  block-size: 1em;
}

.img-fluid,
.img-responsive,
img[class*=wp-image-] {
  inline-size: auto;
  block-size: auto;
  max-block-size: 100%;
}

.img-cover-block {
  position: relative;
  overflow: hidden;
}
.img-cover-block .img-desktop.has-mobile {
  display: none;
}
@media (width >= 768px) {
  .img-cover-block .img-mobile {
    display: none;
  }
  .img-cover-block .img-desktop.has-mobile {
    display: block;
  }
}

.img-cover {
  inline-size: 100%;
  block-size: 100%;
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  object-fit: cover;
  object-position: center;
}

.img-contain {
  inline-size: 100%;
  block-size: 100%;
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  object-fit: contain;
  object-position: center;
}

.img-link {
  overflow: hidden;
}
.img-link img {
  transition: 200ms ease-out;
}
.img-link:hover img, .img-link:focus-visible img {
  transform: scale(1.2);
}

.alignnone,
.alignleft,
.alignright,
.aligncenter,
.wp-post-image {
  inline-size: auto;
  block-size: auto;
}

.alignleft {
  margin-block-end: 1.25rem;
}
@media (width >= 768px) {
  .alignleft {
    float: inline-start;
    margin-block-end: 1.25rem;
    margin-inline-end: 1.25rem;
  }
}

.alignright {
  margin-block-end: 1.25rem;
}
@media (width >= 768px) {
  .alignright {
    float: inline-end;
    margin-block-end: 1.25rem;
    margin-inline-start: 1.25rem;
  }
}