@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
@import url("./src/tabs.css");
@import url("./src/menu.css");
@import url("./src/form.css");
@import url("./src/swiper-bundle.min.css");
@import url("./src/plyr.css");
/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  max-width: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (min-width: 1024px){
  .container{
    max-width: 1100px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1240px;
  }
}
@media (min-width: 1380px){
  .container{
    max-width: 1370px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1440px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1650px){
  .container{
    max-width: 1550px;
  }
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.-left-10{
  left: -2.5rem;
}
.-right-\[40px\]{
  right: -40px;
}
.-top-12{
  top: -3rem;
}
.-top-16{
  top: -4rem;
}
.-top-20{
  top: -5rem;
}
.-top-28{
  top: -7rem;
}
.-top-32{
  top: -8rem;
}
.bottom-12{
  bottom: 3rem;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.right-24{
  right: 6rem;
}
.right-3{
  right: 0.75rem;
}
.top-0{
  top: 0px;
}
.top-24{
  top: 6rem;
}
.top-3{
  top: 0.75rem;
}
.top-\[148px\]{
  top: 148px;
}
.top-\[calc\(100vh-89px\)\]{
  top: calc(100vh - 89px);
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-4{
  margin-left: 1rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-8{
  height: 2rem;
}
.h-\[calc\(100vh-54px\)\]{
  height: calc(100vh - 54px);
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.min-h-\[700px\]{
  min-height: 700px;
}
.min-h-\[calc\(100vh-240px\)\]{
  min-height: calc(100vh - 240px);
}
.w-1\/3{
  width: 33.333333%;
}
.w-10\/12{
  width: 83.333333%;
}
.w-8{
  width: 2rem;
}
.w-\[10\%\]{
  width: 10%;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.max-w-full{
  max-width: 100%;
}
.flex-\[0_0_auto\]{
  flex: 0 0 auto;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-2{
  gap: 0.5rem;
}
.gap-24{
  gap: 6rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.overflow-y-visible{
  overflow-y: visible;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-\[\#5A6871\]{
  --tw-border-opacity: 1;
  border-color: rgb(90 104 113 / var(--tw-border-opacity));
}
.border-gold{
  --tw-border-opacity: 1;
  border-color: rgb(201 171 129 / var(--tw-border-opacity));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(201 171 129 / var(--tw-border-opacity));
}
.border-b-gold{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(201 171 129 / var(--tw-border-opacity));
}
.bg-\[\#424649\]{
  --tw-bg-opacity: 1;
  background-color: rgb(66 70 73 / var(--tw-bg-opacity));
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.8\)\]{
  background-color: rgba(0,0,0,0.8);
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.9\)\]{
  background-color: rgba(0,0,0,0.9);
}
.bg-background{
  --tw-bg-opacity: 1;
  background-color: rgb(26 39 24 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(201 171 129 / var(--tw-bg-opacity));
}
.bg-cover{
  background-size: cover;
}
.bg-fixed{
  background-attachment: fixed;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-3{
  padding: 0.75rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-36{
  padding-bottom: 9rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.font-gamorond{
  font-family: 'EB Garamond', serif;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sectionHeading{
  font-size: clamp(2rem,2.5vw,3.75rem);
  line-height: 1.25;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.leading-relaxed{
  line-height: 1.625;
}
.text-\[\#89939A\]{
  --tw-text-opacity: 1;
  color: rgb(137 147 154 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gold{
  --tw-text-opacity: 1;
  color: rgb(201 171 129 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(201 171 129 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.outline{
  outline-style: solid;
}
.-outline-offset-\[12px\]{
  outline-offset: -12px;
}
.outline-primary{
  outline-color: #C9AB81;
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-300{
  transition-delay: 300ms;
}
.duration-300{
  transition-duration: 300ms;
}
@media screen and (min-width: 1024px) {
  main {
    overflow: unset !important;
  }
}

:root {
  --primary: #c9ab81;
}
body,
html {
  font-family: "Inter", sans-serif;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--primary);
}

.menu-item:hover,
.menu-item-active {
  color: #c9ab81;
}
.menu-item {
  transition: 0.3s ease;
}
.swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4 14L16 18.6L14.6 20L8.6 14L14.6 8L16 9.4L11.4 14Z' fill='white'/%3E%3Ccircle cx='13.5' cy='13.5' r='12.5' transform='rotate(-180 13.5 13.5)' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.6 13L11 8.4L12.4 7L18.4 13L12.4 19L11 17.6L15.6 13Z' fill='white'/%3E%3Ccircle cx='13.5' cy='13.5' r='12.5' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}
.afterGoldRight {
  position: relative;
}
.afterGoldRight::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid var(--primary);
  bottom: -1rem;
  left: 1rem;
  z-index: 12;
}
.afterGoldRight::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 162px;
  border-right: 1px solid var(--primary);
  right: -1rem;
  bottom: -1rem;
  z-index: 12;
}
.afterGoldRightTop {
  position: relative;
}
.afterGoldRightTop::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid var(--primary);
  top: -1rem;
  left: 1rem;
  z-index: 12;
}
.afterGoldRightTop::after {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 85px);
  border-right: 1px solid var(--primary);
  right: -1rem;
  top: -1rem;
  z-index: 12;
}

.afterGoldLeftTop {
  position: relative;
}
.afterGoldLeftTop::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid var(--primary);
  top: -1rem;
  left: -1rem;
  z-index: 12;
}
.afterGoldLeftTop::after {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 85px);
  border-left: 1px solid var(--primary);
  left: -1rem;
  top: -1rem;
  z-index: 12;
}

/* ... */
.afterGoldBottomLeft {
  position: relative;
}
.afterGoldBottomLeft::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid var(--primary);
  bottom: -1rem;
  right: 1rem;
  z-index: 12;
}
.afterGoldBottomLeft::after {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 33px);
  border-left: 1px solid var(--primary);
  left: -1rem;
  top: 3rem;
  z-index: 12;
}

.quote-text {
  position: relative;
}
.quote-text::before {
  content: "“";
  position: absolute;
  left: -2rem;
  top: -2rem;
  font-size: 60px;
  color: var(--primary);
  line-height: 1;

  font-family: "EB Garamond", serif;
}

.quote-text::after {
  content: "”";
  position: absolute;
  right: -2rem;
  bottom: -4rem;
  font-size: 60px;
  font-family: "EB Garamond", serif;
  color: var(--primary);
  line-height: 1;
}
.swiper-slide {
  height: auto;
}
@media screen and (max-width: 1024px) {
  .quote-text::after {
    right: 1rem;
  }
  .quote-text::before {
    left: 1rem;
  }
}

.aligncenter,
.alignleft,
.alignright {
  display: block;
  padding: 0;
}

.aligncenter {
  float: none;
  margin: 0.5em auto 1em;
}

.alignright {
  float: right;
  margin: 0.5em 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 1em 0;
}

.wp-caption {
  padding: 5px 0;
  border: 1px solid #555;
  background: #444;
  text-align: center;
}

.wp-caption img {
  display: inline;
}

.wp-caption p.wp-caption-text {
  margin: 5px 0 0;
  padding: 0;
  text-align: center;
  font-size: 75%;
  font-weight: 100;
  font-style: italic;
  color: #ddd;
}

.gallery {
  position: relative;
}

.hero-content {
  position: relative;
  z-index: 1000;
}

.hero-content h1 {
  margin-top: 45px;
}

.second-section {
  padding-top: 177px;
  margin-top: -226px;
}

.second-section:before {
  content: '';
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 177px;
  background-color: #1A2718;
  z-index: 10;
}

.second-section:after{
  content: '';
  position: absolute;
  bottom:0;
  left:0;
  width: 100%;
  height: 30%;
  background-color: #1A2718;
  z-index: 10;
}

.images-grid-slider-left {
  display: flex;
  gap: 27px;
  position: relative;
  margin-top: -177px;
  z-index: 300;
}

.images-grid-slider-left > div:first-child {
    width: 42%;
}

.images-grid-slider-left .swiper {
  width: 100%;
}

.images-grid-slider-left .swiper .swiper-slide img {
  width: 100%;
}

.images-grid-slider-left > .gallery {
   padding-top: 145px;
   width: calc(58% - 27px);
}

.images-grid-slider-left .gallery .gallery-item img {
  width: 100%;
}

.images-grid-slider-left .gallery {
  gap: 33px;
}

.third-section {
  padding-top: 88px;
  padding-bottom: 380px;
}

/* fourth section */

.fourth-section:before {
  content: '';
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 177px;
  background-color: #1A2718;
  z-index: 10;
}

.fourth-section:after{
  content: '';
  position: absolute;
  bottom:0;
  left:0;
  width: 100%;
  height: 30%;
  background-color: #1A2718;
  z-index: 10;
}

.images-grid-slider-right {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: -177px;
  z-index: 300;
  gap: 27px;
}

.images-grid-slider-right > div:last-child {
    width: 42%;
}

.images-grid-slider-right .swiper {
  width: 100%;
}

.images-grid-slider-right .swiper .swiper-slide img {
  width: 100%;
}

.images-grid-slider-right > .gallery {
   width: calc(58% - 27px);
}

.images-grid-slider-right > .gallery .gallery-item img {
  width: 100%;
}

.images-grid-slider-right .gallery {
  gap: 33px;
}

/* fifth section */
.fifth-section {
  padding-top: 198px;
  padding-bottom: 163px;
}

.fifth-section h2 {
  margin-bottom: 61px;
}

/* sixth seciton */
.sixth-section {
  overflow: hidden;
}

.sixth-section:before {
  content: '';
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 167px;
  background-color: #1A2718;
  z-index: 10;
}

.sixth-section:after{
  content: '';
  position: absolute;
  bottom:0;
  left:0;
  width: 100%;
  height: 23%;
  background-color: #1A2718;
  z-index: 10;
}

.sixth-section img {
  height: 130%;
}

.sixth-section .video {
  border: 20px solid #1A2718;
  z-index: 300;
}

.sixth-section video {
  width: 100% !important;
}

.plyr__controls {
  display: none; /* Ukrywa pasek sterowania na starcie */
}

.plyr__control.plyr__control--overlaid {
  width: 160px !important;
  height: 160px !important;
  border: 10px solid #fff;
  background: url('../../assets/images/play.svg') !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 53px 87px !important;
}

.plyr__control.plyr__control--overlaid svg {
  display: none;
}

.plyr__control.plyr__control--overlaid:hover {
  background-color: #1A2718 !important;
}

.conference-right {
  transform: scaleX(-1);
}

.right-gallery-decor {
  right: 68px;
  bottom: -30px;
}


.fifth-section h2::before {
    content: '';
    position: absolute;
    bottom: -15px;
    right: -5px;
    width: calc(100% + 25px);
    height: 300px;
    border-left: 2px solid #C9AB81;
    border-bottom: 2px solid #C9AB81;
    pointer-events: none;
  }

   .fifth-section h2::after {
    content: '';
    position: absolute;
    bottom: -35px;
    right: -5px;
    width: calc(100% + 5px);
    height: 320px;
    border-left: 2px solid #C9AB81;
    border-bottom: 2px solid #C9AB81;
    pointer-events: none;
  }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-content .flex img { width: 100%;}
}

@media screen and (min-width: 768px ) and (max-width: 1023px) {
  .conference-hero .grid  {
    grid-template-columns: repeat(2, 1fr);
  }

  .second-section {
    margin-top: -80px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
  .second-section {
    margin-top: -80px;
  }
}

@media screen and (min-width: 768px) {
  .right-gallery-decor {
    right: -76%;
  }
}



@media screen and (max-width: 768px) {

  .hero-content .flex {
    position: relative;
  }

  .hero-content  .flex::before {
    content: '';
    position: absolute;
    right: 0px;
    top: -6px;
    height: calc(100% + 77px);
    width: calc(100% + 13px);
    border-top: 2px solid #C9AB81;
    border-right: 2px solid #C9AB81;
  }

  .hero-content .flex:after {
    content: '';
    position: absolute;
    right: -6px;
    top: 0px;
    height: calc(100% + 71px);
    width: calc(100% + 19px);
    border-top: 2px solid #C9AB81;
    border-right: 2px solid #C9AB81;
  }

  .conference-right-mobile {
    right: 0;
    bottom: -64px;
  }

  .images-grid-slider-left .swiper,
  .images-grid-slider-right .swiper {
      width: calc(100% - 24px);
  }

  .page-template-template-conference .container {
    padding-inline: 0 !important;
    margin-inline: 30px !important;
  }

   .page-template-template-conference main p {
    font-size: 18px;
   }

  .plyr__control.plyr__control--overlaid {
    width: 40px !important;
    height: 40px !important;
    border: 5px solid #fff;
    background: url('../../assets/images/play.svg') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 13px 21px !important;
  }

  /* hero */

  .conference-hero {
    padding-bottom: 50px;
  }

  .hero-content > div:last-child {
    order: -1;
  }

  .hero-content {
    padding-inline: 0 !important;
  }

  .images-grid-slider-left {
    flex-direction: column-reverse;
    margin-top: 0;
    gap: 57px;
  }

  .images-grid-slider-left > div{
    width: 100% !important;
  }

  .images-grid-slider-left > .gallery {
    padding-top: 0px;
  }

  .right-gallery-decor  {
    transform: scaleX(-1);
    bottom: unset;
    top: -20px;
    left: -10px;
  }
  /* second */
  .second-section {
    padding-top: 62px;
    margin-top: 0;
  }

  .second-section::before {
    display: none;
  }

  .second-section:after {
    height: 42%;
  }

  .third-section {
    padding-bottom: 58px;
  }

  .fourth-section {
    padding-top: 54px;
  }

  .fourth-section::before {
    display: none;
  }

  .fourth-section::after{
      height: 39%;
  }

  .fifth-section {
    padding-top: 40px;
    padding-bottom: 93px;
    text-align: center;
  }


  .fifth-section h2::before {
    content: '';
    position: absolute;
    bottom: -25px;
    right: -5px;
    width: calc(100% + 5px);
    height: 300px;
    border-left: 2px solid #C9AB81;
    border-bottom: 2px solid #C9AB81;
    pointer-events: none;
  }

   .fifth-section h2::after {
    content: '';
    position: absolute;
    bottom: -31px;
    right: -5px;
    width: calc(100% - 1px);
    height: 320px;
    border-left: 2px solid #C9AB81;
    border-bottom: 2px solid #C9AB81;
    pointer-events: none;
  }

  .images-grid-slider-right {
    margin-top: 0;
    flex-direction: column-reverse;
    gap: 57px;
  }

  .images-grid-slider-right > div {
    width: 100% !important;
  }

  .images-grid-slider-left .block::before {
    content: '';
    position: absolute;
    left: -3px;
    bottom: -27px;
    height: calc(100% + 38px);
    width: calc(100% + 19px);
    border-bottom: 2px solid #C9AB81;
    border-left: 2px solid #C9AB81;
  }

  .images-grid-slider-left .block::after {
    content: '';
    position: absolute;
    left: -9px;
    bottom: -20px;
    height: calc(100% + 31px);
    width: calc(100% + 25px);
    border-bottom: 2px solid #C9AB81;
    border-left: 2px solid #C9AB81;
  }

  .images-grid-slider-right .block::before {
    content: '';
    position: absolute;
    right: 0px;
    top: -17px;
    height: calc(100% + 38px);
    width: calc(100% + 19px);
    border-top: 2px solid #C9AB81;
    border-right: 2px solid #C9AB81;
  }

  .images-grid-slider-right .block::after {
    content: '';
    position: absolute;
    right: -6px;
    top: -10px;
    height: calc(100% + 31px);
    width: calc(100% + 25px);
    border-top: 2px solid #C9AB81;
    border-right: 2px solid #C9AB81;
  }

  .images-grid-slider-right > .gallery {
    margin-top: 0;
  }

  .sixth-section .video {
    border: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .conference-hero {
    padding-top: 50px;
  }

  
}

@media screen and (min-width: 768px) {
  .fifth-img {
    width: 10% !important;
    bottom: -2px !important;
  }

  /* hero */
  .hero-decor {
    position: relative;
    pointer-events: none;
  }

  .hero-decor::before {
    content: '';
    position: absolute;
    left:-37px;
    top: -327px;
    width: 100%;
    height: 300px;
    border-left: 2px solid #C9AB81;
    z-index: 100;
     pointer-events: none;
  }

  .hero-decor::after {
    content: '';
    position: absolute;
    left:-57px;
    top: -347px;
    width: 100%;
    height: 300px;
    border-left: 2px solid #C9AB81;
    z-index: 100;
     pointer-events: none;
  }

  .hero-decor-2::before {
    content: '';
    position: absolute;
    left:-37px;
    top: -27px;
    width: 100%;
    height: 140%;
    border-top: 2px solid #C9AB81;
    border-right: 2px solid #C9AB81;
    z-index: 100;
     pointer-events: none;
  }

  .hero-decor-2::after {
    content: '';
    position: absolute;
    left:-57px;
    top: -47px;
    width: 100%;
    height: 140%;
    border-top: 2px solid #C9AB81;
    border-right: 2px solid #C9AB81;
    z-index: 100;
     pointer-events: none;
  }

  /* second */
  .second-decor::before {
    content: '';
    position: absolute;
    bottom: 8%;
    left: 120px;
    width: 80%;
    height: 300px;
    border-left: 2px solid #C9AB81;
    border-bottom: 2px solid #C9AB81;
    z-index: 100;
     pointer-events: none;
  }

  .second-decor::after {
    content: '';
    position: absolute;
    bottom: calc(8% + 20px);
    left: 100px;
    width: 80%;
    height: 300px;
    border-left: 2px solid #C9AB81;
    border-bottom: 2px solid #C9AB81;
    z-index: 100;
     pointer-events: none;
  }

  /* third */
  .third-decor::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 350%;
    bottom: -240px;
    right: 40px;
    border-right: 2px solid #C9AB81;
    border-bottom: 2px solid #C9AB81;
    z-index: 100;
     pointer-events: none;
  }

  .third-decor::after {
    content: '';
    position: absolute;
    width: 80%;
    height: 350%;
    bottom: -260px;
    right: 60px;
    border-right: 2px solid #C9AB81;
    border-bottom: 2px solid #C9AB81;
    z-index: 100;
    pointer-events: none;
  }
}
  /* fifth */


@media screen and (min-width: 1024px) {
  .fifth-img {
    bottom: -60px;
    z-index: 100;
  }
}


#menu-overlay {
  z-index: 20000;
}


@media screen and (min-width: 1024px) and (max-width: 1535px) {
  .hero-decor::before {
    left: -53px;
  }
  .hero-decor::after {
    left: -73px;
  }
}


.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(201 171 129 / var(--tw-bg-opacity));
}


.hover\:bg-transparent:hover{
  background-color: transparent;
}


.hover\:text-gold:hover{
  --tw-text-opacity: 1;
  color: rgb(201 171 129 / var(--tw-text-opacity));
}


.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(201 171 129 / var(--tw-text-opacity));
}


.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}


@media (min-width: 768px){
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
}


@media (min-width: 1024px){
  .lg\:-top-14{
    top: -3.5rem;
  }
  .lg\:-top-24{
    top: -6rem;
  }
  .lg\:-top-8{
    top: -2rem;
  }
  .lg\:left-24{
    left: 6rem;
  }
  .lg\:right-28{
    right: 7rem;
  }
  .lg\:top-\[calc\(100vh-60px\)\]{
    top: calc(100vh - 60px);
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lg\:-mt-12{
    margin-top: -3rem;
  }
  .lg\:-mt-14{
    margin-top: -3.5rem;
  }
  .lg\:-mt-\[100px\]{
    margin-top: -100px;
  }
  .lg\:-mt-\[140px\]{
    margin-top: -140px;
  }
  .lg\:-mt-\[150px\]{
    margin-top: -150px;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-32{
    margin-bottom: 8rem;
  }
  .lg\:mb-8{
    margin-bottom: 2rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-28{
    margin-top: 7rem;
  }
  .lg\:mt-32{
    margin-top: 8rem;
  }
  .lg\:mt-4{
    margin-top: 1rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:min-h-\[800px\]{
    min-height: 800px;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-3\/4{
    width: 75%;
  }
  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:gap-12{
    gap: 3rem;
  }
  .lg\:gap-16{
    gap: 4rem;
  }
  .lg\:gap-24{
    gap: 6rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .lg\:px-\[100px\]{
    padding-left: 100px;
    padding-right: 100px;
  }
  .lg\:px-\[200px\]{
    padding-left: 200px;
    padding-right: 200px;
  }
  .lg\:px-\[60px\]{
    padding-left: 60px;
    padding-right: 60px;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:py-\[100px\]{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pb-24{
    padding-bottom: 6rem;
  }
  .lg\:pb-28{
    padding-bottom: 7rem;
  }
  .lg\:pb-\[164px\]{
    padding-bottom: 164px;
  }
  .lg\:pl-16{
    padding-left: 4rem;
  }
  .lg\:pr-16{
    padding-right: 4rem;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pt-32{
    padding-top: 8rem;
  }
  .lg\:pt-\[200px\]{
    padding-top: 200px;
  }
  .lg\:pt-\[240px\]{
    padding-top: 240px;
  }
  .lg\:pt-\[250px\]{
    padding-top: 250px;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-\[60px\]{
    font-size: 60px;
  }
}


.\[\&_h2\]\:mb-8 h2{
  margin-bottom: 2rem;
}


.\[\&_h2\]\:text-sectionHeading h2{
  font-size: clamp(2rem,2.5vw,3.75rem);
  line-height: 1.25;
}


.\[\&_h3\]\:mb-8 h3{
  margin-bottom: 2rem;
}


.\[\&_h4\]\:mb-8 h4{
  margin-bottom: 2rem;
}


.\[\&_iframe\]\:w-full iframe{
  width: 100%;
}


.\[\&_img\]\:max-w-\[80px\] img{
  max-width: 80px;
}