@charset "UTF-8";
:root {
  --primary-color: #007cba;
  --secondary-color: #666;
  --accent-color: #007cba;
  --background-color: #fff;
  --text-color: #333;
  --border-color: #e0e0e0;
  --container-width: 1200px;
}

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #007cba;
  --bs-secondary: #666;
  --bs-success: #28a745;
  --bs-info: #17a2b8;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #333;
  --bs-primary-rgb: 0, 124, 186;
  --bs-secondary-rgb: 102, 102, 102;
  --bs-success-rgb: 40, 167, 69;
  --bs-info-rgb: 23, 162, 184;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 51, 51, 51;
  --bs-primary-text-emphasis: rgb(0, 49.6, 74.4);
  --bs-secondary-text-emphasis: rgb(40.8, 40.8, 40.8);
  --bs-success-text-emphasis: rgb(16, 66.8, 27.6);
  --bs-info-text-emphasis: rgb(9.2, 64.8, 73.6);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(204, 228.8, 241.2);
  --bs-secondary-bg-subtle: rgb(224.4, 224.4, 224.4);
  --bs-success-bg-subtle: rgb(212, 237.4, 217.8);
  --bs-info-bg-subtle: rgb(208.6, 236.4, 240.8);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(153, 202.6, 227.4);
  --bs-secondary-border-subtle: rgb(193.8, 193.8, 193.8);
  --bs-success-border-subtle: rgb(169, 219.8, 180.6);
  --bs-info-border-subtle: rgb(162.2, 217.8, 226.6);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #007cba;
  --bs-link-color-rgb: 0, 124, 186;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(0, 99.2, 148.8);
  --bs-link-hover-color-rgb: 0, 99, 149;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(0, 124, 186, 0.25);
  --bs-form-valid-color: #28a745;
  --bs-form-valid-border-color: #28a745;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(102, 176.4, 213.6);
  --bs-secondary-text-emphasis: rgb(163.2, 163.2, 163.2);
  --bs-success-text-emphasis: rgb(126, 202.2, 143.4);
  --bs-info-text-emphasis: rgb(115.8, 199.2, 212.4);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(0, 24.8, 37.2);
  --bs-secondary-bg-subtle: rgb(20.4, 20.4, 20.4);
  --bs-success-bg-subtle: rgb(8, 33.4, 13.8);
  --bs-info-bg-subtle: rgb(4.6, 32.4, 36.8);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(0, 74.4, 111.6);
  --bs-secondary-border-subtle: rgb(61.2, 61.2, 61.2);
  --bs-success-border-subtle: rgb(24, 100.2, 41.4);
  --bs-info-border-subtle: rgb(13.8, 97.2, 110.4);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(102, 176.4, 213.6);
  --bs-link-hover-color: rgb(132.6, 192.12, 221.88);
  --bs-link-color-rgb: 102, 176, 214;
  --bs-link-hover-color-rgb: 133, 192, 222;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

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

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

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

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.6rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.6rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #000 !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(0, 99, 149, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 99, 149, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(82, 82, 82, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(82, 82, 82, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(83, 185, 106, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(83, 185, 106, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(69, 181, 198, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(69, 181, 198, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(41, 41, 41, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(41, 41, 41, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  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;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #007cba;
  --bs-btn-border-color: #007cba;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(0, 105.4, 158.1);
  --bs-btn-hover-border-color: rgb(0, 99.2, 148.8);
  --bs-btn-focus-shadow-rgb: 38, 144, 196;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(0, 99.2, 148.8);
  --bs-btn-active-border-color: rgb(0, 93, 139.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #007cba;
  --bs-btn-disabled-border-color: #007cba;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #666;
  --bs-btn-border-color: #666;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(86.7, 86.7, 86.7);
  --bs-btn-hover-border-color: rgb(81.6, 81.6, 81.6);
  --bs-btn-focus-shadow-rgb: 125, 125, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(81.6, 81.6, 81.6);
  --bs-btn-active-border-color: rgb(76.5, 76.5, 76.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #666;
  --bs-btn-disabled-border-color: #666;
}

.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #28a745;
  --bs-btn-border-color: #28a745;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(72.25, 180.2, 96.9);
  --bs-btn-hover-border-color: rgb(61.5, 175.8, 87.6);
  --bs-btn-focus-shadow-rgb: 34, 142, 59;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(83, 184.6, 106.2);
  --bs-btn-active-border-color: rgb(61.5, 175.8, 87.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #28a745;
  --bs-btn-disabled-border-color: #28a745;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #17a2b8;
  --bs-btn-border-color: #17a2b8;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(57.8, 175.95, 194.65);
  --bs-btn-hover-border-color: rgb(46.2, 171.3, 191.1);
  --bs-btn-focus-shadow-rgb: 20, 138, 156;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(69.4, 180.6, 198.2);
  --bs-btn-active-border-color: rgb(46.2, 171.3, 191.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #17a2b8;
  --bs-btn-disabled-border-color: #17a2b8;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #333;
  --bs-btn-border-color: #333;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(81.6, 81.6, 81.6);
  --bs-btn-hover-border-color: rgb(71.4, 71.4, 71.4);
  --bs-btn-focus-shadow-rgb: 82, 82, 82;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(91.8, 91.8, 91.8);
  --bs-btn-active-border-color: rgb(71.4, 71.4, 71.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #333;
  --bs-btn-disabled-border-color: #333;
}

.btn-outline-primary {
  --bs-btn-color: #007cba;
  --bs-btn-border-color: #007cba;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #007cba;
  --bs-btn-hover-border-color: #007cba;
  --bs-btn-focus-shadow-rgb: 0, 124, 186;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #007cba;
  --bs-btn-active-border-color: #007cba;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #007cba;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #007cba;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #666;
  --bs-btn-border-color: #666;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #666;
  --bs-btn-hover-border-color: #666;
  --bs-btn-focus-shadow-rgb: 102, 102, 102;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #666;
  --bs-btn-active-border-color: #666;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #666;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #666;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #28a745;
  --bs-btn-border-color: #28a745;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #28a745;
  --bs-btn-hover-border-color: #28a745;
  --bs-btn-focus-shadow-rgb: 40, 167, 69;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #28a745;
  --bs-btn-active-border-color: #28a745;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #28a745;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #28a745;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #17a2b8;
  --bs-btn-border-color: #17a2b8;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #17a2b8;
  --bs-btn-hover-border-color: #17a2b8;
  --bs-btn-focus-shadow-rgb: 23, 162, 184;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #17a2b8;
  --bs-btn-active-border-color: #17a2b8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #17a2b8;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #17a2b8;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #333;
  --bs-btn-border-color: #333;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #333;
  --bs-btn-hover-border-color: #333;
  --bs-btn-focus-shadow-rgb: 51, 51, 51;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #333;
  --bs-btn-active-border-color: #333;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #333;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #333;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 38, 144, 196;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.125rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 124, 186, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #007cba;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.40625rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.125rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.125rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.8rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-top,
  .card-group > .card:not(:last-child) > .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-bottom,
  .card-group > .card:not(:last-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-top,
  .card-group > .card:not(:first-child) > .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-bottom,
  .card-group > .card:not(:first-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-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, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%280, 49.6, 74.4%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 124, 186, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28102, 176.4, 213.6%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28102, 176.4, 213.6%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  line-height: 1.6;
  color: var(--text-color);
  background-color: var(--background-color);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 0.5rem 0;
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-semibold);
  line-height: 1.2;
}

p {
  margin: 0 0 1rem 0;
}

a {
  color: var(--accent-color);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

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

button {
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

ul, ol {
  margin: 0 0 1rem 0;
  padding-left: 2rem;
}

figure {
  margin: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  color: var(--text-color);
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.125rem;
  font-weight: 300;
}

.text-muted {
  color: var(--secondary-color);
}

.text-small {
  font-size: 0.875rem;
}

@media (max-width: 992px) {
  h1, .h1 {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 1.75rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
  }
}
.container {
  max-width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

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

.alignleft {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.alignright {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.wp-caption {
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  font-size: 0.875rem;
  color: var(--secondary-color);
  margin-top: 0.5rem;
}

.site-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-header {
  flex-shrink: 0;
}

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

.site-footer {
  flex-shrink: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col {
  flex: 1 0 0%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.site-header {
  background-color: #2d3748;
  border-bottom: 1px solid #4a5568;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.site-header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}
.site-header .site-logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  text-decoration: none;
}
.site-header .site-logo:hover {
  text-decoration: none;
  color: white;
}
.site-header .header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.site-header .header-actions .search-trigger {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .header-actions .search-trigger:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fbbf24;
  transform: scale(1.1);
}
.site-header .header-actions .search-trigger svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.site-header .header-actions .header-cta {
  background: #fbbf24;
  color: #1f2937;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}
.site-header .header-actions .header-cta:hover {
  background: #f59e0b;
  text-decoration: none;
  color: #1f2937;
}
@media (max-width: 1023px) {
  .site-header .main-navigation {
    display: none;
  }
}
.site-header .main-navigation .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2rem;
}
.site-header .main-navigation .nav-menu .nav-item {
  position: relative;
}
.site-header .main-navigation .nav-menu .nav-item .nav-link {
  color: white;
  font-weight: 500;
  transition: color 0.2s ease;
  text-decoration: none;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.site-header .main-navigation .nav-menu .nav-item .nav-link:hover {
  color: #fbbf24;
  text-decoration: none;
}
.site-header .main-navigation .nav-menu .nav-item .nav-link .dropdown-icon {
  transition: transform 0.2s ease;
}
.site-header .main-navigation .nav-menu .nav-item.has-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1001;
  padding: 0.5rem 0;
}
.site-header .main-navigation .nav-menu .nav-item.has-dropdown .dropdown-menu .dropdown-link {
  display: block;
  padding: 0.75rem 1rem;
  color: #374151;
  text-decoration: none;
  transition: all 0.2s ease;
}
.site-header .main-navigation .nav-menu .nav-item.has-dropdown .dropdown-menu .dropdown-link:hover {
  background: #f3f4f6;
  color: #fbbf24;
  text-decoration: none;
}
.site-header .main-navigation .nav-menu .nav-item.has-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.site-header .main-navigation .nav-menu .nav-item.has-dropdown:hover .nav-link .dropdown-icon {
  transform: rotate(180deg);
}
.site-header .mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  transition: all 0.3s ease;
}
@media (max-width: 1023px) {
  .site-header .mobile-menu-toggle {
    display: flex;
  }
}
.site-header .mobile-menu-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
}
.site-header .mobile-menu-toggle .hamburger-line {
  width: 24px;
  height: 2px;
  background: white;
  margin: 2px 0;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
}
.site-header .mobile-menu-toggle[aria-expanded=true] .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.site-header .mobile-menu-toggle[aria-expanded=true] .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: translateX(20px);
}
.site-header .mobile-menu-toggle[aria-expanded=true] .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}
.site-header .mobile-menu {
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(100vh - 100%);
  background: #1f2937;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 999;
  overflow-y: auto;
}
.site-header .mobile-menu[aria-hidden=false] {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.site-header .mobile-menu .mobile-menu-content {
  padding: 2rem 1rem;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.site-header .mobile-menu .mobile-navigation {
  flex: 1;
}
.site-header .mobile-menu .mobile-navigation .mobile-nav-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-header .mobile-menu .mobile-navigation .mobile-nav-menu .mobile-nav-item {
  border-bottom: 1px solid #374151;
}
.site-header .mobile-menu .mobile-navigation .mobile-nav-menu .mobile-nav-item:last-child {
  border-bottom: none;
}
.site-header .mobile-menu .mobile-navigation .mobile-nav-menu .mobile-nav-item .mobile-nav-link {
  display: block;
  padding: 1rem 0;
  color: white;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 500;
  transition: color 0.2s ease;
}
.site-header .mobile-menu .mobile-navigation .mobile-nav-menu .mobile-nav-item .mobile-nav-link:hover {
  color: #fbbf24;
  text-decoration: none;
}
.site-header .mobile-menu .mobile-navigation .mobile-nav-menu .mobile-nav-item.has-submenu .mobile-nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .mobile-menu .mobile-navigation .mobile-nav-menu .mobile-nav-item.has-submenu .submenu-toggle {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.site-header .mobile-menu .mobile-navigation .mobile-nav-menu .mobile-nav-item.has-submenu .submenu-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fbbf24;
}
.site-header .mobile-menu .mobile-navigation .mobile-nav-menu .mobile-nav-item.has-submenu .submenu-toggle svg {
  width: 12px;
  height: 12px;
  transition: transform 0.3s ease;
}
.site-header .mobile-menu .mobile-navigation .mobile-nav-menu .mobile-nav-item.has-submenu .submenu-toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.site-header .mobile-menu .mobile-navigation .mobile-nav-menu .mobile-nav-item.has-submenu .mobile-submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 1rem;
  display: none;
}
.site-header .mobile-menu .mobile-navigation .mobile-nav-menu .mobile-nav-item.has-submenu .mobile-submenu.open {
  display: block;
}
.site-header .mobile-menu .mobile-navigation .mobile-nav-menu .mobile-nav-item.has-submenu .mobile-submenu .mobile-submenu-link {
  display: block;
  padding: 0.75rem 0;
  color: #d1d5db;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.2s ease;
}
.site-header .mobile-menu .mobile-navigation .mobile-nav-menu .mobile-nav-item.has-submenu .mobile-submenu .mobile-submenu-link:hover {
  color: #fbbf24;
  text-decoration: none;
}
.site-header .mobile-menu .mobile-social-links {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #374151;
}
.site-header .mobile-menu .mobile-social-links .social-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}
.site-header .mobile-menu .mobile-social-links .social-link:hover {
  color: #fbbf24;
  text-decoration: none;
}
.site-header .mobile-menu .mobile-social-links .social-link svg {
  width: 20px;
  height: 20px;
}

body.mobile-menu-open {
  overflow: hidden;
}

.site-footer {
  background: var(--background-color-dark, #1f2937);
  color: var(--text-color-light, #f9fafb);
  margin-top: auto;
  position: relative;
}
.site-footer .footer-container {
  padding: 4rem 0 1rem;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1200px) {
  .site-footer .footer-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.site-footer .footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .site-footer .footer-content {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .site-footer .footer-content {
    grid-template-columns: 2fr repeat(auto-fit, minmax(200px, 1fr));
    gap: 3rem;
  }
}
.site-footer .footer-section h4, .site-footer .footer-section .h4, .site-footer .footer-section h5, .site-footer .footer-section .h5 {
  color: white;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
}
.site-footer .footer-section h5, .site-footer .footer-section .h5 {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.site-footer .footer-section p {
  color: var(--text-color-muted, rgba(255, 255, 255, 0.8));
  line-height: 1.6;
  margin-bottom: 1rem;
}
.site-footer .footer-section a {
  color: var(--text-color-muted, rgba(255, 255, 255, 0.8));
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer .footer-section a:hover {
  color: white;
  text-decoration: none;
}
.site-footer .footer-about .footer-logo {
  margin-bottom: 1.5rem;
}
.site-footer .footer-about .footer-logo img {
  max-height: 48px;
  width: auto;
}
.site-footer .footer-about .footer-title {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.site-footer .footer-about .footer-description {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.site-footer .footer-about .footer-text {
  font-size: 0.875rem;
  margin-bottom: 2rem;
}
.site-footer .footer-social .footer-social-title {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.site-footer .footer-social .social-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.site-footer .footer-social .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: var(--text-color-muted, rgba(255, 255, 255, 0.8));
  transition: all 0.2s ease;
}
.site-footer .footer-social .social-link:hover {
  background: var(--primary-color, #2563eb);
  color: white;
  transform: translateY(-2px);
}
.site-footer .footer-social .social-link svg {
  width: 20px;
  height: 20px;
}
.site-footer .footer-nav-section .footer-nav-title {
  margin-bottom: 1.5rem;
}
.site-footer .footer-nav-section .footer-nav-title .footer-nav-main-link {
  color: white;
  font-weight: 600;
  text-decoration: none;
}
.site-footer .footer-nav-section .footer-nav-title .footer-nav-main-link:hover {
  color: var(--primary-color-light, #60a5fa);
}
.site-footer .footer-nav-section .footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-nav-section .footer-nav-item {
  margin-bottom: 0.75rem;
}
.site-footer .footer-nav-section .footer-nav-item:last-child {
  margin-bottom: 0;
}
.site-footer .footer-nav-section .footer-nav-link {
  font-size: 0.875rem;
  line-height: 1.5;
  transition: all 0.2s ease;
}
.site-footer .footer-nav-section .footer-nav-link:hover {
  color: var(--primary-color-light, #60a5fa);
  padding-left: 0.25rem;
}
.site-footer .footer-contact .footer-contact-title {
  margin-bottom: 1.5rem;
}
.site-footer .footer-contact .footer-contact-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.site-footer .footer-contact .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.site-footer .footer-contact .contact-item svg {
  width: 16px;
  height: 16px;
  color: var(--primary-color-light, #60a5fa);
  flex-shrink: 0;
  margin-top: 0.125rem;
}
.site-footer .footer-contact .contact-item .contact-link {
  color: var(--text-color-muted, rgba(255, 255, 255, 0.8));
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer .footer-contact .contact-item .contact-link:hover {
  color: var(--primary-color-light, #60a5fa);
}
.site-footer .footer-newsletter .footer-newsletter-title {
  margin-bottom: 1rem;
}
.site-footer .footer-newsletter .footer-newsletter-description {
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}
.site-footer .footer-newsletter .newsletter-form .newsletter-input-group {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .site-footer .footer-newsletter .newsletter-form .newsletter-input-group {
    flex-wrap: nowrap;
  }
}
.site-footer .footer-newsletter .newsletter-form .newsletter-input {
  flex: 1;
  min-width: 200px;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: white;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.site-footer .footer-newsletter .newsletter-form .newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.site-footer .footer-newsletter .newsletter-form .newsletter-input:focus {
  outline: none;
  border-color: var(--primary-color, #2563eb);
  background: rgba(255, 255, 255, 0.15);
}
.site-footer .footer-newsletter .newsletter-form .newsletter-input.error {
  border-color: #ef4444;
  background: rgba(239, 68, 68, 0.1);
}
.site-footer .footer-newsletter .newsletter-form .newsletter-input.success {
  border-color: #10b981;
  background: rgba(16, 185, 129, 0.1);
}
.site-footer .footer-newsletter .newsletter-form .error-message {
  color: #ef4444;
  font-size: 0.75rem;
  margin-top: 0.5rem;
}
.site-footer .footer-newsletter .newsletter-form .success-message {
  color: #10b981;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.site-footer .footer-newsletter .newsletter-form .success-message::before {
  content: "✓";
  font-weight: bold;
}
.site-footer .footer-newsletter .newsletter-form .newsletter-submit {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: var(--primary-color, #2563eb);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.site-footer .footer-newsletter .newsletter-form .newsletter-submit:hover:not(:disabled) {
  background: var(--primary-color-dark, #1d4ed8);
  transform: translateY(-1px);
}
.site-footer .footer-newsletter .newsletter-form .newsletter-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.site-footer .footer-newsletter .newsletter-form .newsletter-submit.loading .spinner {
  animation: spin 1s linear infinite;
}
.site-footer .footer-newsletter .newsletter-form .newsletter-submit svg {
  width: 16px;
  height: 16px;
}
.site-footer .footer-newsletter .newsletter-form .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.site-footer .footer-cta {
  background: linear-gradient(135deg, var(--primary-color, #2563eb), var(--primary-color-dark, #1d4ed8));
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
}
.site-footer .footer-cta .footer-cta-content .footer-cta-title {
  color: white;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
.site-footer .footer-cta .footer-cta-content .footer-cta-button {
  background: white;
  color: var(--primary-color, #2563eb);
  border: none;
  padding: 0.875rem 2rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.site-footer .footer-cta .footer-cta-content .footer-cta-button:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.site-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem 0 1rem;
}
.site-footer .footer-bottom .footer-bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 575px) {
  .site-footer .footer-bottom .footer-bottom-content {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }
}
.site-footer .footer-bottom .footer-copyright p {
  color: var(--text-color-muted, rgba(255, 255, 255, 0.6));
  font-size: 0.875rem;
  margin: 0;
}
.site-footer .footer-bottom .footer-legal {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .site-footer .footer-bottom .footer-legal {
    justify-content: center;
  }
}
.site-footer .footer-bottom .footer-legal .footer-legal-link {
  color: var(--text-color-muted, rgba(255, 255, 255, 0.6));
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer .footer-bottom .footer-legal .footer-legal-link:hover {
  color: var(--primary-color-light, #60a5fa);
}
.site-footer .footer-bottom .footer-legal .footer-legal-link:not(:last-child)::after {
  content: "•";
  color: rgba(255, 255, 255, 0.4);
  margin-left: 1.5rem;
}
.site-footer .footer-bottom .back-to-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: var(--text-color-muted, rgba(255, 255, 255, 0.8));
  cursor: pointer;
  transition: all 0.2s ease;
}
.site-footer .footer-bottom .back-to-top:hover {
  background: var(--primary-color, #2563eb);
  border-color: var(--primary-color, #2563eb);
  color: white;
  transform: translateY(-2px);
}
.site-footer .footer-bottom .back-to-top svg {
  width: 20px;
  height: 20px;
}
.site-footer .alert {
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  font-size: 0.875rem;
}
.site-footer .alert--error {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #ef4444;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.site-footer .footer-section {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
.site-footer .footer-section.in-view {
  opacity: 1;
  transform: translateY(0);
}
.site-footer .footer-section:nth-child(1) {
  transition-delay: 0.1s;
}
.site-footer .footer-section:nth-child(2) {
  transition-delay: 0.2s;
}
.site-footer .footer-section:nth-child(3) {
  transition-delay: 0.3s;
}
.site-footer .footer-section:nth-child(4) {
  transition-delay: 0.4s;
}
@media (max-width: 575px) {
  .site-footer .footer-container {
    padding: 3rem 1rem 1rem;
  }
  .site-footer .footer-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  .site-footer .footer-section {
    text-align: center;
  }
  .site-footer .footer-section.footer-about {
    text-align: center;
  }
  .site-footer .social-links {
    justify-content: center;
  }
  .site-footer .footer-nav-section .footer-nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
  .site-footer .footer-nav-section .footer-nav-item {
    margin-bottom: 0;
  }
  .site-footer .footer-contact .footer-contact-info {
    align-items: center;
  }
  .site-footer .footer-contact .contact-item {
    justify-content: center;
  }
  .site-footer .newsletter-form .newsletter-input-group {
    flex-direction: column;
    align-items: center;
  }
  .site-footer .newsletter-form .newsletter-input {
    width: 100%;
    max-width: 300px;
  }
}
@media (prefers-color-scheme: light) {
  .site-footer {
    background: var(--background-color-light, #f9fafb);
    color: var(--text-color-dark, #374151);
  }
  .site-footer .footer-section h4, .site-footer .footer-section .h4, .site-footer .footer-section h5, .site-footer .footer-section .h5 {
    color: var(--text-color-dark, #1f2937);
  }
  .site-footer .footer-section p {
    color: var(--text-color-muted-light, #6b7280);
  }
  .site-footer .footer-section a {
    color: var(--text-color-muted-light, #6b7280);
  }
  .site-footer .footer-section a:hover {
    color: var(--text-color-dark, #1f2937);
  }
  .site-footer .footer-bottom {
    border-color: var(--border-color, #e5e7eb);
  }
  .site-footer .footer-bottom .footer-copyright p {
    color: var(--text-color-muted-light, #6b7280);
  }
  .site-footer .footer-bottom .footer-legal-link {
    color: var(--text-color-muted-light, #6b7280);
  }
  .site-footer .footer-bottom .footer-legal-link:hover {
    color: var(--primary-color, #2563eb);
  }
  .site-footer .social-link,
  .site-footer .back-to-top {
    background: var(--background-color, #ffffff);
    border-color: var(--border-color, #e5e7eb);
    color: var(--text-color-muted-light, #6b7280);
  }
  .site-footer .social-link:hover,
  .site-footer .back-to-top:hover {
    background: var(--primary-color, #2563eb);
    color: white;
  }
  .site-footer .newsletter-input {
    background: white;
    border-color: var(--border-color, #e5e7eb);
    color: var(--text-color-dark, #374151);
  }
  .site-footer .newsletter-input::placeholder {
    color: var(--text-color-muted-light, #9ca3af);
  }
  .site-footer .newsletter-input:focus {
    border-color: var(--primary-color, #2563eb);
    background: white;
  }
}

.back-to-top {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.mod-feature-block {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .mod-feature-block {
    padding: 100px 0;
  }
}
@media (min-width: 992px) {
  .mod-feature-block.image-left .feature-block__content-col {
    padding-right: 60px;
  }
}
@media (min-width: 992px) {
  .mod-feature-block.image-right .feature-block__content-col {
    padding-left: 60px;
  }
}
.mod-feature-block.light {
  background-color: #ffffff;
  color: #333333;
}
.mod-feature-block.light .btn-primary {
  background-color: #333333;
  color: #ffffff;
  border-color: #333333;
}
.mod-feature-block.light .btn-primary:hover {
  background-color: #555555;
  border-color: #555555;
}
.mod-feature-block.light .btn-video-play {
  color: #333333;
}
.mod-feature-block.dark {
  background-color: #1a1a1a;
  color: #ffffff;
}
.mod-feature-block.dark .btn-primary {
  background-color: #ffffff;
  color: #1a1a1a;
  border-color: #ffffff;
}
.mod-feature-block.dark .btn-primary:hover {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.mod-feature-block.dark .btn-video-play {
  color: #ffffff;
}
.mod-feature-block .feature-block__content {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .mod-feature-block .feature-block__content {
    padding: 0;
  }
}
.mod-feature-block .feature-block__content .rich-text {
  margin-bottom: 30px;
}
.mod-feature-block .feature-block__content .rich-text h2, .mod-feature-block .feature-block__content .rich-text .h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .mod-feature-block .feature-block__content .rich-text h2, .mod-feature-block .feature-block__content .rich-text .h2 {
    font-size: 48px;
    margin-bottom: 30px;
  }
}
.mod-feature-block .feature-block__content .rich-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .mod-feature-block .feature-block__content .rich-text p {
    font-size: 18px;
  }
}
.mod-feature-block .feature-block__content .rich-text p:last-child {
  margin-bottom: 0;
}
.mod-feature-block .feature-block__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.mod-feature-block .btn-video-play {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  transition: opacity 0.3s ease;
}
.mod-feature-block .btn-video-play:hover {
  opacity: 0.8;
}
.mod-feature-block .btn-video-play:hover .btn-video-play__icon {
  transform: scale(1.1);
}
.mod-feature-block .btn-video-play__icon {
  display: flex;
  transition: transform 0.3s ease;
}
.mod-feature-block .btn-video-play__icon svg {
  width: 48px;
  height: 48px;
}
.mod-feature-block .btn-video-play__text {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.mod-feature-block .btn-primary {
  display: inline-block;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  border: 2px solid;
  transition: all 0.3s ease;
  cursor: pointer;
}
.mod-feature-block .btn-primary:hover {
  transform: translateY(-2px);
}
.mod-feature-block .feature-block__media {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
}
@media (min-width: 992px) {
  .mod-feature-block .feature-block__media {
    min-height: 500px;
  }
}
.mod-feature-block .feature-block__media img,
.mod-feature-block .feature-block__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mod-feature-block .feature-block__video-loop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mod-feature-block .feature-block__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
}
.mod-feature-block .feature-block__video-overlay:hover {
  background: rgba(0, 0, 0, 0.3);
}
.mod-feature-block .feature-block__video-overlay:hover .feature-block__play-btn {
  transform: scale(1.1);
}
.mod-feature-block .feature-block__play-btn {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.mod-feature-block .feature-block__play-btn svg {
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.3));
}
.mod-feature-block .feature-block__video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.mod-feature-block .feature-block__video-modal.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mod-feature-block .feature-block__video-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  cursor: pointer;
}
.mod-feature-block .feature-block__video-modal-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  aspect-ratio: 16/9;
  z-index: 1;
}
.mod-feature-block .feature-block__video-modal-close {
  position: absolute;
  top: -50px;
  right: 0;
  background: transparent;
  border: none;
  padding: 10px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.mod-feature-block .feature-block__video-modal-close:hover {
  opacity: 0.7;
}
.mod-feature-block .feature-block__video-modal-player {
  width: 100%;
  height: 100%;
}
.mod-feature-block .feature-block__video-modal-player iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .mod-feature-block .feature-block__content-col {
    margin-bottom: 30px;
  }
  .mod-feature-block .feature-block__media {
    min-height: 250px;
  }
}
.mod-feature-block.pt-none {
  padding-top: 0;
}
.mod-feature-block.pb-none {
  padding-bottom: 0;
}
.mod-feature-block.pt-sm {
  padding-top: 30px;
}
.mod-feature-block.pb-sm {
  padding-bottom: 30px;
}
.mod-feature-block.pt-lg {
  padding-top: 80px;
}
@media (min-width: 992px) {
  .mod-feature-block.pt-lg {
    padding-top: 120px;
  }
}
.mod-feature-block.pb-lg {
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .mod-feature-block.pb-lg {
    padding-bottom: 120px;
  }
}

.mod-cross-sell .cross-sell-container {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #111827;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .mod-cross-sell .cross-sell-container {
    min-height: 250px;
  }
}
.mod-cross-sell .cross-sell-container .cross-sell-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mod-cross-sell .cross-sell-container .cross-sell-media .video-container,
.mod-cross-sell .cross-sell-container .cross-sell-media .image-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.mod-cross-sell .cross-sell-container .cross-sell-media .cross-sell-video,
.mod-cross-sell .cross-sell-container .cross-sell-media .cross-sell-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.mod-cross-sell .cross-sell-container .cross-sell-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.mod-cross-sell .cross-sell-container .cross-sell-overlay .cta-content {
  text-align: center;
  color: white;
}
.mod-cross-sell .cross-sell-container .cross-sell-overlay .cross-sell-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.125rem;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.mod-cross-sell .cross-sell-container .cross-sell-overlay .cross-sell-cta:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
  transform: translateY(-2px);
}
.mod-cross-sell .cross-sell-container .cross-sell-overlay .cross-sell-cta .cta-text {
  flex: 1;
}
.mod-cross-sell .cross-sell-container .cross-sell-overlay .cross-sell-cta .cta-arrow {
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}
.mod-cross-sell .cross-sell-container .cross-sell-overlay .cross-sell-cta:hover .cta-arrow {
  transform: translateX(4px);
}
.mod-cross-sell .cross-sell-container:hover .cross-sell-video,
.mod-cross-sell .cross-sell-container:hover .cross-sell-image {
  transform: scale(1.05);
}

.mod-cross-sell-v2 .cross-sell-carousel-container {
  position: relative;
  width: 100%;
  height: 60vh;
  min-height: 500px;
  max-height: 700px;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .mod-cross-sell-v2 .cross-sell-carousel-container {
    height: 50vh;
    min-height: 400px;
    border-radius: 16px;
  }
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-track-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0.7;
  transform: scale(0.9);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-slide.active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-slide.next, .mod-cross-sell-v2 .cross-sell-carousel-container .carousel-slide.prev {
  opacity: 0.4;
  transform: scale(0.85);
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-slide .slide-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-slide .slide-background .slide-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s ease;
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-slide .slide-background .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 100%);
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-slide .slide-content {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 3rem;
  color: white;
}
@media (max-width: 768px) {
  .mod-cross-sell-v2 .cross-sell-carousel-container .carousel-slide .slide-content {
    padding: 2rem;
  }
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-slide .slide-content .content-inner {
  max-width: 600px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.8s ease 0.3s;
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-slide .slide-content .content-inner .slide-number {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  position: relative;
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-slide .slide-content .content-inner .slide-number::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #ff6b6b, #4ecdc4);
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-slide .slide-content .content-inner .slide-title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #ffffff, #f0f0f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 768px) {
  .mod-cross-sell-v2 .cross-sell-carousel-container .carousel-slide .slide-content .content-inner .slide-title {
    font-size: 2.5rem;
  }
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-slide .slide-content .content-inner .slide-title a {
  color: inherit;
  text-decoration: none;
  background: inherit;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-slide .slide-content .content-inner .slide-description {
  font-size: 1.25rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2.5rem;
  max-width: 500px;
}
@media (max-width: 768px) {
  .mod-cross-sell-v2 .cross-sell-carousel-container .carousel-slide .slide-content .content-inner .slide-description {
    font-size: 1.125rem;
  }
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-slide .slide-content .content-inner .slide-cta {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: white;
  padding: 1.25rem 2rem;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.125rem;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-slide .slide-content .content-inner .slide-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-slide .slide-content .content-inner .slide-cta:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  color: white;
  transform: translateY(-3px);
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-slide .slide-content .content-inner .slide-cta:hover::before {
  left: 100%;
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-slide .slide-content .content-inner .slide-cta:hover .cta-icon {
  transform: translateX(5px);
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-slide .slide-content .content-inner .slide-cta .cta-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-slide .slide-content .content-inner .slide-cta .cta-text {
  flex: 1;
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-slide.active .slide-content .content-inner {
  transform: translateY(0);
  opacity: 1;
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-slide:hover .slide-background .slide-bg-image {
  transform: scale(1.05);
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-controls {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  right: 3rem;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .mod-cross-sell-v2 .cross-sell-carousel-container .carousel-controls {
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
    flex-direction: column;
    gap: 1.5rem;
  }
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-controls .carousel-navigation {
  display: flex;
  gap: 1rem;
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-controls .carousel-navigation .nav-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-controls .carousel-navigation .nav-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  transform: scale(1.1);
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-controls .carousel-navigation .nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-controls .carousel-navigation .nav-btn svg {
  width: 20px;
  height: 20px;
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-controls .carousel-pagination {
  display: flex;
  gap: 0.75rem;
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-controls .carousel-pagination .pagination-dot {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-controls .carousel-pagination .pagination-dot .dot-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: white;
  transform: scale(0);
  transition: transform 0.3s ease;
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-controls .carousel-pagination .pagination-dot.active {
  background: rgba(255, 255, 255, 0.5);
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-controls .carousel-pagination .pagination-dot.active .dot-progress {
  transform: scale(1);
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-controls .carousel-pagination .pagination-dot:hover {
  background: rgba(255, 255, 255, 0.6);
  transform: scale(1.2);
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-controls .carousel-progress {
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 1px;
  overflow: hidden;
}
.mod-cross-sell-v2 .cross-sell-carousel-container .carousel-controls .carousel-progress .progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #ff6b6b, #4ecdc4);
  border-radius: 1px;
  transition: width 0.3s ease;
  width: 0%;
}
.mod-cross-sell-v2 .cross-sell-carousel-container.auto-playing .carousel-progress .progress-bar {
  animation: progressBar 5s linear infinite;
}

@keyframes progressBar {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.mod-cross-sell-v2 .carousel-slide.slide-in-right {
  animation: slideInRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mod-cross-sell-v2 .carousel-slide.slide-in-left {
  animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes slideInRight {
  from {
    transform: translateX(100%) scale(0.9);
    opacity: 0;
  }
  to {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
}
@keyframes slideInLeft {
  from {
    transform: translateX(-100%) scale(0.9);
    opacity: 0;
  }
  to {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
}
.mod-cross-sell-v2.compact .cross-sell-grid {
  gap: 1rem;
}
.mod-cross-sell-v2.compact .cross-sell-grid .cross-sell-card .card-image {
  height: 150px;
}
.mod-cross-sell-v2.compact .cross-sell-grid .cross-sell-card .card-content {
  padding: 1rem;
}
.mod-cross-sell-v2.compact .cross-sell-grid .cross-sell-card .card-content .card-title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.mod-cross-sell-v2.compact .cross-sell-grid .cross-sell-card .card-content .card-description {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.mod-cross-sell-v2.compact .cross-sell-grid .cross-sell-card .card-content .card-cta {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

.mod-gallery {
  position: relative;
}
.mod-gallery__single {
  position: relative;
}
.mod-gallery__single .mod-gallery__media {
  position: relative;
  width: 100vw;
  height: 60vh;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
}
@media (max-width: 768px) {
  .mod-gallery__single .mod-gallery__media {
    height: 50vh;
  }
}
@media (max-width: 480px) {
  .mod-gallery__single .mod-gallery__media {
    height: 40vh;
  }
}
.mod-gallery__single .mod-gallery__description {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 3rem 0;
  background: #ffffff;
}
@media (max-width: 768px) {
  .mod-gallery__single .mod-gallery__description {
    padding: 2rem 0;
  }
}
.mod-gallery__single .mod-gallery__description .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .mod-gallery__single .mod-gallery__description .container {
    padding: 0 1.5rem;
  }
}
.mod-gallery__single .mod-gallery__description p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #374151;
}
@media (max-width: 768px) {
  .mod-gallery__single .mod-gallery__description p {
    font-size: 1rem;
  }
}
.mod-gallery__gallery {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
  background: #000;
}
@media (max-width: 768px) {
  .mod-gallery__gallery {
    height: 50vh;
  }
}
@media (max-width: 480px) {
  .mod-gallery__gallery {
    height: 40vh;
  }
}
.mod-gallery__slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.mod-gallery__slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.mod-gallery__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.mod-gallery__slide.active {
  opacity: 1;
  visibility: visible;
}
.mod-gallery__slide .mod-gallery__media {
  position: relative;
  width: 100%;
  height: 100%;
}
.mod-gallery__slide-description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  color: #374151;
  padding: 2rem;
  backdrop-filter: blur(4px);
}
@media (max-width: 768px) {
  .mod-gallery__slide-description {
    padding: 1.5rem;
  }
}
.mod-gallery__slide-description p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .mod-gallery__slide-description p {
    font-size: 1rem;
  }
}
.mod-gallery__image, .mod-gallery__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mod-gallery__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
.mod-gallery__play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.mod-gallery__play-btn:focus {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}
.mod-gallery__play-btn svg {
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}
.mod-gallery__controls {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  z-index: 3;
}
@media (max-width: 768px) {
  .mod-gallery__controls {
    bottom: 1rem;
    right: 1rem;
    gap: 0.5rem;
  }
}
.mod-gallery__nav {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #374151;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .mod-gallery__nav {
    width: 36px;
    height: 36px;
  }
}
.mod-gallery__nav:hover {
  background: rgb(255, 255, 255);
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.mod-gallery__nav:focus {
  outline: 2px solid #667eea;
  outline-offset: 2px;
}
.mod-gallery__nav:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
.mod-gallery__nav svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 768px) {
  .mod-gallery__nav svg {
    width: 16px;
    height: 16px;
  }
}
.mod-gallery__counter {
  background: rgba(255, 255, 255, 0.95);
  color: #374151;
  padding: 0.5rem 0.875rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .mod-gallery__counter {
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
  }
}
.mod-gallery__current {
  font-weight: 600;
}

.mod-gallery__image[loading], .mod-gallery__video[loading] {
  background: #f3f4f6;
  position: relative;
}
.mod-gallery__image[loading]::before, .mod-gallery__video[loading]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 4px solid #e5e7eb;
  border-top-color: #9ca3af;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .mod-gallery__slide {
    transition: none;
  }
  .mod-gallery__nav, .mod-gallery__play-btn {
    transition: none;
  }
}
@media (prefers-contrast: high) {
  .mod-gallery__nav {
    background: white;
    border: 2px solid black;
  }
  .mod-gallery__counter {
    background: black;
    border: 2px solid white;
    color: white;
  }
}
@media print {
  .mod-gallery__controls, .mod-gallery__play-btn {
    display: none;
  }
  .mod-gallery__slide-description {
    position: static;
    background: none;
    color: black;
    padding: 1rem 0;
  }
}
.mod-map-block {
  position: relative;
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .mod-map-block {
    padding: 3rem 0;
  }
}
.mod-map-block__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
@media (max-width: 768px) {
  .mod-map-block__wrapper {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.mod-map-block__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.mod-map-block__header {
  margin-bottom: 1rem;
}
.mod-map-block__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1rem 0;
  color: #374151;
}
.mod-map-block__subtitle {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #6b7280;
  margin: 0;
  font-weight: 400;
}
.mod-map-block__text-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 480px) {
  .mod-map-block__text-columns {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.mod-map-block__column {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #6b7280;
}
.mod-map-block__column p {
  margin: 0 0 1rem 0;
}
.mod-map-block__column p:last-child {
  margin-bottom: 0;
}
.mod-map-block__column ul, .mod-map-block__column ol {
  margin: 0 0 1rem 0;
  padding-left: 1.5rem;
}
.mod-map-block__column ul:last-child, .mod-map-block__column ol:last-child {
  margin-bottom: 0;
}
.mod-map-block__column li {
  margin-bottom: 0.5rem;
}
.mod-map-block__column li:last-child {
  margin-bottom: 0;
}
.mod-map-block__map {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #f3f4f6;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
@media (max-width: 768px) {
  .mod-map-block__map {
    order: -1;
  }
}
.mod-map-block__map-link {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
}
.mod-map-block__map-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.mod-map-block__map-link:hover .mod-map-block__overlay {
  opacity: 1;
  visibility: visible;
}
.mod-map-block__map-link:focus {
  outline: 2px solid #667eea;
  outline-offset: 2px;
}
.mod-map-block__picture {
  display: block;
  width: 100%;
  height: 300px;
}
@media (max-width: 768px) {
  .mod-map-block__picture {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .mod-map-block__picture {
    height: 200px;
  }
}
.mod-map-block__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.mod-map-block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  color: white;
}
.mod-map-block__icon {
  width: 32px;
  height: 32px;
  margin-bottom: 0.5rem;
  stroke-width: 2.5;
}
@media (max-width: 768px) {
  .mod-map-block__icon {
    width: 28px;
    height: 28px;
  }
}
.mod-map-block__link-text {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .mod-map-block__link-text {
    font-size: 0.8rem;
  }
}

.mod-map-block__image[loading] {
  background: #f3f4f6;
  position: relative;
}
.mod-map-block__image[loading]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 4px solid #e5e7eb;
  border-top-color: #9ca3af;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .mod-map-block__map-link {
    transition: none;
  }
  .mod-map-block__overlay {
    transition: none;
  }
}
@media (prefers-contrast: high) {
  .mod-map-block__title {
    color: black;
  }
  .mod-map-block__subtitle, .mod-map-block__column {
    color: #333;
  }
  .mod-map-block__overlay {
    background: rgba(0, 0, 0, 0.8);
  }
}
@media print {
  .mod-map-block__overlay {
    display: none;
  }
  .mod-map-block__map-link::after {
    content: " (" attr(href) ")";
    font-size: 0.8rem;
    color: #666;
    display: block;
    margin-top: 0.5rem;
  }
  .mod-map-block__title {
    color: black;
  }
  .mod-map-block__subtitle, .mod-map-block__column {
    color: black;
  }
}
.mod-map-block-v2 {
  position: relative;
  background: #2c2f52;
  color: white;
  overflow: hidden;
  min-height: 100vh;
}
.mod-map-block-v2__header {
  text-align: center;
  padding: 3rem 2rem;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .mod-map-block-v2__header {
    padding: 2rem 1rem;
  }
}
.mod-map-block-v2__subtitle {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFC107;
  margin: 0 0 1rem 0;
}
.mod-map-block-v2__title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
  color: white;
}
.mod-map-block-v2__container {
  display: grid;
  grid-template-columns: 400px 1fr;
  height: calc(100vh - 200px);
  min-height: 600px;
}
@media (max-width: 1024px) {
  .mod-map-block-v2__container {
    grid-template-columns: 300px 1fr;
  }
}
@media (max-width: 768px) {
  .mod-map-block-v2__container {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 500px;
  }
}
.mod-map-block-v2__sidebar {
  background: rgba(0, 0, 0, 0.2);
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .mod-map-block-v2__sidebar {
    padding: 2rem 1rem;
    order: 2;
  }
}
.mod-map-block-v2__locations-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.mod-map-block-v2__location-item {
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mod-map-block-v2__location-item:hover .mod-map-block-v2__location-name, .mod-map-block-v2__location-item.active .mod-map-block-v2__location-name {
  color: #FFC107;
}
.mod-map-block-v2__location-item:hover .mod-map-block-v2__view-link, .mod-map-block-v2__location-item.active .mod-map-block-v2__view-link {
  opacity: 1;
  visibility: visible;
}
.mod-map-block-v2__location-item:last-child {
  border-bottom: none;
}
.mod-map-block-v2__location-country {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFC107;
  margin-bottom: 0.5rem;
}
.mod-map-block-v2__location-name {
  font-size: 1.5rem;
  font-weight: 300;
  color: white;
  transition: color 0.3s ease;
  margin-bottom: 0.5rem;
}
@media (max-width: 1024px) {
  .mod-map-block-v2__location-name {
    font-size: 1.25rem;
  }
}
.mod-map-block-v2__view-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFC107;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.mod-map-block-v2__view-link svg {
  transition: transform 0.3s ease;
}
.mod-map-block-v2__view-link:hover svg {
  transform: translateX(4px);
}
.mod-map-block-v2__scroll-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  color: rgba(255, 255, 255, 0.6);
}
.mod-map-block-v2__scroll-indicator span {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.mod-map-block-v2__scroll-indicator svg {
  animation: bounce 2s infinite;
}
@media (max-width: 768px) {
  .mod-map-block-v2__scroll-indicator {
    display: none;
  }
}
.mod-map-block-v2__map-container {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mod-map-block-v2__map-container {
    height: 400px;
    order: 1;
  }
}
.mod-map-block-v2__map-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6;
}
.mod-map-block-v2__pin {
  position: absolute;
  cursor: pointer;
  z-index: 5;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.mod-map-block-v2__pin:hover {
  z-index: 10;
}
.mod-map-block-v2__pin:hover .mod-map-block-v2__pin-dot {
  transform: scale(1.3);
  box-shadow: 0 0 20px rgba(255, 193, 7, 0.6);
}
.mod-map-block-v2__pin:hover .mod-map-block-v2__pin-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-100%) scale(1);
}
.mod-map-block-v2__pin.active .mod-map-block-v2__pin-dot {
  background: #FFC107;
  border-color: #FFC107;
  transform: scale(1.2);
  box-shadow: 0 0 15px rgba(255, 193, 7, 0.5);
}
.mod-map-block-v2__pin.active .mod-map-block-v2__pin-dot::after {
  background: #FFC107;
  animation: pulse 2s infinite;
}
.mod-map-block-v2__pin-dot {
  width: 12px;
  height: 12px;
  background: #FFC107;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  transition: all 0.3s ease;
  position: relative;
}
.mod-map-block-v2__pin-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(255, 193, 7, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 2s infinite;
}
.mod-map-block-v2__pin-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px) scale(0.8);
  background: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
  margin-bottom: 8px;
}
.mod-map-block-v2__pin-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.9);
}
.mod-map-block-v2__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.mod-map-block-v2__modal.active {
  opacity: 1;
  visibility: visible;
}
.mod-map-block-v2__modal.active .mod-map-block-v2__modal-content {
  transform: scale(1);
}
.mod-map-block-v2__modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.mod-map-block-v2__modal-content {
  position: relative;
  background: #FFC107;
  color: #2c2f52;
  padding: 2rem;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .mod-map-block-v2__modal-content {
    padding: 1.5rem;
    margin: 1rem;
  }
}
.mod-map-block-v2__modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: #2c2f52;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.mod-map-block-v2__modal-close:hover {
  background: rgba(44, 47, 82, 0.1);
}
.mod-map-block-v2__modal-close:focus {
  outline: 2px solid #2c2f52;
  outline-offset: 2px;
}
.mod-map-block-v2__modal-header {
  margin-bottom: 1.5rem;
  padding-right: 3rem;
}
.mod-map-block-v2__modal-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  color: #2c2f52;
}
.mod-map-block-v2__modal-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #2c2f52;
  margin: 0;
}
.mod-map-block-v2__modal-contacts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mod-map-block-v2__modal-contacts .contact-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  background: rgba(44, 47, 82, 0.1);
  border-radius: 6px;
  text-decoration: none;
  color: #2c2f52;
  transition: background-color 0.3s ease;
}
.mod-map-block-v2__modal-contacts .contact-item:hover {
  background: rgba(44, 47, 82, 0.15);
}
.mod-map-block-v2__modal-contacts .contact-item svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.mod-map-block-v2__modal-contacts .contact-item .contact-label {
  font-weight: 600;
  font-size: 0.875rem;
}
.mod-map-block-v2__modal-contacts .contact-item .contact-value {
  font-size: 0.875rem;
  margin-left: auto;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .mod-map-block-v2__pin-dot::after {
    animation: none;
  }
  .mod-map-block-v2__scroll-indicator svg {
    animation: none;
  }
  .mod-map-block-v2 * {
    transition: none !important;
  }
}
@media (prefers-contrast: high) {
  .mod-map-block-v2 {
    background: black;
    color: white;
  }
  .mod-map-block-v2__subtitle {
    color: yellow;
  }
  .mod-map-block-v2__pin-dot {
    background: yellow;
    border-color: white;
  }
  .mod-map-block-v2__modal-content {
    background: white;
    color: black;
    border: 2px solid black;
  }
}
@media print {
  .mod-map-block-v2 {
    background: white;
    color: black;
    min-height: auto;
  }
  .mod-map-block-v2__modal {
    display: none;
  }
  .mod-map-block-v2__pin-tooltip {
    display: none;
  }
  .mod-map-block-v2__container {
    height: auto;
    grid-template-columns: 1fr;
  }
  .mod-map-block-v2__map-container {
    height: 400px;
    page-break-inside: avoid;
  }
}
.mod-tabs-content {
  position: relative;
  padding: 4rem 0;
  background: #f8f9fa;
}
@media (max-width: 768px) {
  .mod-tabs-content {
    padding: 3rem 0;
  }
}
.mod-tabs-content__header {
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .mod-tabs-content__header {
    margin-bottom: 2rem;
  }
}
.mod-tabs-content__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1rem 0;
  color: #374151;
}
.mod-tabs-content__subtitle {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #6b7280;
  margin: 0;
  font-weight: 400;
}
.mod-tabs-content__nav-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .mod-tabs-content__nav-wrapper {
    margin-bottom: 2rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .mod-tabs-content__nav-wrapper::-webkit-scrollbar {
    display: none;
  }
}
.mod-tabs-content__nav {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  background: white;
  border-radius: 8px;
  padding: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
@media (max-width: 768px) {
  .mod-tabs-content__nav {
    min-width: max-content;
    gap: 0.5rem;
    padding: 0.375rem;
  }
}
.mod-tabs-content__nav-item {
  margin: 0;
}
.mod-tabs-content__nav-link {
  display: block;
  padding: 0.75rem 1.5rem;
  background: transparent;
  border: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .mod-tabs-content__nav-link {
    padding: 0.625rem 1.25rem;
    font-size: 0.8rem;
  }
}
.mod-tabs-content__nav-link:hover {
  background: #f3f4f6;
  color: #374151;
}
.mod-tabs-content__nav-link:focus {
  outline: 2px solid #667eea;
  outline-offset: 2px;
}
.mod-tabs-content__nav-link.active {
  background: #374151;
  color: white;
  box-shadow: 0 2px 4px rgba(55, 65, 81, 0.2);
}
.mod-tabs-content__nav-link.active:hover {
  background: #4b5563;
  color: white;
}
.mod-tabs-content__panels {
  position: relative;
  min-height: 400px;
}
@media (max-width: 768px) {
  .mod-tabs-content__panels {
    min-height: 300px;
  }
}
.mod-tabs-content__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
.mod-tabs-content__panel.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  position: relative;
}
.mod-tabs-content__panel-header {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .mod-tabs-content__panel-header {
    margin-bottom: 1.5rem;
  }
}
.mod-tabs-content__sub-heading {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 1rem 0;
  color: #374151;
}
@media (max-width: 768px) {
  .mod-tabs-content__sub-heading {
    font-size: 1.25rem;
  }
}
.mod-tabs-content__caption {
  font-size: 1rem;
  line-height: 1.6;
  color: #6b7280;
  margin: 0;
  font-style: italic;
}
.mod-tabs-content__panel-content {
  background: white;
  border-radius: 12px;
  padding: 2.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
@media (max-width: 768px) {
  .mod-tabs-content__panel-content {
    padding: 1.5rem;
    border-radius: 8px;
  }
}
.mod-tabs-content__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media (max-width: 768px) {
  .mod-tabs-content__columns {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.mod-tabs-content__column {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #4b5563;
}
.mod-tabs-content__column p {
  margin: 0 0 1.5rem 0;
}
.mod-tabs-content__column p:last-child {
  margin-bottom: 0;
}
.mod-tabs-content__column ul, .mod-tabs-content__column ol {
  margin: 0 0 1.5rem 0;
  padding-left: 1.5rem;
}
.mod-tabs-content__column ul:last-child, .mod-tabs-content__column ol:last-child {
  margin-bottom: 0;
}
.mod-tabs-content__column li {
  margin-bottom: 0.75rem;
}
.mod-tabs-content__column li:last-child {
  margin-bottom: 0;
}
.mod-tabs-content__column strong {
  color: #374151;
  font-weight: 600;
}
.mod-tabs-content__column a {
  color: #667eea;
  text-decoration: none;
  font-weight: 500;
}
.mod-tabs-content__column a:hover {
  text-decoration: underline;
}

.mod-tabs-content__panel[data-loading] {
  position: relative;
}
.mod-tabs-content__panel[data-loading]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 4px solid #e5e7eb;
  border-top-color: #9ca3af;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .mod-tabs-content__nav-link, .mod-tabs-content__panel {
    transition: none;
  }
}
@media (prefers-contrast: high) {
  .mod-tabs-content {
    background: white;
  }
  .mod-tabs-content__title {
    color: black;
  }
  .mod-tabs-content__subtitle, .mod-tabs-content__caption, .mod-tabs-content__column {
    color: #333;
  }
  .mod-tabs-content__nav {
    background: white;
    border: 2px solid black;
  }
  .mod-tabs-content__nav-link {
    color: black;
  }
  .mod-tabs-content__nav-link.active {
    background: black;
    color: white;
  }
  .mod-tabs-content__panel-content {
    background: white;
    border: 1px solid #ccc;
  }
}
@media print {
  .mod-tabs-content {
    background: white;
  }
  .mod-tabs-content__nav-wrapper {
    display: none;
  }
  .mod-tabs-content__panels {
    min-height: auto;
  }
  .mod-tabs-content__panel {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    page-break-inside: avoid;
    margin-bottom: 2rem;
  }
  .mod-tabs-content__panel:not(.active) {
    display: block !important;
  }
  .mod-tabs-content__panel-content {
    box-shadow: none;
    border: 1px solid #ccc;
  }
  .mod-tabs-content__title, .mod-tabs-content__subtitle, .mod-tabs-content__sub-heading, .mod-tabs-content__caption, .mod-tabs-content__column {
    color: black !important;
  }
}
.mod-item-cards-block .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1rem;
  text-align: center;
}
.mod-item-cards-block .section-subtitle {
  font-size: 1.25rem;
  color: #6b7280;
  margin-bottom: 3rem;
  text-align: center;
}
.mod-item-cards-block .cards-grid.standard {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .mod-item-cards-block .cards-grid.standard {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.mod-item-cards-block .cards-grid.standard .card-item {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}
.mod-item-cards-block .cards-grid.standard .card-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.mod-item-cards-block .cards-grid.standard .card-item .card-image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.mod-item-cards-block .cards-grid.standard .card-item .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.mod-item-cards-block .cards-grid.standard .card-item .card-image:hover img {
  transform: scale(1.03);
}
.mod-item-cards-block .cards-grid.standard .card-item .card-content {
  padding: 1.5rem;
}
.mod-item-cards-block .cards-grid.standard .card-item .card-content .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
.mod-item-cards-block .cards-grid.standard .card-item .card-content .card-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.mod-item-cards-block .cards-grid.standard .card-item .card-content .card-title a:hover {
  color: #3b82f6;
}
.mod-item-cards-block .cards-grid.standard .card-item .card-content .card-description {
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}
.mod-item-cards-block .section-cta {
  text-align: center;
}
.mod-item-cards-block .section-cta .cta-button {
  display: inline-block;
  background: #111827;
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s ease;
}
.mod-item-cards-block .section-cta .cta-button:hover {
  background: #374151;
  color: white;
}

.mod-item-cards-block-v2 {
  padding: 4rem 0;
}
.mod-item-cards-block-v2 .featured-section {
  position: relative;
  overflow: hidden;
}
.mod-item-cards-block-v2 .featured-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3.5rem;
}
@media (max-width: 768px) {
  .mod-item-cards-block-v2 .featured-content {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.mod-item-cards-block-v2 .featured-content .featured-title {
  margin: 0;
  line-height: 1;
}
.mod-item-cards-block-v2 .featured-content .featured-title .title-word-one {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #64748B;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
  opacity: 0.8;
}
.mod-item-cards-block-v2 .featured-content .featured-title .title-word-two {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  color: #0F172A;
  letter-spacing: -0.025em;
  line-height: 0.95;
}
@media (max-width: 768px) {
  .mod-item-cards-block-v2 .featured-content .featured-title .title-word-two {
    font-size: 2rem;
  }
}
.mod-item-cards-block-v2 .featured-content .optional-cta {
  background: #0F172A;
  color: white;
  padding: 0.875rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 14px 0 rgba(15, 23, 42, 0.2);
  position: relative;
  overflow: hidden;
}
.mod-item-cards-block-v2 .featured-content .optional-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.mod-item-cards-block-v2 .featured-content .optional-cta:hover {
  background: #1E293B;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px 0 rgba(15, 23, 42, 0.3);
  color: white;
}
.mod-item-cards-block-v2 .featured-content .optional-cta:hover::before {
  left: 100%;
}
.mod-item-cards-block-v2 .featured-cards {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  gap: 1.5rem;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.mod-item-cards-block-v2 .featured-cards::-webkit-scrollbar {
  display: none;
}
.mod-item-cards-block-v2 .featured-cards .featured-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  background: #F8FAFC;
  scroll-snap-align: start;
  flex-shrink: 0;
  height: 320px;
}
.mod-item-cards-block-v2 .featured-cards .featured-card:nth-child(1) {
  width: 400px;
}
@media (max-width: 768px) {
  .mod-item-cards-block-v2 .featured-cards .featured-card:nth-child(1) {
    width: 280px;
    height: 280px;
  }
}
.mod-item-cards-block-v2 .featured-cards .featured-card:nth-child(2), .mod-item-cards-block-v2 .featured-cards .featured-card:nth-child(3), .mod-item-cards-block-v2 .featured-cards .featured-card:nth-child(4), .mod-item-cards-block-v2 .featured-cards .featured-card:nth-child(n+5) {
  width: 280px;
}
@media (max-width: 768px) {
  .mod-item-cards-block-v2 .featured-cards .featured-card:nth-child(2), .mod-item-cards-block-v2 .featured-cards .featured-card:nth-child(3), .mod-item-cards-block-v2 .featured-cards .featured-card:nth-child(4), .mod-item-cards-block-v2 .featured-cards .featured-card:nth-child(n+5) {
    width: 240px;
    height: 240px;
  }
}
.mod-item-cards-block-v2 .featured-cards .featured-card.wide {
  width: 480px !important;
}
@media (max-width: 768px) {
  .mod-item-cards-block-v2 .featured-cards .featured-card.wide {
    width: 320px !important;
    height: 240px;
  }
}
.mod-item-cards-block-v2 .featured-cards .featured-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.mod-item-cards-block-v2 .featured-cards .featured-card:hover .card-image::after {
  opacity: 0.4;
}
.mod-item-cards-block-v2 .featured-cards .featured-card:hover .card-image img {
  transform: scale(1.1);
}
.mod-item-cards-block-v2 .featured-cards .featured-card:hover .card-overlay {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.9) 0%, rgba(30, 41, 59, 0.85) 100%);
}
.mod-item-cards-block-v2 .featured-cards .featured-card:hover .card-overlay .card-category {
  transform: translateY(-4px);
  background: rgba(59, 130, 246, 0.9);
}
.mod-item-cards-block-v2 .featured-cards .featured-card:hover .card-overlay .card-title {
  transform: translateY(-4px);
}
.mod-item-cards-block-v2 .featured-cards .featured-card .card-image {
  width: 100%;
  height: 100%;
  position: relative;
  background: linear-gradient(135deg, #E2E8F0 0%, #CBD5E1 100%);
}
.mod-item-cards-block-v2 .featured-cards .featured-card .card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.1) 0%, rgba(30, 41, 59, 0.2) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mod-item-cards-block-v2 .featured-cards .featured-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.mod-item-cards-block-v2 .featured-cards .featured-card .card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.7) 0%, rgba(30, 41, 59, 0.6) 100%);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.mod-item-cards-block-v2 .featured-cards .featured-card .card-overlay .card-category {
  display: inline-block;
  background: rgba(100, 116, 139, 0.9);
  color: white;
  padding: 0.375rem 0.875rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  align-self: flex-start;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.mod-item-cards-block-v2 .featured-cards .featured-card .card-overlay .card-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
  color: white;
  transition: transform 0.3s ease;
}
.featured-card:nth-child(1) .mod-item-cards-block-v2 .featured-cards .featured-card .card-overlay .card-title {
  font-size: 1.5rem;
  line-height: 1.2;
}
.featured-card.wide .mod-item-cards-block-v2 .featured-cards .featured-card .card-overlay .card-title {
  font-size: 1.375rem;
  line-height: 1.25;
}
.mod-item-cards-block-v2 .featured-cards .featured-card .card-overlay .card-title a {
  color: white;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.mod-item-cards-block-v2 .featured-cards .featured-card .card-overlay .card-title a:hover {
  opacity: 0.9;
}
.mod-item-cards-block-v2 .navigation-arrows {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.mod-item-cards-block-v2 .navigation-arrows .nav-arrow {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: white;
  border: 2px solid #E2E8F0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.mod-item-cards-block-v2 .navigation-arrows .nav-arrow:hover {
  background: #0F172A;
  border-color: #0F172A;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(15, 23, 42, 0.2);
}
.mod-item-cards-block-v2 .navigation-arrows .nav-arrow:hover .arrow-icon {
  color: white;
  transform: scale(1.1);
}
.mod-item-cards-block-v2 .navigation-arrows .nav-arrow:active {
  transform: translateY(0);
}
.mod-item-cards-block-v2 .navigation-arrows .nav-arrow .arrow-icon {
  font-size: 1.25rem;
  color: #64748B;
  transition: all 0.3s ease;
  font-weight: 600;
}

@keyframes ripple-expand {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulse-glow {
  0%, 100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}
.mod-item-cards-block-v3 {
  padding: 6rem 0;
  background: #F8FAFC;
  position: relative;
  overflow: hidden;
}
.mod-item-cards-block-v3 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .mod-item-cards-block-v3 .section-header {
    margin-bottom: 3rem;
  }
}
.mod-item-cards-block-v3 .section-header .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1E293B;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .mod-item-cards-block-v3 .section-header .section-title {
    font-size: 2rem;
  }
}
.mod-item-cards-block-v3 .section-header .section-title h1, .mod-item-cards-block-v3 .section-header .section-title .h1, .mod-item-cards-block-v3 .section-header .section-title h2, .mod-item-cards-block-v3 .section-header .section-title .h2, .mod-item-cards-block-v3 .section-header .section-title h3, .mod-item-cards-block-v3 .section-header .section-title .h3, .mod-item-cards-block-v3 .section-header .section-title h4, .mod-item-cards-block-v3 .section-header .section-title .h4, .mod-item-cards-block-v3 .section-header .section-title h5, .mod-item-cards-block-v3 .section-header .section-title .h5, .mod-item-cards-block-v3 .section-header .section-title h6, .mod-item-cards-block-v3 .section-header .section-title .h6 {
  margin: 0;
  color: inherit;
}
.mod-item-cards-block-v3 .section-header .section-title p {
  margin: 0;
}
.mod-item-cards-block-v3 .section-header .section-title strong {
  font-weight: 900;
}
.mod-item-cards-block-v3 .section-header .section-title em {
  font-style: italic;
}
.mod-item-cards-block-v3 .creative-layout {
  display: flex;
  align-items: center;
  gap: 4rem;
  position: relative;
}
@media (max-width: 1024px) {
  .mod-item-cards-block-v3 .creative-layout {
    flex-direction: column;
    gap: 3rem;
  }
}
.mod-item-cards-block-v3 .creative-layout .featured-section {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 1024px) {
  .mod-item-cards-block-v3 .creative-layout .featured-section {
    gap: 2rem;
  }
}
.mod-item-cards-block-v3 .creative-layout .featured-section .featured-text .featured-label {
  font-size: 4rem;
  font-weight: 900;
  color: #1E293B;
  margin: 0;
  line-height: 0.9;
  letter-spacing: -0.05em;
  font-style: italic;
  transform: rotate(-2deg);
  transform-origin: left bottom;
}
@media (max-width: 1024px) {
  .mod-item-cards-block-v3 .creative-layout .featured-section .featured-text .featured-label {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .mod-item-cards-block-v3 .creative-layout .featured-section .featured-text .featured-label {
    font-size: 2.5rem;
  }
}
.mod-item-cards-block-v3 .creative-layout .featured-section .featured-cta .cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: white;
  color: #1E293B;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: 2px solid #E2E8F0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.mod-item-cards-block-v3 .creative-layout .featured-section .featured-cta .cta-button:hover {
  background: #1E293B;
  color: white;
  border-color: #1E293B;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(30, 41, 59, 0.15);
}
.mod-item-cards-block-v3 .creative-layout .cards-grid {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
  gap: 1.5rem;
  flex: 1;
  overflow-x: auto;
  overflow-y: visible;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  min-height: 320px;
}
.mod-item-cards-block-v3 .creative-layout .cards-grid.standard, .mod-item-cards-block-v3 .creative-layout .cards-grid:not(.standard) {
  display: flex !important;
  flex-direction: row !important;
  grid-template-columns: none !important;
}
.mod-item-cards-block-v3 .creative-layout .cards-grid::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .mod-item-cards-block-v3 .creative-layout .cards-grid {
    gap: 1rem;
    min-height: 280px;
  }
}
.mod-item-cards-block-v3 .creative-layout .cards-grid .creative-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: white;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  flex: 0 0 280px !important;
  flex-shrink: 0 !important;
  width: 280px !important;
  height: 320px;
}
@media (max-width: 768px) {
  .mod-item-cards-block-v3 .creative-layout .cards-grid .creative-card {
    flex: 0 0 240px !important;
    width: 240px !important;
    height: 280px;
  }
}
.mod-item-cards-block-v3.cols-three .cards-grid .creative-card {
  flex: 0 0 280px !important;
  width: 280px !important;
}
@media (max-width: 768px) {
  .mod-item-cards-block-v3.cols-three .cards-grid .creative-card {
    flex: 0 0 240px !important;
    width: 240px !important;
  }
}
.mod-item-cards-block-v3.cols-four .cards-grid .creative-card {
  flex: 0 0 240px !important;
  width: 240px !important;
}
@media (max-width: 768px) {
  .mod-item-cards-block-v3.cols-four .cards-grid .creative-card {
    flex: 0 0 200px !important;
    width: 200px !important;
  }
}
.mod-item-cards-block-v3.cols-four .cards-grid .creative-card .card-image {
  height: 160px;
}
@media (max-width: 768px) {
  .mod-item-cards-block-v3.cols-four .cards-grid .creative-card .card-image {
    height: 140px;
  }
}
.mod-item-cards-block-v3.cols-four .cards-grid .creative-card .card-content {
  padding: 1.25rem;
}
.mod-item-cards-block-v3.cols-four .cards-grid .creative-card .card-content .card-title {
  font-size: 1rem;
}
.mod-item-cards-block-v3.cols-four .cards-grid .creative-card .card-content .card-category {
  font-size: 0.675rem;
  padding: 0.2rem 0.6rem;
}
.mod-item-cards-block-v3 .creative-layout .cards-grid .creative-card[data-index="1"] {
  transform: translateY(2rem);
}
.mod-item-cards-block-v3 .creative-layout .cards-grid .creative-card[data-index="2"] {
  transform: translateY(-1rem);
}
.mod-item-cards-block-v3 .creative-layout .cards-grid .creative-card[data-index="3"] {
  transform: translateY(1.5rem);
}
.mod-item-cards-block-v3 .creative-layout .cards-grid .creative-card[data-index="4"] {
  transform: translateY(-0.5rem);
}
.mod-item-cards-block-v3 .creative-layout .cards-grid .creative-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}
.mod-item-cards-block-v3 .creative-layout .cards-grid .creative-card:hover .card-image .image-overlay {
  opacity: 0.3;
}
.mod-item-cards-block-v3 .creative-layout .cards-grid .creative-card:hover .card-image img {
  transform: scale(1.1);
}
.mod-item-cards-block-v3 .creative-layout .cards-grid .creative-card:hover .card-hover-overlay {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.mod-item-cards-block-v3 .creative-layout .cards-grid .creative-card:hover .card-category {
  background: #3B82F6;
  color: white;
}
.mod-item-cards-block-v3 .creative-layout .cards-grid .creative-card .card-image {
  position: relative;
  height: 180px;
  overflow: hidden;
  background: #E2E8F0;
}
@media (max-width: 768px) {
  .mod-item-cards-block-v3 .creative-layout .cards-grid .creative-card .card-image {
    height: 160px;
  }
}
.mod-item-cards-block-v3 .creative-layout .cards-grid .creative-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.mod-item-cards-block-v3 .creative-layout .cards-grid .creative-card .card-image .image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.8) 0%, rgba(51, 65, 85, 0.6) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mod-item-cards-block-v3 .creative-layout .cards-grid .creative-card .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
}
.mod-item-cards-block-v3 .creative-layout .cards-grid .creative-card .card-content .card-category {
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  color: #1E293B;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
  transition: all 0.3s ease;
}
.mod-item-cards-block-v3 .creative-layout .cards-grid .creative-card .card-content .card-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}
.mod-item-cards-block-v3 .creative-layout .cards-grid .creative-card .card-content .card-title a {
  color: white;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.mod-item-cards-block-v3 .creative-layout .cards-grid .creative-card .card-content .card-title a:hover {
  opacity: 0.9;
}
.mod-item-cards-block-v3 .creative-layout .cards-grid .creative-card .card-hover-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.mod-item-cards-block-v3 .creative-layout .cards-grid .creative-card .card-hover-overlay .hover-icon {
  color: #1E293B;
  transition: transform 0.2s ease;
}
.mod-item-cards-block-v3 .creative-layout .cards-grid .creative-card .card-hover-overlay:hover .hover-icon {
  transform: scale(1.1);
}

.layout-navigation {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-left: 1rem;
}
@media (max-width: 1024px) {
  .layout-navigation {
    flex-direction: row;
    justify-content: center;
    margin-left: 0;
    margin-top: 2rem;
  }
}
.layout-navigation .nav-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: white;
  border: 2px solid #E2E8F0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.layout-navigation .nav-arrow:hover {
  background: #1E293B;
  border-color: #1E293B;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(30, 41, 59, 0.15);
}
.layout-navigation .nav-arrow:hover svg {
  color: white;
}
.layout-navigation .nav-arrow:active {
  transform: translateY(0);
}
.layout-navigation .nav-arrow svg {
  color: #64748B;
  transition: color 0.3s ease;
}

.section-cta {
  text-align: center;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .section-cta {
    margin-top: 3rem;
  }
}
.section-cta .cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: #1E293B;
  color: white;
  padding: 1rem 2.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(30, 41, 59, 0.15);
}
.section-cta .cta-button:hover {
  background: #334155;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(30, 41, 59, 0.25);
}
.section-cta .cta-button:active {
  transform: translateY(0);
}
.section-cta .cta-button::after {
  content: "→";
  font-size: 1.25rem;
  transition: transform 0.2s ease;
}
.section-cta .cta-button:hover::after {
  transform: translateX(4px);
}

.mod-item-cards-v4 .item-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .mod-item-cards-v4 .item-cards-container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.mod-item-cards-v4 .item-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.mod-item-cards-v4 .item-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.mod-item-cards-v4 .item-card .card-image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #f8f9fa;
}
.mod-item-cards-v4 .item-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.mod-item-cards-v4 .item-card .card-image:hover img {
  transform: scale(1.05);
}
.mod-item-cards-v4 .item-card .card-image .category-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.mod-item-cards-v4 .item-card .card-content {
  padding: 1.5rem;
}
.mod-item-cards-v4 .item-card .card-content .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
.mod-item-cards-v4 .item-card .card-content .card-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.mod-item-cards-v4 .item-card .card-content .card-title a:hover {
  color: #3b82f6;
}
.mod-item-cards-v4 .item-card .card-content .card-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #6b7280;
}
.mod-item-cards-v4 .item-card .card-content .card-meta .card-date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.mod-item-cards-v4 .item-card .card-content .card-meta .card-date::before {
  content: "\\1F4C5";
  font-size: 0.75rem;
}
.mod-item-cards-v4 .item-card .card-content .card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.mod-item-cards-v4 .item-card .card-content .card-tags .tag {
  background: #f3f4f6;
  color: #374151;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 500;
}
.mod-item-cards-v4 .item-card .card-content .card-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.mod-item-cards-v4 .item-card .card-content .card-categories .category {
  background: #dbeafe;
  color: #1e40af;
  padding: 0.25rem 0.75rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 500;
}
.mod-item-cards-v4 .item-card.large {
  grid-column: span 2;
}
@media (max-width: 1024px) {
  .mod-item-cards-v4 .item-card.large {
    grid-column: span 1;
  }
}
.mod-item-cards-v4 .item-card.large .card-image {
  height: 300px;
}
.mod-item-cards-v4 .item-card.large .card-content {
  padding: 2rem;
}
.mod-item-cards-v4 .item-card.large .card-content .card-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.mod-item-cards-v4 .item-card.post-type-event {
  border-left: 4px solid #8b5cf6;
}
.mod-item-cards-v4 .item-card.post-type-event .card-image .post-type-icon {
  background: linear-gradient(135deg, #8b5cf6, #a855f7);
  color: white;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.3);
}
.mod-item-cards-v4 .item-card.post-type-event .card-image .post-type-icon svg {
  width: 16px;
  height: 16px;
}
.mod-item-cards-v4 .item-card.post-type-event .card-image .category-badge {
  background: linear-gradient(135deg, #8b5cf6, #a855f7);
  color: white;
}
.mod-item-cards-v4 .item-card.post-type-event .card-content .event-date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem 0.75rem;
  background: rgba(139, 92, 246, 0.1);
  border-radius: 6px;
  font-size: 0.875rem;
}
.mod-item-cards-v4 .item-card.post-type-event .card-content .event-date .date-label {
  font-weight: 600;
  color: #8b5cf6;
}
.mod-item-cards-v4 .item-card.post-type-event .card-content .event-date .date-value {
  color: #374151;
}
.mod-item-cards-v4 .item-card.post-type-event .card-content .event-location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #6b7280;
}
.mod-item-cards-v4 .item-card.post-type-event .card-content .event-location .location-icon {
  font-size: 1rem;
}
.mod-item-cards-v4 .item-card.post-type-event .card-content .card-title a:hover {
  color: #8b5cf6;
}
.mod-item-cards-v4 .item-card.post-type-event:hover {
  border-left-color: #7c3aed;
  box-shadow: 0 20px 25px -5px rgba(139, 92, 246, 0.15), 0 10px 10px -5px rgba(139, 92, 246, 0.1);
}
.mod-item-cards-v4 .item-card.post-type-case_study {
  border-left: 4px solid #10b981;
}
.mod-item-cards-v4 .item-card.post-type-case_study .card-image .post-type-icon {
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
}
.mod-item-cards-v4 .item-card.post-type-case_study .card-image .post-type-icon svg {
  width: 16px;
  height: 16px;
}
.mod-item-cards-v4 .item-card.post-type-case_study .card-image .category-badge {
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
}
.mod-item-cards-v4 .item-card.post-type-case_study .card-content .client-name {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem 0.75rem;
  background: rgba(16, 185, 129, 0.1);
  border-radius: 6px;
  font-size: 0.875rem;
}
.mod-item-cards-v4 .item-card.post-type-case_study .card-content .client-name .client-label {
  font-weight: 600;
  color: #10b981;
}
.mod-item-cards-v4 .item-card.post-type-case_study .card-content .client-name .client-value {
  color: #374151;
}
.mod-item-cards-v4 .item-card.post-type-case_study .card-content .industry {
  margin-bottom: 0.75rem;
}
.mod-item-cards-v4 .item-card.post-type-case_study .card-content .industry .industry-badge {
  background: rgba(16, 185, 129, 0.2);
  color: #065f46;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.mod-item-cards-v4 .item-card.post-type-case_study .card-content .card-title a:hover {
  color: #10b981;
}
.mod-item-cards-v4 .item-card.post-type-case_study:hover {
  border-left-color: #059669;
  box-shadow: 0 20px 25px -5px rgba(16, 185, 129, 0.15), 0 10px 10px -5px rgba(16, 185, 129, 0.1);
}
.mod-item-cards-v4 .item-card.post-type-career {
  border-left: 4px solid #f59e0b;
}
.mod-item-cards-v4 .item-card.post-type-career .card-image .post-type-icon {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: white;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(245, 158, 11, 0.3);
}
.mod-item-cards-v4 .item-card.post-type-career .card-image .post-type-icon svg {
  width: 16px;
  height: 16px;
}
.mod-item-cards-v4 .item-card.post-type-career .card-image .category-badge {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: white;
}
.mod-item-cards-v4 .item-card.post-type-career .card-content .job-type {
  margin-bottom: 0.75rem;
}
.mod-item-cards-v4 .item-card.post-type-career .card-content .job-type .type-badge {
  background: rgba(245, 158, 11, 0.2);
  color: #92400e;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.mod-item-cards-v4 .item-card.post-type-career .card-content .job-location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #6b7280;
}
.mod-item-cards-v4 .item-card.post-type-career .card-content .job-location .location-icon {
  font-size: 1rem;
}
.mod-item-cards-v4 .item-card.post-type-career .card-content .card-title a:hover {
  color: #f59e0b;
}
.mod-item-cards-v4 .item-card.post-type-career:hover {
  border-left-color: #d97706;
  box-shadow: 0 20px 25px -5px rgba(245, 158, 11, 0.15), 0 10px 10px -5px rgba(245, 158, 11, 0.1);
}
.mod-item-cards-v4 .item-card.post-type-post {
  border-left: 4px solid #3b82f6;
}
.mod-item-cards-v4 .item-card.post-type-post .card-image .post-type-icon {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: white;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
}
.mod-item-cards-v4 .item-card.post-type-post .card-image .post-type-icon svg {
  width: 16px;
  height: 16px;
}
.mod-item-cards-v4 .item-card.post-type-post .card-image .category-badge {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: white;
}
.mod-item-cards-v4 .item-card.post-type-post .card-content .card-author {
  color: #3b82f6;
  font-weight: 500;
}
.mod-item-cards-v4 .item-card.post-type-post .card-content .card-author::before {
  content: "• ";
  color: #d1d5db;
  margin-right: 0.25rem;
}
.mod-item-cards-v4 .item-card.post-type-post .card-content .card-title a:hover {
  color: #3b82f6;
}
.mod-item-cards-v4 .item-card.post-type-post:hover {
  border-left-color: #2563eb;
  box-shadow: 0 20px 25px -5px rgba(59, 130, 246, 0.15), 0 10px 10px -5px rgba(59, 130, 246, 0.1);
}
.mod-item-cards-v4 .item-card.post-type-event:hover .card-image .post-type-icon {
  transform: rotate(10deg) scale(1.1);
}
.mod-item-cards-v4 .item-card.post-type-event:hover .event-date {
  background: rgba(139, 92, 246, 0.2);
  transform: translateX(4px);
}
.mod-item-cards-v4 .item-card.post-type-event:hover .event-location .location-icon {
  animation: bounce 0.6s ease-in-out;
}
.mod-item-cards-v4 .item-card.post-type-case_study:hover .card-image .post-type-icon {
  transform: scale(1.15);
}
.mod-item-cards-v4 .item-card.post-type-case_study:hover .card-image .post-type-icon svg {
  animation: checkmark 0.6s ease-in-out;
}
.mod-item-cards-v4 .item-card.post-type-case_study:hover .client-name {
  background: rgba(16, 185, 129, 0.2);
  transform: translateX(4px);
}
.mod-item-cards-v4 .item-card.post-type-case_study:hover .industry-badge {
  background: rgba(16, 185, 129, 0.3);
  transform: scale(1.05);
}
.mod-item-cards-v4 .item-card.post-type-career:hover .card-image .post-type-icon {
  transform: rotate(-5deg) scale(1.1);
  box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
}
.mod-item-cards-v4 .item-card.post-type-career:hover .type-badge {
  background: rgba(245, 158, 11, 0.3);
  transform: scale(1.05);
}
.mod-item-cards-v4 .item-card.post-type-career:hover .job-location .location-icon {
  animation: pulse 0.8s ease-in-out infinite;
}
.mod-item-cards-v4 .item-card.post-type-post:hover .card-image .post-type-icon {
  transform: translateY(-2px) scale(1.1);
}
.mod-item-cards-v4 .item-card.post-type-post:hover .card-image .post-type-icon svg {
  animation: writing 0.8s ease-in-out;
}
.mod-item-cards-v4 .item-card.post-type-post:hover .card-author {
  color: #2563eb;
  transform: translateX(4px);
}
.mod-item-cards-v4 .item-card .card-image .post-type-icon {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.mod-item-cards-v4 .item-card .event-date,
.mod-item-cards-v4 .item-card .client-name,
.mod-item-cards-v4 .item-card .type-badge,
.mod-item-cards-v4 .item-card .industry-badge,
.mod-item-cards-v4 .item-card .card-author {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.mod-item-cards-v4 .item-card .card-categories .category {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.mod-item-cards-v4 .item-card .card-categories .category:nth-child(1) {
  transition-delay: 0.1s;
}
.mod-item-cards-v4 .item-card .card-categories .category:nth-child(2) {
  transition-delay: 0.2s;
}
.mod-item-cards-v4 .item-card .card-categories .category:nth-child(3) {
  transition-delay: 0.3s;
}
.mod-item-cards-v4 .item-card .card-tags .tag {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.mod-item-cards-v4 .item-card .card-tags .tag:nth-child(1) {
  transition-delay: 0.05s;
}
.mod-item-cards-v4 .item-card .card-tags .tag:nth-child(2) {
  transition-delay: 0.1s;
}
.mod-item-cards-v4 .item-card .card-tags .tag:nth-child(3) {
  transition-delay: 0.15s;
}
.mod-item-cards-v4 .item-card .card-tags .tag:nth-child(4) {
  transition-delay: 0.2s;
}
.mod-item-cards-v4 .item-card:hover .card-categories .category {
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.2);
}
.mod-item-cards-v4 .item-card:hover .card-tags .tag {
  transform: translateY(-1px);
  background: #e5e7eb;
}
@keyframes bounce {
  0%, 20%, 60%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-4px);
  }
  80% {
    transform: translateY(-2px);
  }
}
@keyframes checkmark {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2) rotate(10deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
@keyframes writing {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(2px);
  }
  75% {
    transform: translateX(-2px);
  }
}
.mod-item-cards-v4 .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1rem;
}
.mod-item-cards-v4 .section-title.with-subtitle {
  margin-bottom: 0.5rem;
}
.mod-item-cards-v4 .section-subtitle {
  font-size: 1.125rem;
  color: #6b7280;
  margin-bottom: 2rem;
}
.mod-item-cards-v4 .view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #111827;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
  margin-top: 2rem;
}
.mod-item-cards-v4 .view-all-btn:hover {
  background: #374151;
  color: white;
  transform: translateX(4px);
}
.mod-item-cards-v4 .view-all-btn::after {
  content: "\\2192";
  transition: transform 0.2s ease;
}
.mod-item-cards-v4 .view-all-btn:hover::after {
  transform: translateX(4px);
}

.mod-item-cards-v4.layout-masonry .item-cards-container {
  column-count: 3;
  column-gap: 2rem;
}
@media (max-width: 1024px) {
  .mod-item-cards-v4.layout-masonry .item-cards-container {
    column-count: 2;
  }
}
@media (max-width: 768px) {
  .mod-item-cards-v4.layout-masonry .item-cards-container {
    column-count: 1;
  }
}
.mod-item-cards-v4.layout-masonry .item-card {
  break-inside: avoid;
  margin-bottom: 2rem;
}

.mod-item-cards-v4.layout-list .item-cards-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.mod-item-cards-v4.layout-list .item-card {
  display: flex;
  align-items: center;
}
.mod-item-cards-v4.layout-list .item-card .card-image {
  width: 200px;
  height: 120px;
  flex-shrink: 0;
}
.mod-item-cards-v4.layout-list .item-card .card-content {
  flex: 1;
  padding: 1rem;
}
@media (max-width: 768px) {
  .mod-item-cards-v4.layout-list .item-card {
    flex-direction: column;
  }
  .mod-item-cards-v4.layout-list .item-card .card-image {
    width: 100%;
    height: 200px;
  }
}

.mod-logo-wall {
  position: relative;
  padding: 4rem 0;
  background: #ffffff;
}
@media (max-width: 768px) {
  .mod-logo-wall {
    padding: 3rem 0;
  }
}
.mod-logo-wall__header {
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .mod-logo-wall__header {
    margin-bottom: 2rem;
  }
}
.mod-logo-wall__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: #374151;
}
.mod-logo-wall__grid {
  display: grid;
  gap: 2rem;
  align-items: center;
  justify-items: center;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .mod-logo-wall__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .mod-logo-wall__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 480px) {
  .mod-logo-wall__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.mod-logo-wall__grid[data-columns="2"] {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .mod-logo-wall__grid[data-columns="2"] {
    grid-template-columns: 1fr;
  }
}
.mod-logo-wall__grid[data-columns="3"] {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .mod-logo-wall__grid[data-columns="3"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .mod-logo-wall__grid[data-columns="3"] {
    grid-template-columns: 1fr;
  }
}
.mod-logo-wall__grid[data-columns="4"] {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .mod-logo-wall__grid[data-columns="4"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .mod-logo-wall__grid[data-columns="4"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .mod-logo-wall__grid[data-columns="4"] {
    grid-template-columns: 1fr;
  }
}
.mod-logo-wall__item {
  position: relative;
  width: 100%;
  max-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mod-logo-wall__link, .mod-logo-wall__item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  padding: 1.5rem;
  border-radius: 12px;
  background: #f8f9fa;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
  width: 100%;
  min-height: 120px;
}
@media (max-width: 768px) {
  .mod-logo-wall__link, .mod-logo-wall__item-content {
    padding: 1.25rem;
    min-height: 100px;
  }
}
@media (max-width: 480px) {
  .mod-logo-wall__link, .mod-logo-wall__item-content {
    padding: 1rem;
    min-height: 80px;
  }
}
.mod-logo-wall__link {
  cursor: pointer;
}
.mod-logo-wall__link:hover {
  background: #f3f4f6;
  border-color: #d1d5db;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.mod-logo-wall__link:hover .mod-logo-wall__image {
  transform: scale(1.05);
}
.mod-logo-wall__link:hover .mod-logo-wall__description {
  color: #374151;
}
.mod-logo-wall__link:focus {
  outline: 2px solid #667eea;
  outline-offset: 2px;
}
.mod-logo-wall__image {
  max-width: 100%;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
  filter: grayscale(0.2) opacity(0.8);
}
@media (max-width: 768px) {
  .mod-logo-wall__image {
    max-height: 50px;
  }
}
@media (max-width: 480px) {
  .mod-logo-wall__image {
    max-height: 40px;
  }
}
.mod-logo-wall__link:hover .mod-logo-wall__image, .mod-logo-wall__link:focus .mod-logo-wall__image {
  filter: grayscale(0) opacity(1);
}
.mod-logo-wall__description {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  color: #6b7280;
  transition: color 0.3s ease;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .mod-logo-wall__description {
    font-size: 0.7rem;
    margin-top: 0.5rem;
  }
}
.mod-logo-wall__item[data-loading] .mod-logo-wall__image {
  opacity: 0.5;
  position: relative;
}
.mod-logo-wall__item[data-loading] .mod-logo-wall__image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid #e5e7eb;
  border-top-color: #9ca3af;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.mod-logo-wall--minimal {
  padding: 2rem 0;
}
.mod-logo-wall--minimal .mod-logo-wall__grid {
  gap: 1.5rem;
}
.mod-logo-wall--minimal .mod-logo-wall__link,
.mod-logo-wall--minimal .mod-logo-wall__item-content {
  background: transparent;
  border: none;
  padding: 1rem;
  min-height: auto;
}
.mod-logo-wall--minimal .mod-logo-wall__link:hover,
.mod-logo-wall--minimal .mod-logo-wall__item-content:hover {
  background: transparent;
  transform: none;
  box-shadow: none;
}
.mod-logo-wall--minimal .mod-logo-wall__image {
  filter: grayscale(0.5) opacity(0.6);
}
.mod-logo-wall__link:hover .mod-logo-wall--minimal .mod-logo-wall__image, .mod-logo-wall__link:focus .mod-logo-wall--minimal .mod-logo-wall__image {
  filter: grayscale(0) opacity(1);
}
.mod-logo-wall--dark {
  background: #1f2937;
}
.mod-logo-wall--dark .mod-logo-wall__title {
  color: white;
}
.mod-logo-wall--dark .mod-logo-wall__link,
.mod-logo-wall--dark .mod-logo-wall__item-content {
  background: #374151;
  border-color: #4b5563;
}
.mod-logo-wall--dark .mod-logo-wall__link:hover,
.mod-logo-wall--dark .mod-logo-wall__item-content:hover {
  background: #4b5563;
  border-color: #6b7280;
}
.mod-logo-wall--dark .mod-logo-wall__description {
  color: #d1d5db;
}
.mod-logo-wall__link:hover .mod-logo-wall--dark .mod-logo-wall__description {
  color: white;
}
.mod-logo-wall--dark .mod-logo-wall__image {
  filter: grayscale(0.3) opacity(0.8) brightness(1.1);
}
.mod-logo-wall__link:hover .mod-logo-wall--dark .mod-logo-wall__image, .mod-logo-wall__link:focus .mod-logo-wall--dark .mod-logo-wall__image {
  filter: grayscale(0) opacity(1) brightness(1);
}

@media (prefers-reduced-motion: reduce) {
  .mod-logo-wall__link, .mod-logo-wall__item-content, .mod-logo-wall__image {
    transition: none;
  }
}
@media (prefers-contrast: high) {
  .mod-logo-wall__title {
    color: black;
  }
  .mod-logo-wall__link, .mod-logo-wall__item-content {
    background: white;
    border: 2px solid black;
  }
  .mod-logo-wall__link:hover, .mod-logo-wall__item-content:hover {
    background: #f0f0f0;
  }
  .mod-logo-wall__description {
    color: black;
  }
  .mod-logo-wall__image {
    filter: none;
  }
}
@media print {
  .mod-logo-wall {
    background: white;
    padding: 1rem 0;
  }
  .mod-logo-wall__title {
    color: black;
  }
  .mod-logo-wall__grid {
    gap: 1rem;
  }
  .mod-logo-wall__link, .mod-logo-wall__item-content {
    background: white;
    border: 1px solid #ccc;
    box-shadow: none;
    transform: none;
    padding: 0.5rem;
    min-height: auto;
  }
  .mod-logo-wall__link:hover, .mod-logo-wall__item-content:hover {
    background: white;
    transform: none;
    box-shadow: none;
  }
  .mod-logo-wall__description {
    color: black;
  }
  .mod-logo-wall__image {
    filter: none;
  }
}
.mod-text {
  position: relative;
  background: #ffffff;
}
.mod-text:not([class*=py-]):not([class*=pt-]):not([class*=pb-]) {
  padding: 4rem 0;
}
.mod-text .row + .row {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .mod-text .row + .row {
    margin-top: 3rem;
  }
}
.mod-text__subtitle {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #dc2626;
  margin-bottom: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.mod-text__title {
  font-family: Georgia, serif;
  font-weight: 300;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.2;
  color: #1e293b;
  margin-bottom: 2rem;
  letter-spacing: -0.01em;
}
.mod-text__content {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #374151;
  font-weight: 300;
}
.mod-text__content h1, .mod-text__content .h1, .mod-text__content h2, .mod-text__content .h2, .mod-text__content h3, .mod-text__content .h3, .mod-text__content h4, .mod-text__content .h4, .mod-text__content h5, .mod-text__content .h5, .mod-text__content h6, .mod-text__content .h6 {
  font-family: Georgia, serif;
  font-weight: 300;
  line-height: 1.2;
  color: #1e293b;
  letter-spacing: -0.01em;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}
.mod-text__content h1:first-child, .mod-text__content .h1:first-child, .mod-text__content h2:first-child, .mod-text__content .h2:first-child, .mod-text__content h3:first-child, .mod-text__content .h3:first-child, .mod-text__content h4:first-child, .mod-text__content .h4:first-child, .mod-text__content h5:first-child, .mod-text__content .h5:first-child, .mod-text__content h6:first-child, .mod-text__content .h6:first-child {
  margin-top: 0;
}
.mod-text__content h1, .mod-text__content .h1 {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
}
.mod-text__content h2, .mod-text__content .h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
}
.mod-text__content h3, .mod-text__content .h3 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}
.mod-text__content h4, .mod-text__content .h4 {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
}
.mod-text__content h5, .mod-text__content .h5 {
  font-size: clamp(1.125rem, 1.75vw, 1.5rem);
}
.mod-text__content h6, .mod-text__content .h6 {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.mod-text__content p {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #374151;
}
.mod-text__content p:last-child {
  margin-bottom: 0;
}
.mod-text__content p.lead {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #1e293b;
  font-weight: 400;
  margin-bottom: 2rem;
}
.mod-text__content p.small {
  font-size: 0.875rem;
  color: #6b7280;
}
.mod-text__content ul, .mod-text__content ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.mod-text__content ul li, .mod-text__content ol li {
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 0.5rem;
  color: #374151;
}
.mod-text__content ul li:last-child, .mod-text__content ol li:last-child {
  margin-bottom: 0;
}
.mod-text__content ul {
  list-style: none;
  padding-left: 0;
}
.mod-text__content ul li {
  position: relative;
  padding-left: 1.5rem;
}
.mod-text__content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 6px;
  height: 6px;
  background: #fbbf24;
  border-radius: 50%;
}
.mod-text__content ol {
  counter-reset: list-counter;
}
.mod-text__content ol li {
  counter-increment: list-counter;
}
.mod-text__content ol li::marker {
  color: #fbbf24;
  font-weight: 600;
}
.mod-text__content a {
  color: #fbbf24;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
  border-bottom: 1px solid transparent;
}
.mod-text__content a:hover {
  color: #f59e0b;
  border-bottom-color: #f59e0b;
  text-decoration: none;
}
.mod-text__content blockquote {
  position: relative;
  margin: 2rem 0;
  padding: 2rem;
  background: #f8fafc;
  border-left: 4px solid #fbbf24;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #374151;
}
.mod-text__content blockquote::before {
  content: '"';
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 3rem;
  color: #fbbf24;
  font-weight: bold;
  line-height: 1;
  font-family: Georgia, serif;
}
.mod-text__content blockquote p {
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.mod-text__content blockquote p:last-child {
  margin-bottom: 0;
}
.mod-text__content blockquote cite {
  display: block;
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #6b7280;
  font-style: normal;
  text-align: right;
}
.mod-text__content blockquote cite::before {
  content: "\14  ";
}
.mod-text__content code {
  background: #f1f5f9;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.875rem;
  color: #1e293b;
  font-family: "Monaco", "Menlo", monospace;
}
.mod-text__content pre {
  background: #1e293b;
  color: #f1f5f9;
  padding: 1.5rem;
  border-radius: 8px;
  overflow-x: auto;
  margin: 1.5rem 0;
}
.mod-text__content pre code {
  background: none;
  padding: 0;
  color: inherit;
}
.mod-text__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.mod-text__content table th, .mod-text__content table td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
}
.mod-text__content table th {
  background: #f8fafc;
  font-weight: 600;
  color: #1e293b;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.mod-text__content table td {
  color: #374151;
  font-size: 0.875rem;
}
.mod-text__content table tr:last-child th, .mod-text__content table tr:last-child td {
  border-bottom: none;
}
.mod-text__content table tr:hover {
  background: #f8fafc;
}
.mod-text__content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1rem 0;
}
.mod-text__content img.full-width {
  width: 100%;
  margin: 1.5rem 0;
}
.mod-text__content img.rounded {
  border-radius: 50%;
}
.mod-text__content figure {
  margin: 2rem 0;
  text-align: center;
}
.mod-text__content figure img {
  margin: 0;
}
.mod-text__content figure figcaption {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: #6b7280;
  font-style: italic;
}
.mod-text__content .btn, .mod-text__content button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: #fbbf24;
  color: #1f2937;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.875rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.mod-text__content .btn:hover, .mod-text__content button:hover {
  background: #f59e0b;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
  text-decoration: none;
  color: #1f2937;
}
.mod-text__content .btn.btn-secondary, .mod-text__content button.btn-secondary {
  background: transparent;
  color: #374151;
  border: 2px solid #d1d5db;
}
.mod-text__content .btn.btn-secondary:hover, .mod-text__content button.btn-secondary:hover {
  background: #374151;
  color: white;
  border-color: #374151;
}
.mod-text__content .btn.btn-outline, .mod-text__content button.btn-outline {
  background: transparent;
  color: #fbbf24;
  border: 2px solid #fbbf24;
}
.mod-text__content .btn.btn-outline:hover, .mod-text__content button.btn-outline:hover {
  background: #fbbf24;
  color: #1f2937;
}
.mod-text.text-center .mod-text__subtitle,
.mod-text.text-center .mod-text__title,
.mod-text.text-center .mod-text__content {
  text-align: center;
}
.mod-text.text-right .mod-text__subtitle,
.mod-text.text-right .mod-text__title,
.mod-text.text-right .mod-text__content {
  text-align: right;
}
.mod-text.dark {
  background: #1e293b;
  color: white;
}
.mod-text.dark .mod-text__title {
  color: white;
}
.mod-text.dark .mod-text__content {
  color: #d1d5db;
}
.mod-text.dark .mod-text__content h1, .mod-text.dark .mod-text__content .h1, .mod-text.dark .mod-text__content h2, .mod-text.dark .mod-text__content .h2, .mod-text.dark .mod-text__content h3, .mod-text.dark .mod-text__content .h3, .mod-text.dark .mod-text__content h4, .mod-text.dark .mod-text__content .h4, .mod-text.dark .mod-text__content h5, .mod-text.dark .mod-text__content .h5, .mod-text.dark .mod-text__content h6, .mod-text.dark .mod-text__content .h6 {
  color: white;
}
.mod-text.dark .mod-text__content p {
  color: #d1d5db;
}
.mod-text.dark .mod-text__content ul, .mod-text.dark .mod-text__content ol {
  color: #d1d5db;
}
.mod-text.dark .mod-text__content blockquote {
  background: #374151;
  color: #d1d5db;
}
.mod-text.dark .mod-text__content table {
  background: #374151;
}
.mod-text.dark .mod-text__content table th {
  background: #4b5563;
  color: white;
}
.mod-text.dark .mod-text__content table td {
  color: #d1d5db;
}
.mod-text.dark .mod-text__content table tr:hover {
  background: #4b5563;
}
.mod-text.compact .row + .row {
  margin-top: 1rem;
}
.mod-text.compact .mod-text__subtitle {
  margin-bottom: 0.5rem;
}
.mod-text.compact .mod-text__title {
  margin-bottom: 1rem;
}
.mod-text.compact .mod-text__content h1, .mod-text.compact .mod-text__content .h1, .mod-text.compact .mod-text__content h2, .mod-text.compact .mod-text__content .h2, .mod-text.compact .mod-text__content h3, .mod-text.compact .mod-text__content .h3, .mod-text.compact .mod-text__content h4, .mod-text.compact .mod-text__content .h4, .mod-text.compact .mod-text__content h5, .mod-text.compact .mod-text__content .h5, .mod-text.compact .mod-text__content h6, .mod-text.compact .mod-text__content .h6 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.mod-text.compact .mod-text__content p {
  margin-bottom: 1rem;
}
.mod-text.spacious .row + .row {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .mod-text.spacious .row + .row {
    margin-top: 5rem;
  }
}
.mod-text.spacious .mod-text__subtitle {
  margin-bottom: 1.5rem;
}
.mod-text.spacious .mod-text__title {
  margin-bottom: 3rem;
}
.mod-text.spacious .mod-text__content h1, .mod-text.spacious .mod-text__content .h1, .mod-text.spacious .mod-text__content h2, .mod-text.spacious .mod-text__content .h2, .mod-text.spacious .mod-text__content h3, .mod-text.spacious .mod-text__content .h3, .mod-text.spacious .mod-text__content h4, .mod-text.spacious .mod-text__content .h4, .mod-text.spacious .mod-text__content h5, .mod-text.spacious .mod-text__content .h5, .mod-text.spacious .mod-text__content h6, .mod-text.spacious .mod-text__content .h6 {
  margin-bottom: 2rem;
  margin-top: 3rem;
}
.mod-text.spacious .mod-text__content p {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .mod-text .mod-text__subtitle,
  .mod-text .mod-text__title {
    text-align: center;
  }
  .mod-text .mod-text__content img.full-width {
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
    border-radius: 0;
  }
}
.mod-quote-block-v2 {
  padding: 4rem 0;
  background: #f8fafc;
}
.mod-quote-block-v2 .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .mod-quote-block-v2 .container {
    padding: 0 1rem;
  }
}
.mod-quote-block-v2 .quote-with-image {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 968px) {
  .mod-quote-block-v2 .quote-with-image {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.mod-quote-block-v2 .quote-with-image .quote-image-section .image-placeholder {
  width: 100%;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  background: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 968px) {
  .mod-quote-block-v2 .quote-with-image .quote-image-section .image-placeholder {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .mod-quote-block-v2 .quote-with-image .quote-image-section .image-placeholder {
    height: 250px;
  }
}
.mod-quote-block-v2 .quote-with-image .quote-image-section .image-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mod-quote-block-v2 .quote-with-image .quote-content-section .quote-text {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #1f2937;
  font-weight: 400;
  margin: 0 0 2rem 0;
  position: relative;
  font-style: italic;
}
@media (max-width: 768px) {
  .mod-quote-block-v2 .quote-with-image .quote-content-section .quote-text {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
.mod-quote-block-v2 .quote-with-image .quote-content-section .quote-text {
  border: none;
  padding: 0;
}
.mod-quote-block-v2 .quote-with-image .quote-content-section .quote-text p {
  margin: 0;
}
.mod-quote-block-v2 .quote-with-image .quote-content-section .quote-author {
  margin-bottom: 1.5rem;
}
.mod-quote-block-v2 .quote-with-image .quote-content-section .quote-author .author-name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.25rem;
}
.mod-quote-block-v2 .quote-with-image .quote-content-section .quote-author .author-role {
  font-size: 1rem;
  color: #6b7280;
}
.mod-quote-block-v2 .quote-with-image .quote-content-section .social-links {
  display: flex;
  gap: 1rem;
}
.mod-quote-block-v2 .quote-with-image .quote-content-section .social-links .social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #6b7280;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.mod-quote-block-v2 .quote-with-image .quote-content-section .social-links .social-link:hover {
  background: #374151;
  transform: translateY(-2px);
}
.mod-quote-block-v2 .quote-with-image .quote-content-section .social-links .social-link.linkedin {
  background: #0077b5;
}
.mod-quote-block-v2 .quote-with-image .quote-content-section .social-links .social-link.linkedin:hover {
  background: #005885;
}
.mod-quote-block-v2 .quote-with-image .quote-content-section .social-links .social-link.twitter {
  background: #1da1f2;
}
.mod-quote-block-v2 .quote-with-image .quote-content-section .social-links .social-link.twitter:hover {
  background: #0d8bd9;
}
.mod-quote-block-v2 .quote-with-image .quote-content-section .social-links .social-link.email {
  background: #4f46e5;
}
.mod-quote-block-v2 .quote-with-image .quote-content-section .social-links .social-link.email:hover {
  background: #3730a3;
}
.mod-quote-block-v2 .quote-with-image .quote-content-section .social-links .social-link svg {
  width: 20px;
  height: 20px;
}
.mod-quote-block-v2 .quote-centered {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.mod-quote-block-v2 .quote-centered .quote-text {
  font-size: 2rem;
  line-height: 1.5;
  color: #1f2937;
  font-weight: 400;
  margin: 0 0 3rem 0;
  position: relative;
  font-style: italic;
}
@media (max-width: 768px) {
  .mod-quote-block-v2 .quote-centered .quote-text {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
.mod-quote-block-v2 .quote-centered .quote-text {
  border: none;
  padding: 0;
}
.mod-quote-block-v2 .quote-centered .quote-text p {
  margin: 0;
}
.mod-quote-block-v2 .quote-centered .quote-author {
  margin-bottom: 2rem;
}
.mod-quote-block-v2 .quote-centered .quote-author .author-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.5rem;
}
.mod-quote-block-v2 .quote-centered .quote-author .author-role {
  font-size: 1.125rem;
  color: #6b7280;
}
.mod-quote-block-v2 .quote-centered .social-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.mod-quote-block-v2 .quote-centered .social-links .social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #6b7280;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.mod-quote-block-v2 .quote-centered .social-links .social-link:hover {
  background: #374151;
  transform: translateY(-2px);
}
.mod-quote-block-v2 .quote-centered .social-links .social-link.linkedin {
  background: #0077b5;
}
.mod-quote-block-v2 .quote-centered .social-links .social-link.linkedin:hover {
  background: #005885;
}
.mod-quote-block-v2 .quote-centered .social-links .social-link.twitter {
  background: #1da1f2;
}
.mod-quote-block-v2 .quote-centered .social-links .social-link.twitter:hover {
  background: #0d8bd9;
}
.mod-quote-block-v2 .quote-centered .social-links .social-link.email {
  background: #4f46e5;
}
.mod-quote-block-v2 .quote-centered .social-links .social-link.email:hover {
  background: #3730a3;
}
.mod-quote-block-v2 .quote-centered .social-links .social-link svg {
  width: 20px;
  height: 20px;
}

.mod-testimonial {
  position: relative;
}
.mod-testimonial:not([class*=py-]):not([class*=pt-]):not([class*=pb-]) {
  padding: 0;
}
.mod-testimonial--carousel {
  background: #2b2d42;
  min-height: 100vh;
  padding: 0;
  overflow: hidden;
}
.mod-testimonial--carousel .mod-testimonial__wrapper {
  display: flex;
  min-height: 100vh;
}
.mod-testimonial--carousel .mod-testimonial__sidebar {
  width: 300px;
  flex-shrink: 0;
  background: #2b2d42;
  padding: 4rem 2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .mod-testimonial--carousel .mod-testimonial__sidebar {
    width: 100%;
    min-height: 200px;
    padding: 2rem;
  }
}
.mod-testimonial--carousel .mod-testimonial__header h1, .mod-testimonial--carousel .mod-testimonial__header .h1, .mod-testimonial--carousel .mod-testimonial__header h2, .mod-testimonial--carousel .mod-testimonial__header .h2, .mod-testimonial--carousel .mod-testimonial__header h3, .mod-testimonial--carousel .mod-testimonial__header .h3, .mod-testimonial--carousel .mod-testimonial__header h4, .mod-testimonial--carousel .mod-testimonial__header .h4, .mod-testimonial--carousel .mod-testimonial__header h5, .mod-testimonial--carousel .mod-testimonial__header .h5, .mod-testimonial--carousel .mod-testimonial__header h6, .mod-testimonial--carousel .mod-testimonial__header .h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  color: #fbbf24;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.mod-testimonial--carousel .mod-testimonial__header p {
  font-family: Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  color: white;
  line-height: 1.2;
  margin-bottom: 0;
}
.mod-testimonial--carousel .mod-testimonial__carousel {
  flex: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .mod-testimonial--carousel .mod-testimonial__carousel {
    width: 100%;
  }
}
.mod-testimonial--carousel .mod-testimonial__track {
  display: flex;
  height: 100vh;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 1024px) {
  .mod-testimonial--carousel .mod-testimonial__track {
    height: auto;
    min-height: 70vh;
  }
}
.mod-testimonial--carousel .mod-testimonial__slide {
  flex: 0 0 33.333%;
  min-width: 400px;
  position: relative;
}
@media (max-width: 1024px) {
  .mod-testimonial--carousel .mod-testimonial__slide {
    flex: 0 0 100%;
    min-width: 100%;
  }
}
@media (max-width: 640px) {
  .mod-testimonial--carousel .mod-testimonial__slide {
    min-width: 100%;
  }
}
.mod-testimonial--carousel .mod-testimonial__slide:nth-child(1) .mod-testimonial__card {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
}
.mod-testimonial--carousel .mod-testimonial__slide:nth-child(2) .mod-testimonial__card {
  background: linear-gradient(135deg, #ef4444 0%, #f97316 100%);
}
.mod-testimonial--carousel .mod-testimonial__slide:nth-child(3) .mod-testimonial__card {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}
.mod-testimonial--carousel .mod-testimonial__slide:nth-child(4) .mod-testimonial__card {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}
.mod-testimonial--carousel .mod-testimonial__slide:nth-child(5) .mod-testimonial__card {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}
.mod-testimonial--carousel .mod-testimonial__slide:nth-child(6) .mod-testimonial__card {
  background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
}
.mod-testimonial--carousel .mod-testimonial__card {
  height: 100%;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mod-testimonial--carousel .mod-testimonial__card {
    padding: 2rem;
  }
}
.mod-testimonial--carousel .mod-testimonial__category {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
}
.mod-testimonial--carousel .mod-testimonial__quote {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.mod-testimonial--carousel .mod-testimonial__quote-mark {
  font-family: Georgia, serif;
  font-size: 8rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1;
  margin-bottom: 1rem;
  margin-left: -0.5rem;
}
@media (max-width: 768px) {
  .mod-testimonial--carousel .mod-testimonial__quote-mark {
    font-size: 6rem;
  }
}
.mod-testimonial--carousel .mod-testimonial__quote-text {
  flex: 1;
}
.mod-testimonial--carousel .mod-testimonial__quote-text p {
  font-family: Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 300;
  color: white;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.mod-testimonial--carousel .mod-testimonial__quote-text p:last-child {
  margin-bottom: 0;
}
.mod-testimonial--carousel .mod-testimonial__quote-text h1, .mod-testimonial--carousel .mod-testimonial__quote-text .h1, .mod-testimonial--carousel .mod-testimonial__quote-text h2, .mod-testimonial--carousel .mod-testimonial__quote-text .h2, .mod-testimonial--carousel .mod-testimonial__quote-text h3, .mod-testimonial--carousel .mod-testimonial__quote-text .h3, .mod-testimonial--carousel .mod-testimonial__quote-text h4, .mod-testimonial--carousel .mod-testimonial__quote-text .h4, .mod-testimonial--carousel .mod-testimonial__quote-text h5, .mod-testimonial--carousel .mod-testimonial__quote-text .h5, .mod-testimonial--carousel .mod-testimonial__quote-text h6, .mod-testimonial--carousel .mod-testimonial__quote-text .h6 {
  color: white;
  font-family: Georgia, serif;
  font-weight: 300;
  margin-bottom: 1rem;
}
.mod-testimonial--carousel .mod-testimonial__quote-text ul, .mod-testimonial--carousel .mod-testimonial__quote-text ol {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1rem;
}
.mod-testimonial--carousel .mod-testimonial__quote-text ul li, .mod-testimonial--carousel .mod-testimonial__quote-text ol li {
  margin-bottom: 0.5rem;
}
.mod-testimonial--carousel .mod-testimonial__quote-text a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
}
.mod-testimonial--carousel .mod-testimonial__quote-text a:hover {
  color: white;
}
.mod-testimonial--carousel .mod-testimonial__author {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  margin-bottom: 2rem;
}
.mod-testimonial--carousel .mod-testimonial__name {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.mod-testimonial--carousel .mod-testimonial__company {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.mod-testimonial--carousel .mod-testimonial__image {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .mod-testimonial--carousel .mod-testimonial__image {
    width: 80px;
    height: 80px;
    top: 1rem;
    right: 1rem;
  }
}
.mod-testimonial--carousel .mod-testimonial__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mod-testimonial--carousel .mod-testimonial__arrow {
  margin-top: auto;
}
.mod-testimonial--carousel .mod-testimonial__arrow-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
.mod-testimonial--carousel .mod-testimonial__arrow-link:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateX(4px);
  text-decoration: none;
  color: white;
}
.mod-testimonial--carousel .mod-testimonial__arrow-link svg {
  width: 20px;
  height: 20px;
}
.mod-testimonial--carousel .mod-testimonial__navigation {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  display: flex;
  gap: 1rem;
  z-index: 10;
}
@media (max-width: 768px) {
  .mod-testimonial--carousel .mod-testimonial__navigation {
    bottom: 1rem;
    right: 1rem;
  }
}
.mod-testimonial--carousel .mod-testimonial__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
}
.mod-testimonial--carousel .mod-testimonial__nav:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
}
.mod-testimonial--carousel .mod-testimonial__nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.mod-testimonial--carousel .mod-testimonial__nav:disabled:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.mod-testimonial--carousel .mod-testimonial__nav svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 1024px) {
  .mod-testimonial--carousel .mod-testimonial__wrapper {
    flex-direction: column;
  }
  .mod-testimonial--carousel .mod-testimonial__track {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .mod-testimonial--carousel .mod-testimonial__track::-webkit-scrollbar {
    display: none;
  }
  .mod-testimonial--carousel .mod-testimonial__slide {
    scroll-snap-align: start;
  }
}
.mod-accordion {
  position: relative;
}
.mod-accordion:not([class*=py-]):not([class*=pt-]):not([class*=pb-]) {
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .mod-accordion:not([class*=py-]):not([class*=pt-]):not([class*=pb-]) {
    padding: 2rem 0;
  }
}
.mod-accordion__header {
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .mod-accordion__header {
    margin-bottom: 2rem;
  }
}
.mod-accordion__title {
  font-family: Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 400;
  color: #1f2937;
  margin: 0;
  line-height: 1.2;
}
.mod-accordion__wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.mod-accordion__item {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.2s ease;
}
.mod-accordion__item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.mod-accordion__item:last-child {
  margin-bottom: 0;
}
.mod-accordion__header-item {
  position: relative;
}
.mod-accordion__button {
  width: 100%;
  background: white;
  border: none;
  padding: 1.5rem 4rem 1.5rem 1.5rem;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .mod-accordion__button {
    padding: 1.25rem 3.5rem 1.25rem 1.25rem;
  }
}
.mod-accordion__button:hover {
  background: #f8fafc;
}
.mod-accordion__button:focus {
  outline: 2px solid #3b82f6;
  outline-offset: -2px;
}
.mod-accordion__button.collapsed .mod-accordion__icon-plus {
  opacity: 1;
  transform: rotate(0deg);
}
.mod-accordion__button.collapsed .mod-accordion__icon-minus {
  opacity: 0;
  transform: rotate(-45deg);
}
.mod-accordion__button:not(.collapsed) {
  background: #f8fafc;
}
.mod-accordion__button:not(.collapsed) .mod-accordion__icon-plus {
  opacity: 0;
  transform: rotate(45deg);
}
.mod-accordion__button:not(.collapsed) .mod-accordion__icon-minus {
  opacity: 1;
  transform: rotate(0deg);
}
.mod-accordion__button[aria-expanded=true] {
  background: #f8fafc;
}
.mod-accordion__button[aria-expanded=true] .mod-accordion__icon-plus {
  opacity: 0;
  transform: rotate(45deg);
}
.mod-accordion__button[aria-expanded=true] .mod-accordion__icon-minus {
  opacity: 1;
  transform: rotate(0deg);
}
.mod-accordion__button-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.4;
  flex: 1;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .mod-accordion__button-text {
    font-size: 1rem;
  }
}
.mod-accordion__button-icon {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #6b7280;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .mod-accordion__button-icon {
    right: 1.25rem;
  }
}
.mod-accordion__icon-plus, .mod-accordion__icon-minus {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease;
}
.mod-accordion__icon-plus {
  opacity: 1;
  transform: rotate(0deg);
}
.mod-accordion__icon-minus {
  opacity: 0;
  transform: rotate(-45deg);
}
.mod-accordion__collapse {
  transition: height 0.3s ease;
}
.mod-accordion__collapse.show .mod-accordion__body {
  border-top: 1px solid #e5e7eb;
}
.mod-accordion__collapse:not(.show) .mod-accordion__body {
  border-top: none;
}
.mod-accordion__body {
  background: white;
}
.mod-accordion__content {
  padding: 1.5rem;
  color: #4b5563;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .mod-accordion__content {
    padding: 1.25rem;
  }
}
.mod-accordion__content p {
  font-family: Georgia, serif;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.mod-accordion__content p:last-child {
  margin-bottom: 0;
}
.mod-accordion__content h1, .mod-accordion__content .h1, .mod-accordion__content h2, .mod-accordion__content .h2, .mod-accordion__content h3, .mod-accordion__content .h3, .mod-accordion__content h4, .mod-accordion__content .h4, .mod-accordion__content h5, .mod-accordion__content .h5, .mod-accordion__content h6, .mod-accordion__content .h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  color: #1f2937;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.mod-accordion__content h1:first-child, .mod-accordion__content .h1:first-child, .mod-accordion__content h2:first-child, .mod-accordion__content .h2:first-child, .mod-accordion__content h3:first-child, .mod-accordion__content .h3:first-child, .mod-accordion__content h4:first-child, .mod-accordion__content .h4:first-child, .mod-accordion__content h5:first-child, .mod-accordion__content .h5:first-child, .mod-accordion__content h6:first-child, .mod-accordion__content .h6:first-child {
  margin-top: 0;
}
.mod-accordion__content h3, .mod-accordion__content .h3 {
  font-size: 1.25rem;
}
.mod-accordion__content h4, .mod-accordion__content .h4 {
  font-size: 1.125rem;
}
.mod-accordion__content h5, .mod-accordion__content .h5, .mod-accordion__content h6, .mod-accordion__content .h6 {
  font-size: 1rem;
}
.mod-accordion__content ul, .mod-accordion__content ol {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}
.mod-accordion__content ul li, .mod-accordion__content ol li {
  font-family: Georgia, serif;
  margin-bottom: 0.5rem;
  color: #4b5563;
}
.mod-accordion__content a {
  color: #3b82f6;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.mod-accordion__content a:hover {
  color: #1d4ed8;
}
.mod-accordion__content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1.5rem 0;
}
.mod-accordion__content blockquote {
  border-left: 4px solid #3b82f6;
  margin: 1.5rem 0;
  padding-left: 1.5rem;
  font-style: italic;
  color: #6b7280;
}
.mod-accordion__content code {
  background: #f1f5f9;
  padding: 0.125rem 0.25rem;
  border-radius: 4px;
  font-size: 0.875em;
  color: #1e293b;
}
.mod-accordion__content pre {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1rem;
  overflow-x: auto;
  margin: 1.5rem 0;
}
.mod-accordion__content pre code {
  background: none;
  padding: 0;
  border-radius: 0;
}
.mod-accordion__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}
.mod-accordion__content table th,
.mod-accordion__content table td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
}
.mod-accordion__content table th {
  font-weight: 600;
  background: #f9fafb;
  color: #1f2937;
}
.mod-accordion__cta {
  text-align: center;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .mod-accordion__cta {
    margin-top: 2rem;
  }
}
.mod-accordion__cta-link {
  display: inline-flex;
  align-items: center;
  padding: 1rem 2rem;
  background: #1f2937;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.2s ease;
}
.mod-accordion__cta-link:hover {
  background: #374151;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(31, 41, 55, 0.3);
}
.mod-accordion__cta-link:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

.mod-accordion.dark {
  background: #1f2937;
}
.mod-accordion.dark .mod-accordion__title {
  color: white;
}
.mod-accordion.dark .mod-accordion__item {
  background: #374151;
  border-color: #4b5563;
}
.mod-accordion.dark .mod-accordion__button {
  background: #374151;
  color: white;
}
.mod-accordion.dark .mod-accordion__button:hover {
  background: #4b5563;
}
.mod-accordion.dark .mod-accordion__button[aria-expanded=true] {
  background: #4b5563;
  border-bottom-color: #6b7280;
}
.mod-accordion.dark .mod-accordion__button-text {
  color: white;
}
.mod-accordion.dark .mod-accordion__button-icon {
  color: #d1d5db;
}
.mod-accordion.dark .mod-accordion__body {
  background: #374151;
}
.mod-accordion.dark .mod-accordion__content {
  color: #d1d5db;
}
.mod-accordion.dark .mod-accordion__content h1, .mod-accordion.dark .mod-accordion__content .h1, .mod-accordion.dark .mod-accordion__content h2, .mod-accordion.dark .mod-accordion__content .h2, .mod-accordion.dark .mod-accordion__content h3, .mod-accordion.dark .mod-accordion__content .h3, .mod-accordion.dark .mod-accordion__content h4, .mod-accordion.dark .mod-accordion__content .h4, .mod-accordion.dark .mod-accordion__content h5, .mod-accordion.dark .mod-accordion__content .h5, .mod-accordion.dark .mod-accordion__content h6, .mod-accordion.dark .mod-accordion__content .h6 {
  color: white;
}
.mod-accordion.dark .mod-accordion__content a {
  color: #60a5fa;
}
.mod-accordion.dark .mod-accordion__content a:hover {
  color: #93c5fd;
}
.mod-accordion.dark .mod-accordion__content blockquote {
  border-left-color: #60a5fa;
  color: #9ca3af;
}
.mod-accordion.dark .mod-accordion__content code {
  background: #4b5563;
  color: #e5e7eb;
}
.mod-accordion.dark .mod-accordion__content pre {
  background: #4b5563;
  border-color: #6b7280;
}
.mod-accordion.dark .mod-accordion__content table th {
  background: #4b5563;
  color: white;
}
.mod-accordion.dark .mod-accordion__content table th,
.mod-accordion.dark .mod-accordion__content table td {
  border-bottom-color: #6b7280;
}
.mod-accordion.dark .mod-accordion__cta-link {
  background: #3b82f6;
}
.mod-accordion.dark .mod-accordion__cta-link:hover {
  background: #2563eb;
}

@media (max-width: 480px) {
  .mod-accordion__wrapper {
    margin: 0 -1rem;
  }
  .mod-accordion__item {
    border-radius: 8px;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.header-search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.header-search.is-active {
  opacity: 1;
  visibility: visible;
}
.header-search.is-active .header-search__overlay {
  opacity: 1;
}
.header-search.is-active .container {
  transform: translateY(0);
  opacity: 1;
}
.header-search.is-active .search-form {
  transform: scale(1);
  opacity: 1;
}
.header-search .container {
  position: relative;
  z-index: 10;
  padding-top: 15vh;
  padding-bottom: 2rem;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transform: translateY(-30px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 800px;
  margin: 0 auto;
}
.header-search__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(17, 24, 39, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.header-search__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  z-index: 11;
}
.header-search__close:hover, .header-search__close:focus {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  transform: scale(1.05);
  outline: none;
}
.header-search__close:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.header-search__close span {
  position: absolute;
  left: -9999px;
  clip: rect(0, 0, 0, 0);
}
.header-search__close svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.header-search__hint {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  margin-top: 1rem;
}
.header-search__hint kbd {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 0.25rem 0.5rem;
  font-family: inherit;
  font-size: 0.75rem;
  margin: 0 0.25rem;
}

.search-form {
  position: relative;
  display: flex;
  align-items: center;
  background: white;
  border-radius: 60px;
  padding: 6px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-bottom: 2rem;
  transform: scale(0.95);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.search-form:focus-within {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2), 0 0 0 3px rgba(59, 130, 246, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.2);
  transform: scale(1);
}
.search-form input[type=text],
.search-form input[type=search],
.search-form .form-control, .search-form__input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 18px 24px;
  font-size: 18px;
  font-weight: 400;
  color: #1f2937;
  outline: none;
  border-radius: 60px;
  width: 100%;
}
.search-form input[type=text]::placeholder,
.search-form input[type=search]::placeholder,
.search-form .form-control::placeholder, .search-form__input::placeholder {
  color: #6b7280;
  font-weight: 400;
}
.search-form input[type=text]:focus,
.search-form input[type=search]:focus,
.search-form .form-control:focus, .search-form__input:focus {
  outline: none;
}
@media screen and (max-width: 768px) {
  .search-form input[type=text],
  .search-form input[type=search],
  .search-form .form-control, .search-form__input {
    font-size: 16px;
  }
}
.search-form .search-clear {
  position: absolute;
  right: 70px;
  width: 24px;
  height: 24px;
  background: #e5e7eb;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-form .search-clear::before {
  content: "×";
  font-size: 16px;
  font-weight: 500;
  color: #6b7280;
  line-height: 1;
}
.search-form .search-clear.is-visible {
  opacity: 1;
  visibility: visible;
}
.search-form .search-clear:hover {
  background: #d1d5db;
  transform: scale(1.1);
}
.search-form .search-clear:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
}
.search-form .search-submit, .search-form__submit {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.search-form .search-submit::before, .search-form__submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.search-form .search-submit:hover, .search-form__submit:hover {
  transform: scale(1.05) translateY(-1px);
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.4);
}
.search-form .search-submit:hover::before, .search-form__submit:hover::before {
  opacity: 1;
}
.search-form .search-submit:focus, .search-form__submit:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.5);
}
.search-form .search-submit:active, .search-form__submit:active {
  transform: scale(0.98);
}
.search-form .search-submit svg, .search-form__submit svg {
  width: 22px;
  height: 22px;
  fill: white;
  position: relative;
  z-index: 1;
}
.search-form .search-submit .hidden, .search-form__submit .hidden {
  position: absolute;
  left: -9999px;
  clip: rect(0, 0, 0, 0);
}
.search-form.is-loading .search-submit, .search-form.is-loading__submit {
  pointer-events: none;
}
.search-form.is-loading .search-submit svg, .search-form.is-loading__submit svg {
  animation: spin 1s linear infinite;
}
.search-form.is-focused {
  transform: scale(1);
}

.search-results {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 20px;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(255, 255, 255, 0.2);
  max-height: 60vh;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 0.5rem;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.search-results:empty {
  display: none;
}
.search-results.has-results {
  transform: translateY(0);
  opacity: 1;
}
.search-results::-webkit-scrollbar {
  width: 6px;
}
.search-results::-webkit-scrollbar-track {
  background: transparent;
}
.search-results::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.search-results::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.2);
}
.search-results__category {
  border-bottom: 1px solid rgba(229, 231, 235, 0.6);
}
.search-results__category:last-child {
  border-bottom: none;
}
.search-results__category__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px 16px;
  background: rgba(249, 250, 251, 0.8);
  backdrop-filter: blur(10px);
  font-weight: 600;
  color: #374151;
  position: sticky;
  top: 0;
  z-index: 2;
}
.search-results__category__head span {
  font-size: 15px;
  letter-spacing: -0.01em;
}
.search-results__category__head a {
  color: #3b82f6;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 20px;
  background: rgba(59, 130, 246, 0.1);
  transition: all 0.2s ease;
}
.search-results__category__head a:hover {
  background: rgba(59, 130, 246, 0.15);
  transform: translateY(-1px);
}
.search-results__category__head a:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
}
.search-results__category__content .item {
  padding: 16px 24px;
  border-bottom: 1px solid rgba(229, 231, 235, 0.3);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.search-results__category__content .item:last-child {
  border-bottom: none;
}
.search-results__category__content .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #3b82f6;
  transform: scaleX(0);
  transition: transform 0.2s ease;
}
.search-results__category__content .item:hover {
  background: rgba(59, 130, 246, 0.03);
  transform: translateX(4px);
}
.search-results__category__content .item:hover::before {
  transform: scaleX(1);
}
.search-results__category__content .item:focus-within {
  background: rgba(59, 130, 246, 0.05);
  outline: none;
}
.search-results__category__content .item__link {
  display: block;
  color: #1f2937;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 6px;
  transition: color 0.2s ease;
}
.search-results__category__content .item__link:hover {
  color: #3b82f6;
}
.search-results__category__content .item__link:focus {
  outline: none;
  color: #3b82f6;
}
.search-results__category__content .item__link strong {
  background: rgba(255, 235, 59, 0.4);
  color: #1f2937;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 600;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.search-results__category__content .item p {
  margin: 0;
  font-size: 13px;
  color: #6b7280;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.3;
}
.search-results__category__content .item p strong {
  color: #3b82f6;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.05em;
  padding: 3px 8px;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 10px;
  border: 1px solid rgba(59, 130, 246, 0.2);
}
.search-results__category__content .item p span {
  opacity: 0.4;
  font-weight: 300;
}
.search-results__footer {
  padding: 24px;
  text-align: center;
  background: rgba(249, 250, 251, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 0 0 20px 20px;
  border-top: 1px solid rgba(229, 231, 235, 0.6);
}
.search-results__footer .btn {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  color: white;
  border: none;
  padding: 14px 28px;
  border-radius: 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.search-results__footer .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.search-results__footer .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
}
.search-results__footer .btn:hover::before {
  opacity: 1;
}
.search-results__footer .btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.5);
}
.search-results__footer .btn:active {
  transform: translateY(-1px);
}
.search-results__footer .btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  position: relative;
  z-index: 1;
}
.search-results__footer .btn span {
  position: relative;
  z-index: 1;
}

.empty-search {
  padding: 60px 24px;
  text-align: center;
  color: #6b7280;
  font-style: italic;
  font-size: 15px;
  line-height: 1.5;
}
.empty-search::before {
  content: "🔍";
  display: block;
  font-size: 48px;
  margin-bottom: 16px;
  opacity: 0.5;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.search-form:focus-visible,
.header-search__close:focus-visible,
.search-results__category__head a:focus-visible {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

@media (prefers-contrast: high) {
  .header-search__overlay {
    background: rgba(0, 0, 0, 0.95);
  }
  .search-form {
    border: 2px solid #000;
  }
  .search-results {
    border: 1px solid #000;
  }
}
@media (prefers-reduced-motion: reduce) {
  .header-search,
  .search-form,
  .search-results,
  .search-results__category__content .item {
    transition: none;
    animation: none;
  }
  .search-form.is-loading .search-submit svg {
    animation: none;
  }
}
@media (max-width: 1024px) {
  .header-search .container {
    max-width: 600px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 768px) {
  .header-search .container {
    padding-top: 12vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .header-search__close {
    top: 1.5rem;
    right: 1.5rem;
    width: 44px;
    height: 44px;
  }
  .header-search__close svg {
    width: 18px;
    height: 18px;
  }
  .header-search__hint {
    font-size: 0.8rem;
    margin-top: 0.75rem;
  }
  .header-search__hint kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.7rem;
  }
  .search-form {
    margin-bottom: 1.5rem;
  }
  .search-form input[type=text],
  .search-form input[type=search],
  .search-form .form-control, .search-form__input {
    padding: 16px 20px;
    font-size: 16px;
  }
  .search-form .search-clear {
    right: 65px;
    width: 20px;
    height: 20px;
  }
  .search-form .search-submit, .search-form__submit {
    width: 48px;
    height: 48px;
  }
  .search-form .search-submit svg, .search-form__submit svg {
    width: 18px;
    height: 18px;
  }
  .search-results {
    max-height: 50vh;
    border-radius: 16px;
  }
  .search-results__category__head {
    padding: 16px 20px 12px;
  }
  .search-results__category__head span {
    font-size: 14px;
  }
  .search-results__category__head a {
    font-size: 12px;
    padding: 4px 8px;
  }
  .search-results__category__content .item {
    padding: 14px 20px;
  }
  .search-results__category__content .item__link {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .search-results__category__content .item p {
    font-size: 12px;
  }
  .search-results__category__content .item p strong {
    font-size: 10px;
    padding: 2px 6px;
  }
  .search-results__footer {
    padding: 20px;
  }
  .search-results__footer .btn {
    padding: 12px 24px;
    font-size: 13px;
    gap: 10px;
    border-radius: 10px;
  }
  .search-results__footer .btn svg {
    width: 14px;
    height: 14px;
  }
  .empty-search {
    padding: 40px 20px;
    font-size: 14px;
  }
  .empty-search::before {
    font-size: 36px;
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .header-search .container {
    padding-top: 10vh;
  }
  .header-search__close {
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
  }
  .header-search__close svg {
    width: 16px;
    height: 16px;
  }
  .search-form .search-clear {
    right: 58px;
    width: 18px;
    height: 18px;
  }
  .search-form .search-clear::before {
    font-size: 14px;
  }
  .search-form .search-submit, .search-form__submit {
    width: 44px;
    height: 44px;
  }
  .search-form .search-submit svg, .search-form__submit svg {
    width: 16px;
    height: 16px;
  }
  .search-results {
    border-radius: 14px;
    max-height: 45vh;
  }
  .search-results__category__content .item {
    padding: 12px 16px;
  }
  .search-results__category__content .item:hover {
    transform: translateX(2px);
  }
}
@media (prefers-color-scheme: dark) {
  .header-search__overlay {
    background: rgba(0, 0, 0, 0.95);
  }
  .header-search__close {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.25);
  }
  .header-search__close:hover, .header-search__close:focus {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.35);
  }
  .header-search__hint {
    color: rgba(255, 255, 255, 0.8);
  }
  .header-search__hint kbd {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.25);
  }
  .search-form {
    background: rgba(255, 255, 255, 0.95);
  }
  .search-results {
    background: rgba(255, 255, 255, 0.98);
  }
}
@media print {
  .header-search {
    display: none !important;
  }
}
.mod-text-v2 {
  position: relative;
  background: #ffffff;
}
.mod-text-v2:not([class*=py-]):not([class*=pt-]):not([class*=pb-]) {
  padding: 4rem 0;
}
.mod-text-v2 .row {
  margin-bottom: 2rem;
}
.mod-text-v2 .row:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mod-text-v2 .row {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .mod-text-v2 .row {
    margin-bottom: 4rem;
  }
}
.mod-text-v2 .row [class*=col-] {
  position: relative;
}
.mod-text-v2 .row [class*=col-] h1, .mod-text-v2 .row [class*=col-] .h1, .mod-text-v2 .row [class*=col-] h2, .mod-text-v2 .row [class*=col-] .h2, .mod-text-v2 .row [class*=col-] h3, .mod-text-v2 .row [class*=col-] .h3, .mod-text-v2 .row [class*=col-] h4, .mod-text-v2 .row [class*=col-] .h4, .mod-text-v2 .row [class*=col-] h5, .mod-text-v2 .row [class*=col-] .h5, .mod-text-v2 .row [class*=col-] h6, .mod-text-v2 .row [class*=col-] .h6 {
  font-family: Georgia, serif;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #1e293b;
  letter-spacing: -0.01em;
}
.mod-text-v2 .row [class*=col-] h1:first-child, .mod-text-v2 .row [class*=col-] .h1:first-child, .mod-text-v2 .row [class*=col-] h2:first-child, .mod-text-v2 .row [class*=col-] .h2:first-child, .mod-text-v2 .row [class*=col-] h3:first-child, .mod-text-v2 .row [class*=col-] .h3:first-child, .mod-text-v2 .row [class*=col-] h4:first-child, .mod-text-v2 .row [class*=col-] .h4:first-child, .mod-text-v2 .row [class*=col-] h5:first-child, .mod-text-v2 .row [class*=col-] .h5:first-child, .mod-text-v2 .row [class*=col-] h6:first-child, .mod-text-v2 .row [class*=col-] .h6:first-child {
  margin-top: 0;
}
.mod-text-v2 .row [class*=col-] h1:last-child, .mod-text-v2 .row [class*=col-] .h1:last-child, .mod-text-v2 .row [class*=col-] h2:last-child, .mod-text-v2 .row [class*=col-] .h2:last-child, .mod-text-v2 .row [class*=col-] h3:last-child, .mod-text-v2 .row [class*=col-] .h3:last-child, .mod-text-v2 .row [class*=col-] h4:last-child, .mod-text-v2 .row [class*=col-] .h4:last-child, .mod-text-v2 .row [class*=col-] h5:last-child, .mod-text-v2 .row [class*=col-] .h5:last-child, .mod-text-v2 .row [class*=col-] h6:last-child, .mod-text-v2 .row [class*=col-] .h6:last-child {
  margin-bottom: 0;
}
.mod-text-v2 .row [class*=col-] h1, .mod-text-v2 .row [class*=col-] .h1 {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  margin-bottom: 2rem;
}
.mod-text-v2 .row [class*=col-] h2, .mod-text-v2 .row [class*=col-] .h2 {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  margin-bottom: 1.75rem;
}
.mod-text-v2 .row [class*=col-] h3, .mod-text-v2 .row [class*=col-] .h3 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  margin-bottom: 1.5rem;
}
.mod-text-v2 .row [class*=col-] h4, .mod-text-v2 .row [class*=col-] .h4 {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  margin-bottom: 1.25rem;
}
.mod-text-v2 .row [class*=col-] h5, .mod-text-v2 .row [class*=col-] .h5 {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  margin-bottom: 1rem;
}
.mod-text-v2 .row [class*=col-] h6, .mod-text-v2 .row [class*=col-] .h6 {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.mod-text-v2 .row [class*=col-] p {
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  color: #374151;
  font-weight: 300;
}
.mod-text-v2 .row [class*=col-] p:last-child {
  margin-bottom: 0;
}
.mod-text-v2 .row [class*=col-] p.lead {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  color: #1e293b;
  font-weight: 400;
}
.mod-text-v2 .row [class*=col-] p.small {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #6b7280;
}
.mod-text-v2 .row [class*=col-] ul, .mod-text-v2 .row [class*=col-] ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  color: #374151;
}
.mod-text-v2 .row [class*=col-] ul li, .mod-text-v2 .row [class*=col-] ol li {
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 0.5rem;
  font-weight: 300;
}
.mod-text-v2 .row [class*=col-] ul li:last-child, .mod-text-v2 .row [class*=col-] ol li:last-child {
  margin-bottom: 0;
}
.mod-text-v2 .row [class*=col-] ul {
  list-style: none;
  padding-left: 0;
}
.mod-text-v2 .row [class*=col-] ul li {
  position: relative;
  padding-left: 1.5rem;
}
.mod-text-v2 .row [class*=col-] ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 6px;
  height: 6px;
  background: #fbbf24;
  border-radius: 50%;
}
.mod-text-v2 .row [class*=col-] ol {
  counter-reset: list-counter;
}
.mod-text-v2 .row [class*=col-] ol li {
  counter-increment: list-counter;
  position: relative;
}
.mod-text-v2 .row [class*=col-] ol li::marker {
  color: #fbbf24;
  font-weight: 600;
}
.mod-text-v2 .row [class*=col-] a {
  color: #fbbf24;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
  border-bottom: 1px solid transparent;
}
.mod-text-v2 .row [class*=col-] a:hover {
  color: #f59e0b;
  border-bottom-color: #f59e0b;
  text-decoration: none;
}
.mod-text-v2 .row [class*=col-] blockquote {
  position: relative;
  margin: 2rem 0;
  padding: 2rem;
  background: #f8fafc;
  border-left: 4px solid #fbbf24;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #374151;
}
.mod-text-v2 .row [class*=col-] blockquote::before {
  content: '"';
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 3rem;
  color: #fbbf24;
  font-weight: bold;
  line-height: 1;
  font-family: Georgia, serif;
}
.mod-text-v2 .row [class*=col-] blockquote p {
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.mod-text-v2 .row [class*=col-] blockquote p:last-child {
  margin-bottom: 0;
}
.mod-text-v2 .row [class*=col-] blockquote cite {
  display: block;
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #6b7280;
  font-style: normal;
  text-align: right;
}
.mod-text-v2 .row [class*=col-] blockquote cite::before {
  content: "— ";
}
.mod-text-v2 .row [class*=col-] code {
  background: #f1f5f9;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.875rem;
  color: #1e293b;
  font-family: "Monaco", "Menlo", monospace;
}
.mod-text-v2 .row [class*=col-] pre {
  background: #1e293b;
  color: #f1f5f9;
  padding: 1.5rem;
  border-radius: 8px;
  overflow-x: auto;
  margin: 1.5rem 0;
}
.mod-text-v2 .row [class*=col-] pre code {
  background: none;
  padding: 0;
  color: inherit;
}
.mod-text-v2 .row [class*=col-] table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.mod-text-v2 .row [class*=col-] table th, .mod-text-v2 .row [class*=col-] table td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
}
.mod-text-v2 .row [class*=col-] table th {
  background: #f8fafc;
  font-weight: 600;
  color: #1e293b;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.mod-text-v2 .row [class*=col-] table td {
  color: #374151;
  font-size: 0.875rem;
}
.mod-text-v2 .row [class*=col-] table tr:last-child th, .mod-text-v2 .row [class*=col-] table tr:last-child td {
  border-bottom: none;
}
.mod-text-v2 .row [class*=col-] table tr:hover {
  background: #f8fafc;
}
.mod-text-v2 .row [class*=col-] img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1rem 0;
}
.mod-text-v2 .row [class*=col-] img.full-width {
  width: 100%;
  margin: 1.5rem 0;
}
.mod-text-v2 .row [class*=col-] img.rounded {
  border-radius: 50%;
}
.mod-text-v2 .row [class*=col-] figure {
  margin: 2rem 0;
  text-align: center;
}
.mod-text-v2 .row [class*=col-] figure img {
  margin: 0;
}
.mod-text-v2 .row [class*=col-] figure figcaption {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: #6b7280;
  font-style: italic;
}
.mod-text-v2 .row [class*=col-] .btn, .mod-text-v2 .row [class*=col-] button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: #fbbf24;
  color: #1f2937;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.875rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.mod-text-v2 .row [class*=col-] .btn:hover, .mod-text-v2 .row [class*=col-] button:hover {
  background: #f59e0b;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
  text-decoration: none;
  color: #1f2937;
}
.mod-text-v2 .row [class*=col-] .btn.btn-secondary, .mod-text-v2 .row [class*=col-] button.btn-secondary {
  background: transparent;
  color: #374151;
  border: 2px solid #d1d5db;
}
.mod-text-v2 .row [class*=col-] .btn.btn-secondary:hover, .mod-text-v2 .row [class*=col-] button.btn-secondary:hover {
  background: #374151;
  color: white;
  border-color: #374151;
}
.mod-text-v2 .row [class*=col-] .btn.btn-outline, .mod-text-v2 .row [class*=col-] button.btn-outline {
  background: transparent;
  color: #fbbf24;
  border: 2px solid #fbbf24;
}
.mod-text-v2 .row [class*=col-] .btn.btn-outline:hover, .mod-text-v2 .row [class*=col-] button.btn-outline:hover {
  background: #fbbf24;
  color: #1f2937;
}
.mod-text-v2.text-center .row [class*=col-] {
  text-align: center;
}
.mod-text-v2.text-right .row [class*=col-] {
  text-align: right;
}
.mod-text-v2.dark {
  background: #1e293b;
  color: white;
}
.mod-text-v2.dark .row [class*=col-] h1, .mod-text-v2.dark .row [class*=col-] .h1, .mod-text-v2.dark .row [class*=col-] h2, .mod-text-v2.dark .row [class*=col-] .h2, .mod-text-v2.dark .row [class*=col-] h3, .mod-text-v2.dark .row [class*=col-] .h3, .mod-text-v2.dark .row [class*=col-] h4, .mod-text-v2.dark .row [class*=col-] .h4, .mod-text-v2.dark .row [class*=col-] h5, .mod-text-v2.dark .row [class*=col-] .h5, .mod-text-v2.dark .row [class*=col-] h6, .mod-text-v2.dark .row [class*=col-] .h6 {
  color: white;
}
.mod-text-v2.dark .row [class*=col-] p {
  color: #d1d5db;
}
.mod-text-v2.dark .row [class*=col-] ul, .mod-text-v2.dark .row [class*=col-] ol {
  color: #d1d5db;
}
.mod-text-v2.dark .row [class*=col-] blockquote {
  background: #374151;
  color: #d1d5db;
}
.mod-text-v2.dark .row [class*=col-] table {
  background: #374151;
}
.mod-text-v2.dark .row [class*=col-] table th {
  background: #4b5563;
  color: white;
}
.mod-text-v2.dark .row [class*=col-] table td {
  color: #d1d5db;
}
.mod-text-v2.dark .row [class*=col-] table tr:hover {
  background: #4b5563;
}
.mod-text-v2.compact .row {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .mod-text-v2.compact .row {
    margin-bottom: 1.5rem;
  }
}
.mod-text-v2.compact .row [class*=col-] h1, .mod-text-v2.compact .row [class*=col-] .h1, .mod-text-v2.compact .row [class*=col-] h2, .mod-text-v2.compact .row [class*=col-] .h2, .mod-text-v2.compact .row [class*=col-] h3, .mod-text-v2.compact .row [class*=col-] .h3, .mod-text-v2.compact .row [class*=col-] h4, .mod-text-v2.compact .row [class*=col-] .h4, .mod-text-v2.compact .row [class*=col-] h5, .mod-text-v2.compact .row [class*=col-] .h5, .mod-text-v2.compact .row [class*=col-] h6, .mod-text-v2.compact .row [class*=col-] .h6 {
  margin-bottom: 1rem;
}
.mod-text-v2.compact .row [class*=col-] p {
  margin-bottom: 1rem;
}
.mod-text-v2.spacious .row {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .mod-text-v2.spacious .row {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1024px) {
  .mod-text-v2.spacious .row {
    margin-bottom: 6rem;
  }
}
.mod-text-v2.spacious .row [class*=col-] h1, .mod-text-v2.spacious .row [class*=col-] .h1, .mod-text-v2.spacious .row [class*=col-] h2, .mod-text-v2.spacious .row [class*=col-] .h2, .mod-text-v2.spacious .row [class*=col-] h3, .mod-text-v2.spacious .row [class*=col-] .h3, .mod-text-v2.spacious .row [class*=col-] h4, .mod-text-v2.spacious .row [class*=col-] .h4, .mod-text-v2.spacious .row [class*=col-] h5, .mod-text-v2.spacious .row [class*=col-] .h5, .mod-text-v2.spacious .row [class*=col-] h6, .mod-text-v2.spacious .row [class*=col-] .h6 {
  margin-bottom: 2rem;
}
.mod-text-v2.spacious .row [class*=col-] p {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .mod-text-v2 .row [class*=col-] h1, .mod-text-v2 .row [class*=col-] .h1, .mod-text-v2 .row [class*=col-] h2, .mod-text-v2 .row [class*=col-] .h2, .mod-text-v2 .row [class*=col-] h3, .mod-text-v2 .row [class*=col-] .h3, .mod-text-v2 .row [class*=col-] h4, .mod-text-v2 .row [class*=col-] .h4, .mod-text-v2 .row [class*=col-] h5, .mod-text-v2 .row [class*=col-] .h5, .mod-text-v2 .row [class*=col-] h6, .mod-text-v2 .row [class*=col-] .h6 {
    text-align: center;
  }
  .mod-text-v2 .row [class*=col-] img.full-width {
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
    border-radius: 0;
  }
}
.mod-feature-v2 {
  position: relative;
  background: #f8f9fa;
}
.mod-feature-v2:not([class*=py-]):not([class*=pt-]):not([class*=pb-]) {
  padding: 5rem 0;
}
.mod-feature-v2__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .mod-feature-v2__wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    padding: 0 3rem;
  }
}
@media (min-width: 1280px) {
  .mod-feature-v2__wrapper {
    gap: 6rem;
    padding: 0 4rem;
  }
}
.mod-feature-v2__content {
  position: relative;
}
.mod-feature-v2__inner {
  max-width: 600px;
}
.mod-feature-v2.right .mod-feature-v2__inner {
  margin-left: auto;
}
.mod-feature-v2__subtitle {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 6rem;
}
@media (max-width: 767px) {
  .mod-feature-v2__subtitle {
    padding-left: 4rem;
  }
}
.mod-feature-v2__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 3px;
  background: #fbbf24;
}
@media (max-width: 767px) {
  .mod-feature-v2__subtitle::before {
    width: 3rem;
  }
}
.mod-feature-v2__subtitle p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6b7280;
  margin-bottom: 0;
  line-height: 1.4;
}
.mod-feature-v2__subtitle h1, .mod-feature-v2__subtitle .h1, .mod-feature-v2__subtitle h2, .mod-feature-v2__subtitle .h2, .mod-feature-v2__subtitle h3, .mod-feature-v2__subtitle .h3, .mod-feature-v2__subtitle h4, .mod-feature-v2__subtitle .h4, .mod-feature-v2__subtitle h5, .mod-feature-v2__subtitle .h5, .mod-feature-v2__subtitle h6, .mod-feature-v2__subtitle .h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6b7280;
  margin-bottom: 0;
}
.mod-feature-v2__title {
  font-family: Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  line-height: 1.2;
  color: #1f2937;
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}
.mod-feature-v2__text {
  margin-bottom: 2.5rem;
}
.mod-feature-v2__text p {
  font-family: Georgia, serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 1.5rem;
}
.mod-feature-v2__text p:last-child {
  margin-bottom: 0;
}
.mod-feature-v2__text h1, .mod-feature-v2__text .h1, .mod-feature-v2__text h2, .mod-feature-v2__text .h2, .mod-feature-v2__text h3, .mod-feature-v2__text .h3, .mod-feature-v2__text h4, .mod-feature-v2__text .h4, .mod-feature-v2__text h5, .mod-feature-v2__text .h5, .mod-feature-v2__text h6, .mod-feature-v2__text .h6 {
  font-family: Georgia, serif;
  font-weight: 300;
  color: #1f2937;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.mod-feature-v2__text h1:first-child, .mod-feature-v2__text .h1:first-child, .mod-feature-v2__text h2:first-child, .mod-feature-v2__text .h2:first-child, .mod-feature-v2__text h3:first-child, .mod-feature-v2__text .h3:first-child, .mod-feature-v2__text h4:first-child, .mod-feature-v2__text .h4:first-child, .mod-feature-v2__text h5:first-child, .mod-feature-v2__text .h5:first-child, .mod-feature-v2__text h6:first-child, .mod-feature-v2__text .h6:first-child {
  margin-top: 0;
}
.mod-feature-v2__text ul, .mod-feature-v2__text ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.mod-feature-v2__text ul li, .mod-feature-v2__text ol li {
  font-family: Georgia, serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 0.5rem;
}
.mod-feature-v2__text a {
  color: #fbbf24;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.mod-feature-v2__text a:hover {
  color: #f59e0b;
}
.mod-feature-v2__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 640px) {
  .mod-feature-v2__actions {
    flex-direction: row;
    gap: 0;
  }
}
.mod-feature-v2__action {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  text-decoration: none;
  transition: all 0.2s ease;
  border-bottom: 1px solid transparent;
  margin-right: 2rem;
}
@media (max-width: 639px) {
  .mod-feature-v2__action {
    margin-right: 0;
    padding: 1rem;
    border-radius: 8px;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
}
.mod-feature-v2__action:hover {
  transform: translateX(4px);
}
.mod-feature-v2__action:hover .mod-feature-v2__action-icon {
  background: #fbbf24;
  color: #1f2937;
}
@media (max-width: 639px) {
  .mod-feature-v2__action:hover {
    transform: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
}
.mod-feature-v2__action:last-child {
  margin-right: 0;
}
.mod-feature-v2__action-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fbbf24;
  color: #1f2937;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.mod-feature-v2__action-icon svg {
  width: 24px;
  height: 24px;
}
.mod-feature-v2__action-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #1f2937;
  line-height: 1;
}
.mod-feature-v2__image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.mod-feature-v2__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.mod-feature-v2__video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  cursor: pointer;
  transition: all 0.3s ease;
}
.mod-feature-v2__video-overlay:hover {
  background: white;
  transform: translate(-50%, -50%) scale(1.1);
}
.mod-feature-v2__video-overlay svg {
  width: 48px;
  height: 48px;
}
@media (min-width: 1024px) {
  .mod-feature-v2.right .mod-feature-v2__wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .mod-feature-v2.right .mod-feature-v2__wrapper .mod-feature-v2__image {
    order: -1;
  }
}
@media (min-width: 1024px) {
  .mod-feature-v2.left .mod-feature-v2__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.mod-feature-v2.editorial {
  background: #f8f9fa;
}
.mod-feature-v2.editorial .mod-feature-v2__wrapper {
  max-width: 1200px;
}
.mod-feature-v2.hero {
  background: white;
  min-height: 100vh;
  padding: 0;
}
.mod-feature-v2.hero .mod-feature-v2__wrapper {
  max-width: 100%;
  min-height: 100vh;
  padding: 3rem;
  margin: 0;
}
@media (min-width: 1024px) {
  .mod-feature-v2.hero .mod-feature-v2__wrapper {
    padding: 4rem;
  }
}
.mod-feature-v2.hero .mod-feature-v2__inner {
  max-width: 700px;
}
.mod-feature-v2.hero .mod-feature-v2__title {
  font-size: clamp(2.5rem, 5vw, 4rem);
}
.mod-feature-v2.dark {
  background: #1f2937;
}
.mod-feature-v2.dark .mod-feature-v2__title {
  color: white;
}
.mod-feature-v2.dark .mod-feature-v2__text p {
  color: #d1d5db;
}
.mod-feature-v2.dark .mod-feature-v2__text h1, .mod-feature-v2.dark .mod-feature-v2__text .h1, .mod-feature-v2.dark .mod-feature-v2__text h2, .mod-feature-v2.dark .mod-feature-v2__text .h2, .mod-feature-v2.dark .mod-feature-v2__text h3, .mod-feature-v2.dark .mod-feature-v2__text .h3, .mod-feature-v2.dark .mod-feature-v2__text h4, .mod-feature-v2.dark .mod-feature-v2__text .h4, .mod-feature-v2.dark .mod-feature-v2__text h5, .mod-feature-v2.dark .mod-feature-v2__text .h5, .mod-feature-v2.dark .mod-feature-v2__text h6, .mod-feature-v2.dark .mod-feature-v2__text .h6 {
  color: white;
}
.mod-feature-v2.dark .mod-feature-v2__action-text {
  color: white;
}
@media (max-width: 639px) {
  .mod-feature-v2.dark .mod-feature-v2__action {
    background: #374151;
  }
}
.mod-feature-v2.compact {
  padding: 3rem 0;
}
.mod-feature-v2.compact .mod-feature-v2__wrapper {
  gap: 2rem;
}
@media (min-width: 1024px) {
  .mod-feature-v2.compact .mod-feature-v2__wrapper {
    gap: 3rem;
  }
}
.mod-feature-v2.compact .mod-feature-v2__subtitle {
  margin-bottom: 1rem;
}
.mod-feature-v2.compact .mod-feature-v2__title {
  margin-bottom: 1rem;
}
.mod-feature-v2.compact .mod-feature-v2__text {
  margin-bottom: 1.5rem;
}

@media (max-width: 1023px) {
  .mod-feature-v2.right .mod-feature-v2__wrapper, .mod-feature-v2.left .mod-feature-v2__wrapper {
    grid-template-columns: 1fr;
  }
  .mod-feature-v2.right .mod-feature-v2__wrapper .mod-feature-v2__image, .mod-feature-v2.left .mod-feature-v2__wrapper .mod-feature-v2__image {
    order: -1;
  }
}
.mod-feature-v2__action--watch, .mod-feature-v2__action--listen {
  border: none;
  background: none;
  cursor: pointer;
  color: inherit;
  font: inherit;
  text-align: left;
}
.mod-feature-v2__action--watch:hover, .mod-feature-v2__action--listen:hover {
  color: inherit;
  text-decoration: none;
}
.mod-feature-v2__video-overlay {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}
.mod-feature-v2__video-overlay:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.mod-feature-v3 {
  position: relative;
}
.mod-feature-v3:not([class*=py-]):not([class*=pt-]):not([class*=pb-]) {
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .mod-feature-v3:not([class*=py-]):not([class*=pt-]):not([class*=pb-]) {
    padding: 2rem 0;
  }
}
.mod-feature-v3.standard {
  background: #f8f9fa;
}
.mod-feature-v3.standard .mod-feature-v3__content {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .mod-feature-v3.standard .mod-feature-v3__content {
    padding: 3rem 2rem;
  }
}
.mod-feature-v3.standard .mod-feature-v3__text {
  margin-bottom: 2rem;
}
.mod-feature-v3.standard .mod-feature-v3__text p {
  font-family: Georgia, serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .mod-feature-v3.standard .mod-feature-v3__text p {
    font-size: 1rem;
  }
}
.mod-feature-v3.standard .mod-feature-v3__text p:last-child {
  margin-bottom: 0;
}
.mod-feature-v3.standard .mod-feature-v3__text h1, .mod-feature-v3.standard .mod-feature-v3__text .h1, .mod-feature-v3.standard .mod-feature-v3__text h2, .mod-feature-v3.standard .mod-feature-v3__text .h2, .mod-feature-v3.standard .mod-feature-v3__text h3, .mod-feature-v3.standard .mod-feature-v3__text .h3, .mod-feature-v3.standard .mod-feature-v3__text h4, .mod-feature-v3.standard .mod-feature-v3__text .h4, .mod-feature-v3.standard .mod-feature-v3__text h5, .mod-feature-v3.standard .mod-feature-v3__text .h5, .mod-feature-v3.standard .mod-feature-v3__text h6, .mod-feature-v3.standard .mod-feature-v3__text .h6 {
  font-family: Georgia, serif;
  font-weight: 400;
  color: #1f2937;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
.mod-feature-v3.standard .mod-feature-v3__text h1:first-child, .mod-feature-v3.standard .mod-feature-v3__text .h1:first-child, .mod-feature-v3.standard .mod-feature-v3__text h2:first-child, .mod-feature-v3.standard .mod-feature-v3__text .h2:first-child, .mod-feature-v3.standard .mod-feature-v3__text h3:first-child, .mod-feature-v3.standard .mod-feature-v3__text .h3:first-child, .mod-feature-v3.standard .mod-feature-v3__text h4:first-child, .mod-feature-v3.standard .mod-feature-v3__text .h4:first-child, .mod-feature-v3.standard .mod-feature-v3__text h5:first-child, .mod-feature-v3.standard .mod-feature-v3__text .h5:first-child, .mod-feature-v3.standard .mod-feature-v3__text h6:first-child, .mod-feature-v3.standard .mod-feature-v3__text .h6:first-child {
  margin-top: 0;
}
.mod-feature-v3.standard .mod-feature-v3__text h1, .mod-feature-v3.standard .mod-feature-v3__text .h1 {
  font-size: clamp(2rem, 4vw, 2.5rem);
}
.mod-feature-v3.standard .mod-feature-v3__text h2, .mod-feature-v3.standard .mod-feature-v3__text .h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
}
.mod-feature-v3.standard .mod-feature-v3__text h3, .mod-feature-v3.standard .mod-feature-v3__text .h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
}
.mod-feature-v3.standard .mod-feature-v3__text ul, .mod-feature-v3.standard .mod-feature-v3__text ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.mod-feature-v3.standard .mod-feature-v3__text ul li, .mod-feature-v3.standard .mod-feature-v3__text ol li {
  font-family: Georgia, serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .mod-feature-v3.standard .mod-feature-v3__text ul li, .mod-feature-v3.standard .mod-feature-v3__text ol li {
    font-size: 1rem;
  }
}
.mod-feature-v3.standard .mod-feature-v3__text a {
  color: #3b82f6;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.mod-feature-v3.standard .mod-feature-v3__text a:hover {
  color: #1d4ed8;
}
.mod-feature-v3.standard .mod-feature-v3__image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.mod-feature-v3.standard .mod-feature-v3__link {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  background: #3b82f6;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.mod-feature-v3.standard .mod-feature-v3__link:hover {
  background: #1d4ed8;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}
@media (max-width: 991px) {
  .mod-feature-v3.standard .mod-feature-v3__content {
    margin-bottom: 2rem;
  }
  .mod-feature-v3.standard .mod-feature-v3__image {
    text-align: center;
  }
}
.mod-feature-v3.centered {
  background: white;
}
.mod-feature-v3.centered .mod-feature-v3__wrapper {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .mod-feature-v3.centered .mod-feature-v3__wrapper {
    padding: 0 2rem;
  }
}
.mod-feature-v3.centered .mod-feature-v3__image--centered {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .mod-feature-v3.centered .mod-feature-v3__image--centered {
    margin-bottom: 2rem;
  }
}
.mod-feature-v3.centered .mod-feature-v3__image--centered img {
  width: 100%;
  height: auto;
  max-width: 600px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text {
  margin-bottom: 2.5rem;
}
.mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text p {
  font-family: Georgia, serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text p {
    font-size: 1.125rem;
  }
}
.mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text p:last-child {
  margin-bottom: 0;
}
.mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text h1, .mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text .h1, .mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text h2, .mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text .h2, .mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text h3, .mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text .h3, .mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text h4, .mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text .h4, .mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text h5, .mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text .h5, .mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text h6, .mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text .h6 {
  font-family: Georgia, serif;
  font-weight: 400;
  color: #111827;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text h1:first-child, .mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text .h1:first-child, .mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text h2:first-child, .mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text .h2:first-child, .mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text h3:first-child, .mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text .h3:first-child, .mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text h4:first-child, .mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text .h4:first-child, .mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text h5:first-child, .mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text .h5:first-child, .mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text h6:first-child, .mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text .h6:first-child {
  margin-top: 0;
}
.mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text h1, .mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text .h1 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  margin-bottom: 2rem;
}
.mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text h2, .mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text .h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}
.mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text h3, .mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text .h3 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
}
.mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text ul, .mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text ol {
  text-align: left;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text ul li, .mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text ol li {
  font-family: Georgia, serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  .mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text ul li, .mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__text ol li {
    font-size: 1.125rem;
  }
}
.mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__link {
  display: inline-flex;
  align-items: center;
  padding: 1rem 2rem;
  background: #1f2937;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
.mod-feature-v3.centered .mod-feature-v3__content--centered .mod-feature-v3__link:hover {
  background: #374151;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(31, 41, 55, 0.3);
}
.mod-feature-v3.full {
  padding: 0;
}
.mod-feature-v3.full .mod-feature-v3__full-wrapper {
  min-height: 70vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (max-width: 991px) {
  .mod-feature-v3.full .mod-feature-v3__full-wrapper {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}
.mod-feature-v3.full .mod-feature-v3__full-content {
  padding: 4rem;
  background: #f9fafb;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .mod-feature-v3.full .mod-feature-v3__full-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .mod-feature-v3.full .mod-feature-v3__full-content {
    padding: 2rem;
  }
}
.mod-feature-v3.full.right .mod-feature-v3__full-wrapper--right .mod-feature-v3__full-content {
  order: 1;
  background: #1f2937;
}
@media (max-width: 991px) {
  .mod-feature-v3.full.right .mod-feature-v3__full-wrapper--right .mod-feature-v3__full-content {
    order: 0;
  }
}
.mod-feature-v3.full.right .mod-feature-v3__full-wrapper--right .mod-feature-v3__full-content .mod-feature-v3__text h1, .mod-feature-v3.full.right .mod-feature-v3__full-wrapper--right .mod-feature-v3__full-content .mod-feature-v3__text .h1, .mod-feature-v3.full.right .mod-feature-v3__full-wrapper--right .mod-feature-v3__full-content .mod-feature-v3__text h2, .mod-feature-v3.full.right .mod-feature-v3__full-wrapper--right .mod-feature-v3__full-content .mod-feature-v3__text .h2, .mod-feature-v3.full.right .mod-feature-v3__full-wrapper--right .mod-feature-v3__full-content .mod-feature-v3__text h3, .mod-feature-v3.full.right .mod-feature-v3__full-wrapper--right .mod-feature-v3__full-content .mod-feature-v3__text .h3, .mod-feature-v3.full.right .mod-feature-v3__full-wrapper--right .mod-feature-v3__full-content .mod-feature-v3__text h4, .mod-feature-v3.full.right .mod-feature-v3__full-wrapper--right .mod-feature-v3__full-content .mod-feature-v3__text .h4, .mod-feature-v3.full.right .mod-feature-v3__full-wrapper--right .mod-feature-v3__full-content .mod-feature-v3__text h5, .mod-feature-v3.full.right .mod-feature-v3__full-wrapper--right .mod-feature-v3__full-content .mod-feature-v3__text .h5, .mod-feature-v3.full.right .mod-feature-v3__full-wrapper--right .mod-feature-v3__full-content .mod-feature-v3__text h6, .mod-feature-v3.full.right .mod-feature-v3__full-wrapper--right .mod-feature-v3__full-content .mod-feature-v3__text .h6 {
  color: white;
}
.mod-feature-v3.full.right .mod-feature-v3__full-wrapper--right .mod-feature-v3__full-content .mod-feature-v3__text p {
  color: #d1d5db;
}
.mod-feature-v3.full.right .mod-feature-v3__full-wrapper--right .mod-feature-v3__full-content .mod-feature-v3__link {
  background: #fbbf24;
  color: #1f2937;
}
.mod-feature-v3.full.right .mod-feature-v3__full-wrapper--right .mod-feature-v3__full-content .mod-feature-v3__link:hover {
  background: #f59e0b;
  color: #1f2937;
}
.mod-feature-v3.full.right .mod-feature-v3__full-wrapper--right .mod-feature-v3__full-image {
  order: 2;
}
@media (max-width: 991px) {
  .mod-feature-v3.full.right .mod-feature-v3__full-wrapper--right .mod-feature-v3__full-image {
    order: -1;
  }
}
.mod-feature-v3.full .mod-feature-v3__full-inner {
  max-width: 500px;
  width: 100%;
}
.mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text {
  margin-bottom: 3rem;
}
.mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text p {
  font-family: Georgia, serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text p {
    font-size: 1.125rem;
  }
}
.mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text p:last-child {
  margin-bottom: 0;
}
.mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text h1, .mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text .h1, .mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text h2, .mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text .h2, .mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text h3, .mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text .h3, .mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text h4, .mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text .h4, .mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text h5, .mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text .h5, .mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text h6, .mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text .h6 {
  font-family: Georgia, serif;
  font-weight: 400;
  color: #1f2937;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text h1:first-child, .mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text .h1:first-child, .mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text h2:first-child, .mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text .h2:first-child, .mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text h3:first-child, .mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text .h3:first-child, .mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text h4:first-child, .mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text .h4:first-child, .mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text h5:first-child, .mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text .h5:first-child, .mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text h6:first-child, .mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text .h6:first-child {
  margin-top: 0;
}
.mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text h1, .mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text .h1 {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  margin-bottom: 2rem;
}
.mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text h2, .mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text .h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
}
.mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text h3, .mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text .h3 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
}
.mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text ul, .mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text ul li, .mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text ol li {
  font-family: Georgia, serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  .mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text ul li, .mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__text ol li {
    font-size: 1.125rem;
  }
}
.mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__link {
  display: inline-flex;
  align-items: center;
  padding: 1rem 2rem;
  background: #3b82f6;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.mod-feature-v3.full .mod-feature-v3__full-inner .mod-feature-v3__link:hover {
  background: #1d4ed8;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(59, 130, 246, 0.3);
}
.mod-feature-v3.full .mod-feature-v3__full-image {
  height: 100%;
  min-height: 70vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .mod-feature-v3.full .mod-feature-v3__full-image {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .mod-feature-v3.full .mod-feature-v3__full-image {
    min-height: 300px;
  }
}
.mod-feature-v3.full .mod-feature-v3__full-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .mod-feature-v3.full .mod-feature-v3__full-content {
    min-height: auto;
  }
  .mod-feature-v3.full.right .mod-feature-v3__full-wrapper--right .mod-feature-v3__full-content {
    background: #1f2937;
  }
}
.mod-feature-v3 .mod-feature-v3__text > *:first-child {
  margin-top: 0;
}
.mod-feature-v3 .mod-feature-v3__text > *:last-child {
  margin-bottom: 0;
}
.mod-feature-v3 .mod-feature-v3__text blockquote {
  border-left: 4px solid #3b82f6;
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: #6b7280;
}
.mod-feature-v3 .mod-feature-v3__text code {
  background: #f3f4f6;
  padding: 0.125rem 0.25rem;
  border-radius: 4px;
  font-size: 0.875em;
}
.mod-feature-v3 .mod-feature-v3__text pre {
  background: #1f2937;
  color: #f9fafb;
  padding: 1rem;
  border-radius: 8px;
  overflow-x: auto;
  margin: 1.5rem 0;
}
.mod-feature-v3 .mod-feature-v3__text pre code {
  background: none;
  padding: 0;
  color: inherit;
}
.mod-feature-v3 .mod-feature-v3__text table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}
.mod-feature-v3 .mod-feature-v3__text table th,
.mod-feature-v3 .mod-feature-v3__text table td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
}
.mod-feature-v3 .mod-feature-v3__text table th {
  font-weight: 600;
  background: #f9fafb;
}

@media (max-width: 991px) {
  .mod-feature-v3.standard .row > div:first-child {
    margin-bottom: 2rem;
  }
}
@media print {
  .mod-feature-v3.full .mod-feature-v3__full-wrapper {
    display: block;
  }
  .mod-feature-v3.full .mod-feature-v3__full-image {
    display: none;
  }
}
/**
 * PARALLAX BLOCK COMPONENT
 * ======================
 *
 * Creative parallax block with 3D scroll effects and floating elements.
 * Provides immersive visual experience with depth and motion.
 *
 * Features:
 * - 3D perspective transforms
 * - Floating text and image elements
 * - Scroll-triggered parallax effects
 * - Gradient backgrounds with animations
 * - Responsive design with mobile optimizations
 *
 * @author Claude Code Assistant
 * @version 1.0.0
 */
.mod-parallax {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1000px;
}
.mod-parallax .parallax-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
  text-align: center;
  color: white;
}
.mod-parallax .parallax-content {
  position: relative;
  z-index: 10;
}
.mod-parallax .parallax-content .main-text {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 2rem;
  background: linear-gradient(135deg, #ffffff, #f0f0f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transform: translateZ(0);
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .mod-parallax .parallax-content .main-text {
    font-size: 2.5rem;
  }
}
.mod-parallax .parallax-content .sub-text {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .mod-parallax .parallax-content .sub-text {
    font-size: 1.25rem;
  }
}
.mod-parallax .parallax-content .claim-section {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 60px;
  padding: 1.5rem 3rem;
  text-decoration: none;
  color: white;
  transition: all 0.4s ease;
}
.mod-parallax .parallax-content .claim-section:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  color: white;
  transform: translateY(-5px);
}
.mod-parallax .parallax-content .claim-section .claim-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.mod-parallax .parallax-content .claim-section .claim-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mod-parallax .parallax-content .claim-section .claim-content {
  text-align: left;
}
.mod-parallax .parallax-content .claim-section .claim-content .claim-header {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.mod-parallax .parallax-content .claim-section .claim-content .claim-text {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
}
.mod-parallax .parallax-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mod-parallax .parallax-elements .parallax-text {
  position: absolute;
  font-size: 8rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.05);
  pointer-events: none;
  transform-style: preserve-3d;
}
.mod-parallax .parallax-elements .parallax-text.text-1 {
  top: 10%;
  left: -20%;
  transform: rotateX(15deg) rotateY(-15deg);
  animation: float1 20s ease-in-out infinite;
}
.mod-parallax .parallax-elements .parallax-text.text-2 {
  top: 30%;
  right: -20%;
  transform: rotateX(-15deg) rotateY(15deg);
  animation: float2 25s ease-in-out infinite;
}
.mod-parallax .parallax-elements .parallax-text.text-3 {
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%) rotateX(10deg);
  animation: float3 30s ease-in-out infinite;
}
@media (max-width: 768px) {
  .mod-parallax .parallax-elements .parallax-text {
    font-size: 4rem;
  }
}
.mod-parallax .parallax-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mod-parallax .parallax-images .floating-image {
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  transform-style: preserve-3d;
}
.mod-parallax .parallax-images .floating-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mod-parallax .parallax-images .floating-image.image-1 {
  top: 15%;
  left: 10%;
  width: 200px;
  height: 150px;
  transform: rotateY(-20deg) rotateX(10deg);
  animation: imageFloat1 15s ease-in-out infinite;
}
.mod-parallax .parallax-images .floating-image.image-2 {
  top: 25%;
  right: 15%;
  width: 150px;
  height: 200px;
  transform: rotateY(20deg) rotateX(-10deg);
  animation: imageFloat2 18s ease-in-out infinite;
}
.mod-parallax .parallax-images .floating-image.image-3 {
  bottom: 30%;
  left: 5%;
  width: 180px;
  height: 120px;
  transform: rotateY(15deg) rotateX(15deg);
  animation: imageFloat3 22s ease-in-out infinite;
}
.mod-parallax .parallax-images .floating-image.image-4 {
  bottom: 15%;
  right: 10%;
  width: 160px;
  height: 160px;
  transform: rotateY(-25deg) rotateX(-5deg);
  animation: imageFloat4 20s ease-in-out infinite;
}
@media (max-width: 768px) {
  .mod-parallax .parallax-images .floating-image.image-1, .mod-parallax .parallax-images .floating-image.image-2, .mod-parallax .parallax-images .floating-image.image-3, .mod-parallax .parallax-images .floating-image.image-4 {
    width: 80px;
    height: 80px;
  }
}
.mod-parallax.parallax-active .parallax-content .main-text {
  transform: translateZ(50px);
}
.mod-parallax.parallax-active .parallax-text.text-1 {
  transform: rotateX(25deg) rotateY(-25deg) translateZ(30px);
}
.mod-parallax.parallax-active .parallax-text.text-2 {
  transform: rotateX(-25deg) rotateY(25deg) translateZ(30px);
}
.mod-parallax.parallax-active .parallax-text.text-3 {
  transform: translateX(-50%) rotateX(20deg) translateZ(30px);
}
.mod-parallax.parallax-active .floating-image.image-1 {
  transform: rotateY(-30deg) rotateX(20deg) translateZ(40px);
}
.mod-parallax.parallax-active .floating-image.image-2 {
  transform: rotateY(30deg) rotateX(-20deg) translateZ(40px);
}
.mod-parallax.parallax-active .floating-image.image-3 {
  transform: rotateY(25deg) rotateX(25deg) translateZ(40px);
}
.mod-parallax.parallax-active .floating-image.image-4 {
  transform: rotateY(-35deg) rotateX(-15deg) translateZ(40px);
}

@keyframes float1 {
  0%, 100% {
    transform: rotateX(15deg) rotateY(-15deg) translateY(0px);
  }
  50% {
    transform: rotateX(15deg) rotateY(-15deg) translateY(-20px);
  }
}
@keyframes float2 {
  0%, 100% {
    transform: rotateX(-15deg) rotateY(15deg) translateY(0px);
  }
  50% {
    transform: rotateX(-15deg) rotateY(15deg) translateY(20px);
  }
}
@keyframes float3 {
  0%, 100% {
    transform: translateX(-50%) rotateX(10deg) translateY(0px);
  }
  50% {
    transform: translateX(-50%) rotateX(10deg) translateY(-15px);
  }
}
@keyframes imageFloat1 {
  0%, 100% {
    transform: rotateY(-20deg) rotateX(10deg) translateY(0px);
  }
  50% {
    transform: rotateY(-20deg) rotateX(10deg) translateY(-15px);
  }
}
@keyframes imageFloat2 {
  0%, 100% {
    transform: rotateY(20deg) rotateX(-10deg) translateY(0px);
  }
  50% {
    transform: rotateY(20deg) rotateX(-10deg) translateY(15px);
  }
}
@keyframes imageFloat3 {
  0%, 100% {
    transform: rotateY(15deg) rotateX(15deg) translateY(0px);
  }
  50% {
    transform: rotateY(15deg) rotateX(15deg) translateY(-10px);
  }
}
@keyframes imageFloat4 {
  0%, 100% {
    transform: rotateY(-25deg) rotateX(-5deg) translateY(0px);
  }
  50% {
    transform: rotateY(-25deg) rotateX(-5deg) translateY(12px);
  }
}
/**
 * ANIMATED FEATURE BLOCK COMPONENT
 * ================================
 *
 * Futuristic animated feature block with sprite animation and dark glowing aesthetic.
 * Matches the LUMA VISION style with blue glowing effects and 3D visual elements.
 *
 * Features:
 * - Sprite sheet animation system with scroll triggering
 * - Dark theme with blue glow effects and 3D depth
 * - Responsive mobile/desktop sprite switching
 * - Custom video-style controls with glass morphism
 * - Progress bar with blue glow animations
 * - Text with gradient and glow effects
 * - Enhanced CTA button with futuristic styling
 * - Mobile responsive design with optimized animations
 *
 * @author Claude Code Assistant
 * @version 2.0.0 - LUMA VISION Style Update
 */
.mod-animated-feature-block {
  padding: 8rem 0;
  background: radial-gradient(ellipse at center, #0a0a0f 0%, #000000 100%);
  position: relative;
  overflow: hidden;
}
.mod-animated-feature-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 30%, rgba(0, 162, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(0, 123, 255, 0.08) 0%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(0, 162, 255, 0.05) 0%, transparent 70%);
  animation: glow-pulse 8s ease-in-out infinite;
  pointer-events: none;
}
.mod-animated-feature-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 162, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 162, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  animation: grid-drift 20s linear infinite;
  pointer-events: none;
  opacity: 0.3;
}
.mod-animated-feature-block .feature-title {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 4rem;
  background: linear-gradient(135deg, #00a2ff, #0066cc, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 30px rgba(0, 162, 255, 0.5);
  position: relative;
  z-index: 10;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.mod-animated-feature-block .feature-title::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: rgba(0, 162, 255, 0.3);
  z-index: -1;
  filter: blur(20px);
}
@media (max-width: 768px) {
  .mod-animated-feature-block .feature-title {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
}
.mod-animated-feature-block .sprite-viewer {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 4rem;
  aspect-ratio: 16/9;
  border-radius: 32px;
  overflow: hidden;
  background: radial-gradient(ellipse at center, #0f1419 0%, #000000 100%);
  border: 2px solid rgba(0, 162, 255, 0.2);
  box-shadow: 0 0 50px rgba(0, 162, 255, 0.3), 0 25px 50px -12px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
}
.mod-animated-feature-block .sprite-viewer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(0, 162, 255, 0.1) 0%, transparent 50%, rgba(0, 162, 255, 0.05) 100%);
  pointer-events: none;
  z-index: 1;
}
.mod-animated-feature-block .sprite-viewer .sprite-mask {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}
.mod-animated-feature-block .sprite-viewer .sprite-mask .sprite-canvas {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  position: relative;
  transition: transform 0.1s ease-out;
  will-change: transform;
  filter: drop-shadow(0 0 20px rgba(0, 162, 255, 0.4));
}
.mod-animated-feature-block .sprite-viewer .sprite-mask .sprite-canvas.placeholder {
  background-color: rgba(0, 162, 255, 0.1);
  border: 2px dashed rgba(0, 162, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mod-animated-feature-block .sprite-viewer .sprite-mask .sprite-canvas.placeholder .placeholder-content {
  text-align: center;
  color: rgba(0, 162, 255, 0.8);
}
.mod-animated-feature-block .sprite-viewer .sprite-mask .sprite-canvas.placeholder .placeholder-content .placeholder-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1rem;
  opacity: 0.6;
  animation: pulse-glow 2s ease-in-out infinite;
}
.mod-animated-feature-block .sprite-viewer .sprite-mask .sprite-canvas.placeholder .placeholder-content .placeholder-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.mod-animated-feature-block .sprite-viewer .sprite-mask .sprite-canvas.placeholder .placeholder-content .placeholder-text {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.mod-animated-feature-block .sprite-viewer .sprite-mask .sprite-canvas.loading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mod-animated-feature-block .sprite-viewer .sprite-mask .sprite-canvas.loading::after {
  content: "";
  width: 40px;
  height: 40px;
  border: 3px solid rgba(0, 162, 255, 0.2);
  border-radius: 50%;
  border-top-color: rgba(0, 162, 255, 0.8);
  animation: spin 1s linear infinite;
}
.mod-animated-feature-block .sprite-viewer .sprite-mask .sprite-canvas.error {
  background-color: rgba(255, 0, 0, 0.1);
  border: 2px dashed rgba(255, 0, 0, 0.3);
  color: rgba(255, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mod-animated-feature-block .sprite-viewer .sprite-mask .sprite-canvas.error::before {
  content: "✕";
  font-size: 3rem;
  font-weight: bold;
}
.mod-animated-feature-block .feature-content {
  position: relative;
  z-index: 10;
}
.mod-animated-feature-block .feature-content .row {
  align-items: flex-start;
}
.mod-animated-feature-block .feature-content .content-column.col-lg-5 {
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .mod-animated-feature-block .feature-content .content-column.col-lg-5 {
    padding-right: 1rem;
    margin-bottom: 3rem;
  }
}
.mod-animated-feature-block .feature-content .content-column.col-lg-4 {
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .mod-animated-feature-block .feature-content .content-column.col-lg-4 {
    padding-left: 1rem;
  }
}
.mod-animated-feature-block .feature-content .content-column h3, .mod-animated-feature-block .feature-content .content-column .h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.5rem;
  text-shadow: 0 0 10px rgba(0, 162, 255, 0.3);
}
.mod-animated-feature-block .feature-content .content-column p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.5rem;
}
.mod-animated-feature-block .feature-content .content-column ul {
  list-style: none;
  padding: 0;
}
.mod-animated-feature-block .feature-content .content-column ul li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1.2rem;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}
.mod-animated-feature-block .feature-content .content-column ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 12px;
  height: 12px;
  background: radial-gradient(circle, #00a2ff 0%, #0066cc 100%);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 162, 255, 0.6);
}
.mod-animated-feature-block .feature-content .content-column ul li::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.7rem;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
.mod-animated-feature-block .feature-cta {
  text-align: center;
  margin-top: 4rem;
  position: relative;
  z-index: 10;
}
.mod-animated-feature-block .feature-cta .btn {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background: linear-gradient(135deg, #00a2ff, #0066cc, #00d4ff);
  color: white;
  padding: 1.5rem 3.5rem;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2rem;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(0, 162, 255, 0.3);
  box-shadow: 0 0 20px rgba(0, 162, 255, 0.4), 0 10px 30px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.mod-animated-feature-block .feature-cta .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, transparent 100%);
  border-radius: 60px;
  transition: opacity 0.4s ease;
}
.mod-animated-feature-block .feature-cta .btn:hover {
  color: white;
  transform: translateY(-4px);
  box-shadow: 0 0 40px rgba(0, 162, 255, 0.6), 0 20px 40px rgba(0, 0, 0, 0.4);
  border-color: rgba(0, 162, 255, 0.6);
  background: linear-gradient(135deg, #0099ff, #0066cc, #00ccff);
}
.mod-animated-feature-block .feature-cta .btn:hover::before {
  opacity: 0.6;
}
.mod-animated-feature-block .feature-cta .btn::after {
  content: "→";
  transition: transform 0.3s ease;
  filter: drop-shadow(0 0 5px currentColor);
}
.mod-animated-feature-block .feature-cta .btn:hover::after {
  transform: translateX(8px);
}

@keyframes glow-pulse {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}
@keyframes grid-drift {
  0% {
    transform: translateX(0) translateY(0);
  }
  100% {
    transform: translateX(60px) translateY(60px);
  }
}
@keyframes progress-shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
/**
 * QUICK LINKS BLOCK COMPONENT
 * ===========================
 *
 * Interactive navigation grid component with hover effects and image overlays.
 * Supports both image-based and solid color link items.
 *
 * Features:
 * - Grid and masonry layout options
 * - Image scaling and overlay effects
 * - Gradient overlays on hover
 * - Responsive design with breakpoints
 * - Fallback styling for items without images
 * - Smooth transitions and animations
 *
 * @author Claude Code Assistant
 * @version 1.0.0
 */
.mod-quick-links {
  padding: 4rem 0;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}
.mod-quick-links .quick-links-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.mod-quick-links .section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 3rem;
  background: linear-gradient(135deg, #111827, #374151);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 768px) {
  .mod-quick-links .section-title {
    font-size: 2rem;
  }
}
.mod-quick-links .quick-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}
@media (max-width: 768px) {
  .mod-quick-links .quick-links-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.mod-quick-links .quick-links-grid .quick-link-item {
  position: relative;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.mod-quick-links .quick-links-grid .quick-link-item:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.mod-quick-links .quick-links-grid .quick-link-item:hover .link-image {
  transform: scale(1.1);
}
.mod-quick-links .quick-links-grid .quick-link-item:hover .link-overlay {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.9), rgba(139, 92, 246, 0.9));
}
.mod-quick-links .quick-links-grid .quick-link-item:hover .link-content {
  transform: translateY(-10px);
}
.mod-quick-links .quick-links-grid .quick-link-item:hover .link-arrow {
  transform: translateX(10px);
  opacity: 1;
}
.mod-quick-links .quick-links-grid .quick-link-item .link-image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.mod-quick-links .quick-links-grid .quick-link-item .link-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.mod-quick-links .quick-links-grid .quick-link-item .link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.mod-quick-links .quick-links-grid .quick-link-item .link-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  transition: all 0.4s ease;
  z-index: 3;
}
.mod-quick-links .quick-links-grid .quick-link-item .link-content .link-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.mod-quick-links .quick-links-grid .quick-link-item .link-content .link-subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1rem;
}
.mod-quick-links .quick-links-grid .quick-link-item .link-content .link-arrow {
  font-size: 1.5rem;
  opacity: 0.7;
  transition: all 0.3s ease;
}
.mod-quick-links .quick-links-grid .quick-link-item.no-image {
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mod-quick-links .quick-links-grid .quick-link-item.no-image .link-content {
  position: static;
  transform: none;
}
.mod-quick-links .quick-links-grid .quick-link-item.no-image:hover {
  background: linear-gradient(135deg, #1d4ed8, #7c3aed);
}
.mod-quick-links.masonry-layout .quick-links-grid {
  column-count: 3;
  column-gap: 2rem;
}
@media (max-width: 1024px) {
  .mod-quick-links.masonry-layout .quick-links-grid {
    column-count: 2;
  }
}
@media (max-width: 768px) {
  .mod-quick-links.masonry-layout .quick-links-grid {
    column-count: 1;
  }
}
.mod-quick-links.masonry-layout .quick-links-grid .quick-link-item {
  break-inside: avoid;
  margin-bottom: 2rem;
  display: inline-block;
  width: 100%;
}

/**
 * GRAVITY FORM BLOCK COMPONENT
 * ============================
 *
 * Modern form styling component that enhances Gravity Forms with contemporary design.
 * Includes custom input styling, validation states, and loading animations.
 *
 * Features:
 * - Enhanced input field styling with focus states
 * - Custom checkbox and radio button designs
 * - Loading spinner animations
 * - Success/error message styling
 * - Responsive form layout
 * - Glass-morphism effects
 * - Gradient accent elements
 *
 * @author Claude Code Assistant
 * @version 1.0.0
 */
.mod-gravity-form {
  padding: 4rem 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}
.mod-gravity-form .form-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem;
  background: white;
  border-radius: 24px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}
.mod-gravity-form .form-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ef4444, #f59e0b);
}
@media (max-width: 768px) {
  .mod-gravity-form .form-container {
    margin: 0 1rem;
    padding: 2rem;
  }
}
.mod-gravity-form .form-header {
  text-align: center;
  margin-bottom: 3rem;
}
.mod-gravity-form .form-header .form-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #111827, #374151);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 768px) {
  .mod-gravity-form .form-header .form-title {
    font-size: 2rem;
  }
}
.mod-gravity-form .form-header .form-description {
  font-size: 1.25rem;
  color: #6b7280;
  line-height: 1.6;
}
.mod-gravity-form .gform_wrapper .gform_fields .gfield {
  margin-bottom: 2rem;
  position: relative;
}
.mod-gravity-form .gform_wrapper .gform_fields .gfield .gfield_label {
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.75rem;
  display: block;
  font-size: 1rem;
}
.mod-gravity-form .gform_wrapper .gform_fields .gfield .ginput_container input[type=text],
.mod-gravity-form .gform_wrapper .gform_fields .gfield .ginput_container input[type=email],
.mod-gravity-form .gform_wrapper .gform_fields .gfield .ginput_container input[type=tel],
.mod-gravity-form .gform_wrapper .gform_fields .gfield .ginput_container input[type=url],
.mod-gravity-form .gform_wrapper .gform_fields .gfield .ginput_container input[type=number],
.mod-gravity-form .gform_wrapper .gform_fields .gfield .ginput_container textarea,
.mod-gravity-form .gform_wrapper .gform_fields .gfield .ginput_container select {
  width: 100%;
  padding: 1rem 1.5rem;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  background: #f9fafb;
  color: #111827;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.mod-gravity-form .gform_wrapper .gform_fields .gfield .ginput_container input[type=text]:focus,
.mod-gravity-form .gform_wrapper .gform_fields .gfield .ginput_container input[type=email]:focus,
.mod-gravity-form .gform_wrapper .gform_fields .gfield .ginput_container input[type=tel]:focus,
.mod-gravity-form .gform_wrapper .gform_fields .gfield .ginput_container input[type=url]:focus,
.mod-gravity-form .gform_wrapper .gform_fields .gfield .ginput_container input[type=number]:focus,
.mod-gravity-form .gform_wrapper .gform_fields .gfield .ginput_container textarea:focus,
.mod-gravity-form .gform_wrapper .gform_fields .gfield .ginput_container select:focus {
  outline: none;
  border-color: #3b82f6;
  background: white;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.mod-gravity-form .gform_wrapper .gform_fields .gfield .ginput_container input[type=text]::placeholder,
.mod-gravity-form .gform_wrapper .gform_fields .gfield .ginput_container input[type=email]::placeholder,
.mod-gravity-form .gform_wrapper .gform_fields .gfield .ginput_container input[type=tel]::placeholder,
.mod-gravity-form .gform_wrapper .gform_fields .gfield .ginput_container input[type=url]::placeholder,
.mod-gravity-form .gform_wrapper .gform_fields .gfield .ginput_container input[type=number]::placeholder,
.mod-gravity-form .gform_wrapper .gform_fields .gfield .ginput_container textarea::placeholder,
.mod-gravity-form .gform_wrapper .gform_fields .gfield .ginput_container select::placeholder {
  color: #9ca3af;
}
.mod-gravity-form .gform_wrapper .gform_fields .gfield .ginput_container textarea {
  min-height: 120px;
  resize: vertical;
}
.mod-gravity-form .gform_wrapper .gform_fields .gfield .ginput_container select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 1rem;
  padding-right: 3rem;
}
.mod-gravity-form .gform_wrapper .gform_fields .gfield.gfield_error .ginput_container input,
.mod-gravity-form .gform_wrapper .gform_fields .gfield.gfield_error .ginput_container textarea,
.mod-gravity-form .gform_wrapper .gform_fields .gfield.gfield_error .ginput_container select {
  border-color: #ef4444;
  background: #fef2f2;
}
.mod-gravity-form .gform_wrapper .gform_fields .gfield.gfield_error .gfield_description {
  color: #ef4444;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
.mod-gravity-form .gform_wrapper .gform_fields .gfield.gfield_checkbox .gchoice, .mod-gravity-form .gform_wrapper .gform_fields .gfield.gfield_radio .gchoice {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.mod-gravity-form .gform_wrapper .gform_fields .gfield.gfield_checkbox .gchoice input[type=checkbox],
.mod-gravity-form .gform_wrapper .gform_fields .gfield.gfield_checkbox .gchoice input[type=radio], .mod-gravity-form .gform_wrapper .gform_fields .gfield.gfield_radio .gchoice input[type=checkbox],
.mod-gravity-form .gform_wrapper .gform_fields .gfield.gfield_radio .gchoice input[type=radio] {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  accent-color: #3b82f6;
}
.mod-gravity-form .gform_wrapper .gform_fields .gfield.gfield_checkbox .gchoice label, .mod-gravity-form .gform_wrapper .gform_fields .gfield.gfield_radio .gchoice label {
  margin: 0;
  color: #374151;
  font-size: 1rem;
  cursor: pointer;
}
.mod-gravity-form .gform_wrapper .gform_footer {
  margin-top: 3rem;
  text-align: center;
}
.mod-gravity-form .gform_wrapper .gform_footer .gform_button {
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  color: white;
  border: none;
  padding: 1.25rem 3rem;
  border-radius: 60px;
  font-size: 1.125rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.mod-gravity-form .gform_wrapper .gform_footer .gform_button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.mod-gravity-form .gform_wrapper .gform_footer .gform_button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(59, 130, 246, 0.4);
}
.mod-gravity-form .gform_wrapper .gform_footer .gform_button:hover::before {
  left: 100%;
}
.mod-gravity-form .gform_wrapper .gform_footer .gform_button:active {
  transform: translateY(-1px);
}
.mod-gravity-form .gform_wrapper .gform_ajax_spinner {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: white;
  animation: spin 1s ease-in-out infinite;
  margin-left: 1rem;
}
.mod-gravity-form .gform_confirmation_message {
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  padding: 2rem;
  border-radius: 16px;
  text-align: center;
  font-size: 1.125rem;
  box-shadow: 0 10px 25px rgba(16, 185, 129, 0.3);
}
.mod-gravity-form .gform_validation_errors {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: white;
  padding: 2rem;
  border-radius: 16px;
  margin-bottom: 2rem;
  box-shadow: 0 10px 25px rgba(239, 68, 68, 0.3);
}
.mod-gravity-form .gform_validation_errors h2, .mod-gravity-form .gform_validation_errors .h2 {
  color: white;
  margin-bottom: 1rem;
}
.mod-gravity-form .gform_validation_errors ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mod-gravity-form .gform_validation_errors ul li {
  margin-bottom: 0.5rem;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/**
 * GOOGLE MAP BLOCK COMPONENT
 * ==========================
 *
 * Interactive map component with custom pins, popups, and location management.
 * Supports both google-map-block and map-block-v2 variations.
 *
 * Features:
 * - Interactive map pins with custom styling
 * - Location popups with detailed information
 * - Map controls (zoom, reset view)
 * - Location list toggle functionality
 * - Animated grid background
 * - Responsive design with mobile optimizations
 * - Glass-morphism UI elements
 *
 * @author Claude Code Assistant
 * @version 1.0.0
 */
.mod-google-map-block,
.mod-map-block-v2 {
  position: relative;
  min-height: 600px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 20px;
  overflow: hidden;
  padding: 0;
}
.mod-google-map-block .map-header,
.mod-map-block-v2 .map-header {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  padding: 40px;
  text-align: center;
  position: relative;
  z-index: 10;
}
.mod-google-map-block .map-header .subtitle,
.mod-map-block-v2 .map-header .subtitle {
  color: #667eea;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.mod-google-map-block .map-header .title,
.mod-map-block-v2 .map-header .title {
  font-size: 48px;
  font-weight: 800;
  color: #2d3748;
  margin: 0;
}
@media (max-width: 768px) {
  .mod-google-map-block .map-header .title,
  .mod-map-block-v2 .map-header .title {
    font-size: 32px;
  }
}
.mod-google-map-block .map-container,
.mod-map-block-v2 .map-container {
  position: relative;
  height: 500px;
  background: linear-gradient(45deg, #f0f4f8 0%, #d6e8f5 100%);
}
.mod-google-map-block .map-container .interactive-map,
.mod-map-block-v2 .map-container .interactive-map {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: grab;
  background-image: radial-gradient(circle at 20% 20%, rgba(102, 126, 234, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(118, 75, 162, 0.1) 0%, transparent 50%), radial-gradient(circle at 40% 60%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
}
.mod-google-map-block .map-container .interactive-map:active,
.mod-map-block-v2 .map-container .interactive-map:active {
  cursor: grabbing;
}
.mod-google-map-block .map-container .interactive-map .map-grid,
.mod-map-block-v2 .map-container .interactive-map .map-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(102, 126, 234, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(102, 126, 234, 0.1) 1px, transparent 1px);
  background-size: 50px 50px;
  animation: grid-float 20s ease-in-out infinite;
}
.mod-google-map-block .map-container .interactive-map .map-pin,
.mod-map-block-v2 .map-container .interactive-map .map-pin {
  position: absolute;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -100%);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 5;
  animation: pin-pulse 2s ease-in-out infinite;
}
.mod-google-map-block .map-container .interactive-map .map-pin::before,
.mod-map-block-v2 .map-container .interactive-map .map-pin::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50% 50% 50% 0;
  transform: translate(-50%, -50%) rotate(-45deg);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  border: 3px solid white;
}
.mod-google-map-block .map-container .interactive-map .map-pin::after,
.mod-map-block-v2 .map-container .interactive-map .map-pin::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.mod-google-map-block .map-container .interactive-map .map-pin:hover,
.mod-map-block-v2 .map-container .interactive-map .map-pin:hover {
  transform: translate(-50%, -100%) scale(1.2);
  animation: none;
}
.mod-google-map-block .map-container .interactive-map .map-pin:hover::before,
.mod-map-block-v2 .map-container .interactive-map .map-pin:hover::before {
  box-shadow: 0 12px 35px rgba(102, 126, 234, 0.6);
}
.mod-google-map-block .map-container .interactive-map .map-pin.active,
.mod-map-block-v2 .map-container .interactive-map .map-pin.active {
  z-index: 10;
  animation: pin-active 1s ease-in-out infinite;
}
.mod-google-map-block .map-container .interactive-map .map-pin.active::before,
.mod-map-block-v2 .map-container .interactive-map .map-pin.active::before {
  background: linear-gradient(135deg, #e53e3e 0%, #ff6b6b 100%);
  box-shadow: 0 12px 35px rgba(229, 62, 62, 0.6);
}
.mod-google-map-block .map-container .interactive-map .location-popup,
.mod-map-block-v2 .map-container .interactive-map .location-popup {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  min-width: 320px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid rgba(102, 126, 234, 0.1);
}
.mod-google-map-block .map-container .interactive-map .location-popup.show,
.mod-map-block-v2 .map-container .interactive-map .location-popup.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-10px);
  animation: popup-bounce 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.mod-google-map-block .map-container .interactive-map .location-popup::after,
.mod-map-block-v2 .map-container .interactive-map .location-popup::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid white;
}
.mod-google-map-block .map-container .interactive-map .location-popup .location-title,
.mod-map-block-v2 .map-container .interactive-map .location-popup .location-title {
  font-size: 20px;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.mod-google-map-block .map-container .interactive-map .location-popup .location-country,
.mod-map-block-v2 .map-container .interactive-map .location-popup .location-country {
  color: #667eea;
  font-weight: 600;
  margin-bottom: 16px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.mod-google-map-block .map-container .interactive-map .location-popup .location-text,
.mod-map-block-v2 .map-container .interactive-map .location-popup .location-text {
  color: #4a5568;
  margin-bottom: 16px;
  line-height: 1.6;
}
.mod-google-map-block .map-container .interactive-map .location-popup .location-contacts,
.mod-map-block-v2 .map-container .interactive-map .location-popup .location-contacts {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.mod-google-map-block .map-container .interactive-map .location-popup .location-contacts a,
.mod-map-block-v2 .map-container .interactive-map .location-popup .location-contacts a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #667eea;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(102, 126, 234, 0.1);
  font-size: 14px;
}
.mod-google-map-block .map-container .interactive-map .location-popup .location-contacts a:hover,
.mod-map-block-v2 .map-container .interactive-map .location-popup .location-contacts a:hover {
  color: white;
  background: #667eea;
  transform: translateY(-2px);
}
.mod-google-map-block .map-container .interactive-map .location-popup .location-contacts a svg,
.mod-map-block-v2 .map-container .interactive-map .location-popup .location-contacts a svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.mod-google-map-block .map-controls,
.mod-map-block-v2 .map-controls {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 15;
}
.mod-google-map-block .map-controls button,
.mod-map-block-v2 .map-controls button {
  width: 48px;
  height: 48px;
  background: white;
  border: none;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  border: 2px solid rgba(102, 126, 234, 0.1);
}
.mod-google-map-block .map-controls button:hover,
.mod-map-block-v2 .map-controls button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  background: #667eea;
}
.mod-google-map-block .map-controls button:hover svg,
.mod-map-block-v2 .map-controls button:hover svg {
  fill: white;
}
.mod-google-map-block .map-controls button svg,
.mod-map-block-v2 .map-controls button svg {
  width: 20px;
  height: 20px;
  fill: #4a5568;
  transition: fill 0.3s ease;
}
.mod-google-map-block .locations-list,
.mod-map-block-v2 .locations-list {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  padding: 24px;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-top: 2px solid rgba(102, 126, 234, 0.1);
}
.mod-google-map-block .locations-list.show,
.mod-map-block-v2 .locations-list.show {
  transform: translateY(0);
}
.mod-google-map-block .locations-list .locations-grid,
.mod-map-block-v2 .locations-list .locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-height: 300px;
  overflow-y: auto;
}
.mod-google-map-block .locations-list .locations-grid .location-card,
.mod-map-block-v2 .locations-list .locations-grid .location-card {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}
.mod-google-map-block .locations-list .locations-grid .location-card::before,
.mod-map-block-v2 .locations-list .locations-grid .location-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  transition: left 0.3s ease;
}
.mod-google-map-block .locations-list .locations-grid .location-card:hover,
.mod-map-block-v2 .locations-list .locations-grid .location-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-color: rgba(102, 126, 234, 0.2);
}
.mod-google-map-block .locations-list .locations-grid .location-card:hover::before,
.mod-map-block-v2 .locations-list .locations-grid .location-card:hover::before {
  left: 0;
}
.mod-google-map-block .locations-list .locations-grid .location-card .card-title,
.mod-map-block-v2 .locations-list .locations-grid .location-card .card-title {
  font-size: 18px;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 4px;
}
.mod-google-map-block .locations-list .locations-grid .location-card .card-country,
.mod-map-block-v2 .locations-list .locations-grid .location-card .card-country {
  color: #667eea;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.mod-google-map-block .locations-list .locations-grid .location-card .card-text,
.mod-map-block-v2 .locations-list .locations-grid .location-card .card-text {
  color: #4a5568;
  font-size: 14px;
  line-height: 1.5;
}
.mod-google-map-block .toggle-list,
.mod-map-block-v2 .toggle-list {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 20;
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}
.mod-google-map-block .toggle-list:hover,
.mod-map-block-v2 .toggle-list:hover {
  transform: translateX(-50%) translateY(-4px);
  box-shadow: 0 12px 30px rgba(102, 126, 234, 0.6);
}
.mod-google-map-block .toggle-list:active,
.mod-map-block-v2 .toggle-list:active {
  transform: translateX(-50%) translateY(-2px);
}

@keyframes grid-float {
  0%, 100% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(10px, -5px);
  }
  66% {
    transform: translate(-5px, 10px);
  }
}
@keyframes pin-pulse {
  0%, 100% {
    transform: translate(-50%, -100%) scale(1);
  }
  50% {
    transform: translate(-50%, -100%) scale(1.05);
  }
}
@keyframes pin-active {
  0%, 100% {
    transform: translate(-50%, -100%) scale(1);
  }
  50% {
    transform: translate(-50%, -100%) scale(1.15);
  }
}
@keyframes popup-bounce {
  0% {
    transform: translateX(-50%) translateY(20px) scale(0.8);
    opacity: 0;
  }
  60% {
    transform: translateX(-50%) translateY(-15px) scale(1.05);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-10px) scale(1);
    opacity: 1;
  }
}
/**
 * PEOPLE ACCORDION BLOCK COMPONENT
 * ================================
 *
 * Interactive accordion component for displaying team members and personnel information.
 * Features expandable sections with team member cards and smooth animations.
 *
 * Features:
 * - Expandable accordion sections with smooth transitions
 * - Team member cards with profile images and contact links
 * - Hover effects with sliding accent bars and shimmer animations
 * - Profile image gradients and scaling effects
 * - Social media and contact link styling (LinkedIn, Email, CTA)
 * - Staggered reveal animations for cards and sections
 * - Responsive grid layout with mobile optimizations
 * - Glass-morphism backgrounds and backdrop filters
 *
 * @author Claude Code Assistant
 * @version 1.0.0
 */
.mod-people-accordion {
  padding: 4rem 0;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  position: relative;
}
.mod-people-accordion::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 25% 25%, rgba(59, 130, 246, 0.05) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(139, 92, 246, 0.05) 0%, transparent 50%);
  pointer-events: none;
}
.mod-people-accordion .container {
  position: relative;
  z-index: 10;
}
.mod-people-accordion .accordion {
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  background: white;
}
.mod-people-accordion .accordion .people-accordion-item {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background: transparent;
}
.mod-people-accordion .accordion .people-accordion-item:last-child {
  border-bottom: none;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-header {
  margin-bottom: 0;
  border: none;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-header .people-accordion-button {
  background: white;
  border: none;
  padding: 2rem;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-header .people-accordion-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.05), transparent);
  transition: left 0.6s ease;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-header .people-accordion-button:hover {
  background: rgba(59, 130, 246, 0.02);
  transform: translateX(8px);
}
.mod-people-accordion .accordion .people-accordion-item .accordion-header .people-accordion-button:hover::before {
  left: 100%;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-header .people-accordion-button:hover .people-accordion-title {
  color: #3b82f6;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-header .people-accordion-button:hover .people-accordion-icon {
  transform: scale(1.1);
  color: #3b82f6;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-header .people-accordion-button:focus {
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  outline: none;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-header .people-accordion-button.collapsed .people-accordion-icon {
  transform: rotate(0deg);
}
.mod-people-accordion .accordion .people-accordion-item .accordion-header .people-accordion-button:not(.collapsed) {
  background: rgba(59, 130, 246, 0.05);
}
.mod-people-accordion .accordion .people-accordion-item .accordion-header .people-accordion-button:not(.collapsed) .people-accordion-icon {
  transform: rotate(180deg);
  color: #3b82f6;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-header .people-accordion-button:not(.collapsed) .people-accordion-title {
  color: #3b82f6;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-header .people-accordion-button .people-accordion-header {
  flex: 1;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-header .people-accordion-button .people-accordion-header .people-accordion-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .mod-people-accordion .accordion .people-accordion-item .accordion-header .people-accordion-button .people-accordion-header .people-accordion-title {
    font-size: 1.25rem;
  }
}
.mod-people-accordion .accordion .people-accordion-item .accordion-header .people-accordion-button .people-accordion-header .people-accordion-description {
  font-size: 1rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-header .people-accordion-button .people-accordion-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #6b7280;
  margin-left: 1rem;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-header .people-accordion-button .people-accordion-icon svg {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-collapse {
  border-top: none;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-collapse .people-accordion-body {
  padding: 0 2rem 2rem;
  background: rgba(248, 250, 252, 0.5);
}
.mod-people-accordion .accordion .people-accordion-item .accordion-collapse .people-accordion-body .people-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  animation: grid-fade-in 0.6s ease-out;
}
@media (max-width: 768px) {
  .mod-people-accordion .accordion .people-accordion-item .accordion-collapse .people-accordion-body .people-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.mod-people-accordion .accordion .people-accordion-item .accordion-collapse .people-accordion-body .people-grid .person-card {
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  animation: card-slide-up 0.8s ease-out;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-collapse .people-accordion-body .people-grid .person-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6);
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: left;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-collapse .people-accordion-body .people-grid .person-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.mod-people-accordion .accordion .people-accordion-item .accordion-collapse .people-accordion-body .people-grid .person-card:hover::before {
  transform: scaleX(1);
}
.mod-people-accordion .accordion .people-accordion-item .accordion-collapse .people-accordion-body .people-grid .person-card:hover .person-card__image img {
  transform: scale(1.1);
}
.mod-people-accordion .accordion .people-accordion-item .accordion-collapse .people-accordion-body .people-grid .person-card:hover .person-card__name {
  color: #3b82f6;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-collapse .people-accordion-body .people-grid .person-card:hover .person-card__links a {
  transform: translateY(-2px);
}
.mod-people-accordion .accordion .people-accordion-item .accordion-collapse .people-accordion-body .people-grid .person-card__image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 1.5rem;
  position: relative;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  padding: 3px;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-collapse .people-accordion-body .people-grid .person-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.4s ease;
  background: white;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-collapse .people-accordion-body .people-grid .person-card__content {
  text-align: center;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-collapse .people-accordion-body .people-grid .person-card__name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-collapse .people-accordion-body .people-grid .person-card__role {
  font-size: 1rem;
  color: #6b7280;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-collapse .people-accordion-body .people-grid .person-card__links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-collapse .people-accordion-body .people-grid .person-card__links a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-collapse .people-accordion-body .people-grid .person-card__links a.person-card__linkedin {
  background: rgba(14, 118, 168, 0.1);
  color: #0e76a8;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-collapse .people-accordion-body .people-grid .person-card__links a.person-card__linkedin:hover {
  background: #0e76a8;
  color: white;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-collapse .people-accordion-body .people-grid .person-card__links a.person-card__email {
  background: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-collapse .people-accordion-body .people-grid .person-card__links a.person-card__email:hover {
  background: #3b82f6;
  color: white;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-collapse .people-accordion-body .people-grid .person-card__links a.person-card__cta {
  background: rgba(139, 92, 246, 0.1);
  color: #8b5cf6;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-collapse .people-accordion-body .people-grid .person-card__links a.person-card__cta:hover {
  background: #8b5cf6;
  color: white;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-collapse .people-accordion-body .people-grid .person-card__links a svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-collapse .people-accordion-body .people-grid .person-card:nth-child(1) {
  animation-delay: 0s;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-collapse .people-accordion-body .people-grid .person-card:nth-child(2) {
  animation-delay: 0.1s;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-collapse .people-accordion-body .people-grid .person-card:nth-child(3) {
  animation-delay: 0.2s;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-collapse .people-accordion-body .people-grid .person-card:nth-child(4) {
  animation-delay: 0.3s;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-collapse .people-accordion-body .people-grid .person-card:nth-child(5) {
  animation-delay: 0.4s;
}
.mod-people-accordion .accordion .people-accordion-item .accordion-collapse .people-accordion-body .people-grid .person-card:nth-child(6) {
  animation-delay: 0.5s;
}
.mod-people-accordion .accordion .people-accordion-item:nth-child(1) {
  animation: accordion-fade-in 0.6s ease-out 0s both;
}
.mod-people-accordion .accordion .people-accordion-item:nth-child(2) {
  animation: accordion-fade-in 0.6s ease-out 0.1s both;
}
.mod-people-accordion .accordion .people-accordion-item:nth-child(3) {
  animation: accordion-fade-in 0.6s ease-out 0.2s both;
}
.mod-people-accordion .accordion .people-accordion-item:nth-child(4) {
  animation: accordion-fade-in 0.6s ease-out 0.3s both;
}
.mod-people-accordion .accordion .people-accordion-item:nth-child(5) {
  animation: accordion-fade-in 0.6s ease-out 0.4s both;
}

@keyframes accordion-fade-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes grid-fade-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes card-slide-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/**
 * RELATED POSTS BLOCK COMPONENT
 * =============================
 *
 * Content suggestion component for displaying related blog posts and articles.
 * Features animated post cards with image scaling and modern interaction design.
 *
 * Features:
 * - Animated background gradients with shifting patterns
 * - Post cards with hover scaling and shadow effects
 * - Image overlays and gradient effects on hover
 * - Category badges with gradient backgrounds
 * - Shimmer effects on call-to-action links
 * - Staggered card reveal animations
 * - Responsive grid layout with mobile optimization
 * - Text clamping for consistent card heights
 *
 * @author Claude Code Assistant
 * @version 1.0.0
 */
.related-posts {
  padding: 6rem 0;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  position: relative;
  overflow: hidden;
}
.related-posts::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 30% 20%, rgba(99, 102, 241, 0.06) 0%, transparent 50%), radial-gradient(circle at 70% 80%, rgba(168, 85, 247, 0.06) 0%, transparent 50%), linear-gradient(45deg, transparent 49%, rgba(99, 102, 241, 0.02) 50%, transparent 51%);
  background-size: 100% 100%, 100% 100%, 20px 20px;
  animation: bg-shift 20s ease-in-out infinite;
}
.related-posts__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 10;
}
.related-posts__header {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}
.related-posts__header::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #6366f1, #a855f7);
  border-radius: 2px;
}
.related-posts__header h2, .related-posts__header .h2 {
  font-size: 3rem;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #1e293b, #475569);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 768px) {
  .related-posts__header h2, .related-posts__header .h2 {
    font-size: 2.25rem;
  }
}
.related-posts__header p {
  font-size: 1.25rem;
  color: #64748b;
  margin: 0;
  font-weight: 500;
}
.related-posts__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .related-posts__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.related-posts__grid .related-post-card {
  opacity: 0;
  transform: translateY(40px);
  animation: card-reveal 0.8s ease-out forwards;
}
.related-posts__grid .related-post-card:nth-child(1) {
  animation-delay: 0.1s;
}
.related-posts__grid .related-post-card:nth-child(2) {
  animation-delay: 0.2s;
}
.related-posts__grid .related-post-card:nth-child(3) {
  animation-delay: 0.3s;
}
.related-posts__grid .related-post-card:nth-child(4) {
  animation-delay: 0.4s;
}
.related-posts__grid .related-post-card:nth-child(5) {
  animation-delay: 0.5s;
}
.related-posts__grid .related-post-card:nth-child(6) {
  animation-delay: 0.6s;
}

.related-post-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  cursor: pointer;
}
.related-post-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.02), rgba(168, 85, 247, 0.02));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.related-post-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 25px 50px -10px rgba(0, 0, 0, 0.2);
}
.related-post-card:hover::before {
  opacity: 1;
}
.related-post-card:hover .related-post-card__image img {
  transform: scale(1.1);
}
.related-post-card:hover .related-post-card__image::after {
  opacity: 0.7;
}
.related-post-card:hover .related-post-card__title a {
  color: #6366f1;
}
.related-post-card:hover .related-post-card__link {
  background: #6366f1;
  color: white;
  transform: translateX(8px);
}
.related-post-card:hover .related-post-card__link svg {
  transform: translateX(4px);
}
.related-post-card__image {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
}
.related-post-card__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.related-post-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.related-post-card__image .related-post-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  background: linear-gradient(135deg, #f8fafc, #f1f5f9);
}
.related-post-card__image .related-post-card__placeholder svg {
  width: 60px;
  height: 60px;
  opacity: 0.6;
}
.related-post-card__content {
  padding: 2rem;
  position: relative;
  z-index: 3;
}
.related-post-card__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.related-post-card__meta .post-meta__category {
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.related-post-card__meta .post-meta__category:hover {
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4);
}
.related-post-card__meta .post-date {
  color: #64748b;
  font-size: 0.9rem;
  font-weight: 500;
}
.related-post-card__title {
  margin: 0 0 1rem;
}
.related-post-card__title a {
  color: #1e293b;
  text-decoration: none;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related-post-card__title a:hover {
  color: #6366f1;
}
.related-post-card__excerpt {
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 1.5rem;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related-post-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(99, 102, 241, 0.1);
  color: #6366f1;
  padding: 0.75rem 1.5rem;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.related-post-card__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.related-post-card__link:hover::before {
  left: 100%;
}
.related-post-card__link svg {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
}

@keyframes bg-shift {
  0%, 100% {
    background-position: 0% 0%, 100% 100%, 0 0;
  }
  50% {
    background-position: 100% 100%, 0% 0%, 10px 10px;
  }
}
@keyframes card-reveal {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/**
 * RESULTS BLOCK COMPONENT
 * =======================
 *
 * Modern search and filter interface component for displaying search results.
 * Features advanced filtering controls, view switching, and pagination.
 *
 * Features:
 * - Search input with icon and focus states
 * - Filter buttons with active states and hover effects
 * - Grid and list view toggle functionality
 * - Sorting dropdown with custom styling
 * - Responsive result cards with hover animations
 * - Pagination controls with numbered navigation
 * - No results state with centered messaging
 * - Staggered card reveal animations
 * - Custom select dropdown styling
 *
 * @author Claude Code Assistant
 * @version 1.0.0
 */
.mod-results {
  padding: 4rem 0;
  background: linear-gradient(135deg, #fafafa 0%, #f4f4f5 100%);
  min-height: 60vh;
}
.mod-results .results-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}
.mod-results .results-header {
  margin-bottom: 3rem;
}
.mod-results .results-header .results-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #18181b;
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .mod-results .results-header .results-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.mod-results .results-header .results-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  background: white;
  padding: 1.5rem;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1024px) {
  .mod-results .results-header .results-controls {
    flex-direction: column;
    align-items: stretch;
  }
}
.mod-results .results-header .results-controls .search-input-wrapper {
  position: relative;
  flex: 1;
  max-width: 400px;
}
@media (max-width: 1024px) {
  .mod-results .results-header .results-controls .search-input-wrapper {
    max-width: none;
  }
}
.mod-results .results-header .results-controls .search-input-wrapper .results-search {
  width: 100%;
  padding: 1rem 1rem 1rem 3rem;
  border: 2px solid #e4e4e7;
  border-radius: 12px;
  font-size: 1rem;
  background: #fafafa;
  transition: all 0.3s ease;
}
.mod-results .results-header .results-controls .search-input-wrapper .results-search:focus {
  outline: none;
  border-color: #3b82f6;
  background: white;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.mod-results .results-header .results-controls .search-input-wrapper .search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #71717a;
}
.mod-results .results-header .results-controls .filter-buttons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #f4f4f5;
  padding: 0.5rem;
  border-radius: 12px;
}
.mod-results .results-header .results-controls .filter-buttons .filter-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border: none;
  background: transparent;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.875rem;
  color: #71717a;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.mod-results .results-header .results-controls .filter-buttons .filter-btn svg {
  width: 16px;
  height: 16px;
}
.mod-results .results-header .results-controls .filter-buttons .filter-btn:hover {
  color: #3b82f6;
  background: rgba(59, 130, 246, 0.1);
}
.mod-results .results-header .results-controls .filter-buttons .filter-btn.active {
  color: white;
  background: #3b82f6;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}
.mod-results .results-header .results-controls .view-toggle {
  display: flex;
  background: #f4f4f5;
  padding: 0.5rem;
  border-radius: 10px;
  gap: 0.25rem;
}
.mod-results .results-header .results-controls .view-toggle .view-btn {
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  border-radius: 6px;
  color: #71717a;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mod-results .results-header .results-controls .view-toggle .view-btn svg {
  width: 18px;
  height: 18px;
}
.mod-results .results-header .results-controls .view-toggle .view-btn:hover {
  color: #3b82f6;
  background: rgba(59, 130, 246, 0.1);
}
.mod-results .results-header .results-controls .view-toggle .view-btn.active {
  color: white;
  background: #3b82f6;
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
}
.mod-results .results-stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding: 0 0.5rem;
}
@media (max-width: 768px) {
  .mod-results .results-stats {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.mod-results .results-stats .results-count {
  color: #52525b;
  font-weight: 600;
}
.mod-results .results-stats .sort-dropdown .sort-select {
  padding: 0.5rem 2rem 0.5rem 1rem;
  border: 2px solid #e4e4e7;
  border-radius: 8px;
  background: white;
  font-weight: 500;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.2em;
}
.mod-results .results-stats .sort-dropdown .sort-select:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.mod-results .results-grid {
  display: grid;
  gap: 2rem;
  margin-bottom: 3rem;
  transition: all 0.4s ease;
}
.mod-results .results-grid[data-view=grid] {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
@media (max-width: 768px) {
  .mod-results .results-grid[data-view=grid] {
    grid-template-columns: 1fr;
  }
}
.mod-results .results-grid[data-view=list] {
  grid-template-columns: 1fr;
  gap: 1rem;
}
.mod-results .results-grid[data-view=list] .result-item .result-item__content {
  flex-direction: row;
  align-items: flex-start;
}
.mod-results .results-grid[data-view=list] .result-item .result-item__image {
  width: 120px;
  height: 80px;
  margin-bottom: 0;
  margin-right: 1.5rem;
}
.mod-results .results-grid[data-view=list] .result-item .result-item__text {
  flex: 1;
}
.mod-results .results-grid .result-item {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  animation: item-fade-in 0.6s ease-out forwards;
}
.mod-results .results-grid .result-item:nth-child(1) {
  animation-delay: 0.1s;
}
.mod-results .results-grid .result-item:nth-child(2) {
  animation-delay: 0.2s;
}
.mod-results .results-grid .result-item:nth-child(3) {
  animation-delay: 0.3s;
}
.mod-results .results-grid .result-item:nth-child(4) {
  animation-delay: 0.4s;
}
.mod-results .results-grid .result-item:nth-child(5) {
  animation-delay: 0.5s;
}
.mod-results .results-grid .result-item:nth-child(6) {
  animation-delay: 0.6s;
}
.mod-results .results-grid .result-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.mod-results .results-grid .result-item:hover .result-item__image img {
  transform: scale(1.05);
}
.mod-results .results-grid .result-item:hover .result-item__link {
  background: #3b82f6;
  color: white;
}
.mod-results .results-grid .result-item:hover .result-item__link svg {
  transform: translateX(4px);
}
.mod-results .results-grid .result-item__content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}
.mod-results .results-grid .result-item__image {
  width: 100%;
  height: 200px;
  margin-bottom: 1rem;
  border-radius: 12px;
  overflow: hidden;
  background: #f4f4f5;
}
.mod-results .results-grid .result-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.mod-results .results-grid .result-item__text {
  flex: 1;
}
.mod-results .results-grid .result-item__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #18181b;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
.mod-results .results-grid .result-item__description {
  color: #52525b;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.mod-results .results-grid .result-item__description p {
  margin: 0;
}
.mod-results .results-grid .result-item__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
  padding: 0.75rem 1.25rem;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  align-self: flex-start;
}
.mod-results .results-grid .result-item__link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.mod-results .results-grid .result-item__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  background: #fafafa;
  border-top: 1px solid #f4f4f5;
}
.mod-results .results-grid .result-item__meta .result-category {
  background: #3b82f6;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.mod-results .results-grid .result-item__meta .result-date {
  color: #71717a;
  font-size: 0.875rem;
}
.mod-results .results-grid .no-results {
  grid-column: 1/-1;
  text-align: center;
  padding: 4rem 2rem;
  color: #71717a;
}
.mod-results .results-grid .no-results svg {
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  opacity: 0.6;
}
.mod-results .results-grid .no-results h3, .mod-results .results-grid .no-results .h3 {
  font-size: 1.5rem;
  color: #18181b;
  margin-bottom: 0.5rem;
}
.mod-results .results-grid .no-results p {
  margin: 0;
  font-size: 1rem;
}
.mod-results .results-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .mod-results .results-pagination {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}
.mod-results .results-pagination .pagination-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border: 2px solid #e4e4e7;
  background: white;
  border-radius: 10px;
  color: #52525b;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.mod-results .results-pagination .pagination-btn:hover:not(:disabled) {
  border-color: #3b82f6;
  color: #3b82f6;
  background: rgba(59, 130, 246, 0.05);
}
.mod-results .results-pagination .pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.mod-results .results-pagination .pagination-btn svg {
  width: 16px;
  height: 16px;
}
.mod-results .results-pagination .pagination-numbers {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.mod-results .results-pagination .pagination-numbers .pagination-number {
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  border-radius: 8px;
  color: #52525b;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.mod-results .results-pagination .pagination-numbers .pagination-number:hover {
  background: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
}
.mod-results .results-pagination .pagination-numbers .pagination-number.active {
  background: #3b82f6;
  color: white;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}
.mod-results .results-pagination .pagination-numbers .pagination-dots {
  color: #a1a1aa;
  padding: 0 0.5rem;
}

@keyframes item-fade-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/**
 * FEATURED ITEM CARDS BLOCK COMPONENT
 * ===================================
 *
 * Premium dark-themed card layout component for showcasing featured content.
 * Features glass-morphism effects, animated overlays, and sophisticated hover interactions.
 *
 * Features:
 * - Dark gradient background with animated glow effects
 * - Glass-morphism card styling with backdrop filters
 * - Navigation controls with hover animations
 * - Mixed grid layout (one large card + smaller cards)
 * - Image overlays with gradient transitions
 * - Premium shimmer effects and hover transformations
 * - Badge styling with backdrop blur effects
 * - Responsive design with mobile grid adjustments
 * - Staggered card reveal animations
 * - Premium CTA button with multi-gradient backgrounds
 *
 * @author Claude Code Assistant
 * @version 1.0.0
 */
.mod-featured-item-cards-block {
  padding: 6rem 0;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
  position: relative;
  overflow: hidden;
}
.mod-featured-item-cards-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 20% 30%, rgba(59, 130, 246, 0.08) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(168, 85, 247, 0.08) 0%, transparent 50%), radial-gradient(circle at 40% 80%, rgba(236, 72, 153, 0.06) 0%, transparent 50%);
  animation: premium-glow 15s ease-in-out infinite;
}
.mod-featured-item-cards-block .featured-cards-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 10;
}
.mod-featured-item-cards-block .featured-cards-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .mod-featured-item-cards-block .featured-cards-header {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
}
.mod-featured-item-cards-block .featured-cards-header .featured-cards-title {
  font-size: 3.5rem;
  font-weight: 900;
  color: white;
  margin: 0;
  background: linear-gradient(135deg, #ffffff, #e2e8f0, #cbd5e1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .mod-featured-item-cards-block .featured-cards-header .featured-cards-title {
    font-size: 2.5rem;
  }
}
.mod-featured-item-cards-block .featured-cards-header .featured-cards-controls {
  display: flex;
  gap: 1rem;
}
.mod-featured-item-cards-block .featured-cards-header .featured-cards-controls .card-nav {
  width: 56px;
  height: 56px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 50%;
  color: white;
  cursor: pointer;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.mod-featured-item-cards-block .featured-cards-header .featured-cards-controls .card-nav svg {
  width: 24px;
  height: 24px;
}
.mod-featured-item-cards-block .featured-cards-header .featured-cards-controls .card-nav:hover {
  background: rgba(59, 130, 246, 0.3);
  border-color: rgba(59, 130, 246, 0.5);
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}
.mod-featured-item-cards-block .featured-cards-header .featured-cards-controls .card-nav:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none;
}
.mod-featured-item-cards-block .featured-cards-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 4rem;
}
.mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
  min-height: 500px;
}
@media (max-width: 1024px) {
  .mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card {
  opacity: 0;
  transform: translateY(40px);
  animation: premium-fade-in 1s ease-out forwards;
}
.mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card:nth-child(1) {
  animation-delay: 0.1s;
  grid-row: 1/3;
}
@media (max-width: 1024px) {
  .mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card:nth-child(1) {
    grid-row: auto;
  }
}
.mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card:nth-child(2) {
  animation-delay: 0.2s;
}
.mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card:nth-child(3) {
  animation-delay: 0.3s;
}
.mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card:nth-child(4) {
  animation-delay: 0.4s;
}
.mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card:nth-child(5) {
  animation-delay: 0.5s;
}
.mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card:nth-child(6) {
  animation-delay: 0.6s;
}
.mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card__inner {
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  display: flex;
  flex-direction: column;
}
.mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(168, 85, 247, 0.1));
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card__inner:hover {
  transform: translateY(-12px) scale(1.02);
  border-color: rgba(59, 130, 246, 0.3);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}
.mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card__inner:hover::before {
  opacity: 1;
}
.mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card__inner:hover .featured-card__image img {
  transform: scale(1.1);
}
.mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card__inner:hover .featured-card__image .featured-card__overlay {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.4), rgba(168, 85, 247, 0.4));
}
.mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card__inner:hover .featured-card__image .featured-card__badge {
  transform: scale(1.1);
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
}
.mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card__inner:hover .featured-card__link {
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  color: white;
}
.mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card__inner:hover .featured-card__link svg {
  transform: translateX(6px);
}
.mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card__image {
  position: relative;
  height: 280px;
  overflow: hidden;
}
.featured-card:first-child .mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card__image {
  height: 350px;
}
@media (max-width: 1024px) {
  .featured-card:first-child .mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card__image {
    height: 280px;
  }
}
.mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card__image .featured-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.6), rgba(30, 41, 59, 0.6));
  transition: background 0.4s ease;
  z-index: 2;
}
.mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card__image .featured-card__badge {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: rgba(255, 255, 255, 0.9);
  color: #0f172a;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 10;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card__content {
  padding: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
}
.featured-card:first-child .mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card__content {
  padding: 2.5rem;
}
@media (max-width: 1024px) {
  .featured-card:first-child .mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card__content {
    padding: 2rem;
  }
}
.mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card__category {
  display: inline-block;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(168, 85, 247, 0.2));
  color: #60a5fa;
  padding: 0.4rem 1rem;
  border-radius: 16px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  align-self: flex-start;
  border: 1px solid rgba(96, 165, 250, 0.3);
}
.mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  margin: 0 0 1rem;
  line-height: 1.3;
}
.featured-card:first-child .mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card__title {
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .featured-card:first-child .mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card__title {
    font-size: 1.5rem;
  }
}
.mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card__description {
  color: #cbd5e1;
  line-height: 1.6;
  margin: 0 0 2rem;
  flex: 1;
  font-size: 1rem;
}
.featured-card:first-child .mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card__description {
  font-size: 1.1rem;
}
.mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.4s ease;
  align-self: flex-start;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}
.mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card__link:hover::before {
  left: 100%;
}
.mod-featured-item-cards-block .featured-cards-wrapper .featured-cards-grid .featured-card__link svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}
.mod-featured-item-cards-block .featured-cards-cta {
  text-align: center;
  margin-top: 2rem;
}
.mod-featured-item-cards-block .featured-cards-cta .featured-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6, #ec4899);
  color: white;
  padding: 1.25rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.4);
}
.mod-featured-item-cards-block .featured-cards-cta .featured-cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #1e40af, #7c2d12, #be185d);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mod-featured-item-cards-block .featured-cards-cta .featured-cta-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(59, 130, 246, 0.6);
}
.mod-featured-item-cards-block .featured-cards-cta .featured-cta-button:hover::before {
  opacity: 1;
}
.mod-featured-item-cards-block .featured-cards-cta .featured-cta-button:hover span,
.mod-featured-item-cards-block .featured-cards-cta .featured-cta-button:hover svg {
  position: relative;
  z-index: 2;
}
.mod-featured-item-cards-block .featured-cards-cta .featured-cta-button:hover svg {
  transform: translateX(6px);
}
.mod-featured-item-cards-block .featured-cards-cta .featured-cta-button svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

@keyframes premium-glow {
  0%, 100% {
    background-position: 0% 50%, 100% 50%, 50% 0%;
  }
  50% {
    background-position: 100% 50%, 0% 50%, 50% 100%;
  }
}
@keyframes premium-fade-in {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.skip-to-content-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: var(--primary-color);
  color: white;
  padding: 8px;
  text-decoration: none;
  font-size: 14px;
  border-radius: 4px;
  z-index: 10000;
  transition: top 0.3s ease;
}
.skip-to-content-link:focus {
  top: 6px;
}

.site-header {
  background: var(--background-color, #ffffff);
  border-bottom: 1px solid var(--border-color, #e5e7eb);
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}
.site-header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1200px) {
  .site-header .header-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.site-header .site-logo-wrapper {
  flex-shrink: 0;
}
.site-header .site-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.site-header .site-logo:hover {
  opacity: 0.8;
  text-decoration: none;
}
.site-header .site-logo .logo {
  height: auto;
  max-height: 48px;
  width: auto;
}
@media (min-width: 992px) {
  .site-header .site-logo .logo {
    max-height: 56px;
  }
}
.site-header .site-logo .logo--light {
  display: block;
}
.site-header .site-logo .logo--dark {
  display: none;
}
@media (prefers-color-scheme: dark) {
  .site-header .site-logo .logo--light {
    display: none;
  }
  .site-header .site-logo .logo--dark {
    display: block;
  }
}
.site-header .site-logo .site-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  margin: 0;
}
.site-header .main-navigation {
  display: none;
  flex: 1;
  justify-content: center;
}
@media (min-width: 1200px) {
  .site-header .main-navigation {
    display: flex;
  }
}
.site-header .main-navigation .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2rem;
  align-items: center;
}
.site-header .main-navigation .nav-menu .nav-item {
  position: relative;
}
.site-header .main-navigation .nav-menu .nav-item.has-dropdown .dropdown-icon {
  margin-left: 0.5rem;
  transition: transform 0.2s ease;
}
.site-header .main-navigation .nav-menu .nav-item.has-dropdown:hover .dropdown-icon {
  transform: rotate(180deg);
}
.site-header .main-navigation .nav-menu .nav-item.has-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.site-header .main-navigation .nav-menu .nav-item .nav-link {
  display: flex;
  align-items: center;
  color: white;
  font-weight: 500;
  text-decoration: none;
  padding: 0.75rem 0;
  transition: color 0.2s ease;
}
.site-header .main-navigation .nav-menu .nav-item .nav-link:hover {
  color: var(--primary-color-light, #60a5fa);
  text-decoration: none;
}
.site-header .main-navigation .nav-menu .nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--background-color, #ffffff);
  border: 1px solid var(--border-color, #e5e7eb);
  border-radius: 8px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  padding: 0.5rem 0;
  min-width: 200px;
  max-width: 300px;
  max-height: 60vh;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease;
  z-index: 1000;
  list-style: none;
  margin: 0;
}
.site-header .main-navigation .nav-menu .nav-item .dropdown-menu.dropdown-menu-right {
  left: auto;
  right: 0;
}
.site-header .main-navigation .nav-menu .nav-item .dropdown-menu.dropdown-menu-up {
  top: auto;
  bottom: 100%;
  transform: translateY(10px);
}
.nav-item:hover .site-header .main-navigation .nav-menu .nav-item .dropdown-menu.dropdown-menu-up, .nav-item.active .site-header .main-navigation .nav-menu .nav-item .dropdown-menu.dropdown-menu-up {
  transform: translateY(0);
}
.site-header .main-navigation .nav-menu .nav-item .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}
.site-header .main-navigation .nav-menu .nav-item .dropdown-menu::-webkit-scrollbar-track {
  background: var(--gray-100, #f3f4f6);
  border-radius: 3px;
}
.site-header .main-navigation .nav-menu .nav-item .dropdown-menu::-webkit-scrollbar-thumb {
  background: var(--gray-300, #d1d5db);
  border-radius: 3px;
}
.site-header .main-navigation .nav-menu .nav-item .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: var(--gray-400, #9ca3af);
}
.site-header .main-navigation .nav-menu .nav-item .dropdown-menu li {
  margin: 0;
}
.site-header .main-navigation .nav-menu .nav-item .dropdown-menu .dropdown-link {
  display: block;
  padding: 0.75rem 1rem;
  color: var(--text-color, #374151);
  text-decoration: none;
  transition: all 0.2s ease;
}
.site-header .main-navigation .nav-menu .nav-item .dropdown-menu .dropdown-link:hover {
  background: var(--gray-50, #f9fafb);
  color: var(--primary-color, #2563eb);
  text-decoration: none;
}
.site-header .header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}
.site-header .header-contact {
  display: none;
  gap: 0.75rem;
}
@media (min-width: 992px) {
  .site-header .header-contact {
    display: flex;
  }
}
.site-header .contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--text-color, #6b7280);
  border: 1px solid var(--border-color, #e5e7eb);
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.site-header .contact-link:hover {
  color: var(--primary-color, #2563eb);
  border-color: var(--primary-color, #2563eb);
  background: var(--primary-color-light, #eff6ff);
  text-decoration: none;
}
.site-header .contact-link svg {
  width: 18px;
  height: 18px;
}
.site-header .header-cta {
  display: none;
}
@media (min-width: 992px) {
  .site-header .header-cta {
    display: inline-flex;
  }
}
.site-header .language-switcher {
  display: none;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-color, #6b7280);
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--border-color, #e5e7eb);
  border-radius: 8px;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .site-header .language-switcher {
    display: flex;
  }
}
.site-header .language-switcher:hover {
  color: var(--primary-color, #2563eb);
  border-color: var(--primary-color, #2563eb);
  text-decoration: none;
}
.site-header .language-switcher svg {
  width: 16px;
  height: 16px;
}
.site-header .mobile-menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: none;
  border: 1px solid var(--border-color, #e5e7eb);
  border-radius: 8px;
  cursor: pointer;
  gap: 4px;
  transition: all 0.2s ease;
}
@media (min-width: 1200px) {
  .site-header .mobile-menu-toggle {
    display: none;
  }
}
.site-header .mobile-menu-toggle:hover {
  border-color: var(--primary-color, #2563eb);
  background: var(--primary-color-light, #eff6ff);
}
.site-header .mobile-menu-toggle[aria-expanded=true] .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.site-header .mobile-menu-toggle[aria-expanded=true] .hamburger-line:nth-child(2) {
  opacity: 0;
}
.site-header .mobile-menu-toggle[aria-expanded=true] .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
.site-header .mobile-menu-toggle .hamburger-line {
  width: 20px;
  height: 2px;
  background: var(--text-color, #374151);
  transition: all 0.3s ease;
  border-radius: 1px;
}
.site-header .mobile-menu {
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;
  height: calc(100vh - 100%);
  background: var(--background-color, #ffffff);
  border-top: 1px solid var(--border-color, #e5e7eb);
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  z-index: 999;
  overflow-y: auto;
}
.site-header .mobile-menu[aria-hidden=false] {
  transform: translateY(0);
}
@media (min-width: 1200px) {
  .site-header .mobile-menu {
    display: none;
  }
}
.site-header .mobile-menu-content {
  padding: 2rem 1rem;
  max-width: 1200px;
  margin: 0 auto;
}
.site-header .mobile-navigation {
  margin-bottom: 2rem;
}
.site-header .mobile-navigation .mobile-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .mobile-navigation .mobile-nav-menu .mobile-nav-item {
  border-bottom: 1px solid var(--border-color, #f3f4f6);
}
.site-header .mobile-navigation .mobile-nav-menu .mobile-nav-item:last-child {
  border-bottom: none;
}
.site-header .mobile-navigation .mobile-nav-menu .mobile-nav-item.has-submenu .submenu-toggle {
  background: none;
  border: none;
  padding: 0.5rem;
  margin-left: auto;
  color: var(--text-color, #6b7280);
  cursor: pointer;
  transition: transform 0.2s ease;
}
.site-header .mobile-navigation .mobile-nav-menu .mobile-nav-item.has-submenu .submenu-toggle[aria-expanded=true] {
  transform: rotate(180deg);
}
.site-header .mobile-navigation .mobile-nav-menu .mobile-nav-item.has-submenu .submenu-toggle svg {
  width: 16px;
  height: 16px;
}
.site-header .mobile-navigation .mobile-nav-menu .mobile-nav-item .mobile-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  color: var(--text-color, #374151);
  text-decoration: none;
  font-weight: 500;
  font-size: 1.125rem;
  transition: color 0.2s ease;
}
.site-header .mobile-navigation .mobile-nav-menu .mobile-nav-item .mobile-nav-link:hover {
  color: var(--primary-color, #2563eb);
  text-decoration: none;
}
.site-header .mobile-navigation .mobile-nav-menu .mobile-nav-item .mobile-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1rem;
  display: none;
}
.site-header .mobile-navigation .mobile-nav-menu .mobile-nav-item .mobile-submenu.open {
  display: block;
}
.site-header .mobile-navigation .mobile-nav-menu .mobile-nav-item .mobile-submenu .mobile-submenu-link {
  display: block;
  padding: 0.75rem 0;
  color: var(--text-color, #6b7280);
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.2s ease;
}
.site-header .mobile-navigation .mobile-nav-menu .mobile-nav-item .mobile-submenu .mobile-submenu-link:hover {
  color: var(--primary-color, #2563eb);
  text-decoration: none;
}
.site-header .featured-item-mobile {
  background: var(--gray-50, #f9fafb);
  border: 1px solid var(--border-color, #e5e7eb);
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.site-header .featured-item-mobile .featured-item-image {
  margin-bottom: 1rem;
}
.site-header .featured-item-mobile .featured-item-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}
.site-header .featured-item-mobile .featured-item-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-color, #1f2937);
  margin: 0 0 0.75rem 0;
}
.site-header .featured-item-mobile .featured-item-description {
  color: var(--text-color-light, #6b7280);
  margin: 0 0 1rem 0;
  line-height: 1.6;
}
.site-header .featured-item-mobile .featured-item-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.site-header .mobile-social-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1rem;
}
.site-header .mobile-social-links .social-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  background: var(--gray-50, #f9fafb);
  border: 1px solid var(--border-color, #e5e7eb);
  border-radius: 8px;
  color: var(--text-color, #374151);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
}
.site-header .mobile-social-links .social-link:hover {
  background: var(--primary-color-light, #eff6ff);
  border-color: var(--primary-color, #2563eb);
  color: var(--primary-color, #2563eb);
  text-decoration: none;
}
.site-header .mobile-social-links .social-link svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.site-header .mobile-social-links .social-link span {
  font-weight: 500;
}

.header-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header-links .header-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--text-color, #6b7280);
  border: 1px solid var(--border-color, #e5e7eb);
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.header-links .header-link:hover {
  color: var(--primary-color, #2563eb);
  border-color: var(--primary-color, #2563eb);
  background: var(--primary-color-light, #eff6ff);
  text-decoration: none;
}
.header-links .header-link svg {
  width: 20px;
  height: 20px;
}
.header-links .header-link .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.header-links .header-cta {
  margin-left: 0.5rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  line-height: 1;
  white-space: nowrap;
}
.btn--primary {
  background: var(--primary-color, #2563eb);
  color: white;
  border-color: var(--primary-color, #2563eb);
}
.btn--primary:hover {
  background: var(--primary-color-dark, #1d4ed8);
  border-color: var(--primary-color-dark, #1d4ed8);
  color: white;
  text-decoration: none;
}
.btn--secondary {
  background: transparent;
  color: var(--primary-color, #2563eb);
  border-color: var(--primary-color, #2563eb);
}
.btn--secondary:hover {
  background: var(--primary-color, #2563eb);
  color: white;
  text-decoration: none;
}

@media (max-width: 575px) {
  .site-header .header-container {
    padding: 0.75rem 1rem;
  }
  .site-header .site-logo .logo {
    max-height: 40px;
  }
  .site-header .site-logo .site-title {
    font-size: 1.25rem;
  }
  .site-header .header-actions {
    gap: 0.5rem;
  }
  .site-header .language-switcher {
    display: none;
  }
}
.site-header.scrolled {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.site-header.scrolled .header-container {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (prefers-color-scheme: dark) {
  .site-header {
    background: var(--dark-background, #1f2937);
    border-color: var(--dark-border, #374151);
  }
  .site-header .mobile-menu {
    background: var(--dark-background, #1f2937);
    border-color: var(--dark-border, #374151);
  }
  .site-header.scrolled {
    background: rgba(31, 41, 55, 0.95);
  }
}
.mod-video {
  position: relative;
}
.mod-video__hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .mod-video__hero {
    height: 80vh;
  }
}
@media (max-width: 480px) {
  .mod-video__hero {
    height: 70vh;
  }
}
.mod-video__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.mod-video__background-image, .mod-video__background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mod-video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.mod-video__content {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: white;
}
.mod-video__content-wrapper {
  width: 100%;
  text-align: left;
}
@media (max-width: 768px) {
  .mod-video__content-wrapper {
    text-align: center;
  }
}
.mod-video__title {
  font-size: clamp(3rem, 8vw, 8rem);
  font-weight: 900;
  line-height: 0.9;
  margin: 0 0 2rem 0;
  color: #FFC107;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
@media (max-width: 768px) {
  .mod-video__title {
    font-size: clamp(2.5rem, 12vw, 4rem);
    margin: 0 0 1.5rem 0;
  }
}
@media (max-width: 480px) {
  .mod-video__title {
    font-size: clamp(2rem, 15vw, 3rem);
    margin: 0 0 1rem 0;
  }
}
.mod-video__description {
  font-size: 1.25rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
}
@media (max-width: 768px) {
  .mod-video__description {
    font-size: 1.125rem;
    max-width: none;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .mod-video__description {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.mod-video__description p {
  margin: 0 0 1rem 0;
}
.mod-video__description p:last-child {
  margin-bottom: 0;
}
.mod-video__play-button {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 4;
}
@media (max-width: 768px) {
  .mod-video__play-button {
    top: 1.5rem;
    right: 1.5rem;
  }
}
@media (max-width: 480px) {
  .mod-video__play-button {
    top: 1rem;
    right: 1rem;
  }
}
.mod-video__play-btn {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .mod-video__play-btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .mod-video__play-btn {
    padding: 0.625rem 1.25rem;
    font-size: 0.8rem;
  }
}
.mod-video__play-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.mod-video__play-btn:focus {
  outline: 2px solid #FFC107;
  outline-offset: 2px;
}
.mod-video__play-btn:active {
  transform: translateY(0);
}
.mod-video__play-text {
  display: inline-block;
}

.mod-video .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .mod-video .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 480px) {
  .mod-video .container {
    padding: 0 1rem;
  }
}

.mod-video__background-image[loading], .mod-video__background-video[loading] {
  background: #1a1a1a;
  position: relative;
}
.mod-video__background-image[loading]::before, .mod-video__background-video[loading]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-top-color: #FFC107;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .mod-video__play-btn {
    transition: none;
  }
  .mod-video__background-video {
    animation-play-state: paused;
  }
}
@media (prefers-contrast: high) {
  .mod-video__overlay {
    background: rgba(0, 0, 0, 0.7);
  }
  .mod-video__play-btn {
    background: black;
    border: 2px solid white;
    color: white;
  }
  .mod-video__title {
    color: #FFD700;
  }
}
@media print {
  .mod-video__hero {
    height: auto;
    width: 100%;
    margin-left: 0;
  }
  .mod-video__play-button {
    display: none;
  }
  .mod-video__overlay {
    display: none;
  }
  .mod-video__content {
    color: black;
    position: static;
  }
  .mod-video__title {
    color: black;
  }
  .mod-video__description {
    color: black;
  }
}
.mod-gallery {
  position: relative;
}
.mod-gallery__single {
  position: relative;
}
.mod-gallery__single .mod-gallery__media {
  position: relative;
  width: 100vw;
  height: 60vh;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
}
@media (max-width: 768px) {
  .mod-gallery__single .mod-gallery__media {
    height: 50vh;
  }
}
@media (max-width: 480px) {
  .mod-gallery__single .mod-gallery__media {
    height: 40vh;
  }
}
.mod-gallery__single .mod-gallery__description {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 3rem 0;
  background: #ffffff;
}
@media (max-width: 768px) {
  .mod-gallery__single .mod-gallery__description {
    padding: 2rem 0;
  }
}
.mod-gallery__single .mod-gallery__description .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .mod-gallery__single .mod-gallery__description .container {
    padding: 0 1.5rem;
  }
}
.mod-gallery__single .mod-gallery__description p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #374151;
}
@media (max-width: 768px) {
  .mod-gallery__single .mod-gallery__description p {
    font-size: 1rem;
  }
}
.mod-gallery__gallery {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
  background: #000;
}
@media (max-width: 768px) {
  .mod-gallery__gallery {
    height: 50vh;
  }
}
@media (max-width: 480px) {
  .mod-gallery__gallery {
    height: 40vh;
  }
}
.mod-gallery__slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.mod-gallery__slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.mod-gallery__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.mod-gallery__slide.active {
  opacity: 1;
  visibility: visible;
}
.mod-gallery__slide .mod-gallery__media {
  position: relative;
  width: 100%;
  height: 100%;
}
.mod-gallery__slide-description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  color: #374151;
  padding: 2rem;
  backdrop-filter: blur(4px);
}
@media (max-width: 768px) {
  .mod-gallery__slide-description {
    padding: 1.5rem;
  }
}
.mod-gallery__slide-description p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .mod-gallery__slide-description p {
    font-size: 1rem;
  }
}
.mod-gallery__image, .mod-gallery__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mod-gallery__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
.mod-gallery__play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.mod-gallery__play-btn:focus {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}
.mod-gallery__play-btn svg {
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}
.mod-gallery__controls {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  z-index: 3;
}
@media (max-width: 768px) {
  .mod-gallery__controls {
    bottom: 1rem;
    right: 1rem;
    gap: 0.5rem;
  }
}
.mod-gallery__nav {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #374151;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .mod-gallery__nav {
    width: 36px;
    height: 36px;
  }
}
.mod-gallery__nav:hover {
  background: rgb(255, 255, 255);
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.mod-gallery__nav:focus {
  outline: 2px solid #667eea;
  outline-offset: 2px;
}
.mod-gallery__nav:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
.mod-gallery__nav svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 768px) {
  .mod-gallery__nav svg {
    width: 16px;
    height: 16px;
  }
}
.mod-gallery__counter {
  background: rgba(255, 255, 255, 0.95);
  color: #374151;
  padding: 0.5rem 0.875rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .mod-gallery__counter {
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
  }
}
.mod-gallery__current {
  font-weight: 600;
}

.mod-gallery__image[loading], .mod-gallery__video[loading] {
  background: #f3f4f6;
  position: relative;
}
.mod-gallery__image[loading]::before, .mod-gallery__video[loading]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 4px solid #e5e7eb;
  border-top-color: #9ca3af;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .mod-gallery__slide {
    transition: none;
  }
  .mod-gallery__nav, .mod-gallery__play-btn {
    transition: none;
  }
}
@media (prefers-contrast: high) {
  .mod-gallery__nav {
    background: white;
    border: 2px solid black;
  }
  .mod-gallery__counter {
    background: black;
    border: 2px solid white;
    color: white;
  }
}
@media print {
  .mod-gallery__controls, .mod-gallery__play-btn {
    display: none;
  }
  .mod-gallery__slide-description {
    position: static;
    background: none;
    color: black;
    padding: 1rem 0;
  }
}
:root {
  --wcw-color-red: #D52128;
  --wcw-color-red-dark: #980117;
  --wcw-color-white: #FFFFFF;
  --wcw-color-off-white: #F4F4F4;
  --wcw-color-off-white-2: #F2F2F2;
  --wcw-color-cool-light: #F4F6FA;
  --wcw-color-ink: #1D232A;
  --wcw-color-ink-deep: #1B2126;
  --wcw-color-black: #0E0E0E;
  --wcw-color-neutral-mid: #999999;
  --wcw-color-neutral-light: #DADADA;
  --wcw-color-gold-start: #998460;
  --wcw-color-gold-end: #E2BA73;
  --wcw-gradient-gold: linear-gradient(0deg, #998460 0%, #E2BA73 100%);
  --wcw-color-overlay-white-50: rgba(255,255,255,0.50);
  --wcw-color-overlay-white-35: rgba(255,255,255,0.35);
  --wcw-color-overlay-black-30: rgba(0,0,0,0.30);
  --wcw-color-overlay-ink-85: rgba(27,33,38,0.85);
  --wcw-color-primary: var(--wcw-color-red);
  --wcw-color-primary-hover: var(--wcw-color-red-dark);
  --wcw-color-on-primary: var(--wcw-color-white);
  --wcw-color-background: var(--wcw-color-off-white);
  --wcw-color-surface: var(--wcw-color-white);
  --wcw-color-text: var(--wcw-color-ink);
  --wcw-color-text-inverse: var(--wcw-color-white);
  --wcw-color-border: var(--wcw-color-neutral-light);
  --wcw-font-display: "DIN Condensed", "Barlow Condensed", "Oswald", "Helvetica Neue Condensed", "Impact", sans-serif;
  --wcw-font-display-2: "Barlow Condensed", "DIN Condensed", "Oswald", sans-serif;
  --wcw-font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --wcw-fs-display-mega: 180px;
  --wcw-fs-display-xl: 120px;
  --wcw-fs-display-lg: 70px;
  --wcw-fs-display-md: 60px;
  --wcw-fs-display-sm: 40px;
  --wcw-fs-h1: 36px;
  --wcw-fs-h2: 26px;
  --wcw-fs-h3: 20px;
  --wcw-fs-h4-display: 20px;
  --wcw-fs-body-lg: 18px;
  --wcw-fs-body: 16px;
  --wcw-fs-body-sm: 14px;
  --wcw-fs-eyebrow: 14px;
  --wcw-fs-eyebrow-lg: 16px;
  --wcw-fs-label: 12px;
  --wcw-lh-display: 0.94;
  --wcw-lh-tight: 1.05;
  --wcw-lh-snug: 1.20;
  --wcw-lh-normal: 1.45;
  --wcw-lh-loose: 1.65;
  --wcw-tracking-display: -0.03em;
  --wcw-tracking-display-sm: -0.02em;
  --wcw-tracking-eyebrow: 0.28em;
  --wcw-tracking-h4-display: 0.06em;
  --wcw-space-1: 4px;
  --wcw-space-2: 8px;
  --wcw-space-3: 12px;
  --wcw-space-4: 16px;
  --wcw-space-5: 20px;
  --wcw-space-6: 24px;
  --wcw-space-8: 32px;
  --wcw-space-10: 40px;
  --wcw-space-12: 48px;
  --wcw-space-16: 64px;
  --wcw-space-20: 80px;
  --wcw-space-24: 96px;
  --wcw-header-h-desktop: 170px;
  --wcw-header-h-mobile: 128px;
  --wcw-container-max: 1440px;
  --wcw-container-inner-max: 1200px;
  --wcw-gutter-desktop: 64px;
  --wcw-gutter-mobile: 24px;
  --wcw-section-y-desktop: 96px;
  --wcw-section-y-mobile: 64px;
  --wcw-radius-none: 0;
  --wcw-radius-sm: 4px;
  --wcw-radius-md: 8px;
  --wcw-radius-lg: 16px;
  --wcw-radius-pill: 9999px;
  --wcw-duration-fast: 150ms;
  --wcw-duration-base: 250ms;
  --wcw-duration-slow: 400ms;
  --wcw-duration-deliberate: 600ms;
  --wcw-ease-standard: cubic-bezier(0.2, 0, 0, 1);
  --wcw-ease-decelerate: cubic-bezier(0, 0, 0.2, 1);
  --wcw-ease-accelerate: cubic-bezier(0.4, 0, 1, 1);
  --wcw-ease-expo-out: cubic-bezier(0.16, 1, 0.3, 1);
}

@media (max-width: 991.98px) {
  :root {
    --wcw-container-max: 100%;
    --wcw-gutter-desktop: 24px;
    --wcw-section-y-desktop: 64px;
  }
}
.wcw-eyebrow {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-eyebrow);
  letter-spacing: var(--wcw-tracking-eyebrow);
  text-transform: uppercase;
  line-height: var(--wcw-lh-snug);
  color: var(--wcw-color-text);
  display: inline-block;
  margin: 0 0 var(--wcw-space-4);
}

.wcw-display-mega {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-display-mega);
  line-height: var(--wcw-lh-display);
  letter-spacing: var(--wcw-tracking-display);
  text-transform: uppercase;
}

.wcw-display-xl {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-display-xl);
  line-height: var(--wcw-lh-display);
  letter-spacing: var(--wcw-tracking-display);
  text-transform: uppercase;
}

.wcw-display-lg {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-display-lg);
  line-height: var(--wcw-lh-display);
  letter-spacing: var(--wcw-tracking-display);
  text-transform: uppercase;
}

.wcw-display-md {
  font-family: var(--wcw-font-display-2);
  font-weight: 600;
  font-size: var(--wcw-fs-display-md);
  line-height: var(--wcw-lh-tight);
  letter-spacing: var(--wcw-tracking-display);
  text-transform: uppercase;
}

.wcw-display-sm {
  font-family: var(--wcw-font-display-2);
  font-weight: 600;
  font-size: var(--wcw-fs-display-sm);
  line-height: var(--wcw-lh-tight);
  letter-spacing: var(--wcw-tracking-display-sm);
  text-transform: uppercase;
}

:root {
  --wcw-color-red: #D52128;
  --wcw-color-red-dark: #980117;
  --wcw-color-white: #FFFFFF;
  --wcw-color-off-white: #F4F4F4;
  --wcw-color-off-white-2: #F2F2F2;
  --wcw-color-cool-light: #F4F6FA;
  --wcw-color-ink: #1D232A;
  --wcw-color-ink-deep: #1B2126;
  --wcw-color-black: #0E0E0E;
  --wcw-color-neutral-mid: #999999;
  --wcw-color-neutral-light: #DADADA;
  --wcw-color-gold-start: #998460;
  --wcw-color-gold-end: #E2BA73;
  --wcw-gradient-gold: linear-gradient(0deg, #998460 0%, #E2BA73 100%);
  --wcw-color-overlay-white-50: rgba(255,255,255,0.50);
  --wcw-color-overlay-white-35: rgba(255,255,255,0.35);
  --wcw-color-overlay-black-30: rgba(0,0,0,0.30);
  --wcw-color-overlay-ink-85: rgba(27,33,38,0.85);
  --wcw-color-primary: var(--wcw-color-red);
  --wcw-color-primary-hover: var(--wcw-color-red-dark);
  --wcw-color-on-primary: var(--wcw-color-white);
  --wcw-color-background: var(--wcw-color-off-white);
  --wcw-color-surface: var(--wcw-color-white);
  --wcw-color-text: var(--wcw-color-ink);
  --wcw-color-text-inverse: var(--wcw-color-white);
  --wcw-color-border: var(--wcw-color-neutral-light);
  --wcw-font-display: "DIN Condensed", "Barlow Condensed", "Oswald", "Helvetica Neue Condensed", "Impact", sans-serif;
  --wcw-font-display-2: "Barlow Condensed", "DIN Condensed", "Oswald", sans-serif;
  --wcw-font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --wcw-fs-display-mega: 180px;
  --wcw-fs-display-xl: 120px;
  --wcw-fs-display-lg: 70px;
  --wcw-fs-display-md: 60px;
  --wcw-fs-display-sm: 40px;
  --wcw-fs-h1: 36px;
  --wcw-fs-h2: 26px;
  --wcw-fs-h3: 20px;
  --wcw-fs-h4-display: 20px;
  --wcw-fs-body-lg: 18px;
  --wcw-fs-body: 16px;
  --wcw-fs-body-sm: 14px;
  --wcw-fs-eyebrow: 14px;
  --wcw-fs-eyebrow-lg: 16px;
  --wcw-fs-label: 12px;
  --wcw-lh-display: 0.94;
  --wcw-lh-tight: 1.05;
  --wcw-lh-snug: 1.20;
  --wcw-lh-normal: 1.45;
  --wcw-lh-loose: 1.65;
  --wcw-tracking-display: -0.03em;
  --wcw-tracking-display-sm: -0.02em;
  --wcw-tracking-eyebrow: 0.28em;
  --wcw-tracking-h4-display: 0.06em;
  --wcw-space-1: 4px;
  --wcw-space-2: 8px;
  --wcw-space-3: 12px;
  --wcw-space-4: 16px;
  --wcw-space-5: 20px;
  --wcw-space-6: 24px;
  --wcw-space-8: 32px;
  --wcw-space-10: 40px;
  --wcw-space-12: 48px;
  --wcw-space-16: 64px;
  --wcw-space-20: 80px;
  --wcw-space-24: 96px;
  --wcw-header-h-desktop: 170px;
  --wcw-header-h-mobile: 128px;
  --wcw-container-max: 1440px;
  --wcw-container-inner-max: 1200px;
  --wcw-gutter-desktop: 64px;
  --wcw-gutter-mobile: 24px;
  --wcw-section-y-desktop: 96px;
  --wcw-section-y-mobile: 64px;
  --wcw-radius-none: 0;
  --wcw-radius-sm: 4px;
  --wcw-radius-md: 8px;
  --wcw-radius-lg: 16px;
  --wcw-radius-pill: 9999px;
  --wcw-duration-fast: 150ms;
  --wcw-duration-base: 250ms;
  --wcw-duration-slow: 400ms;
  --wcw-duration-deliberate: 600ms;
  --wcw-ease-standard: cubic-bezier(0.2, 0, 0, 1);
  --wcw-ease-decelerate: cubic-bezier(0, 0, 0.2, 1);
  --wcw-ease-accelerate: cubic-bezier(0.4, 0, 1, 1);
  --wcw-ease-expo-out: cubic-bezier(0.16, 1, 0.3, 1);
}

@media (max-width: 991.98px) {
  :root {
    --wcw-container-max: 100%;
    --wcw-gutter-desktop: 24px;
    --wcw-section-y-desktop: 64px;
  }
}
.wcw-eyebrow {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-eyebrow);
  letter-spacing: var(--wcw-tracking-eyebrow);
  text-transform: uppercase;
  line-height: var(--wcw-lh-snug);
  color: var(--wcw-color-text);
  display: inline-block;
  margin: 0 0 var(--wcw-space-4);
}

.wcw-display-mega {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-display-mega);
  line-height: var(--wcw-lh-display);
  letter-spacing: var(--wcw-tracking-display);
  text-transform: uppercase;
}

.wcw-display-xl {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-display-xl);
  line-height: var(--wcw-lh-display);
  letter-spacing: var(--wcw-tracking-display);
  text-transform: uppercase;
}

.wcw-display-lg {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-display-lg);
  line-height: var(--wcw-lh-display);
  letter-spacing: var(--wcw-tracking-display);
  text-transform: uppercase;
}

.wcw-display-md {
  font-family: var(--wcw-font-display-2);
  font-weight: 600;
  font-size: var(--wcw-fs-display-md);
  line-height: var(--wcw-lh-tight);
  letter-spacing: var(--wcw-tracking-display);
  text-transform: uppercase;
}

.wcw-display-sm {
  font-family: var(--wcw-font-display-2);
  font-weight: 600;
  font-size: var(--wcw-fs-display-sm);
  line-height: var(--wcw-lh-tight);
  letter-spacing: var(--wcw-tracking-display-sm);
  text-transform: uppercase;
}

html {
  overflow-x: clip;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--wcw-color-background);
  color: var(--wcw-color-text);
  font-family: var(--wcw-font-body);
  font-weight: 300;
  font-size: var(--wcw-fs-body);
  line-height: var(--wcw-lh-normal);
  -webkit-font-smoothing: antialiased;
}

.wcw-skip-link {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}
.wcw-skip-link:focus {
  position: fixed;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  overflow: visible;
  z-index: 9999;
  padding: 0.75rem 1.5rem;
  background: var(--wcw-color-white);
  color: var(--wcw-color-ink);
  font-weight: 700;
  font-family: var(--wcw-font-body);
  font-size: var(--wcw-fs-body-sm);
  text-decoration: none;
  border: 2px solid var(--wcw-color-primary);
  border-radius: var(--wcw-radius-sm);
  outline: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  letter-spacing: var(--wcw-tracking-display);
  text-transform: uppercase;
  margin: 0 0 var(--wcw-space-4);
}

h1, .h1 {
  font-size: var(--wcw-fs-display-lg);
  line-height: var(--wcw-lh-display);
}

h2, .h2 {
  font-size: var(--wcw-fs-display-md);
  line-height: var(--wcw-lh-tight);
}

h3, .h3 {
  font-size: var(--wcw-fs-h3);
  line-height: var(--wcw-lh-snug);
}

p {
  margin: 0 0 var(--wcw-space-4);
}

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

a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

a:hover, a:focus-visible {
  color: var(--wcw-color-primary);
}

@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: var(--wcw-fs-display-md);
  }
  h2, .h2 {
    font-size: var(--wcw-fs-display-sm);
  }
}
.wcw-divider--gold {
  height: 1px;
  border: 0;
  background: var(--wcw-gradient-gold);
  margin: 0;
}

:root {
  --wcw-color-red: #D52128;
  --wcw-color-red-dark: #980117;
  --wcw-color-white: #FFFFFF;
  --wcw-color-off-white: #F4F4F4;
  --wcw-color-off-white-2: #F2F2F2;
  --wcw-color-cool-light: #F4F6FA;
  --wcw-color-ink: #1D232A;
  --wcw-color-ink-deep: #1B2126;
  --wcw-color-black: #0E0E0E;
  --wcw-color-neutral-mid: #999999;
  --wcw-color-neutral-light: #DADADA;
  --wcw-color-gold-start: #998460;
  --wcw-color-gold-end: #E2BA73;
  --wcw-gradient-gold: linear-gradient(0deg, #998460 0%, #E2BA73 100%);
  --wcw-color-overlay-white-50: rgba(255,255,255,0.50);
  --wcw-color-overlay-white-35: rgba(255,255,255,0.35);
  --wcw-color-overlay-black-30: rgba(0,0,0,0.30);
  --wcw-color-overlay-ink-85: rgba(27,33,38,0.85);
  --wcw-color-primary: var(--wcw-color-red);
  --wcw-color-primary-hover: var(--wcw-color-red-dark);
  --wcw-color-on-primary: var(--wcw-color-white);
  --wcw-color-background: var(--wcw-color-off-white);
  --wcw-color-surface: var(--wcw-color-white);
  --wcw-color-text: var(--wcw-color-ink);
  --wcw-color-text-inverse: var(--wcw-color-white);
  --wcw-color-border: var(--wcw-color-neutral-light);
  --wcw-font-display: "DIN Condensed", "Barlow Condensed", "Oswald", "Helvetica Neue Condensed", "Impact", sans-serif;
  --wcw-font-display-2: "Barlow Condensed", "DIN Condensed", "Oswald", sans-serif;
  --wcw-font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --wcw-fs-display-mega: 180px;
  --wcw-fs-display-xl: 120px;
  --wcw-fs-display-lg: 70px;
  --wcw-fs-display-md: 60px;
  --wcw-fs-display-sm: 40px;
  --wcw-fs-h1: 36px;
  --wcw-fs-h2: 26px;
  --wcw-fs-h3: 20px;
  --wcw-fs-h4-display: 20px;
  --wcw-fs-body-lg: 18px;
  --wcw-fs-body: 16px;
  --wcw-fs-body-sm: 14px;
  --wcw-fs-eyebrow: 14px;
  --wcw-fs-eyebrow-lg: 16px;
  --wcw-fs-label: 12px;
  --wcw-lh-display: 0.94;
  --wcw-lh-tight: 1.05;
  --wcw-lh-snug: 1.20;
  --wcw-lh-normal: 1.45;
  --wcw-lh-loose: 1.65;
  --wcw-tracking-display: -0.03em;
  --wcw-tracking-display-sm: -0.02em;
  --wcw-tracking-eyebrow: 0.28em;
  --wcw-tracking-h4-display: 0.06em;
  --wcw-space-1: 4px;
  --wcw-space-2: 8px;
  --wcw-space-3: 12px;
  --wcw-space-4: 16px;
  --wcw-space-5: 20px;
  --wcw-space-6: 24px;
  --wcw-space-8: 32px;
  --wcw-space-10: 40px;
  --wcw-space-12: 48px;
  --wcw-space-16: 64px;
  --wcw-space-20: 80px;
  --wcw-space-24: 96px;
  --wcw-header-h-desktop: 170px;
  --wcw-header-h-mobile: 128px;
  --wcw-container-max: 1440px;
  --wcw-container-inner-max: 1200px;
  --wcw-gutter-desktop: 64px;
  --wcw-gutter-mobile: 24px;
  --wcw-section-y-desktop: 96px;
  --wcw-section-y-mobile: 64px;
  --wcw-radius-none: 0;
  --wcw-radius-sm: 4px;
  --wcw-radius-md: 8px;
  --wcw-radius-lg: 16px;
  --wcw-radius-pill: 9999px;
  --wcw-duration-fast: 150ms;
  --wcw-duration-base: 250ms;
  --wcw-duration-slow: 400ms;
  --wcw-duration-deliberate: 600ms;
  --wcw-ease-standard: cubic-bezier(0.2, 0, 0, 1);
  --wcw-ease-decelerate: cubic-bezier(0, 0, 0.2, 1);
  --wcw-ease-accelerate: cubic-bezier(0.4, 0, 1, 1);
  --wcw-ease-expo-out: cubic-bezier(0.16, 1, 0.3, 1);
}

@media (max-width: 991.98px) {
  :root {
    --wcw-container-max: 100%;
    --wcw-gutter-desktop: 24px;
    --wcw-section-y-desktop: 64px;
  }
}
.wcw-eyebrow {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-eyebrow);
  letter-spacing: var(--wcw-tracking-eyebrow);
  text-transform: uppercase;
  line-height: var(--wcw-lh-snug);
  color: var(--wcw-color-text);
  display: inline-block;
  margin: 0 0 var(--wcw-space-4);
}

.wcw-display-mega {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-display-mega);
  line-height: var(--wcw-lh-display);
  letter-spacing: var(--wcw-tracking-display);
  text-transform: uppercase;
}

.wcw-display-xl {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-display-xl);
  line-height: var(--wcw-lh-display);
  letter-spacing: var(--wcw-tracking-display);
  text-transform: uppercase;
}

.wcw-display-lg {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-display-lg);
  line-height: var(--wcw-lh-display);
  letter-spacing: var(--wcw-tracking-display);
  text-transform: uppercase;
}

.wcw-display-md {
  font-family: var(--wcw-font-display-2);
  font-weight: 600;
  font-size: var(--wcw-fs-display-md);
  line-height: var(--wcw-lh-tight);
  letter-spacing: var(--wcw-tracking-display);
  text-transform: uppercase;
}

.wcw-display-sm {
  font-family: var(--wcw-font-display-2);
  font-weight: 600;
  font-size: var(--wcw-fs-display-sm);
  line-height: var(--wcw-lh-tight);
  letter-spacing: var(--wcw-tracking-display-sm);
  text-transform: uppercase;
}

.wcw-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
}
body:has(#wcw-menu[data-open=true]) .wcw-header {
  position: fixed;
}
.wcw-header {
  height: var(--wcw-header-h-mobile);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 16px;
  background: transparent;
}
.wcw-header--solid {
  position: relative;
  background: var(--wcw-color-white);
  box-shadow: 0 1px 0 0 var(--wcw-color-neutral-light);
}
.wcw-header--solid .wcw-header__logo-icon {
  fill: var(--wcw-color-red);
}
.wcw-header--solid .wcw-header__logo-wordmark {
  fill: var(--wcw-color-ink);
}
.wcw-header--solid .wcw-header__nav a {
  color: var(--wcw-color-ink);
}
.wcw-header--solid .wcw-header__hamburger span {
  background-color: var(--wcw-color-ink);
}
.wcw-header--dark {
  background: transparent;
}
.wcw-header--dark .wcw-header__nav a {
  color: var(--wcw-color-ink);
}
.wcw-header--dark .wcw-header__hamburger span {
  background-color: var(--wcw-color-ink);
}
body:has(#wcw-menu[data-open=true]) .wcw-header--dark .wcw-header__nav a {
  color: var(--wcw-color-white) !important;
}
body:has(#wcw-menu[data-open=true]) .wcw-header--dark .wcw-header__nav a[aria-current=page],
body:has(#wcw-menu[data-open=true]) .wcw-header--dark .wcw-header__nav a.is-active {
  background: transparent !important;
  color: var(--wcw-color-white) !important;
}
body:has(#wcw-menu[data-open=true]) .wcw-header--dark .wcw-header__hamburger span {
  background-color: var(--wcw-color-white) !important;
}
@media (min-width: 992px) {
  .wcw-header {
    height: var(--wcw-header-h-desktop);
    padding: 40px 32px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    column-gap: clamp(12px, 3vw, 50px);
  }
}

.wcw-header__nav-wrapper {
  display: none;
}
@media (min-width: 992px) {
  .wcw-header__nav-wrapper {
    display: block;
  }
}

.wcw-header__nav {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .wcw-header__nav {
    display: flex;
    gap: clamp(16px, 6vw, 95px);
  }
}
.wcw-header__nav--left {
  justify-content: flex-end;
}
.wcw-header__nav--right {
  justify-content: flex-start;
  padding-right: clamp(72px, 7vw, 110px);
}
@media (min-width: 992px) and (max-width: 1250px) {
  .wcw-header__nav--right {
    gap: clamp(10px, 1.5vw, 22px);
  }
}
.wcw-header__nav a {
  font-family: var(--wcw-font-display);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--wcw-color-white);
  text-decoration: none;
  border-radius: 4px;
  white-space: nowrap;
  position: relative;
  transition: opacity var(--wcw-duration-fast) ease, background var(--wcw-duration-fast) ease;
}
@media (min-width: 992px) {
  .wcw-header__nav a {
    padding: 8px 12px;
  }
}
.wcw-header__nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background: var(--wcw-color-red);
  opacity: 0;
  transition: opacity var(--wcw-duration-fast) ease;
}
.wcw-header__nav a:hover, .wcw-header__nav a:focus {
  color: var(--wcw-color-white);
}
.wcw-header__nav a:hover::after, .wcw-header__nav a:focus::after {
  opacity: 1;
}
.wcw-header__nav a[aria-current=page],
.wcw-header__nav a.is-active {
  background: var(--wcw-color-red);
  color: var(--wcw-color-white);
  opacity: 1;
}
.wcw-header__nav a[aria-current=page]::after,
.wcw-header__nav a.is-active::after {
  display: none;
}
.wcw-header__nav a[aria-current=page]:hover, .wcw-header__nav a[aria-current=page]:focus,
.wcw-header__nav a.is-active:hover,
.wcw-header__nav a.is-active:focus {
  opacity: 1;
  filter: brightness(0.88);
}

.wcw-header__logo {
  display: block;
  width: 177px;
  height: 80px;
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  .wcw-header__logo {
    width: clamp(140px, 15vw, 241px);
    height: auto;
    aspect-ratio: 241/100;
    grid-column: 2;
    justify-self: center;
    margin-left: clamp(20px, 3vw, 30px);
    margin-right: clamp(15px, 2.5vw, 25px);
  }
}

.wcw-header__logo img,
.wcw-header__logo svg {
  width: 100%;
  height: 100%;
  display: block;
}

.wcw-header__logo img.wcw-header__logo-light {
  display: none;
}

body:has(#wcw-menu[data-open=true]) .wcw-header--dark .wcw-header__logo img.wcw-header__logo-dark {
  display: none;
}

body:has(#wcw-menu[data-open=true]) .wcw-header--dark .wcw-header__logo img.wcw-header__logo-light {
  display: block;
}

.wcw-header__hamburger {
  width: 59px;
  height: 64px;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
}
@media (min-width: 992px) {
  .wcw-header__hamburger {
    width: 54px;
    height: 58px;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.wcw-header__hamburger span {
  position: absolute;
  left: 11px;
  height: 3px;
  background-color: var(--wcw-color-white);
  border-radius: 1px;
  transition: transform var(--wcw-duration-base) var(--wcw-ease-standard), opacity var(--wcw-duration-base) var(--wcw-ease-standard), top var(--wcw-duration-base) var(--wcw-ease-standard), width var(--wcw-duration-base) var(--wcw-ease-standard);
}
.wcw-header__hamburger span:nth-child(1) {
  top: 21px;
  width: 29px;
}
.wcw-header__hamburger span:nth-child(2) {
  top: 30px;
  width: 25px;
  left: 16px;
}
.wcw-header__hamburger span:nth-child(3) {
  top: 39px;
  width: 29px;
}
@media (min-width: 992px) {
  .wcw-header__hamburger span:nth-child(1) {
    top: 19px;
    width: 27px;
  }
  .wcw-header__hamburger span:nth-child(2) {
    top: 27px;
    width: 23px;
    left: 15px;
  }
  .wcw-header__hamburger span:nth-child(3) {
    top: 35px;
    width: 27px;
  }
}
.wcw-header__hamburger[aria-expanded=true] span:nth-child(1) {
  top: 30px;
  left: 11px;
  width: 29px;
  transform: rotate(45deg);
}
.wcw-header__hamburger[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.wcw-header__hamburger[aria-expanded=true] span:nth-child(3) {
  top: 30px;
  left: 11px;
  width: 29px;
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .wcw-header__hamburger[aria-expanded=true] span:nth-child(1) {
    top: 27px;
    left: 13px;
    width: 27px;
    transform: rotate(45deg);
  }
  .wcw-header__hamburger[aria-expanded=true] span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .wcw-header__hamburger[aria-expanded=true] span:nth-child(3) {
    top: 27px;
    left: 13px;
    width: 27px;
    transform: rotate(-45deg);
  }
}

.wcw-header__whiskey-link {
  display: none;
}

.wcw-menu {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(29, 35, 42, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: var(--wcw-color-white);
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: var(--wcw-header-h-mobile);
  opacity: 0;
  transition: opacity 240ms ease;
}
@media (min-width: 992px) {
  .wcw-menu {
    padding-top: var(--wcw-header-h-desktop);
  }
}
.wcw-menu[data-open=true] {
  opacity: 1;
}
.wcw-menu .wcw-menu__hairline {
  height: 2px;
  background: var(--wcw-gradient-gold);
  flex: 0 0 2px;
}

.wcw-menu__nav {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px 16px;
  text-align: center;
}
@media (min-width: 992px) {
  .wcw-menu__nav {
    gap: 12px;
    padding: 24px 64px;
  }
}

.wcw-menu__group {
  width: 100%;
  max-width: 320px;
}
.wcw-menu__group > summary {
  list-style: none;
  cursor: pointer;
  outline: none;
}
.wcw-menu__group > summary::-webkit-details-marker {
  display: none;
}
.wcw-menu__group > summary::marker {
  content: "";
}

.wcw-menu__heading {
  display: block;
  position: relative;
  padding: 12px 0;
  text-align: center;
  font-family: var(--wcw-font-display);
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wcw-color-white);
  transition: font-size 0.2s ease, letter-spacing 0.2s ease, color 0.2s ease;
}
@media (min-width: 992px) {
  .wcw-menu__heading {
    letter-spacing: 0.12em;
  }
}
.wcw-menu__heading:hover, .wcw-menu__heading:focus-visible {
  color: var(--wcw-color-gold-end);
}
.wcw-menu__heading:hover .wcw-menu__heading-text, .wcw-menu__heading:focus-visible .wcw-menu__heading-text {
  color: var(--wcw-color-gold-end);
}

.wcw-menu__heading--link {
  text-decoration: none;
}

.wcw-menu__heading-link,
.wcw-menu__heading-text {
  display: block;
  font-family: var(--wcw-font-display);
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wcw-color-white);
  transition: font-size 0.2s ease, letter-spacing 0.2s ease, color 0.2s ease;
}
@media (min-width: 992px) {
  .wcw-menu__heading-link,
  .wcw-menu__heading-text {
    letter-spacing: 0.12em;
  }
}

.wcw-menu__heading-link {
  text-decoration: none;
}
.wcw-menu__heading-link:hover, .wcw-menu__heading-link:focus-visible {
  color: var(--wcw-color-gold-end);
}

.wcw-menu__heading-chevron {
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.wcw-menu__heading-chevron::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid var(--wcw-color-white);
  border-bottom: 1.5px solid var(--wcw-color-white);
  opacity: 0.4;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s ease, opacity 0.2s ease;
  pointer-events: none;
}

.wcw-menu__group[open] .wcw-menu__heading-chevron::before {
  transform: rotate(-135deg) translateY(-2px);
  opacity: 0.6;
}

.wcw-menu__group[open] > .wcw-menu__heading,
.wcw-menu__group[open] > .wcw-menu__heading .wcw-menu__heading-link,
.wcw-menu__group[open] > .wcw-menu__heading .wcw-menu__heading-text {
  background: linear-gradient(90deg, var(--wcw-color-gold-start) 0%, var(--wcw-color-gold-end) 50%, var(--wcw-color-gold-start) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 36px;
  letter-spacing: 0.16em;
}
@media (min-width: 992px) {
  .wcw-menu__group[open] > .wcw-menu__heading,
  .wcw-menu__group[open] > .wcw-menu__heading .wcw-menu__heading-link,
  .wcw-menu__group[open] > .wcw-menu__heading .wcw-menu__heading-text {
    font-size: 46px;
  }
}

.wcw-menu__items {
  list-style: none;
  margin: 0;
  padding: 8px 0 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.wcw-menu__items a {
  display: inline-block;
  font-family: var(--wcw-font-body);
  font-size: 16px;
  font-weight: 400;
  color: rgba(244, 244, 244, 0.7);
  text-decoration: none;
  padding: 4px 0;
  transition: color 0.2s ease;
}
.wcw-menu__items a:hover, .wcw-menu__items a:focus-visible {
  color: var(--wcw-color-white);
}
.wcw-menu__items a[aria-current=page] {
  color: var(--wcw-color-white);
  font-weight: 600;
}

@media (min-width: 992px) {
  .wcw-menu__item--mobile-only {
    display: none;
  }
}

.wcw-menu__legal {
  list-style: none;
  margin: 0;
  padding: 16px 16px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.wcw-menu__legal li {
  font-family: var(--wcw-font-body);
  font-size: 14px;
  color: rgba(244, 244, 244, 0.7);
}
.wcw-menu__legal a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.wcw-menu__legal a:hover, .wcw-menu__legal a:focus-visible {
  color: var(--wcw-color-white);
}

.wcw-hero {
  position: relative;
  width: 100%;
  height: 904px;
  background: var(--wcw-color-red);
  overflow: hidden;
  color: var(--wcw-color-white);
}
.wcw-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #E2BA73 0%, #998460 100%);
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 992px) {
  .wcw-hero {
    height: 1024px;
  }
}
.wcw-hero--inner {
  height: 720px;
}
@media (min-width: 992px) {
  .wcw-hero--inner {
    height: 750px;
  }
}

.wcw-hero__photo-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 784px;
}
@media (min-width: 992px) {
  .wcw-hero__photo-wrap {
    height: 803px;
  }
}
.wcw-hero__photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(29, 35, 42, 0) 110.09%), linear-gradient(180deg, rgba(29, 35, 42, 0) 0%, #1D232A 110.09%);
}

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

.wcw-hero__pause {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--wcw-color-white);
  opacity: 0.5;
  cursor: pointer;
  padding: 0;
  margin-top: 306px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
@media (min-width: 992px) {
  .wcw-hero__pause {
    margin-top: 70px;
  }
}
.wcw-hero__pause:hover, .wcw-hero__pause:focus-visible {
  opacity: 1;
  transform: scale(1.05);
}
.wcw-hero__pause .wcw-hero__pause-icon-pause {
  display: block;
}
.wcw-hero__pause .wcw-hero__pause-icon-play {
  display: none;
}
.wcw-hero__pause[data-paused=true] .wcw-hero__pause-icon-pause {
  display: none;
}
.wcw-hero__pause[data-paused=true] .wcw-hero__pause-icon-play {
  display: block;
}
.wcw-hero__pause svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.wcw-hero__anchor {
  position: absolute;
  z-index: 2;
  width: 261px;
  height: 359px;
  left: 135px;
  top: 604px;
  filter: none;
  opacity: 1;
}
@media (min-width: 992px) {
  .wcw-hero__anchor {
    width: 523px;
    height: 719px;
    left: 754px;
    top: 490px;
  }
}

.wcw-hero__content {
  position: absolute;
  z-index: 3;
  left: 16px;
  right: 16px;
  bottom: 125px;
}
@media (min-width: 992px) {
  .wcw-hero__content {
    left: 64px;
    right: 64px;
    bottom: 210px;
  }
}

.wcw-hero__eyebrow {
  font-family: var(--wcw-font-display-alt, "DIN Alternate", "Inter", sans-serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 0.94;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin: 0 0 24px 6px;
  display: inline-block;
  background: linear-gradient(90deg, #E2BA73 0%, #998460 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 992px) {
  .wcw-hero__eyebrow {
    font-size: 32px;
    margin-bottom: 16px;
  }
}

.wcw-hero__headline {
  font-family: var(--wcw-font-display);
  font-size: 120px;
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin: 10px 0 0;
  color: var(--wcw-color-white);
}
@media (min-width: 992px) {
  .wcw-hero__headline {
    font-size: 180px;
    line-height: 0.94;
  }
}
.wcw-hero__headline .wcw-hero__period {
  display: inline-block;
  width: 0.12em;
  height: 0.12em;
  background: var(--wcw-color-gold-end);
  margin-left: 0.04em;
  vertical-align: baseline;
  transform: translateY(-0.04em);
}

.wcw-hero__cta-rail {
  position: absolute;
  z-index: 3;
  right: 8px;
  top: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
@media (min-width: 992px) {
  .wcw-hero__cta-rail {
    right: 64px;
    top: unset;
    bottom: 260px;
    gap: 0;
  }
}

.wcw-hero__cta-link {
  font-family: var(--wcw-font-display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--wcw-color-white);
  text-decoration: none;
  letter-spacing: 0.28em;
}

.wcw-hero__cta-divider {
  width: 1px;
  height: 26px;
  background: var(--wcw-color-overlay-white-35);
  margin: 12px auto;
}

.wcw-hero__play {
  width: 32px;
  height: 32px;
  margin-top: 320px;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
}
@media (min-width: 992px) {
  .wcw-hero__play {
    margin-top: 130px;
  }
}
.wcw-hero__play svg {
  width: 100%;
  height: 100%;
  fill: var(--wcw-color-white);
}

.wcw-hero__caption {
  position: absolute;
  z-index: 3;
  left: 20px;
  bottom: 24px;
  margin: 0;
  font-family: var(--wcw-font-body);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .wcw-hero__caption {
    left: 64px;
    bottom: 90px;
    font-size: 26px;
  }
}

.wcw-afb-wrapper {
  background: var(--wcw-color-red);
  height: calc(866px + 100vh);
}
@media (min-width: 992px) {
  .wcw-afb-wrapper {
    height: calc(900px + 100vh);
  }
}

.wcw-afb {
  position: sticky;
  top: 0;
  width: 100%;
  min-height: 100vh;
  background: var(--wcw-color-red);
  overflow: hidden;
}
.wcw-afb__panel-top {
  position: relative;
  height: 866px;
  min-height: 100vh;
  overflow: hidden;
}
@media (min-width: 992px) {
  .wcw-afb__panel-top {
    height: 900px;
    min-height: 100vh;
  }
}
.wcw-afb__lockup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  max-width: 380px;
  pointer-events: none;
}
@media (min-width: 992px) {
  .wcw-afb__lockup {
    width: 833px;
    max-width: none;
  }
}
.wcw-afb__lockup img {
  width: 100%;
  height: auto;
  display: block;
}
.wcw-afb__foreground {
  position: absolute;
  top: calc(100% - 152px);
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  max-width: 380px;
  height: 500px;
  border-radius: 4px;
  overflow: hidden;
  z-index: 2;
}
@media (min-width: 992px) {
  .wcw-afb__foreground {
    top: 748px;
    left: 507px;
    transform: none;
    width: 426px;
    max-width: none;
    height: 600px;
  }
}
.wcw-afb__foreground img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wcw-afb__watermark {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
.wcw-afb__watermark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.05;
}
.wcw-afb__dim {
  position: absolute;
  inset: 0;
  background: linear-gradient(238deg, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%), rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
}
.wcw-afb__hover {
  position: absolute;
  z-index: 4;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  color: var(--wcw-color-white);
  overflow: hidden;
}
.wcw-afb__hover-headlines {
  position: absolute;
  top: 93px;
  left: 16px;
  right: 16px;
}
@media (min-width: 992px) {
  .wcw-afb__hover-headlines {
    top: 234px;
    left: 64px;
    right: 64px;
  }
}
.wcw-afb__hover-headline {
  font-family: var(--wcw-font-display);
  font-size: 60px;
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin: 0;
  color: inherit;
  display: block;
  text-align: left;
}
.wcw-afb__hover-headline + .wcw-afb__hover-headline {
  margin-top: 16px;
  text-align: right;
}
@media (min-width: 992px) {
  .wcw-afb__hover-headline {
    font-size: 100px;
  }
  .wcw-afb__hover-headline + .wcw-afb__hover-headline {
    margin-top: 22px;
  }
}
.wcw-afb__hover-info {
  position: absolute;
  top: 453px;
  left: 16px;
  right: 16px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .wcw-afb__hover-info {
    top: 524px;
    left: 64px;
    right: auto;
    max-width: 543px;
  }
}
.wcw-afb__hover-eyebrow {
  font-family: var(--wcw-font-display);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  margin: 0 0 16px;
}
.wcw-afb__hover-body {
  font-family: var(--wcw-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  margin: 0 0 32px;
}
@media (min-width: 992px) {
  .wcw-afb__hover-body {
    font-size: 20px;
  }
}
.wcw-afb__hover-cta {
  align-self: flex-start;
  display: inline-block;
  background: var(--wcw-color-red);
  color: var(--wcw-color-white);
  padding: 12px 24px 8px;
  font-family: var(--wcw-font-display);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  border-radius: 4px;
  pointer-events: auto;
  transition: background 0.2s ease;
}
.wcw-afb__hover-cta:hover, .wcw-afb__hover-cta:focus-visible {
  text-decoration: none;
  background: var(--wcw-color-red-dark);
  color: var(--wcw-color-white);
}
.wcw-afb__panel-bottom {
  position: relative;
  height: 866px;
}
@media (min-width: 992px) {
  .wcw-afb__panel-bottom {
    height: 900px;
  }
}
.wcw-afb__overlay {
  position: absolute;
  inset: 0;
  padding: 93px 16px;
  color: var(--wcw-color-white);
}
@media (min-width: 992px) {
  .wcw-afb__overlay {
    padding: 234px 64px;
  }
}
.wcw-afb__eyebrow {
  font-family: var(--wcw-font-display);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  margin: 0 0 17px;
}
.wcw-afb__display {
  font-family: var(--wcw-font-display);
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 32px;
}
@media (min-width: 992px) {
  .wcw-afb__display {
    font-size: 100px;
  }
}
.wcw-afb__display + .wcw-afb__display {
  margin-top: 16px;
}
.wcw-afb__body {
  font-family: var(--wcw-font-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  max-width: 543px;
  margin: 0 0 32px;
}
.wcw-afb__cta {
  display: inline-block;
  background: var(--wcw-color-red);
  color: var(--wcw-color-white);
  padding: 12px 24px 8px;
  font-family: var(--wcw-font-display);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  border: 0;
}

.wcw-fbv3 {
  position: relative;
  width: 100%;
  background: var(--wcw-color-off-white);
  overflow: hidden;
  padding: 64px 16px;
}
@media (min-width: 992px) {
  .wcw-fbv3 {
    padding: 176px 64px;
  }
}

.wcw-fbv3--full {
  background: var(--wcw-color-ink);
  color: var(--wcw-color-white);
  min-height: 843px;
  padding: 0;
  overflow: visible;
  position: relative;
  z-index: 2;
}
@media (min-width: 480px) and (max-width: 991px) {
  .wcw-fbv3--full {
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .wcw-fbv3--full {
    min-height: 1048px;
    padding: 176px 64px;
    display: grid;
    grid-template-columns: 73% 27%;
    column-gap: 0;
  }
}
.wcw-fbv3--full .wcw-fbv3__left {
  position: absolute;
  top: 96px;
  left: 16px;
  right: 16px;
  z-index: 2;
}
@media (min-width: 992px) {
  .wcw-fbv3--full .wcw-fbv3__left {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
}
.wcw-fbv3--full .wcw-fbv3__right {
  position: absolute;
  top: 549px;
  left: 169px;
  right: 16px;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
@media (min-width: 480px) and (max-width: 991px) {
  .wcw-fbv3--full .wcw-fbv3__right {
    max-width: 250px;
    right: 16px;
    left: unset;
    top: 400px;
  }
}
@media (min-width: 992px) {
  .wcw-fbv3--full .wcw-fbv3__right {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    align-self: end;
    background: transparent;
    padding: 32px 64px 82px 48px;
  }
}
.wcw-fbv3--full .wcw-fbv3__right p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .wcw-fbv3--full .wcw-fbv3__right p {
    font-size: 20px;
    margin-bottom: 42px;
  }
}
.wcw-fbv3--full .wcw-fbv3__photo {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 117px;
  height: 630px;
  width: 574px;
  left: -116px;
}
.wcw-fbv3--full .wcw-fbv3__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(29, 35, 42, 0.55) 0%, rgba(29, 35, 42, 0.85) 100%);
  pointer-events: none;
}
@media (min-width: 992px) {
  .wcw-fbv3--full .wcw-fbv3__photo {
    top: 20.2%;
    left: 1.7%;
    width: 86.1%;
    height: 66.3%;
  }
  .wcw-fbv3--full .wcw-fbv3__photo::after {
    content: none;
  }
}
.wcw-fbv3--full .wcw-fbv3__photo img,
.wcw-fbv3--full .wcw-fbv3__photo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wcw-fbv3--full .wcw-fbv3__photo--video {
  mask-image: url("/wp-content/uploads/2026/05/coast-out-here-you-wait.png");
  -webkit-mask-image: url("/wp-content/uploads/2026/05/coast-out-here-you-wait.png");
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-mode: alpha;
}
@media (min-width: 480px) and (max-width: 991px) {
  .wcw-fbv3--full .wcw-fbv3__photo--video {
    width: 100%;
    left: 0;
  }
}
.wcw-fbv3--full .wcw-fbv3__anchor {
  position: absolute;
  top: 45px;
  left: -107%;
  width: 445%;
  max-width: none;
  aspect-ratio: 682.94/938.55;
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 992px) {
  .wcw-fbv3--full .wcw-fbv3__anchor {
    top: 62px;
    left: 336px;
    right: auto;
    width: 1562px;
  }
}

.wcw-fbv3__headline {
  font-family: var(--wcw-font-display);
  font-size: 70px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin: 0 0 32px;
  color: var(--wcw-color-white);
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .wcw-fbv3__headline {
    font-size: 120px;
  }
}
.wcw-fbv3__headline .wcw-tb__period::before {
  content: ".";
}
.wcw-fbv3__headline .wcw-tb__period {
  background-image: var(--wcw-gradient-gold);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.wcw-fbv3__sub-display {
  font-family: var(--wcw-font-display-2);
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin: 0 0 24px;
  background: var(--wcw-gradient-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .wcw-fbv3__sub-display {
    font-size: 40px;
    letter-spacing: -0.02em;
  }
}
.wcw-fbv3__sub-display .wcw-tb__period::before {
  content: ".";
}
.wcw-fbv3__sub-display .wcw-tb__period {
  background-image: var(--wcw-gradient-gold);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.wcw-fbv3__body {
  font-family: var(--wcw-font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
  color: inherit;
}
@media (min-width: 992px) {
  .wcw-fbv3__body {
    font-size: 20px;
    max-width: 253px;
  }
}

.wcw-fbv3__cta {
  font-family: var(--wcw-font-display);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: inherit;
  text-decoration: none;
  background-image: var(--wcw-gradient-gold);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 20% 2px;
  padding-bottom: 8px;
  align-self: flex-start;
  transition: background-size 0.8s var(--wcw-ease-expo-out);
}
.wcw-fbv3__cta:hover, .wcw-fbv3__cta:focus-visible {
  background-size: 100% 2px;
  text-decoration: none;
  color: inherit;
}

.wcw-fbv3--full .wcw-fbv3__cta {
  color: var(--wcw-color-white);
}

.wcw-fbv3--short .wcw-fbv3__cta {
  color: var(--wcw-color-white);
}

.wcw-fbv3--full .wcw-fbv3__body {
  color: var(--wcw-color-white);
}

.wcw-fbv3--short {
  background: var(--wcw-color-ink);
  color: var(--wcw-color-white);
  text-align: center;
  padding: 106px 16px 165px;
}
@media (min-width: 992px) {
  .wcw-fbv3--short {
    padding: 131px 64px 131px;
  }
}
.wcw-fbv3--short .wcw-fbv3__headline {
  background: var(--wcw-gradient-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: var(--wcw-font-display);
  font-size: 120px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 10px;
  line-height: 1.05;
  letter-spacing: -0.01em;
}
@media (min-width: 992px) {
  .wcw-fbv3--short .wcw-fbv3__headline {
    font-size: 180px;
  }
}
.wcw-fbv3--short .wcw-fbv3__headline .wcw-tb__period {
  color: #fff;
  background: none;
  -webkit-text-fill-color: #fff;
}
.wcw-fbv3--short .wcw-fbv3__cta {
  display: inline-block;
  color: var(--wcw-color-white);
  text-decoration: none;
  background: var(--wcw-color-red);
  border: 0;
  border-radius: 4px;
  padding: 14px 24px 11px;
  font-family: var(--wcw-font-display);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  align-self: center;
  transition: 0.3s ease-out;
}
@media (min-width: 992px) {
  .wcw-fbv3--short .wcw-fbv3__cta {
    background: transparent;
    border: 1px solid var(--wcw-color-white);
  }
  .wcw-fbv3--short .wcw-fbv3__cta:hover, .wcw-fbv3--short .wcw-fbv3__cta:focus-visible {
    background-color: var(--wcw-color-red);
    border-color: var(--wcw-color-red);
  }
}

.wcw-fbv3--short.wcw-fbv3--newsletter .wcw-fbv3__subscribe {
  display: inline-block;
  margin-top: 32px;
  align-self: center;
  font-family: var(--wcw-font-display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: var(--wcw-color-white);
  text-decoration: none;
  background-image: var(--wcw-gradient-gold);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 2px;
  padding-bottom: 8px;
}
@media (min-width: 992px) {
  .wcw-fbv3--short.wcw-fbv3--newsletter .wcw-fbv3__subscribe {
    font-size: 16px;
  }
}

.wcw-fbv4 {
  position: relative;
  width: 100%;
  background: var(--wcw-color-off-white);
  overflow: hidden;
  border-bottom: 4px solid var(--wcw-color-red);
}
@media (min-width: 992px) {
  .wcw-fbv4 {
    height: 1203px;
  }
}

.wcw-fbv4__stage {
  position: relative;
  width: 100%;
  height: auto;
  display: flow-root;
}
@media (min-width: 992px) {
  .wcw-fbv4__stage {
    display: block;
    height: 100%;
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.wcw-fbv4__ring {
  position: absolute;
  width: 600px;
  height: 600px;
  left: -93px;
  top: 39px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  background: var(--wcw-gradient-gold);
  -webkit-mask: radial-gradient(closest-side, transparent calc(100% - 2px), #000 calc(100% - 2px));
  mask: radial-gradient(closest-side, transparent calc(100% - 2px), #000 calc(100% - 2px));
}
@media (min-width: 480px) and (max-width: 991px) {
  .wcw-fbv4__ring {
    left: calc(50% - 300px);
  }
}
@media (min-width: 992px) {
  .wcw-fbv4__ring {
    width: 1020px;
    height: 1020px;
    left: 212px;
    top: 74px;
  }
}

.wcw-fbv4__anchor {
  position: absolute;
  width: 328px;
  height: 451px;
  left: 41px;
  top: 81px;
  fill: var(--wcw-color-red);
  z-index: 2;
}
@media (min-width: 480px) and (max-width: 991px) {
  .wcw-fbv4__anchor {
    left: calc(50% - 166px);
  }
}
@media (min-width: 992px) {
  .wcw-fbv4__anchor {
    width: 582px;
    height: 800px;
    left: 430px;
    top: 148px;
  }
}

.wcw-fbv4__bottle {
  position: absolute;
  width: 300px;
  height: 420px;
  left: 50%;
  transform: translateX(-50%);
  top: 107px;
  z-index: 3;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .wcw-fbv4__bottle {
    width: 500px;
    height: 748px;
    left: 471px;
    top: 187px;
    transform: none;
    margin-left: 0;
  }
}

.wcw-fbv4__bottle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.wcw-fbv4__bottle-peek {
  position: absolute;
  display: none;
  z-index: 3;
}
@media (min-width: 992px) {
  .wcw-fbv4__bottle-peek {
    display: block;
    width: 220px;
    height: 500px;
    left: 1330px;
    top: 351px;
  }
}

.wcw-fbv4__bottle-peek img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.wcw-fbv4__panel {
  position: relative;
  z-index: 4;
  padding: 32px 16px;
  width: 100%;
  margin-top: 574px;
  text-align: center;
}
.wcw-fbv4__panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(244, 244, 244, 0.4) 0%, #F4F4F4 22%);
}
@media (min-width: 992px) {
  .wcw-fbv4__panel {
    position: absolute;
    margin-top: 0;
    width: 500px;
    height: 773px;
    left: 0;
    top: 183px;
    background: none;
    padding: 110px 17px 0 64px;
    text-align: left;
  }
  .wcw-fbv4__panel::before {
    inset: 0;
    background: linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, #F4F4F4 6.25%, #F4F4F4 91.83%, rgba(244, 244, 244, 0) 100%);
    -webkit-mask-image: linear-gradient(to right, black 70%, transparent 100%);
    mask-image: linear-gradient(to right, black 70%, transparent 100%);
  }
}

.wcw-fbv4__title {
  font-family: var(--wcw-font-display-2);
  font-weight: 600;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0 24px;
  color: var(--wcw-color-ink);
}
@media (max-width: 360px) {
  .wcw-fbv4__title {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .wcw-fbv4__title {
    font-size: 60px;
  }
}
.wcw-fbv4__title .wcw-tb__period::before {
  content: ".";
}
.wcw-fbv4__title .wcw-tb__period {
  color: var(--wcw-color-ink);
}

.wcw-fbv4__body {
  font-family: var(--wcw-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  margin: 0 auto 32px;
  color: var(--wcw-color-ink);
  max-width: 416px;
}
.wcw-fbv4__body strong {
  display: block;
}
@media (min-width: 992px) {
  .wcw-fbv4__body {
    font-size: 18px;
    line-height: 1.67;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 42px;
  }
}

.wcw-fbv4__actions {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  margin-bottom: 52px;
}
@media (min-width: 992px) {
  .wcw-fbv4__actions {
    justify-content: flex-start;
  }
}

.wcw-fbv4__cta-primary {
  display: inline-block;
  background: var(--wcw-color-red);
  color: var(--wcw-color-white);
  padding: 14px 32px 10px;
  font-family: var(--wcw-font-display);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  border: 0;
  transition: background var(--wcw-duration-fast) ease;
}
.wcw-fbv4__cta-primary:hover, .wcw-fbv4__cta-primary:focus-visible {
  background: var(--wcw-color-red-dark);
  color: var(--wcw-color-white);
  text-decoration: none;
}

.wcw-fbv4__cta-link {
  font-family: var(--wcw-font-display);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--wcw-color-ink);
  text-decoration: none;
  background-image: var(--wcw-gradient-gold);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 20% 2px;
  padding: 10px 0 8px;
  transition: background-size 0.8s var(--wcw-ease-expo-out);
}
.wcw-fbv4__cta-link:hover, .wcw-fbv4__cta-link:focus-visible {
  background-size: 100% 2px;
  color: var(--wcw-color-ink);
  text-decoration: none;
}

.wcw-fbv4__spec {
  display: flex;
  gap: 32px;
  justify-content: center;
  font-family: var(--wcw-font-display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: var(--wcw-color-ink);
}
.wcw-fbv4__spec > div {
  display: flex;
  gap: 16px;
}
@media (min-width: 992px) {
  .wcw-fbv4__spec {
    justify-content: flex-start;
  }
}

.wcw-fbv4__controls {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 24px;
  width: 216px;
  height: 64px;
  position: relative;
  margin: 0 auto 64px;
  left: auto;
  top: auto;
  transform: none;
  bottom: auto;
}
@media (min-width: 992px) {
  .wcw-fbv4__controls {
    position: absolute;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 981px;
    bottom: auto;
  }
}

.wcw-fbv4__nav {
  --ring-thickness: 2px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: var(--ring-thickness) solid transparent;
  background: linear-gradient(var(--wcw-color-white), var(--wcw-color-white)) padding-box, var(--wcw-gradient-gold) border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
  color: var(--wcw-color-ink);
}
.wcw-fbv4__nav svg {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  overflow: visible;
}

.wcw-fbv4__counter {
  font-family: var(--wcw-font-display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.28em;
  color: var(--wcw-color-ink);
}

.wcw-fbv4__ghost-cork {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 83px;
  overflow: hidden;
  pointer-events: none;
  background-image: url(wcw-svg/cork-word-cropped.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
}
@media (min-width: 992px) {
  .wcw-fbv4__ghost-cork {
    height: 290px;
  }
}

.wcw-fbv4__ghost-cork img {
  display: none;
}

.wcw-tb {
  position: relative;
  width: 100%;
  background: var(--wcw-color-off-white);
  padding: 73px 16px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .wcw-tb {
    padding: 140px 64px;
  }
}

.wcw-tb--v1 {
  display: flex;
  flex-direction: column;
}
.wcw-tb--v1 > div {
  display: contents;
}
.wcw-tb--v1 .wcw-tb__eyebrow {
  order: 1;
}
.wcw-tb--v1 .wcw-tb__headline {
  order: 2;
}
.wcw-tb--v1 .wcw-tb__display-2 {
  order: 3;
}
.wcw-tb--v1 .wcw-tb__body {
  order: 4;
}
.wcw-tb--v1 .wcw-tb__cta {
  order: 5;
  align-self: flex-start;
}
@media (min-width: 992px) {
  .wcw-tb--v1 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    column-gap: 64px;
    align-items: center;
  }
  .wcw-tb--v1 > div {
    display: block;
  }
  .wcw-tb--v1 .wcw-tb__eyebrow,
  .wcw-tb--v1 .wcw-tb__headline,
  .wcw-tb--v1 .wcw-tb__display-2,
  .wcw-tb--v1 .wcw-tb__cta,
  .wcw-tb--v1 .wcw-tb__body {
    order: initial;
  }
}

.wcw-tb__eyebrow {
  font-family: var(--wcw-font-display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin: 0 0 24px 5px;
  color: var(--wcw-color-ink);
}
.wcw-tb__eyebrow--cc {
  margin: 32px 0;
}

.wcw-tb__headline {
  font-family: var(--wcw-font-display);
  font-size: 70px;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0 0 24px;
  color: var(--wcw-color-ink);
}
@media (min-width: 992px) {
  .wcw-tb__headline {
    font-size: 120px;
  }
}
.wcw-tb__headline .wcw-tb__period::before {
  content: ".";
}
.wcw-tb__headline .wcw-tb__period {
  background-image: none;
  -webkit-text-fill-color: var(--wcw-color-red);
  color: var(--wcw-color-red);
}
.wcw-tb__headline .wcw-tb__period--black {
  background-image: none;
  -webkit-text-fill-color: var(--wcw-color-ink);
  color: var(--wcw-color-ink);
}

.wcw-tb__body {
  font-family: var(--wcw-font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin: 0 0 48px;
  color: var(--wcw-color-ink);
}
@media (min-width: 992px) {
  .wcw-tb__body {
    font-size: 20px;
  }
}
.wcw-tb__body--quote {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .wcw-tb__body--quote {
    font-size: 36px;
    max-width: 34ch;
  }
}

.wcw-tb__cta {
  display: inline-block;
  font-family: var(--wcw-font-display);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--wcw-color-ink);
  text-decoration: none;
  background-image: var(--wcw-gradient-gold);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 20% 2px;
  padding: 10px 0 8px;
  transition: background-size 0.8s var(--wcw-ease-expo-out);
}
.wcw-tb__cta:hover, .wcw-tb__cta:focus-visible {
  background-size: 100% 2px;
  text-decoration: none;
  color: var(--wcw-color-ink);
}

.wcw-tb--v2 .wcw-tb__headline {
  letter-spacing: -0.03em;
  line-height: 0.9;
}

.wcw-tb--v2 {
  position: relative;
  z-index: 2;
  padding-top: 107px;
  display: flex;
  flex-direction: column;
}
.wcw-tb--v2 > .wcw-tb__intro-left,
.wcw-tb--v2 > .wcw-tb__intro-right {
  display: contents;
  position: relative;
}
.wcw-tb--v2 .wcw-tb__headline {
  order: 1;
}
.wcw-tb--v2 .wcw-tb__body--quote {
  order: 2;
}
.wcw-tb--v2 .wcw-tb__display-2 {
  order: 3;
}
.wcw-tb--v2 .wcw-tb__body:not(.wcw-tb__body--quote) {
  order: 4;
}
.wcw-tb--v2 .wcw-tb__eyebrow--cc {
  order: 5;
}
@media (min-width: 992px) {
  .wcw-tb--v2 {
    padding-top: 106px;
    padding-bottom: 82px;
    display: grid;
    grid-template-columns: 3fr 1fr;
    column-gap: 64px;
  }
  .wcw-tb--v2 > .wcw-tb__intro-left {
    display: block;
  }
  .wcw-tb--v2 > .wcw-tb__intro-right {
    display: block;
    align-self: end;
  }
  .wcw-tb--v2 .wcw-tb__headline,
  .wcw-tb--v2 .wcw-tb__body--quote,
  .wcw-tb--v2 .wcw-tb__display-2,
  .wcw-tb--v2 .wcw-tb__body:not(.wcw-tb__body--quote),
  .wcw-tb--v2 .wcw-tb__eyebrow--cc {
    order: initial;
  }
}

.wcw-tb__anchor {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(20%) sepia(85%) saturate(3000%) hue-rotate(347deg) brightness(95%);
  width: 1842px;
  height: 2532px;
  max-width: none;
  top: -799px;
  left: -442px;
}
@media (min-width: 992px) {
  .wcw-tb__anchor {
    width: 1562px;
    height: 2148px;
    top: -986px;
    left: 336px;
  }
}

.wcw-tb__display-2 {
  font-family: var(--wcw-font-display-2);
  font-weight: 600;
  font-size: 60px;
  line-height: 0.93;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin: 0 0 24px;
  padding-top: 5px;
  background: var(--wcw-gradient-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.wcw-tb__display-2 .wcw-tb__period::before {
  content: ".";
}

.wcw-tb--v1:has(+ .wcw-fbv4) {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .wcw-tb--intro {
    display: grid;
    grid-template-columns: 548fr 647fr;
    column-gap: 64px;
    align-items: start;
    padding: 97px 64px;
  }
  .wcw-tb--intro div:last-child {
    padding-top: 28px;
  }
}
.wcw-tb--intro .wcw-tb__headline {
  font-size: 60px;
  line-height: 0.933;
  letter-spacing: -0.03em;
}
.wcw-tb--intro .wcw-tb__body {
  font-size: 16px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .wcw-tb--intro .wcw-tb__body {
    font-size: 16px;
  }
}

.wcw-tb--intro::after {
  content: "";
  display: block;
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 560px;
  height: 769px;
  background-image: url("wcw-svg/anchor-large-solid.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}
@media (min-width: 992px) {
  .wcw-tb--intro::after {
    right: -80px;
    bottom: -120px;
    width: 480px;
  }
}
.wcw-tb--intro > * {
  position: relative;
  z-index: 1;
}

.wcw-tb__body-lead {
  font-family: var(--wcw-font-body);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  color: var(--wcw-color-ink);
  margin: 1.45em 0 0;
}

.wcw-tb--lede {
  padding: 50px 16px;
}
@media (min-width: 992px) {
  .wcw-tb--lede {
    padding: 50px 64px 66px;
  }
}
.wcw-tb--lede .wcw-tb__body {
  font-size: 26px;
  max-width: 760px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .wcw-tb--lede .wcw-tb__body {
    font-size: 26px;
  }
}

.wcw-icb {
  position: relative;
  z-index: 3;
  width: 100%;
  background: rgba(244, 244, 244, 0.92);
  overflow: hidden;
  padding: 50px 16px;
}
.wcw-icb::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #E2BA73 0%, #998460 100%);
  z-index: 4;
  pointer-events: none;
}
@media (min-width: 992px) {
  .wcw-icb {
    padding: 133px 64px;
  }
}

.wcw-icb__stage {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .wcw-icb__stage {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.wcw-icb__anchor {
  display: none;
}

.wcw-icb__cards {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 992px) {
  .wcw-icb__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

.wcw-icb__card {
  position: relative;
  display: block;
  width: 100%;
  height: 268px;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  text-decoration: none;
  color: var(--wcw-color-white);
  cursor: pointer;
}
.wcw-icb__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 99.8%);
  pointer-events: none;
  z-index: 1;
}
@media (min-width: 992px) {
  .wcw-icb__card {
    height: 300px;
  }
}

.wcw-icb__card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wcw-icb__card-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  z-index: 2;
  pointer-events: none;
}

.wcw-icb__card-cta {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  font-family: var(--wcw-font-display);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--wcw-color-white);
  text-decoration: none;
  background-image: var(--wcw-gradient-gold);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 20% 2px;
  padding-bottom: 6px;
  transition: background-size 0.8s var(--wcw-ease-expo-out);
}

.wcw-icb__card:hover .wcw-icb__card-cta,
.wcw-icb__card:focus-visible .wcw-icb__card-cta {
  background-size: 100% 2px;
}

.wcw-icb__section-cta {
  position: relative;
  z-index: 1;
  display: block;
  width: fit-content;
  margin: 64px auto 0;
  padding: 12px 24px 8px;
  font-family: var(--wcw-font-display);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--wcw-color-ink);
  background: transparent;
  border: 1px solid var(--wcw-color-ink);
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  transition: background var(--wcw-duration-fast) ease, color var(--wcw-duration-fast) ease;
}
.wcw-icb__section-cta:hover, .wcw-icb__section-cta:focus-visible {
  text-decoration: none;
  background: var(--wcw-gradient-gold);
  border-color: var(--wcw-color-gold-end);
  color: var(--wcw-color-ink);
}

.wcw-cc-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(14, 14, 14, 0.85);
  padding: 24px;
}
.wcw-cc-modal[data-open=true] {
  display: flex;
}
.wcw-cc-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 1100px;
  aspect-ratio: 16/9;
  background: var(--wcw-color-black);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.6);
}
.wcw-cc-modal__close {
  position: absolute;
  top: -48px;
  right: 0;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0;
  color: var(--wcw-color-white);
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}
.wcw-cc-modal__close:hover, .wcw-cc-modal__close:focus-visible {
  color: var(--wcw-color-red);
}
.wcw-cc-modal__player {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: var(--wcw-color-black);
  object-fit: cover;
}

.wcw-tb--v2 + .wcw-icb {
  padding-top: 0;
}

.wcw-sfb {
  position: relative;
  width: 100%;
  display: grid;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  grid-template-columns: 280px 200px 200px;
  grid-template-rows: 250px 250px;
  grid-template-areas: "img1 img2 text" "img1 img3 img3";
}
@media (min-width: 600px) and (max-width: 991px) {
  .wcw-sfb {
    overflow-x: unset;
    grid-template-columns: 640fr 400fr 400fr;
    grid-template-rows: 280px 280px;
  }
}
@media (min-width: 992px) {
  .wcw-sfb {
    overflow-x: unset;
    grid-template-columns: 640fr 400fr 400fr;
    grid-template-rows: 400px 400px;
  }
}

.wcw-sfb__cell-1 {
  grid-area: img1;
  position: relative;
  overflow: hidden;
}
.wcw-sfb__cell-1 img {
  object-position: bottom;
}

.wcw-sfb__cell-2 {
  grid-area: img2;
  position: relative;
  overflow: hidden;
}

.wcw-sfb__cell-text {
  grid-area: text;
  position: relative;
}
.wcw-sfb__cell-text .wcw-sfb__cell-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.wcw-sfb__cell-text::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(27, 33, 38, 0.85);
  backdrop-filter: blur(6.25px);
  -webkit-backdrop-filter: blur(6.25px);
  z-index: 1;
}
.wcw-sfb__cell-text > * {
  position: relative;
  z-index: 1;
}
.wcw-sfb__cell-text {
  color: var(--wcw-color-white);
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .wcw-sfb__cell-text {
    padding: 91px 26px 26px;
  }
}

.wcw-sfb__cell-3 {
  grid-area: img3;
  position: relative;
  overflow: hidden;
}

.wcw-sfb__cell-1 img,
.wcw-sfb__cell-2 img,
.wcw-sfb__cell-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wcw-sfb__social-icon {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-decoration: none;
  color: var(--wcw-color-white);
  z-index: 2;
}
@media (min-width: 992px) {
  .wcw-sfb__social-icon {
    bottom: 26px;
    left: 26px;
    width: 50px;
    height: 50px;
  }
}
.wcw-sfb__social-icon--instagram {
  background: var(--wcw-color-red);
}
.wcw-sfb__social-icon--linkedin {
  background: var(--wcw-gradient-gold);
}

.wcw-sfb__social-icon svg {
  width: 13px;
  height: 13px;
}
@media (min-width: 992px) {
  .wcw-sfb__social-icon svg {
    width: 28px;
    height: 28px;
  }
}

.wcw-sfb__text-body {
  font-family: var(--wcw-font-body);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
@media (min-width: 992px) {
  .wcw-sfb__text-body {
    font-size: 20px;
  }
}

.wcw-sfb__text-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wcw-sfb__text-cta {
  font-family: var(--wcw-font-display);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--wcw-color-white);
  text-decoration: none;
  background-image: var(--wcw-gradient-gold);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 20% 2px;
  padding-bottom: 4px;
  transition: background-size 0.8s var(--wcw-ease-expo-out);
}
@media (min-width: 992px) {
  .wcw-sfb__text-cta {
    font-size: 20px;
    padding-bottom: 8px;
  }
}
.wcw-sfb__text-cta:hover, .wcw-sfb__text-cta:focus-visible {
  background-size: 100% 2px;
  color: var(--wcw-color-white);
  text-decoration: none;
}

.wcw-sfb__x-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--wcw-color-ink);
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .wcw-sfb__x-circle {
    width: 50px;
    height: 50px;
  }
}

.wcw-sfb__x-icon {
  width: 11px;
  height: 10px;
}
@media (min-width: 992px) {
  .wcw-sfb__x-icon {
    width: 22px;
    height: 20px;
  }
}

.wcw-ig {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  background: var(--wcw-color-ink);
}
@media (min-width: 992px) {
  .wcw-ig {
    grid-template-columns: 640fr 400fr 400fr;
    grid-template-rows: 400px 400px;
  }
}

.wcw-ig__card {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: var(--wcw-color-white);
  aspect-ratio: 1/1;
}
.wcw-ig__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 400ms cubic-bezier(0.16, 1, 0.3, 1);
}
.wcw-ig__card:hover img, .wcw-ig__card:focus-visible img {
  transform: scale(1.04);
}
@media (min-width: 992px) {
  .wcw-ig__card {
    aspect-ratio: auto;
  }
}

@media (min-width: 992px) {
  .wcw-ig__card--portrait {
    grid-column: 1;
    grid-row: 1/3;
  }
}

@media (min-width: 992px) {
  .wcw-ig__card--square-a {
    grid-column: 2;
    grid-row: 1;
  }
}

@media (min-width: 992px) {
  .wcw-ig__card--square-b {
    grid-column: 3;
    grid-row: 1;
  }
}

@media (min-width: 992px) {
  .wcw-ig__card--landscape {
    grid-column: 2/4;
    grid-row: 2;
  }
}

.wcw-ig__badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(29, 35, 42, 0.7);
  color: var(--wcw-color-white);
  font-family: var(--wcw-font-display);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  pointer-events: none;
}

.wcw-ig__icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.wcw-ig__handle {
  white-space: nowrap;
}

.wcw-ig__card--content {
  position: relative;
  background: rgba(29, 35, 42, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--wcw-color-white);
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
}
@media (min-width: 992px) {
  .wcw-ig__card--content {
    aspect-ratio: auto;
    padding: 24px 32px;
  }
}
.wcw-ig__card--content::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(29, 35, 42, 0) 0%, rgba(29, 35, 42, 0.6) 100%);
  pointer-events: none;
  z-index: 0;
}
.wcw-ig__card--content > * {
  position: relative;
  z-index: 1;
}
.wcw-ig__card--content img.wcw-ig__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.wcw-ig__card-body {
  font-family: var(--wcw-font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
  color: var(--wcw-color-white);
}
@media (min-width: 992px) {
  .wcw-ig__card-body {
    font-size: 16px;
  }
}

.wcw-ig__card-cta {
  font-family: var(--wcw-font-display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--wcw-color-white);
  text-decoration: none;
  background-image: var(--wcw-gradient-gold);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 2px;
  padding-bottom: 6px;
  align-self: flex-start;
}
@media (min-width: 992px) {
  .wcw-ig__card-cta {
    font-size: 16px;
  }
}

.wcw-ph {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  color: var(--wcw-color-white);
}
@media (min-width: 992px) {
  .wcw-ph {
    height: 746px;
  }
}
.wcw-ph::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--wcw-gradient-gold);
  z-index: 10;
  pointer-events: none;
}
.mod-wcw-archive--cask .wcw-ph::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: var(--wcw-color-red);
  z-index: 10;
  pointer-events: none;
}
.wcw-ph--photo {
  background: var(--wcw-color-ink);
}
.wcw-ph--red {
  background: var(--wcw-color-red);
}
.wcw-ph--compact {
  height: auto;
  min-height: 580px;
}
@media (min-width: 992px) {
  .wcw-ph--compact .wcw-ph__anchor {
    left: 49.93%;
    right: 8.89%;
    width: auto;
    top: 170px;
  }
}

.wcw-ph__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.wcw-ph__media img,
.wcw-ph__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wcw-ph__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(29, 35, 42, 0.3) 0%, rgba(29, 35, 42, 0.55) 100%);
  pointer-events: none;
}

.wcw-ph--photo .wcw-ph__media::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 27.837%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 99.884%);
}

.wcw-ph__anchor {
  position: absolute;
  z-index: 1;
  right: -60px;
  top: 340px;
  width: 280px;
  height: auto;
  pointer-events: none;
  user-select: none;
  max-width: none;
}
@media (min-width: 992px) {
  .wcw-ph__anchor {
    left: 49.93%;
    right: 8.89%;
    width: auto;
    top: 349px;
  }
}

.wcw-ph--inset-right {
  background: var(--wcw-color-red);
}
.wcw-ph--inset-right .wcw-ph__media {
  inset: auto;
  top: 80px;
  right: 0;
  width: 75%;
  height: auto;
  aspect-ratio: 3/4;
}
.wcw-ph--inset-right .wcw-ph__media::after {
  content: none;
}
.wcw-ph--inset-right .wcw-ph__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .wcw-ph--inset-right .wcw-ph__media {
    right: 96px;
    top: 100px;
    bottom: auto;
    width: 460px;
    height: 540px;
    aspect-ratio: auto;
  }
}
.wcw-ph--inset-right .wcw-ph__anchor {
  top: 40px;
  right: 16px;
  width: 220px;
  filter: none;
  mix-blend-mode: multiply;
}
@media (min-width: 992px) {
  .wcw-ph--inset-right .wcw-ph__anchor {
    right: 64px;
    top: 60px;
    width: 540px;
  }
}
.wcw-ph--inset-right .wcw-ph__content {
  top: auto;
  left: 16px;
  right: 16px;
  bottom: 32px;
}
@media (min-width: 992px) {
  .wcw-ph--inset-right .wcw-ph__content {
    max-width: 600px;
    left: 64px;
    top: 300px;
    bottom: auto;
  }
}

.wcw-ph.wcw-ph--inset-right {
  height: 760px;
}
@media (min-width: 992px) {
  .wcw-ph.wcw-ph--inset-right {
    height: 746px;
  }
}

.wcw-ph__content {
  position: absolute;
  z-index: 2;
  left: 16px;
  right: 16px;
  bottom: 64px;
}
@media (min-width: 992px) {
  .wcw-ph__content {
    left: 64px;
    right: 64px;
    top: 272px;
    bottom: auto;
    max-width: 736px;
  }
}

.wcw-ph__content--wide .wcw-ph__headline {
  font-size: 60px;
}
@media (min-width: 992px) {
  .wcw-ph__content--wide {
    max-width: 1090px;
  }
  .wcw-ph__content--wide .wcw-ph__headline {
    font-size: 140px;
    max-width: none;
  }
}

.wcw-ph__eyebrow {
  font-family: var(--wcw-font-display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin: 0 0 24px;
  background: var(--wcw-gradient-gold);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 992px) {
  .wcw-ph__eyebrow {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.06em;
    margin-bottom: 16px;
  }
}

.wcw-ph__headline {
  font-family: var(--wcw-font-display);
  font-size: 75px;
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin: 0;
  color: inherit;
}
@media (min-width: 992px) {
  .wcw-ph__headline {
    font-size: 140px;
    text-wrap-style: balance;
  }
}
.wcw-ph__headline .wcw-ph__period {
  background: var(--wcw-gradient-gold);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wcw-ph--red .wcw-ph__headline .wcw-ph__period {
  background: none;
  -webkit-text-fill-color: var(--wcw-color-white);
}

.wcw-ph__body {
  font-family: var(--wcw-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  max-width: 537px;
  color: inherit;
}
@media (min-width: 992px) {
  .wcw-ph__body {
    font-size: 20px;
    line-height: 1.4;
  }
}

.wcw-crumb {
  width: 100%;
  background: var(--wcw-color-off-white);
  padding: 24px 16px 0;
}
@media (min-width: 992px) {
  .wcw-crumb {
    padding: 60px 64px 0;
  }
}

.wcw-crumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--wcw-font-display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #a0a0a0;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .wcw-crumb__list {
    font-size: 16px;
  }
}

.wcw-crumb__item {
  display: flex;
  align-items: center;
}
.wcw-crumb__item + .wcw-crumb__item::before {
  content: "/";
  color: #a0a0a0;
  margin: 0 0.5em;
}
.wcw-crumb__item a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.15s ease;
}
.wcw-crumb__item a:hover, .wcw-crumb__item a:focus-visible {
  opacity: 0.7;
}
.wcw-crumb__item[aria-current=page] {
  color: var(--wcw-color-red-dark);
}

.wcw-hl {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  background: var(--wcw-color-off-white);
}
@media (min-width: 992px) {
  .wcw-hl {
    grid-template-columns: 823fr 4px 617fr;
  }
}

@media (min-width: 992px) {
  .wcw-hl--reverse {
    grid-template-columns: 617fr 4px 823fr;
  }
  .wcw-hl--reverse .wcw-hl__media {
    order: 3;
  }
  .wcw-hl--reverse .wcw-hl__divider {
    order: 2;
  }
  .wcw-hl--reverse .wcw-hl__panel {
    order: 1;
  }
}

.wcw-hl__media {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 823/680;
  overflow: hidden;
}
@media (min-width: 992px) {
  .wcw-hl__media {
    aspect-ratio: auto;
  }
}
.wcw-hl__media img,
.wcw-hl__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 992px) {
  .wcw-hl__media img,
  .wcw-hl__media video {
    position: absolute;
    inset: 0;
  }
}

.wcw-hl__divider {
  display: none;
}
@media (min-width: 992px) {
  .wcw-hl__divider {
    position: relative;
    z-index: 1;
    display: block;
    width: 4px;
    height: 100%;
    background: var(--wcw-gradient-gold);
  }
}

.wcw-hl__panel {
  position: relative;
  background: var(--wcw-color-red);
  color: var(--wcw-color-white);
  padding: 48px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .wcw-hl__panel {
    padding: 142px 55px 142px 55px;
    min-height: 680px;
  }
}

.wcw-hl--cream .wcw-hl__panel {
  background: var(--wcw-color-off-white);
  color: var(--wcw-color-ink);
}
.wcw-hl--cream .wcw-hl__eyebrow {
  color: var(--wcw-color-ink);
}
.wcw-hl--cream .wcw-hl__headline {
  color: var(--wcw-color-red);
}
.wcw-hl--cream .wcw-hl__divider {
  background: var(--wcw-color-red);
}

.wcw-hl--dark .wcw-hl__panel {
  background: var(--wcw-color-ink);
  color: var(--wcw-color-white);
}

.wcw-hl__eyebrow {
  font-family: var(--wcw-font-display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin: 0 0 24px;
  color: var(--wcw-color-white);
}

.wcw-hl__headline {
  font-family: var(--wcw-font-display-2);
  font-size: 50px;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin: 0 0 24px;
  color: inherit;
  max-width: 496px;
}
@media (min-width: 992px) {
  .wcw-hl__headline {
    font-size: 60px;
    line-height: 0.93;
  }
}
.wcw-hl__headline .wcw-tb__period {
  display: inline-block;
  width: 0.12em;
  height: 0.12em;
  background: var(--wcw-color-white);
  margin-left: 0.04em;
  vertical-align: baseline;
  transform: translateY(-0.04em);
}

.wcw-hl--cream .wcw-hl__headline .wcw-tb__period {
  background: var(--wcw-color-red);
}

.wcw-hl__body {
  font-family: var(--wcw-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
  max-width: 449px;
  color: inherit;
}
@media (min-width: 992px) {
  .wcw-hl__body {
    font-size: 18px;
  }
}
.wcw-hl__body + .wcw-hl__body {
  margin-top: 16px;
}
.wcw-hl__body--lead {
  font-weight: 600;
}
.wcw-hl__body + .wcw-hl__body--lead {
  margin-top: 1.45em;
}

.wcw-fa {
  position: relative;
  width: 100%;
  background: var(--wcw-color-ink);
  color: var(--wcw-color-white);
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
}
@media (min-width: 992px) {
  .wcw-fa {
    grid-template-columns: 823fr 617fr;
    min-height: 600px;
  }
}

.wcw-fa__media {
  position: relative;
  aspect-ratio: 864/600;
  overflow: hidden;
}
@media (min-width: 992px) {
  .wcw-fa__media {
    aspect-ratio: auto;
    min-height: 600px;
    border-right: 2px solid var(--wcw-color-red);
  }
}
.wcw-fa__media img,
.wcw-fa__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 992px) {
  .wcw-fa__media img,
  .wcw-fa__media video {
    position: absolute;
    inset: 0;
  }
}

.wcw-fa__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
}
.wcw-fa__play svg {
  width: 32px;
  height: 32px;
  fill: var(--wcw-color-ink);
  margin-left: 2px;
}
.wcw-fa__play:hover, .wcw-fa__play:focus-visible {
  background: rgb(255, 255, 255);
}

.wcw-fa__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 24px;
  background: var(--wcw-color-ink);
}
@media (min-width: 992px) {
  .wcw-fa__panel {
    padding: 72px 64px;
  }
}

.wcw-fa--cream {
  background: var(--wcw-color-off-white);
  color: var(--wcw-color-ink);
}
.wcw-fa--cream .wcw-fa__panel {
  background: var(--wcw-color-off-white);
}
.wcw-fa--cream .wcw-fa__quote {
  color: inherit;
}
.wcw-fa--cream .wcw-fa__byline {
  color: rgba(29, 35, 42, 0.7);
}
.wcw-fa--cream .wcw-fa__body {
  color: inherit;
}

.wcw-fa__title {
  font-family: var(--wcw-font-display);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0 0 24px;
  color: inherit;
  max-width: 16ch;
}
@media (min-width: 992px) {
  .wcw-fa__title {
    font-size: 40px;
  }
}

.wcw-fa__meta {
  font-family: var(--wcw-font-display);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.7);
}
.wcw-fa__meta span {
  color: var(--wcw-color-gold-end);
  padding: 0 2px;
}
@media (min-width: 992px) {
  .wcw-fa__meta {
    font-size: 14px;
  }
}

.wcw-fa--cream .wcw-fa__meta {
  color: rgba(29, 35, 42, 0.6);
}

.wcw-fa__eyebrow {
  font-family: var(--wcw-font-display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin: 0 0 24px;
  color: var(--wcw-color-white);
}

.wcw-fa--cream .wcw-fa__eyebrow {
  color: var(--wcw-color-red);
}

.wcw-fa__quote {
  font-family: var(--wcw-font-display-2);
  font-size: 36px;
  font-weight: 600;
  line-height: 0.93;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin: 0 0 32px;
  padding-top: 4px;
  max-width: 16ch;
  background: var(--wcw-gradient-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (min-width: 992px) {
  .wcw-fa__quote {
    font-size: 60px;
  }
}

.wcw-fa--cream .wcw-fa__quote {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  color: var(--wcw-color-ink);
}

.wcw-fa__byline {
  font-family: var(--wcw-font-display);
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 12px;
  margin: 0 0 32px;
  color: var(--wcw-color-white);
}

.wcw-fa__byline-sep {
  color: #E2BA73;
  letter-spacing: 0;
}

.wcw-fa--cream .wcw-fa__byline {
  color: rgba(29, 35, 42, 0.7);
}

.wcw-fa__body {
  font-family: var(--wcw-font-body);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
  margin: 0 0 32px;
  color: inherit;
  max-width: 449px;
}
@media (min-width: 992px) {
  .wcw-fa__body {
    font-size: 20px;
  }
}

.wcw-fa__cta {
  display: inline-block;
  background: var(--wcw-color-red);
  color: var(--wcw-color-white);
  padding: 12px 24px 8px;
  font-family: var(--wcw-font-display);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  border: 0;
  border-radius: 4px;
  transition: background 0.2s ease;
}
@media (min-width: 992px) {
  .wcw-fa__cta {
    font-size: 20px;
  }
}
.wcw-fa__cta:hover, .wcw-fa__cta:focus-visible {
  text-decoration: none;
  color: var(--wcw-color-white);
  background: var(--wcw-color-red-dark, #9b1820);
}

.wcw-cg {
  width: 100%;
  background: var(--wcw-color-off-white);
  padding: 64px 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  .wcw-cg {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .wcw-cg {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    padding: 64px 64px 96px;
  }
}
@media (min-width: 992px) {
  .wcw-cg--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wcw-cg__card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--wcw-color-ink);
  transition: transform 240ms cubic-bezier(0.16, 1, 0.3, 1);
}
.wcw-cg__card:hover, .wcw-cg__card:focus-visible {
  transform: translateY(-4px);
}

.wcw-cg__media {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin: 0 0 16px;
}
.wcw-cg__media img,
.wcw-cg__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 400ms cubic-bezier(0.16, 1, 0.3, 1);
}
.wcw-cg__card:hover .wcw-cg__media img, .wcw-cg__card:focus-visible .wcw-cg__media img {
  transform: scale(1.04);
}

.wcw-cg__eyebrow {
  font-family: var(--wcw-font-display);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin: 0 0 8px;
  color: var(--wcw-color-red);
}

.wcw-cg__name {
  font-family: var(--wcw-font-display);
  font-size: 22px;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0 0 12px;
  color: inherit;
}
@media (min-width: 992px) {
  .wcw-cg__name {
    font-size: 24px;
  }
}

.wcw-cg__body {
  font-family: var(--wcw-font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
  color: inherit;
}
@media (min-width: 992px) {
  .wcw-cg__body {
    font-size: 14px;
  }
}

.wcw-cg__cta {
  margin-top: 16px;
  font-family: var(--wcw-font-display);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wcw-color-ink);
  text-decoration: none;
  background-image: var(--wcw-gradient-gold);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 2px;
  padding-bottom: 6px;
  align-self: flex-start;
}

.wcw-pg {
  width: 100%;
  background: var(--wcw-color-off-white);
  padding: 48px 16px 80px;
}
@media (min-width: 992px) {
  .wcw-pg {
    padding: 64px 64px 80px;
  }
}

.wcw-pg__filter {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0;
  margin-bottom: 48px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
}
@media (min-width: 992px) {
  .wcw-pg__filter {
    gap: 0;
    margin-bottom: 40px;
    padding-bottom: 14px;
    overflow-x: unset;
  }
}

.wcw-pg__filter-label {
  font-family: var(--wcw-font-display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--wcw-color-ink);
  white-space: nowrap;
}

.wcw-pg__filter-sep {
  color: #E2BA73;
  font-size: 14px;
  letter-spacing: 0;
  margin: -4px 18px 0;
}

.wcw-pg__filter-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 4px 0;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}

.wcw-pg__filter-item {
  display: flex;
  align-items: center;
}

.wcw-pg__filter-link {
  font-family: var(--wcw-font-display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  line-height: 1;
  color: #666;
  text-decoration: none;
  padding: 2px 4px;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  text-align: center;
  transition: color 0.15s ease;
}
.wcw-pg__filter-link[aria-current=true] {
  color: var(--wcw-color-ink);
  border-bottom-color: var(--wcw-color-ink);
}
.wcw-pg__filter-link:hover, .wcw-pg__filter-link:focus-visible {
  color: var(--wcw-color-ink);
  text-decoration: none;
}

.wcw-pg__filter-count {
  font-family: var(--wcw-font-display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #666;
  white-space: nowrap;
  margin-left: auto;
}

.wcw-pg__top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media (min-width: 992px) {
  .wcw-pg__top {
    grid-template-columns: 869fr 427fr;
    gap: 16px;
    align-items: start;
  }
}

.wcw-pg__bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  margin-top: 48px;
}
@media (min-width: 768px) {
  .wcw-pg__bottom {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (min-width: 992px) {
  .wcw-pg__bottom {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 58px;
  }
}

.wcw-pg__featured,
.wcw-pg__card {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.wcw-pg__media {
  position: relative;
  display: block;
  height: 300px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
  text-decoration: none;
}
.wcw-pg__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 400ms cubic-bezier(0.16, 1, 0.3, 1);
}
.wcw-pg__media::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 4px;
  background: linear-gradient(180.2deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
  pointer-events: none;
}
.wcw-pg__media:hover img {
  transform: scale(1.03);
}
.wcw-pg__media--featured {
  height: auto;
  max-height: 521px;
  aspect-ratio: 869/521;
}

.wcw-pg__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.wcw-pg__play svg {
  width: 26px;
  height: 26px;
  fill: var(--wcw-color-ink);
  margin-left: 2px;
}
.wcw-pg__play--lg {
  width: 68px;
  height: 68px;
}
.wcw-pg__play--lg svg {
  width: 32px;
  height: 32px;
  margin-left: 3px;
}

.wcw-pg__content {
  display: flex;
  flex-direction: column;
}

.wcw-pg__category {
  font-family: var(--wcw-font-display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--wcw-color-red);
  margin: 0 0 10px;
}

.wcw-pg__name {
  font-family: var(--wcw-font-display);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--wcw-color-ink);
  margin: 0 0 10px;
}
@media (min-width: 992px) {
  .wcw-pg__name {
    font-size: 54px;
  }
}
.wcw-pg__name a {
  color: inherit;
  text-decoration: none;
}
.wcw-pg__name a:hover, .wcw-pg__name a:focus-visible {
  color: var(--wcw-color-red);
}
@media (min-width: 992px) {
  .wcw-pg__name--featured {
    font-size: 60px;
  }
}

.wcw-pg__body {
  font-family: var(--wcw-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  color: #555;
  margin: 0 0 24px;
}
@media (min-width: 992px) {
  .wcw-pg__body {
    font-size: 20px;
  }
}

.wcw-pg__duration {
  font-family: var(--wcw-font-display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #797979;
  margin: 0;
}

.wcw-pg__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 64px;
}

.wcw-pg__load {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px 8px;
  border: 1px solid var(--wcw-color-ink);
  border-radius: 4px;
  background: transparent;
  font-family: var(--wcw-font-display);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wcw-color-ink);
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.wcw-pg__load:hover, .wcw-pg__load:focus-visible {
  background: var(--wcw-color-ink);
  color: var(--wcw-color-white);
  text-decoration: none;
}

.wcw-pg__showing {
  font-family: var(--wcw-font-display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #797979;
  margin: 0;
  text-align: center;
}

.mod-wcw-archive--cask .wcw-pg,
.wcw-pg.mod-wcw-archive--realms {
  position: relative;
  overflow: hidden;
}
.mod-wcw-archive--cask .wcw-pg::before,
.wcw-pg.mod-wcw-archive--realms::before {
  content: "";
  position: absolute;
  left: 25.68%;
  right: -26.75%;
  top: -7px;
  aspect-ratio: 682.94/938.55;
  background-image: url("wcw-svg/anchor-large-solid.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0.06;
  pointer-events: none;
  z-index: 0;
}
.mod-wcw-archive--cask .wcw-pg > *,
.wcw-pg.mod-wcw-archive--realms > * {
  position: relative;
  z-index: 1;
}

.wcw-rel {
  width: 100%;
  background: var(--wcw-color-off-white);
  padding: 0 16px 80px;
  border-top: 4px solid transparent;
  border-image: linear-gradient(90deg, #e2ba73 0%, #a37529 100%) 1;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .wcw-rel {
    padding: 0 64px 96px;
  }
}

.wcw-rel__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1698px;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
.wcw-rel__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.05;
}

.wcw-rel > :not(.wcw-rel__bg) {
  position: relative;
  z-index: 1;
}

.wcw-rel__heading {
  font-family: var(--wcw-font-display-2);
  font-size: 48px;
  font-weight: 600;
  line-height: 0.93;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--wcw-color-red);
  text-align: center;
  margin: 64px 0 48px;
}
@media (min-width: 992px) {
  .wcw-rel__heading {
    font-size: 60px;
  }
}

.wcw-rel__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .wcw-rel__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (min-width: 992px) {
  .wcw-rel__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wcw-rel__cta {
  display: flex;
  justify-content: center;
}

.wcw-filter {
  width: 100%;
  background: var(--wcw-color-off-white);
  padding: 24px 16px;
  border-bottom: 1px solid rgba(29, 35, 42, 0.1);
  border-top: 1px solid rgba(29, 35, 42, 0.1);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 992px) {
  .wcw-filter {
    padding: 32px 64px;
  }
}

.wcw-filter__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .wcw-filter__list {
    flex-wrap: wrap;
    gap: 48px;
  }
}

.wcw-filter__item {
  flex: 0 0 auto;
}

.wcw-filter__pill {
  display: inline-block;
  font-family: var(--wcw-font-display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--wcw-color-ink);
  text-decoration: none;
  padding: 8px 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
  white-space: nowrap;
}
.wcw-filter__pill:hover, .wcw-filter__pill:focus-visible {
  color: var(--wcw-color-red);
}
.wcw-filter__pill[aria-current=true], .wcw-filter__pill.is-active {
  color: var(--wcw-color-ink);
  border-bottom-color: var(--wcw-color-ink);
}

.wcw-ar {
  width: 100%;
  background: var(--wcw-color-off-white);
  padding: 64px 16px 32px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .wcw-ar {
    padding: 96px 64px;
  }
}
.wcw-ar::before {
  content: "";
  position: absolute;
  left: 63.82%;
  right: -21.04%;
  top: 0;
  aspect-ratio: 682.94/938.55;
  background-image: url("wcw-svg/anchor-large-solid.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0.06;
  pointer-events: none;
  z-index: 0;
}
.wcw-ar > * {
  position: relative;
  z-index: 1;
}

.wcw-ar__inner {
  max-width: 647px;
}

.wcw-ar--2col .wcw-ar__inner {
  max-width: 1200px;
}
@media (min-width: 992px) {
  .wcw-ar--2col .wcw-ar__inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 64px;
    align-items: start;
  }
}

.wcw-ar__meta {
  font-family: var(--wcw-font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(29, 35, 42, 0.7);
  margin: 0 0 24px;
}
@media (min-width: 992px) {
  .wcw-ar__meta {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    padding-right: 24px;
  }
}
.wcw-ar__meta > p {
  margin: 0 0 16px;
}
.wcw-ar__meta > p:last-child {
  margin-bottom: 0;
}

.wcw-ar__eyebrow {
  font-family: var(--wcw-font-display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin: 0 0 24px;
  color: var(--wcw-color-red);
}

.wcw-ar__headline {
  font-family: var(--wcw-font-display);
  font-size: 40px;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--wcw-color-ink);
  margin: 0 0 22px;
}
@media (min-width: 992px) {
  .wcw-ar__headline {
    font-size: 60px;
  }
}

.wcw-ar__body + .wcw-ar__headline {
  margin-top: 42px;
}

.wcw-ar__lede {
  font-family: var(--wcw-font-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  margin: 0 0 32px;
  color: var(--wcw-color-ink);
}
@media (min-width: 992px) {
  .wcw-ar__lede {
    font-size: 24px;
  }
}

.wcw-ar__body {
  font-family: var(--wcw-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 24px;
  color: var(--wcw-color-ink);
}
@media (min-width: 992px) {
  .wcw-ar__body {
    font-size: 20px;
  }
}
.wcw-ar__body + .wcw-ar__body {
  margin-top: 0;
}

.wcw-ar__gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 48px 0 0;
}
@media (min-width: 768px) {
  .wcw-ar__gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .wcw-ar__gallery {
    margin-top: 64px;
  }
}
@media (min-width: 768px) {
  .wcw-ar__gallery--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .wcw-ar__gallery--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.wcw-ar__gallery-item {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 71/100;
}
.wcw-ar__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wcw-pd {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--wcw-color-off-white);
  padding: 64px 16px;
  gap: 32px;
}
@media (min-width: 992px) {
  .wcw-pd {
    grid-template-columns: 1fr 1fr;
    padding: 96px 64px;
    gap: 64px;
    align-items: center;
  }
}

.wcw-pd--split {
  position: relative;
  padding: 0;
  gap: 0;
  background: var(--wcw-color-off-white);
  align-items: stretch;
}
@media (min-width: 992px) {
  .wcw-pd--split {
    grid-template-columns: 1fr 1fr;
  }
}
.wcw-pd--split .wcw-pd__detail {
  padding: 64px 24px;
  background: var(--wcw-color-off-white);
}
@media (min-width: 992px) {
  .wcw-pd--split .wcw-pd__detail {
    padding: 144px 64px;
  }
}
.wcw-pd--split .wcw-pd__bottle {
  position: relative;
  background: var(--wcw-color-red);
  padding: 48px 16px 64px;
  overflow: hidden;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .wcw-pd--split .wcw-pd__bottle {
    padding: 96px 32px;
    min-height: 720px;
  }
}
.wcw-pd--split .wcw-pd__bottle > img:not(.wcw-pd__anchor) {
  position: relative;
  z-index: 2;
  max-height: 480px;
  width: auto;
}
@media (min-width: 992px) {
  .wcw-pd--split .wcw-pd__bottle > img:not(.wcw-pd__anchor) {
    max-height: 600px;
  }
}
.wcw-pd--split .wcw-pd__age {
  position: absolute;
  top: 32px;
  right: 50%;
  transform: translateX(50%);
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid rgba(255, 255, 255, 0.25);
  color: var(--wcw-color-white);
  font-family: var(--wcw-font-display);
  font-size: 48px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  z-index: 1;
}
@media (min-width: 992px) {
  .wcw-pd--split .wcw-pd__age {
    width: 320px;
    height: 320px;
    top: 60px;
    right: 64px;
    transform: none;
    font-size: 72px;
  }
}
.wcw-pd--split .wcw-pd__anchor {
  position: absolute;
  z-index: 0;
  bottom: -60px;
  right: -120px;
  width: 540px;
  height: auto;
  pointer-events: none;
  user-select: none;
  max-width: none;
  opacity: 0.55;
  filter: brightness(0) invert(1);
}
@media (min-width: 992px) {
  .wcw-pd--split .wcw-pd__anchor {
    width: 700px;
    bottom: -120px;
    right: -200px;
  }
}
.wcw-pd--split .wcw-pd__eyebrow {
  background: var(--wcw-gradient-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.wcw-pd__bottle {
  position: relative;
  text-align: center;
}
.wcw-pd__bottle img {
  max-width: 100%;
  height: auto;
  max-height: 600px;
  display: block;
  margin: 0 auto;
}

.wcw-pd__age {
  position: absolute;
  top: 24px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--wcw-color-red);
  color: var(--wcw-color-white);
  font-family: var(--wcw-font-display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 8px;
}
@media (min-width: 992px) {
  .wcw-pd__age {
    width: 96px;
    height: 96px;
    font-size: 16px;
  }
}

.wcw-pd__detail {
  display: flex;
  flex-direction: column;
}

.wcw-pd__eyebrow {
  font-family: var(--wcw-font-display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin: 0 0 16px;
  color: var(--wcw-color-red);
}

.wcw-pd__title {
  font-family: var(--wcw-font-display);
  font-size: 48px;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0 0 16px;
  color: var(--wcw-color-ink);
}
@media (min-width: 992px) {
  .wcw-pd__title {
    font-size: 60px;
  }
}

.wcw-pd__rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: var(--wcw-color-red);
}
.wcw-pd__rating-stars {
  display: inline-flex;
  gap: 2px;
}
.wcw-pd__rating svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.wcw-pd__rating-count {
  font-family: var(--wcw-font-body);
  font-size: 14px;
  color: var(--wcw-color-ink);
  opacity: 0.7;
}

.wcw-pd__body {
  font-family: var(--wcw-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  margin: 0 0 32px;
  color: var(--wcw-color-ink);
  max-width: 480px;
}
@media (min-width: 992px) {
  .wcw-pd__body {
    font-size: 18px;
  }
}

.wcw-pd__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.wcw-pd__cta-primary {
  display: inline-block;
  background: var(--wcw-color-red);
  color: var(--wcw-color-white);
  padding: 14px 32px;
  font-family: var(--wcw-font-display);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  border: 0;
  transition: background 0.2s ease;
}
@media (min-width: 992px) {
  .wcw-pd__cta-primary {
    font-size: 20px;
  }
}
.wcw-pd__cta-primary:hover, .wcw-pd__cta-primary:focus-visible {
  background: var(--wcw-color-red-dark, #9b1820);
}

.wcw-pd__cta-secondary {
  display: inline-block;
  background: transparent;
  color: var(--wcw-color-ink);
  padding: 14px 32px;
  font-family: var(--wcw-font-display);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  border: 1px solid var(--wcw-color-ink);
  transition: background 0.2s ease, color 0.2s ease;
}
@media (min-width: 992px) {
  .wcw-pd__cta-secondary {
    font-size: 20px;
  }
}
.wcw-pd__cta-secondary:hover, .wcw-pd__cta-secondary:focus-visible {
  background: var(--wcw-color-ink);
  color: var(--wcw-color-white);
}

.wcw-pd__spec {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-family: var(--wcw-font-display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--wcw-color-ink);
}
.wcw-pd__spec > div {
  display: flex;
  gap: 8px;
}

.wcw-pd-detail {
  width: 100%;
  background: var(--wcw-color-off-white);
  padding: 64px 16px;
}
@media (min-width: 992px) {
  .wcw-pd-detail {
    padding: 96px 64px;
  }
}

.wcw-pd-detail__title {
  font-family: var(--wcw-font-display);
  font-size: 36px;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0 0 32px;
  color: var(--wcw-color-ink);
  max-width: 24ch;
}
@media (min-width: 992px) {
  .wcw-pd-detail__title {
    font-size: 56px;
    margin-bottom: 56px;
  }
}

.wcw-pd-detail__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 0 0 32px;
}
@media (min-width: 768px) {
  .wcw-pd-detail__stats {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}
@media (min-width: 992px) {
  .wcw-pd-detail__stats {
    margin-bottom: 48px;
  }
}

.wcw-pd-detail__stat {
  background: var(--wcw-color-red);
  color: var(--wcw-color-white);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.wcw-pd-detail__stat-label {
  font-family: var(--wcw-font-display);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
.wcw-pd-detail__stat-value {
  font-family: var(--wcw-font-display);
  font-size: 32px;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0;
  color: inherit;
}
@media (min-width: 992px) {
  .wcw-pd-detail__stat-value {
    font-size: 40px;
  }
}

.wcw-pd-detail__body {
  font-family: var(--wcw-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
  color: var(--wcw-color-ink);
  max-width: 64ch;
}
@media (min-width: 992px) {
  .wcw-pd-detail__body {
    font-size: 18px;
  }
}

.wcw-hp {
  width: 100%;
  background: var(--wcw-color-off-white);
  padding: 64px 16px 96px;
  text-align: center;
}
@media (min-width: 992px) {
  .wcw-hp {
    padding: 96px 64px 128px;
  }
}

.wcw-hp__title {
  font-family: var(--wcw-font-display);
  font-size: 32px;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0 0 48px;
  color: var(--wcw-color-ink);
}
@media (min-width: 992px) {
  .wcw-hp__title {
    font-size: 48px;
    margin-bottom: 64px;
  }
}

.wcw-hp__steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .wcw-hp__steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}

.wcw-hp__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.wcw-hp__icon {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--wcw-color-red);
}
.wcw-hp__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.wcw-hp__step-title {
  font-family: var(--wcw-font-display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--wcw-color-red);
  margin: 0;
}

.wcw-hp__step-body {
  font-family: var(--wcw-font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--wcw-color-ink);
  margin: 0;
  max-width: 28ch;
}
@media (min-width: 992px) {
  .wcw-hp__step-body {
    font-size: 16px;
  }
}

.wcw-na {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--wcw-color-red);
  color: var(--wcw-color-white);
}
@media (min-width: 992px) {
  .wcw-na {
    grid-template-columns: 5fr 7fr;
    align-items: stretch;
    min-height: 600px;
  }
}

.wcw-na__copy {
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .wcw-na__copy {
    padding: 96px 64px;
  }
}

.wcw-na__title {
  font-family: var(--wcw-font-display);
  font-size: 36px;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0 0 24px;
  color: inherit;
}
@media (min-width: 992px) {
  .wcw-na__title {
    font-size: 48px;
  }
}

.wcw-na__body {
  font-family: var(--wcw-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  margin: 0 0 32px;
  color: inherit;
  max-width: 36ch;
}
@media (min-width: 992px) {
  .wcw-na__body {
    font-size: 18px;
  }
}

.wcw-na__cta {
  display: inline-block;
  background: var(--wcw-color-white);
  color: var(--wcw-color-red);
  padding: 14px 32px;
  font-family: var(--wcw-font-display);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  align-self: center;
}
@media (min-width: 992px) {
  .wcw-na__cta {
    font-size: 20px;
  }
}

.wcw-na__photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 0;
}
@media (min-width: 992px) {
  .wcw-na__photos {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr 1fr;
  }
}

.wcw-na__photo {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.wcw-na__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wcw-aw {
  width: 100%;
  background: var(--wcw-color-off-white);
  padding: 48px 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media (min-width: 992px) {
  .wcw-aw {
    padding: 64px 64px;
    gap: 64px;
  }
}

.wcw-aw__medal {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  font-family: var(--wcw-font-display);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wcw-color-ink);
}
.wcw-aw__medal-disc {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--wcw-gradient-gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--wcw-color-white);
  font-family: var(--wcw-font-display);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.wcw-rl {
  position: relative;
  width: 100%;
  background: var(--wcw-color-off-white);
  padding: 64px 16px 96px;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 992px) {
  .wcw-rl {
    padding: 96px 64px 128px;
  }
}

.wcw-rl__title {
  font-family: var(--wcw-font-display);
  font-size: 36px;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0 0 16px;
  color: var(--wcw-color-ink);
}
@media (min-width: 992px) {
  .wcw-rl__title {
    font-size: 56px;
  }
}

.wcw-rl__subtitle {
  font-family: var(--wcw-font-display-2, var(--wcw-font-display));
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0 0 64px;
  background: var(--wcw-gradient-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (min-width: 992px) {
  .wcw-rl__subtitle {
    font-size: 36px;
  }
}

.wcw-rl__bottles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 16px;
  align-items: end;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .wcw-rl__bottles {
    grid-template-columns: repeat(5, 1fr);
    gap: 32px;
  }
}

.wcw-rl__bottle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: var(--wcw-color-ink);
  transition: transform 240ms cubic-bezier(0.16, 1, 0.3, 1);
}
.wcw-rl__bottle img {
  width: 100%;
  max-width: 160px;
  height: auto;
  display: block;
}
.wcw-rl__bottle:hover, .wcw-rl__bottle:focus-visible {
  transform: translateY(-4px);
}
.wcw-rl__bottle--featured img {
  max-width: 200px;
}
.wcw-rl__bottle-name {
  font-family: var(--wcw-font-display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: inherit;
}

.wcw-stk {
  position: relative;
  width: 100%;
  background: var(--wcw-color-off-white);
  color: var(--wcw-color-ink);
  padding: 48px 16px;
}
@media (min-width: 992px) {
  .wcw-stk {
    padding: 80px 64px;
  }
}

.wcw-stk__header {
  max-width: 720px;
  margin: 0 auto 32px;
  text-align: center;
}

.wcw-stk__title {
  font-family: var(--wcw-font-display);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0 0 16px;
  color: var(--wcw-color-ink);
}
@media (min-width: 992px) {
  .wcw-stk__title {
    font-size: 60px;
  }
}

.wcw-stk__intro {
  font-family: var(--wcw-font-body);
  font-size: 16px;
  line-height: 1.5;
  color: rgba(29, 35, 42, 0.75);
  margin: 0;
}
@media (min-width: 992px) {
  .wcw-stk__intro {
    font-size: 18px;
  }
}

.wcw-stk__filters {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 auto 32px;
  max-width: 1280px;
}

.wcw-stk__filter-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.wcw-stk__filter-row + .wcw-stk__filter-row {
  padding-top: 12px;
  border-top: 1px solid rgba(29, 35, 42, 0.08);
}

.wcw-stk__filter-label {
  font-family: var(--wcw-font-display);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(29, 35, 42, 0.55);
  margin-right: 4px;
}

.wcw-stk__filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wcw-stk__filter-pill {
  font-family: var(--wcw-font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: transparent;
  color: var(--wcw-color-ink);
  border: 1px solid rgba(29, 35, 42, 0.2);
  border-radius: 999px;
  padding: 8px 16px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.wcw-stk__filter-pill:hover, .wcw-stk__filter-pill:focus-visible {
  border-color: var(--wcw-color-ink);
}
.wcw-stk__filter-pill[aria-current=true] {
  background: var(--wcw-color-red);
  border-color: var(--wcw-color-red);
  color: var(--wcw-color-white);
}

.wcw-stk__filter-select {
  font-family: var(--wcw-font-body);
  font-size: 14px;
  padding: 10px 36px 10px 14px;
  border: 1px solid rgba(29, 35, 42, 0.2);
  border-radius: 999px;
  background: var(--wcw-color-white) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%231D232A' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat right 14px center;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.wcw-stk__search {
  flex: 1 1 200px;
  min-width: 180px;
}
.wcw-stk__search input {
  width: 100%;
  font-family: var(--wcw-font-body);
  font-size: 14px;
  padding: 10px 14px;
  border: 1px solid rgba(29, 35, 42, 0.2);
  border-radius: 999px;
  background: var(--wcw-color-white);
}
.wcw-stk__search input:focus {
  outline: none;
  border-color: var(--wcw-color-red);
}

.wcw-stk__near-me {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--wcw-font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wcw-color-red);
  background: transparent;
  border: 1px solid var(--wcw-color-red);
  border-radius: 999px;
  padding: 8px 14px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.wcw-stk__near-me svg {
  flex: 0 0 auto;
}
.wcw-stk__near-me:hover, .wcw-stk__near-me:focus-visible {
  background: var(--wcw-color-red);
  color: var(--wcw-color-white);
}
.wcw-stk__near-me[disabled] {
  opacity: 0.5;
  cursor: progress;
}

.wcw-stk__split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .wcw-stk__split {
    grid-template-columns: 38% 1fr;
    gap: 32px;
  }
}

.wcw-stk__list-panel {
  background: var(--wcw-color-white);
  border-radius: 8px;
  padding: 24px;
  max-height: 70vh;
  overflow-y: auto;
  order: 2;
}
@media (min-width: 992px) {
  .wcw-stk__list-panel {
    order: 1;
    max-height: 720px;
  }
}

.wcw-stk__count {
  font-family: var(--wcw-font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(29, 35, 42, 0.55);
  margin: 0 0 16px;
}

.wcw-stk__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.wcw-stk__country-group {
  list-style: none;
}

.wcw-stk__country-heading {
  font-family: var(--wcw-font-display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wcw-color-ink);
  margin: 0 0 6px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--wcw-color-red);
  display: inline-block;
}

.wcw-stk__country-note {
  font-family: var(--wcw-font-body);
  font-size: 13px;
  line-height: 1.5;
  color: rgba(29, 35, 42, 0.7);
  margin: 4px 0 10px;
}

.wcw-stk__items {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.wcw-stk__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(29, 35, 42, 0.06);
}
.wcw-stk__item.is-featured .wcw-stk__item-name::before, .wcw-stk__item.is-featured .wcw-stk__item-link::before {
  content: "★ ";
  color: var(--wcw-color-red);
}

.wcw-stk__item-name {
  font-family: var(--wcw-font-body);
  font-size: 14px;
  line-height: 1.3;
  color: var(--wcw-color-ink);
}

.wcw-stk__item-link {
  font-family: var(--wcw-font-body);
  font-size: 14px;
  line-height: 1.3;
  color: var(--wcw-color-ink);
  text-decoration: none;
}
.wcw-stk__item-link:hover, .wcw-stk__item-link:focus-visible {
  color: var(--wcw-color-red);
  text-decoration: underline;
}

.wcw-stk__type-badge {
  flex: 0 0 auto;
  display: inline-block;
  font-family: var(--wcw-font-display);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 3px 7px;
  border-radius: 3px;
  white-space: nowrap;
}
.wcw-stk__type-badge.is-retailer {
  background: rgba(29, 35, 42, 0.1);
  color: var(--wcw-color-ink);
}
.wcw-stk__type-badge.is-online {
  background: rgba(153, 132, 96, 0.15);
  color: #7a6840;
}
.wcw-stk__type-badge.is-duty-free {
  background: rgba(0, 120, 140, 0.1);
  color: #00787c;
}
.wcw-stk__type-badge.is-distributor {
  background: rgba(29, 35, 42, 0.06);
  color: rgba(29, 35, 42, 0.55);
  border: 1px solid rgba(29, 35, 42, 0.12);
}
.wcw-stk__type-badge.is-bar, .wcw-stk__type-badge.is-distillery {
  background: rgba(213, 33, 40, 0.08);
  color: var(--wcw-color-red);
}

.wcw-stk__empty {
  font-family: var(--wcw-font-body);
  font-size: 14px;
  line-height: 1.4;
  color: rgba(29, 35, 42, 0.55);
  margin: 16px 0 0;
}

.wcw-stk__map-wrap {
  order: 1;
}
@media (min-width: 992px) {
  .wcw-stk__map-wrap {
    order: 2;
  }
}

.wcw-stk__map {
  width: 100%;
  height: 60vh;
  min-height: 420px;
  border-radius: 8px;
  overflow: hidden;
  background: #ddd;
}
@media (min-width: 992px) {
  .wcw-stk__map {
    height: 720px;
  }
}

.wcw-stk__attribution {
  font-family: var(--wcw-font-body);
  font-size: 11px;
  color: rgba(29, 35, 42, 0.5);
  margin: 6px 0 0;
  text-align: right;
}
.wcw-stk__attribution a {
  color: inherit;
  text-decoration: underline;
}

.leaflet-tooltip {
  font-family: var(--wcw-font-body);
  font-size: 13px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  padding: 6px 10px;
}

.leaflet-popup-content-wrapper {
  border-radius: 6px;
  padding: 4px;
}

.wcw-stk__footer {
  max-width: 720px;
  margin: 48px auto 0;
  text-align: center;
}
.wcw-stk__footer p {
  font-family: var(--wcw-font-body);
  font-size: 15px;
  line-height: 1.45;
  color: rgba(29, 35, 42, 0.75);
  margin: 0 0 16px;
}

.wcw-stk__cta {
  display: inline-block;
  background: var(--wcw-color-red);
  color: var(--wcw-color-white);
  padding: 14px 32px 12px;
  font-family: var(--wcw-font-display);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s ease;
}
.wcw-stk__cta:hover, .wcw-stk__cta:focus-visible {
  background: var(--wcw-color-red-dark, #9b1820);
  color: var(--wcw-color-white);
  text-decoration: none;
}

.mod-wcw-recipe {
  padding: var(--wcw-section-y-desktop) 0;
  background: var(--wcw-color-off-white);
  color: var(--wcw-color-text);
}
.mod-wcw-recipe__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--wcw-space-12);
}
@media (min-width: 992px) {
  .mod-wcw-recipe__grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--wcw-space-16);
  }
}
.mod-wcw-recipe__col-title {
  font-family: var(--wcw-font-display);
  font-size: var(--wcw-fs-display-sm);
  line-height: var(--wcw-lh-tight);
  text-transform: uppercase;
  margin: var(--wcw-space-2) 0 var(--wcw-space-8);
  color: var(--wcw-color-ink);
}
.mod-wcw-recipe__ingredients {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mod-wcw-recipe__ingredients li {
  padding: var(--wcw-space-3) 0;
  border-bottom: 1px solid var(--wcw-color-border);
  font-size: var(--wcw-fs-body-lg);
  line-height: var(--wcw-lh-normal);
}
.mod-wcw-recipe__ingredients li:last-child {
  border-bottom: 0;
}
.mod-wcw-recipe__garnish {
  margin-top: var(--wcw-space-6);
  font-size: var(--wcw-fs-body);
  color: var(--wcw-color-ink);
}
.mod-wcw-recipe__garnish strong {
  font-weight: 600;
  color: var(--wcw-color-primary);
  text-transform: uppercase;
  letter-spacing: var(--wcw-tracking-eyebrow);
}
.mod-wcw-recipe__method {
  list-style: none;
  counter-reset: none;
  margin: 0;
  padding: 0;
}
.mod-wcw-recipe__method li {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: var(--wcw-space-4);
  padding: var(--wcw-space-4) 0;
  border-bottom: 1px solid var(--wcw-color-border);
  font-size: var(--wcw-fs-body-lg);
  line-height: var(--wcw-lh-normal);
}
.mod-wcw-recipe__method li:last-child {
  border-bottom: 0;
}
.mod-wcw-recipe__step-num {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-display-sm);
  line-height: 1;
  color: var(--wcw-color-primary);
}
.mod-wcw-recipe__step-text {
  align-self: center;
}
.mod-wcw-recipe__subs {
  margin-top: var(--wcw-space-12);
  padding-top: var(--wcw-space-8);
  border-top: 1px solid var(--wcw-color-border);
}
.mod-wcw-recipe__sub {
  margin-bottom: var(--wcw-space-4);
}
.mod-wcw-recipe__sub summary {
  cursor: pointer;
  font-family: var(--wcw-font-display);
  font-size: var(--wcw-fs-h4-display);
  text-transform: uppercase;
  letter-spacing: var(--wcw-tracking-eyebrow);
  padding: var(--wcw-space-3) 0;
}

.mod-wcw-pairing-notes {
  padding: var(--wcw-section-y-desktop) 0 var(--wcw-space-8);
  background: var(--wcw-color-background);
  color: var(--wcw-color-text);
}
.mod-wcw-pairing-notes__body {
  max-width: 56rem;
  margin: var(--wcw-space-4) 0;
  font-size: var(--wcw-fs-body-lg);
  line-height: var(--wcw-lh-normal);
}
.mod-wcw-pairing-notes__body p:last-child {
  margin-bottom: 0;
}
.mod-wcw-pairing-notes__serve {
  margin-top: var(--wcw-space-6);
  font-size: var(--wcw-fs-body);
}
.mod-wcw-pairing-notes__serve strong {
  font-weight: 600;
  color: var(--wcw-color-primary);
  text-transform: uppercase;
  letter-spacing: var(--wcw-tracking-eyebrow);
}

.mod-wcw-pick {
  padding: var(--wcw-section-y-desktop) 0;
  background: var(--wcw-color-ink);
  color: var(--wcw-color-text-inverse);
}
.mod-wcw-pick__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--wcw-space-8);
  align-items: center;
}
@media (min-width: 768px) {
  .mod-wcw-pick__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
    gap: var(--wcw-space-16);
  }
}
.mod-wcw-pick__image img {
  display: block;
  width: 100%;
  max-width: 28rem;
  height: auto;
  margin: 0 auto;
}
.mod-wcw-pick__title {
  font-family: var(--wcw-font-display);
  font-size: var(--wcw-fs-display-md);
  line-height: var(--wcw-lh-tight);
  text-transform: uppercase;
  color: var(--wcw-color-text-inverse);
  margin: var(--wcw-space-2) 0 var(--wcw-space-6);
}

main, .site-main, .mod-wcw-page {
  counter-reset: wcw-policy;
}

.mod-wcw-policy-section {
  counter-increment: wcw-policy;
  padding: var(--wcw-space-8) 0;
  background: var(--wcw-color-background);
  color: var(--wcw-color-text);
}
.mod-wcw-policy-section .container {
  max-width: 64rem;
}
.mod-wcw-policy-section__heading {
  font-family: var(--wcw-font-display);
  font-size: var(--wcw-fs-display-sm);
  line-height: var(--wcw-lh-tight);
  text-transform: uppercase;
  color: var(--wcw-color-primary);
  margin: 0 0 var(--wcw-space-6);
}
.mod-wcw-policy-section__heading::before {
  content: counter(wcw-policy) ". ";
}
.mod-wcw-policy-section__body {
  font-size: var(--wcw-fs-body);
  line-height: var(--wcw-lh-normal);
}
.mod-wcw-policy-section__body p {
  margin: 0 0 var(--wcw-space-4);
}
.mod-wcw-policy-section__body p:last-child {
  margin-bottom: 0;
}
.mod-wcw-policy-section__body a {
  color: var(--wcw-color-primary);
  text-decoration: underline;
}
.mod-wcw-policy-section__body ul, .mod-wcw-policy-section__body ol {
  margin: 0 0 var(--wcw-space-4) var(--wcw-space-6);
  padding: 0;
}
.mod-wcw-policy-section__body li {
  margin-bottom: var(--wcw-space-2);
}

.mod-wcw-policy {
  padding: var(--wcw-section-y-desktop) 0;
  background: var(--wcw-color-background);
  color: var(--wcw-color-text);
}
.mod-wcw-policy .container {
  max-width: 64rem;
}
.mod-wcw-policy__intro {
  font-size: var(--wcw-fs-body-lg);
  line-height: var(--wcw-lh-normal);
  color: var(--wcw-color-text);
  margin: 0 0 var(--wcw-space-12);
}
.mod-wcw-policy__intro p {
  margin: 0 0 var(--wcw-space-4);
}
.mod-wcw-policy__intro p:last-child {
  margin-bottom: 0;
}
.mod-wcw-policy__sections {
  list-style: none;
  counter-reset: policy-section;
  margin: 0;
  padding: 0;
}
.mod-wcw-policy__section {
  counter-increment: policy-section;
  margin: 0 0 var(--wcw-space-16);
}
.mod-wcw-policy__section:last-child {
  margin-bottom: 0;
}
.mod-wcw-policy__heading {
  font-family: var(--wcw-font-display);
  font-size: var(--wcw-fs-display-sm);
  line-height: var(--wcw-lh-tight);
  text-transform: uppercase;
  color: var(--wcw-color-primary);
  margin: 0 0 var(--wcw-space-6);
}
.mod-wcw-policy__heading::before {
  content: counter(policy-section) ". ";
}
.mod-wcw-policy__body {
  font-size: var(--wcw-fs-body);
  line-height: var(--wcw-lh-normal);
}
.mod-wcw-policy__body p {
  margin: 0 0 var(--wcw-space-4);
}
.mod-wcw-policy__body p:last-child {
  margin-bottom: 0;
}
.mod-wcw-policy__body a {
  color: var(--wcw-color-primary);
  text-decoration: underline;
}

.mod-wcw-contact {
  padding: var(--wcw-section-y-desktop) 0;
  background: var(--wcw-color-background);
  color: var(--wcw-color-text);
}
.mod-wcw-contact__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--wcw-space-12);
}
@media (min-width: 768px) {
  .mod-wcw-contact__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
    gap: var(--wcw-space-16);
  }
}
.mod-wcw-contact__address-heading {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-display-md);
  line-height: var(--wcw-lh-display);
  letter-spacing: var(--wcw-tracking-display);
  text-transform: uppercase;
  margin: 0 0 var(--wcw-space-8);
  color: var(--wcw-color-ink);
}
.mod-wcw-contact__address {
  font-style: normal;
  font-size: var(--wcw-fs-body);
  line-height: var(--wcw-lh-normal);
  font-weight: 600;
  margin: 0 0 var(--wcw-space-6);
}
.mod-wcw-contact__address a {
  color: inherit;
  text-decoration: underline;
}
.mod-wcw-contact__contact-group {
  margin: var(--wcw-space-6) 0;
}
.mod-wcw-contact__contact-group .wcw-eyebrow {
  margin-bottom: var(--wcw-space-2);
}
.mod-wcw-contact__contact-group a {
  color: var(--wcw-color-ink);
  text-decoration: underline;
  text-decoration-color: var(--wcw-color-primary);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.mod-wcw-contact__form {
  background: var(--wcw-color-neutral-light);
  padding: var(--wcw-space-8);
  border-radius: var(--wcw-radius-sm);
}
.mod-wcw-contact__form .gform_wrapper {
  max-width: none;
}

.is-newsletter-modal-open {
  overflow: hidden;
}

.wcw-newsletter-modal {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--wcw-space-4);
  opacity: 0;
  transition: opacity var(--wcw-duration-base) var(--wcw-ease-decelerate);
  pointer-events: none;
}
.wcw-newsletter-modal[data-open=true] {
  opacity: 1;
  pointer-events: auto;
}
.wcw-newsletter-modal[hidden] {
  display: none;
}
.wcw-newsletter-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 14, 14, 0.72);
  backdrop-filter: blur(2px);
  cursor: pointer;
}
.wcw-newsletter-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  background: var(--wcw-color-surface);
  color: var(--wcw-color-text);
  border-radius: var(--wcw-radius-md);
  padding: var(--wcw-space-12) var(--wcw-space-10) var(--wcw-space-10);
  box-shadow: 0 24px 64px rgba(14, 14, 14, 0.32);
  transform: translateY(12px) scale(0.985);
  transition: transform var(--wcw-duration-base) var(--wcw-ease-expo-out);
}
[data-open=true] .wcw-newsletter-modal__dialog {
  transform: translateY(0) scale(1);
}
@media (max-width: 575.98px) {
  .wcw-newsletter-modal__dialog {
    padding: var(--wcw-space-10) var(--wcw-space-6) var(--wcw-space-6);
    max-width: 100%;
  }
}
.wcw-newsletter-modal__close {
  position: absolute;
  top: var(--wcw-space-3);
  right: var(--wcw-space-3);
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: var(--wcw-color-ink);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  border-radius: var(--wcw-radius-sm);
  transition: background var(--wcw-duration-fast) var(--wcw-ease-standard);
}
.wcw-newsletter-modal__close:hover, .wcw-newsletter-modal__close:focus-visible {
  background: var(--wcw-color-off-white);
  outline: none;
}
.wcw-newsletter-modal__header {
  text-align: center;
  margin-bottom: var(--wcw-space-8);
}
.wcw-newsletter-modal__eyebrow {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-eyebrow);
  letter-spacing: var(--wcw-tracking-eyebrow);
  text-transform: uppercase;
  color: var(--wcw-color-red);
  margin: 0 0 var(--wcw-space-3);
}
.wcw-newsletter-modal__headline {
  font-family: var(--wcw-font-display-2);
  font-weight: 600;
  font-size: var(--wcw-fs-display-sm);
  line-height: var(--wcw-lh-tight);
  letter-spacing: var(--wcw-tracking-display-sm);
  text-transform: uppercase;
  color: var(--wcw-color-ink);
  margin: 0 0 var(--wcw-space-4);
}
.wcw-newsletter-modal__body {
  font-family: var(--wcw-font-body);
  font-weight: 300;
  font-size: var(--wcw-fs-body);
  line-height: var(--wcw-lh-normal);
  color: var(--wcw-color-text);
  margin: 0;
}
.wcw-newsletter-modal__form {
  display: flex;
  flex-direction: column;
  gap: var(--wcw-space-4);
}
.wcw-newsletter-modal__row {
  display: flex;
  flex-direction: column;
  gap: var(--wcw-space-4);
}
.wcw-newsletter-modal__row--split {
  flex-direction: row;
}
@media (max-width: 575.98px) {
  .wcw-newsletter-modal__row--split {
    flex-direction: column;
  }
}
.wcw-newsletter-modal__row--split > * {
  flex: 1 1 0;
  min-width: 0;
}
.wcw-newsletter-modal__field {
  display: flex;
  flex-direction: column;
  gap: var(--wcw-space-2);
}
.wcw-newsletter-modal__field input {
  width: 100%;
  padding: var(--wcw-space-3) var(--wcw-space-4);
  font-family: var(--wcw-font-body);
  font-size: var(--wcw-fs-body);
  line-height: var(--wcw-lh-snug);
  color: var(--wcw-color-ink);
  background: var(--wcw-color-white);
  border: 1px solid var(--wcw-color-border);
  border-radius: var(--wcw-radius-sm);
  transition: border-color var(--wcw-duration-fast) var(--wcw-ease-standard);
}
.wcw-newsletter-modal__field input::placeholder {
  color: var(--wcw-color-neutral-mid);
}
.wcw-newsletter-modal__field input:focus {
  border-color: var(--wcw-color-red);
  outline: 2px solid rgba(213, 33, 40, 0.18);
  outline-offset: 0;
}
.wcw-newsletter-modal__field input:invalid:not(:placeholder-shown) {
  border-color: var(--wcw-color-red);
}
.wcw-newsletter-modal__label {
  font-family: var(--wcw-font-body);
  font-weight: 600;
  font-size: var(--wcw-fs-label);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--wcw-color-ink);
}
.wcw-newsletter-modal__terms {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--wcw-space-3);
  align-items: start;
  font-family: var(--wcw-font-body);
  font-size: var(--wcw-fs-body-sm);
  line-height: var(--wcw-lh-normal);
  color: var(--wcw-color-text);
}
.wcw-newsletter-modal__terms input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--wcw-color-red);
  cursor: pointer;
}
.wcw-newsletter-modal__terms a {
  color: var(--wcw-color-red);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.wcw-newsletter-modal__terms a:hover {
  color: var(--wcw-color-red-dark);
}
.wcw-newsletter-modal__feedback {
  min-height: 1.4em;
  font-family: var(--wcw-font-body);
  font-size: var(--wcw-fs-body-sm);
  line-height: var(--wcw-lh-snug);
  color: var(--wcw-color-text);
}
.wcw-newsletter-modal__feedback.is-error {
  color: var(--wcw-color-red);
}
.wcw-newsletter-modal__feedback:empty {
  min-height: 0;
}
.wcw-newsletter-modal__submit {
  appearance: none;
  border: 0;
  background: var(--wcw-color-red);
  color: var(--wcw-color-white);
  font-family: var(--wcw-font-display-2);
  font-weight: 600;
  font-size: var(--wcw-fs-body);
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: var(--wcw-space-4) var(--wcw-space-8);
  border-radius: var(--wcw-radius-sm);
  cursor: pointer;
  transition: background var(--wcw-duration-fast) var(--wcw-ease-standard);
}
.wcw-newsletter-modal__submit:hover:not(:disabled), .wcw-newsletter-modal__submit:focus-visible:not(:disabled) {
  background: var(--wcw-color-red-dark);
  outline: none;
}
.wcw-newsletter-modal__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.wcw-newsletter-modal__success {
  text-align: center;
  padding: var(--wcw-space-8) 0 var(--wcw-space-4);
}
.wcw-newsletter-modal__success p {
  font-family: var(--wcw-font-body);
  font-size: var(--wcw-fs-body-lg);
  line-height: var(--wcw-lh-normal);
  color: var(--wcw-color-ink);
  margin: 0;
}

.mod-wcw-events {
  padding: var(--wcw-section-y-desktop) 0;
  background: var(--wcw-color-background);
}
@media (max-width: 991.98px) {
  .mod-wcw-events {
    padding: var(--wcw-section-y-mobile) 0;
  }
}
.mod-wcw-events__intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto var(--wcw-space-16);
}
.mod-wcw-events__eyebrow {
  color: var(--wcw-color-red);
  margin-bottom: var(--wcw-space-3);
}
.mod-wcw-events__heading {
  margin: 0 0 var(--wcw-space-4);
  color: var(--wcw-color-ink);
}
.mod-wcw-events__lead {
  font-family: var(--wcw-font-body);
  font-weight: 300;
  font-size: var(--wcw-fs-body-lg);
  line-height: var(--wcw-lh-normal);
  color: var(--wcw-color-text);
  margin: 0;
}
.mod-wcw-events__intro-cta {
  display: inline-block;
  margin-top: var(--wcw-space-8);
  padding: var(--wcw-space-3) var(--wcw-space-8);
  border: 2px solid var(--wcw-color-red);
  border-radius: var(--wcw-radius-pill);
  color: var(--wcw-color-red);
  background: transparent;
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-eyebrow);
  letter-spacing: var(--wcw-tracking-eyebrow);
  text-transform: uppercase;
  text-decoration: none;
  transition: background var(--wcw-duration-fast) var(--wcw-ease-standard), color var(--wcw-duration-fast) var(--wcw-ease-standard);
}
.mod-wcw-events__intro-cta:hover, .mod-wcw-events__intro-cta:focus-visible {
  background: var(--wcw-color-red);
  color: var(--wcw-color-white);
}
.mod-wcw-events__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--wcw-space-8);
}
@media (max-width: 991.98px) {
  .mod-wcw-events__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .mod-wcw-events__grid {
    grid-template-columns: 1fr;
  }
}
.mod-wcw-events__card {
  background: var(--wcw-color-surface);
  border-radius: var(--wcw-radius-md);
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(14, 14, 14, 0.05);
  transition: box-shadow var(--wcw-duration-base) var(--wcw-ease-decelerate), transform var(--wcw-duration-base) var(--wcw-ease-decelerate);
}
.mod-wcw-events__card:hover {
  box-shadow: 0 12px 32px rgba(14, 14, 14, 0.12);
  transform: translateY(-2px);
}
.mod-wcw-events__card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.mod-wcw-events__card-link--inactive {
  cursor: default;
  pointer-events: none;
}
.mod-wcw-events__media {
  margin: 0;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--wcw-color-ink);
}
.mod-wcw-events__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform var(--wcw-duration-slow) var(--wcw-ease-expo-out);
}
.mod-wcw-events__card:hover .mod-wcw-events__media img {
  transform: scale(1.04);
}
.mod-wcw-events__body {
  padding: var(--wcw-space-6);
  display: flex;
  flex-direction: column;
  gap: var(--wcw-space-3);
  flex: 1 1 auto;
}
.mod-wcw-events__date {
  display: inline-flex;
  align-items: baseline;
  gap: var(--wcw-space-2);
  font-family: var(--wcw-font-display);
  text-transform: uppercase;
  color: var(--wcw-color-red);
  letter-spacing: var(--wcw-tracking-eyebrow);
}
.mod-wcw-events__date-month {
  font-size: var(--wcw-fs-eyebrow);
  font-weight: 700;
}
.mod-wcw-events__date-day {
  font-size: var(--wcw-fs-h2);
  font-weight: 700;
  letter-spacing: 0;
}
.mod-wcw-events__date-year {
  font-size: var(--wcw-fs-label);
  font-weight: 700;
  color: var(--wcw-color-neutral-mid);
}
.mod-wcw-events__title {
  font-family: var(--wcw-font-display-2);
  font-weight: 600;
  font-size: var(--wcw-fs-h3);
  line-height: var(--wcw-lh-tight);
  text-transform: uppercase;
  letter-spacing: var(--wcw-tracking-display-sm);
  color: var(--wcw-color-ink);
  margin: 0;
}
.mod-wcw-events__meta {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--wcw-space-2);
  font-family: var(--wcw-font-body);
  font-size: var(--wcw-fs-body-sm);
  color: var(--wcw-color-text);
}
.mod-wcw-events__meta-row {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: var(--wcw-space-3);
}
.mod-wcw-events__meta-label {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-label);
  letter-spacing: var(--wcw-tracking-eyebrow);
  text-transform: uppercase;
  color: var(--wcw-color-neutral-mid);
}
.mod-wcw-events__excerpt {
  margin: var(--wcw-space-2) 0 0;
  font-family: var(--wcw-font-body);
  font-weight: 300;
  font-size: var(--wcw-fs-body-sm);
  line-height: var(--wcw-lh-normal);
  color: var(--wcw-color-text);
}
.mod-wcw-events__cta {
  margin-top: auto;
  align-self: flex-start;
  padding-top: var(--wcw-space-3);
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-eyebrow);
  letter-spacing: var(--wcw-tracking-eyebrow);
  text-transform: uppercase;
  color: var(--wcw-color-red);
}
.mod-wcw-events__cta::after {
  content: " →";
  transition: transform var(--wcw-duration-fast) var(--wcw-ease-standard);
  display: inline-block;
}
.mod-wcw-events__card:hover .mod-wcw-events__cta::after {
  transform: translateX(4px);
}
.mod-wcw-events__watermark {
  position: absolute;
  top: 20px;
  right: -34px;
  width: 140px;
  padding: 6px 0;
  background: var(--wcw-color-red);
  color: var(--wcw-color-white);
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: var(--wcw-tracking-eyebrow);
  text-transform: uppercase;
  text-align: center;
  transform: rotate(45deg);
  pointer-events: none;
  z-index: 2;
}
.mod-wcw-events__card--sold-out {
  position: relative;
  overflow: hidden;
  cursor: default;
}
.mod-wcw-events__card--sold-out .mod-wcw-events__media img {
  filter: grayscale(30%);
}
.mod-wcw-events__card--sold-out:hover {
  box-shadow: 0 1px 3px rgba(14, 14, 14, 0.05);
  transform: none;
}
.mod-wcw-events__card--sold-out:hover .mod-wcw-events__media img {
  transform: none;
}
.mod-wcw-events__card--sold-out .mod-wcw-events__cta {
  color: var(--wcw-color-neutral-mid);
}
.mod-wcw-events__card--sold-out .mod-wcw-events__cta::after {
  display: none;
}
.mod-wcw-events__empty {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  padding: var(--wcw-space-16) var(--wcw-space-4);
  background: var(--wcw-color-surface);
  border-radius: var(--wcw-radius-md);
  border: 1px dashed var(--wcw-color-border);
}
.mod-wcw-events__empty-eyebrow {
  color: var(--wcw-color-red);
  margin-bottom: var(--wcw-space-3);
}
.mod-wcw-events__empty-headline {
  margin: 0 0 var(--wcw-space-4);
  color: var(--wcw-color-ink);
}
.mod-wcw-events__empty-body {
  font-family: var(--wcw-font-body);
  font-weight: 300;
  font-size: var(--wcw-fs-body);
  line-height: var(--wcw-lh-normal);
  color: var(--wcw-color-text);
  margin: 0 0 var(--wcw-space-8);
}
.mod-wcw-events__empty-cta {
  display: inline-block;
  padding: var(--wcw-space-3) var(--wcw-space-8);
  border: 2px solid var(--wcw-color-red);
  border-radius: var(--wcw-radius-pill);
  color: var(--wcw-color-red);
  background: transparent;
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-eyebrow);
  letter-spacing: var(--wcw-tracking-eyebrow);
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background var(--wcw-duration-fast) var(--wcw-ease-standard), color var(--wcw-duration-fast) var(--wcw-ease-standard);
}
.mod-wcw-events__empty-cta:hover, .mod-wcw-events__empty-cta:focus-visible {
  background: var(--wcw-color-red);
  color: var(--wcw-color-white);
}

.mod-wcw-event-single {
  padding: var(--wcw-section-y-desktop) 0;
  background: var(--wcw-color-background);
}
@media (max-width: 991.98px) {
  .mod-wcw-event-single {
    padding: var(--wcw-section-y-mobile) 0;
  }
}
.mod-wcw-event-single__layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: var(--wcw-space-16);
  align-items: start;
}
@media (max-width: 991.98px) {
  .mod-wcw-event-single__layout {
    grid-template-columns: 1fr;
    gap: var(--wcw-space-10);
  }
}
.mod-wcw-event-single__meta {
  background: var(--wcw-color-surface);
  border-radius: var(--wcw-radius-md);
  padding: var(--wcw-space-8);
  border: 1px solid var(--wcw-color-border);
  position: sticky;
  top: var(--wcw-space-8);
}
@media (max-width: 991.98px) {
  .mod-wcw-event-single__meta {
    position: static;
  }
}
.mod-wcw-event-single__meta-heading {
  font-family: var(--wcw-font-display-2);
  font-weight: 600;
  font-size: var(--wcw-fs-h3);
  line-height: var(--wcw-lh-tight);
  text-transform: uppercase;
  letter-spacing: var(--wcw-tracking-display-sm);
  color: var(--wcw-color-ink);
  margin: 0 0 var(--wcw-space-6);
  padding-bottom: var(--wcw-space-4);
  border-bottom: 2px solid var(--wcw-color-red);
}
.mod-wcw-event-single__meta-row {
  padding: var(--wcw-space-4) 0;
  border-bottom: 1px solid var(--wcw-color-border);
}
.mod-wcw-event-single__meta-row:last-of-type {
  border-bottom: 0;
}
.mod-wcw-event-single__meta-label {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-label);
  letter-spacing: var(--wcw-tracking-eyebrow);
  text-transform: uppercase;
  color: var(--wcw-color-neutral-mid);
  margin: 0 0 var(--wcw-space-2);
}
.mod-wcw-event-single__meta-value {
  font-family: var(--wcw-font-body);
  font-weight: 400;
  font-size: var(--wcw-fs-body);
  line-height: var(--wcw-lh-snug);
  color: var(--wcw-color-ink);
  margin: 0;
}
.mod-wcw-event-single__meta-value--cost {
  font-family: var(--wcw-font-display-2);
  font-weight: 600;
  font-size: var(--wcw-fs-display-sm);
  line-height: 1;
  color: var(--wcw-color-red);
  letter-spacing: var(--wcw-tracking-display-sm);
}
.mod-wcw-event-single__meta-sub {
  font-size: var(--wcw-fs-body-sm);
  color: var(--wcw-color-text);
  opacity: 0.8;
}
.mod-wcw-event-single__cta-wrap {
  margin-top: var(--wcw-space-8);
  padding-top: var(--wcw-space-6);
  border-top: 1px solid var(--wcw-color-border);
  text-align: center;
}
.mod-wcw-event-single__cta {
  display: block;
  width: 100%;
  padding: var(--wcw-space-4) var(--wcw-space-6);
  background: var(--wcw-color-red);
  color: var(--wcw-color-white);
  border-radius: var(--wcw-radius-sm);
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-eyebrow-lg);
  letter-spacing: var(--wcw-tracking-eyebrow);
  text-transform: uppercase;
  text-decoration: none;
  transition: background var(--wcw-duration-fast) var(--wcw-ease-standard);
}
.mod-wcw-event-single__cta:hover, .mod-wcw-event-single__cta:focus-visible {
  background: var(--wcw-color-red-dark);
  color: var(--wcw-color-white);
}
.mod-wcw-event-single__cta-note {
  margin: var(--wcw-space-3) 0 0;
  font-family: var(--wcw-font-body);
  font-size: var(--wcw-fs-body-sm);
  color: var(--wcw-color-text);
  opacity: 0.7;
}
.mod-wcw-event-single__article {
  font-family: var(--wcw-font-body);
  font-weight: 300;
  font-size: var(--wcw-fs-body-lg);
  line-height: var(--wcw-lh-normal);
  color: var(--wcw-color-text);
  max-width: 720px;
}
.mod-wcw-event-single__article h2, .mod-wcw-event-single__article .h2 {
  font-family: var(--wcw-font-display-2);
  font-weight: 600;
  font-size: var(--wcw-fs-display-sm);
  line-height: var(--wcw-lh-tight);
  text-transform: uppercase;
  letter-spacing: var(--wcw-tracking-display-sm);
  color: var(--wcw-color-ink);
  margin: var(--wcw-space-10) 0 var(--wcw-space-4);
}
.mod-wcw-event-single__article h2:first-child, .mod-wcw-event-single__article .h2:first-child {
  margin-top: 0;
}
.mod-wcw-event-single__article h3, .mod-wcw-event-single__article .h3 {
  font-family: var(--wcw-font-display-2);
  font-weight: 600;
  font-size: var(--wcw-fs-h2);
  line-height: var(--wcw-lh-tight);
  text-transform: uppercase;
  color: var(--wcw-color-ink);
  margin: var(--wcw-space-8) 0 var(--wcw-space-3);
}
.mod-wcw-event-single__article p {
  margin: 0 0 var(--wcw-space-5);
}
.mod-wcw-event-single__article p:last-child {
  margin-bottom: 0;
}
.mod-wcw-event-single__article a {
  color: var(--wcw-color-red);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.mod-wcw-event-single__article a:hover, .mod-wcw-event-single__article a:focus-visible {
  color: var(--wcw-color-red-dark);
}
.mod-wcw-event-single__article ul, .mod-wcw-event-single__article ol {
  margin: 0 0 var(--wcw-space-5);
  padding-left: var(--wcw-space-6);
}
.mod-wcw-event-single__article ul li, .mod-wcw-event-single__article ol li {
  margin-bottom: var(--wcw-space-2);
}
.mod-wcw-event-single__article blockquote {
  margin: var(--wcw-space-8) 0;
  padding: var(--wcw-space-6) var(--wcw-space-8);
  border-left: 4px solid var(--wcw-color-red);
  background: var(--wcw-color-off-white);
  font-family: var(--wcw-font-display-2);
  font-weight: 500;
  font-size: var(--wcw-fs-h2);
  line-height: var(--wcw-lh-tight);
  color: var(--wcw-color-ink);
}
.mod-wcw-event-single__back {
  margin: var(--wcw-space-12) 0 0;
  text-align: center;
}
.mod-wcw-event-single__back a {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-eyebrow);
  letter-spacing: var(--wcw-tracking-eyebrow);
  text-transform: uppercase;
  color: var(--wcw-color-red);
  text-decoration: none;
}
.mod-wcw-event-single__back a:hover, .mod-wcw-event-single__back a:focus-visible {
  color: var(--wcw-color-red-dark);
}

.mod-wcw-press {
  padding: var(--wcw-section-y-desktop) 0;
  background: var(--wcw-color-background);
}
@media (max-width: 991.98px) {
  .mod-wcw-press {
    padding: var(--wcw-section-y-mobile) 0;
  }
}
.mod-wcw-press__intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto var(--wcw-space-12);
}
.mod-wcw-press__eyebrow {
  color: var(--wcw-color-red);
  margin-bottom: var(--wcw-space-3);
}
.mod-wcw-press__heading {
  margin: 0 0 var(--wcw-space-4);
  color: var(--wcw-color-ink);
}
.mod-wcw-press__lead {
  font-family: var(--wcw-font-body);
  font-weight: 300;
  font-size: var(--wcw-fs-body-lg);
  line-height: var(--wcw-lh-normal);
  color: var(--wcw-color-text);
  margin: 0;
}
.mod-wcw-press__filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--wcw-space-2);
  margin-bottom: var(--wcw-space-10);
}
.mod-wcw-press__filter-pill {
  appearance: none;
  border: 1px solid var(--wcw-color-border);
  background: var(--wcw-color-surface);
  color: var(--wcw-color-ink);
  padding: var(--wcw-space-2) var(--wcw-space-5);
  border-radius: var(--wcw-radius-pill);
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-eyebrow);
  letter-spacing: var(--wcw-tracking-eyebrow);
  text-transform: uppercase;
  cursor: pointer;
  transition: background var(--wcw-duration-fast) var(--wcw-ease-standard), color var(--wcw-duration-fast) var(--wcw-ease-standard), border-color var(--wcw-duration-fast) var(--wcw-ease-standard);
}
.mod-wcw-press__filter-pill:hover, .mod-wcw-press__filter-pill:focus-visible {
  border-color: var(--wcw-color-red);
  color: var(--wcw-color-red);
  outline: none;
}
.mod-wcw-press__filter-pill.is-active {
  background: var(--wcw-color-red);
  border-color: var(--wcw-color-red);
  color: var(--wcw-color-white);
}
.mod-wcw-press__filter-count {
  display: inline-block;
  margin-left: var(--wcw-space-2);
  opacity: 0.7;
  font-size: var(--wcw-fs-label);
}
.mod-wcw-press__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--wcw-space-6);
}
@media (max-width: 1199.98px) {
  .mod-wcw-press__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .mod-wcw-press__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 479.98px) {
  .mod-wcw-press__grid {
    grid-template-columns: 1fr;
  }
}
.mod-wcw-press__card {
  background: var(--wcw-color-surface);
  border-radius: var(--wcw-radius-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--wcw-color-border);
  transition: box-shadow var(--wcw-duration-base) var(--wcw-ease-decelerate), transform var(--wcw-duration-base) var(--wcw-ease-decelerate);
}
.mod-wcw-press__card:hover {
  box-shadow: 0 12px 32px rgba(14, 14, 14, 0.1);
  transform: translateY(-2px);
}
.mod-wcw-press__card.is-filtered-out {
  display: none;
}
.mod-wcw-press__card-media {
  position: relative;
  aspect-ratio: 4/3;
  background: var(--wcw-color-off-white-2);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.mod-wcw-press__card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mod-wcw-press__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--wcw-space-2);
  color: var(--wcw-color-neutral-mid);
}
.mod-wcw-press__icon--pdf {
  color: var(--wcw-color-red);
}
.mod-wcw-press__icon-label {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-label);
  letter-spacing: var(--wcw-tracking-eyebrow);
  text-transform: uppercase;
}
.mod-wcw-press__badge {
  position: absolute;
  top: var(--wcw-space-3);
  right: var(--wcw-space-3);
  padding: 4px 10px;
  background: rgba(14, 14, 14, 0.78);
  color: var(--wcw-color-white);
  border-radius: var(--wcw-radius-sm);
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-label);
  letter-spacing: var(--wcw-tracking-eyebrow);
  text-transform: uppercase;
}
.mod-wcw-press__card-body {
  padding: var(--wcw-space-5);
  display: flex;
  flex-direction: column;
  gap: var(--wcw-space-3);
  flex: 1 1 auto;
}
.mod-wcw-press__card-eyebrow {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-label);
  letter-spacing: var(--wcw-tracking-eyebrow);
  text-transform: uppercase;
  color: var(--wcw-color-red);
  margin: 0;
}
.mod-wcw-press__card-title {
  font-family: var(--wcw-font-display-2);
  font-weight: 600;
  font-size: var(--wcw-fs-body-lg);
  line-height: var(--wcw-lh-tight);
  color: var(--wcw-color-ink);
  margin: 0;
}
.mod-wcw-press__card-description {
  font-family: var(--wcw-font-body);
  font-weight: 300;
  font-size: var(--wcw-fs-body-sm);
  line-height: var(--wcw-lh-normal);
  color: var(--wcw-color-text);
  margin: 0;
}
.mod-wcw-press__card-actions {
  margin-top: auto;
  padding-top: var(--wcw-space-3);
  display: flex;
  gap: var(--wcw-space-2);
}
.mod-wcw-press__action {
  flex: 1 1 0;
  text-align: center;
  padding: var(--wcw-space-2) var(--wcw-space-3);
  border-radius: var(--wcw-radius-sm);
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-label);
  letter-spacing: var(--wcw-tracking-eyebrow);
  text-transform: uppercase;
  text-decoration: none;
  transition: background var(--wcw-duration-fast) var(--wcw-ease-standard), color var(--wcw-duration-fast) var(--wcw-ease-standard);
}
.mod-wcw-press__action--view {
  background: transparent;
  color: var(--wcw-color-ink);
  border: 1px solid var(--wcw-color-border);
}
.mod-wcw-press__action--view:hover, .mod-wcw-press__action--view:focus-visible {
  border-color: var(--wcw-color-ink);
  color: var(--wcw-color-ink);
}
.mod-wcw-press__action--download {
  background: var(--wcw-color-red);
  color: var(--wcw-color-white);
  border: 1px solid var(--wcw-color-red);
}
.mod-wcw-press__action--download:hover, .mod-wcw-press__action--download:focus-visible {
  background: var(--wcw-color-red-dark);
  border-color: var(--wcw-color-red-dark);
  color: var(--wcw-color-white);
}
.mod-wcw-press__empty, .mod-wcw-press__empty-filter {
  text-align: center;
  padding: var(--wcw-space-16) var(--wcw-space-4);
  background: var(--wcw-color-surface);
  border-radius: var(--wcw-radius-md);
  border: 1px dashed var(--wcw-color-border);
  margin-top: var(--wcw-space-8);
}
.mod-wcw-press__empty p, .mod-wcw-press__empty-filter p {
  font-family: var(--wcw-font-body);
  font-weight: 300;
  font-size: var(--wcw-fs-body);
  line-height: var(--wcw-lh-normal);
  color: var(--wcw-color-text);
  margin: 0;
}
.mod-wcw-press__empty a, .mod-wcw-press__empty-filter a {
  color: var(--wcw-color-red);
  text-decoration: underline;
}
.mod-wcw-press__empty a:hover, .mod-wcw-press__empty-filter a:hover {
  color: var(--wcw-color-red-dark);
}
.mod-wcw-press__empty-headline {
  margin: 0 0 var(--wcw-space-4);
}

.wcw-misc {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.wcw-misc::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #E2BA73 0%, #998460 100%);
  z-index: 2;
  pointer-events: none;
}

.wcw-misc__asset {
  display: block;
  width: 100%;
  height: auto;
}

.wcw-misc--full-bleed {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.wcw-misc--height-locked {
  z-index: 1;
  position: relative;
  height: 234px;
}
@media (min-width: 992px) {
  .wcw-misc--height-locked {
    height: 809px;
  }
}
.wcw-misc--height-locked .wcw-misc__asset {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wcw-footer {
  position: relative;
  width: 100%;
  background: var(--wcw-color-white);
  color: var(--wcw-color-ink);
  padding: 47px 16px 0;
}
@media (min-width: 992px) {
  .wcw-footer {
    padding: 64px 64px 0;
  }
}

.wcw-footer__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 16px;
}
@media (min-width: 992px) {
  .wcw-footer__top {
    grid-template-columns: 410px repeat(4, 1fr);
    gap: 32px;
    padding-bottom: 80px;
  }
}

.wcw-footer__brand-block {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .wcw-footer__brand-block {
    grid-column: 1;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 0;
  }
}

.wcw-footer__brand-logo {
  display: block;
  width: 241px;
  height: 100px;
}

.wcw-footer__brand-logo img {
  width: 100%;
  height: 100%;
  display: block;
}

.wcw-footer__address {
  font-family: var(--wcw-font-body);
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.45;
  color: var(--wcw-color-ink);
  margin: 32px 0 0;
}
@media (min-width: 992px) {
  .wcw-footer__address {
    grid-column: 1;
    grid-row: 2;
  }
}

.wcw-footer__address-note {
  display: block;
  margin-top: 1.45em;
  font-size: 14px;
}
@media (min-width: 992px) {
  .wcw-footer__address-note {
    font-size: 12px;
  }
}

.wcw-footer__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 0 20px;
}
@media (min-width: 992px) {
  .wcw-footer__col {
    padding: 40px 0 0;
  }
}

.wcw-footer__col h3, .wcw-footer__col .h3 {
  font-family: var(--wcw-font-display);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  margin: 0;
  color: var(--wcw-color-ink);
}
@media (min-width: 992px) {
  .wcw-footer__col h3, .wcw-footer__col .h3 {
    font-size: 14px;
  }
}

.wcw-footer__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.wcw-footer__col a {
  font-family: var(--wcw-font-body);
  font-size: 16px;
  font-weight: 300;
  color: var(--wcw-color-ink);
  text-decoration: none;
}
@media (min-width: 992px) {
  .wcw-footer__col a {
    font-size: 14px;
  }
}

.wcw-footer__col a:hover {
  text-decoration: underline;
}

.wcw-footer__bottom {
  margin: 20px calc(50% - 50vw) 0;
  width: 100vw;
  background: var(--wcw-color-red);
  color: var(--wcw-color-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 22px;
  padding: 18px 16px;
}
.wcw-footer__bottom .wcw-footer__copyright {
  order: 1;
}
.wcw-footer__bottom .wcw-footer__legal {
  order: 2;
}
.wcw-footer__bottom .wcw-footer__credit {
  order: 3;
}
@media (min-width: 992px) {
  .wcw-footer__bottom {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    text-align: left;
    gap: 16px;
    padding: 27px 64px;
  }
  .wcw-footer__bottom .wcw-footer__copyright,
  .wcw-footer__bottom .wcw-footer__legal,
  .wcw-footer__bottom .wcw-footer__credit {
    order: initial;
  }
}

.wcw-footer__copyright {
  margin: 0;
  font-family: var(--wcw-font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--wcw-color-white);
}
.wcw-footer__copyright > .wcw-footer__copy-sep {
  display: none;
}
.wcw-footer__copyright > span:not(.wcw-footer__copy-sep) {
  display: block;
}
@media (min-width: 992px) {
  .wcw-footer__copyright {
    font-size: 12px;
  }
  .wcw-footer__copyright > .wcw-footer__copy-sep {
    display: inline;
  }
  .wcw-footer__copyright > span:not(.wcw-footer__copy-sep) {
    display: inline;
  }
}

.wcw-footer__legal {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 381px;
  font-family: var(--wcw-font-body);
  font-size: 14px;
  color: var(--wcw-color-white);
}
@media (min-width: 992px) {
  .wcw-footer__legal {
    font-size: 12px;
    justify-content: flex-end;
    gap: 0;
    max-width: none;
    width: auto;
  }
}

.wcw-footer__legal a {
  color: var(--wcw-color-white);
  text-decoration: none;
}
.wcw-footer__legal a:hover, .wcw-footer__legal a:focus {
  color: var(--wcw-color-white);
  text-decoration: underline;
  text-decoration-color: var(--wcw-color-white);
}

.wcw-footer__legal li {
  display: flex;
  align-items: center;
}

.wcw-footer__legal li:not(:last-child)::after {
  content: none;
}
@media (min-width: 992px) {
  .wcw-footer__legal li:not(:last-child)::after {
    content: "·";
    margin: 0 12px;
    color: var(--wcw-color-white);
    opacity: 0.6;
  }
}

.wcw-footer__credit {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--wcw-font-body);
  font-size: 14px;
  font-weight: 400;
  color: var(--wcw-color-white);
  text-transform: none;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .wcw-footer__credit {
    font-size: 12px;
  }
}

.wcw-footer__credit-mark {
  display: inline-block;
  height: 10px;
  width: auto;
  color: var(--wcw-color-white);
}

.page--whiskey-product {
  background: var(--wcw-color-off-white);
}
.page--whiskey-product .wcw-header {
  position: absolute;
  background: transparent;
}
.page--whiskey-product .wcw-header .wcw-header__logo-icon {
  fill: var(--wcw-color-red);
}
.page--whiskey-product .wcw-header .wcw-header__logo-wordmark {
  fill: var(--wcw-color-ink);
}
.page--whiskey-product .wcw-header .wcw-header__nav a {
  color: var(--wcw-color-ink);
}
.page--whiskey-product .wcw-header .wcw-header__hamburger span {
  background-color: var(--wcw-color-ink);
}
.page--whiskey-product .wcw-header .wcw-header__nav a[aria-current=page],
.page--whiskey-product .wcw-header .wcw-header__nav a.is-active {
  background: transparent !important;
  color: var(--wcw-color-ink) !important;
  padding: 0 !important;
}
.page--whiskey-product .wcw-hero-bc {
  position: relative;
  background: var(--wcw-color-off-white);
  overflow: hidden;
  padding: 0;
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-hero-bc {
    min-height: 1031px;
  }
}
@media (min-width: 1441px) {
  .page--whiskey-product .wcw-hero-bc::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc((100vw - 1440px) / 2 + 380px);
    background: var(--wcw-color-red);
    z-index: 0;
    pointer-events: none;
  }
}
.page--whiskey-product .wcw-hero-bc__stage {
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .page--whiskey-product .wcw-hero-bc__stage {
    min-height: 760px;
  }
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-hero-bc__stage {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
    height: 1031px;
  }
}
.page--whiskey-product .wcw-hero-bc__red-panel {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 22%;
  height: 100%;
  background: var(--wcw-color-red);
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-hero-bc__red-panel {
    width: 380px;
    height: 100%;
    margin-right: calc(50% - 720px);
  }
}
.page--whiskey-product .wcw-hero-bc__anchor {
  display: block;
  position: absolute;
  bottom: 0;
  right: 22%;
  transform: translateX(50%);
  width: 260px;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-hero-bc__anchor {
    right: auto;
    bottom: auto;
    left: 778px;
    top: 159px;
    width: 566px;
    transform: none;
  }
}
.page--whiskey-product .wcw-hero-bc__anchor__half {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}
.page--whiskey-product .wcw-hero-bc__anchor__half--white {
  filter: brightness(0) invert(1);
  opacity: 0.22;
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-hero-bc__anchor__half--white {
    clip-path: inset(0 max(284px, 1004px - 50vw) 0 0);
    opacity: 1;
  }
}
.page--whiskey-product .wcw-hero-bc__anchor__half--red {
  display: none;
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-hero-bc__anchor__half--red {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-width: none;
    clip-path: inset(0 0 0 min(282px, 50vw - 438px));
    opacity: 1;
  }
}
.page--whiskey-product .wcw-hero-bc__five {
  display: block;
  position: absolute;
  right: auto;
  left: 57%;
  top: auto;
  bottom: 55px;
  z-index: 3;
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: 180px;
  line-height: 0.94;
  letter-spacing: -0.03em;
  color: var(--wcw-color-red);
  opacity: 1;
  pointer-events: none;
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-hero-bc__five {
    right: auto;
    left: 58.33%;
    top: 336px;
    bottom: auto;
    font-size: 499px;
    color: var(--wcw-color-red);
  }
}
.page--whiskey-product .wcw-hero-bc__years {
  display: block;
  position: absolute;
  z-index: 4;
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wcw-color-red);
  white-space: nowrap;
  right: auto;
  left: 55%;
  bottom: 138px;
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-hero-bc__years {
    font-size: 28px;
    letter-spacing: 0.06em;
    color: var(--wcw-color-ink);
    left: auto;
    right: auto;
    bottom: auto;
    left: calc(50% + 91px);
    top: 537px;
  }
}
.page--whiskey-product .wcw-hero-bc__bottle {
  position: absolute;
  bottom: 16px;
  right: 6%;
  left: auto;
  transform: none;
  width: auto;
  max-width: 140px;
  max-height: 280px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 60px rgba(0, 0, 0, 0.4));
  z-index: 6;
  margin: 0;
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-hero-bc__bottle {
    right: auto;
    bottom: auto;
    left: 869px;
    top: 156px;
    width: 340px;
    height: 762px;
    max-width: none;
    max-height: none;
    z-index: 5;
    object-position: center;
    margin-left: 20px;
  }
}
.page--whiskey-product .wcw-hero-bc--round .wcw-hero-bc__bottle {
  max-width: 170px;
  max-height: 190px;
  bottom: 30px;
  right: 0;
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-hero-bc--round .wcw-hero-bc__bottle {
    max-width: none;
    max-height: none;
    left: 830px;
    top: 280px;
    width: 538px;
    height: 620px;
    margin-left: 0;
  }
}
.page--whiskey-product .wcw-hero-bc__copy {
  position: relative;
  z-index: 7;
  max-width: 66%;
  padding: 160px 16px 32px;
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-hero-bc__copy {
    position: absolute;
    padding: 0;
    left: 64px;
    top: 265px;
    width: 720px;
    max-width: none;
  }
}
.page--whiskey-product .wcw-hero-bc__eyebrow {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0;
  text-transform: uppercase;
  background-image: var(--wcw-gradient-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0 0 18px;
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-hero-bc__eyebrow {
    font-size: 32px;
    letter-spacing: -0.01em;
    margin: 0 0 24px;
  }
}
.page--whiskey-product .wcw-hero-bc__title {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: clamp(56px, 9vw, 140px);
  line-height: 0.94;
  letter-spacing: -0.03em;
  color: var(--wcw-color-ink);
  text-transform: uppercase;
  margin: 0 0 36px;
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-hero-bc__title {
    font-size: 140px;
    margin: 0;
  }
}
.page--whiskey-product .wcw-hero-bc__body {
  font-family: var(--wcw-font-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: var(--wcw-color-ink);
  max-width: none;
  margin: 0 0 24px;
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-hero-bc__body {
    font-size: 20px;
    max-width: 646px;
    margin: 0 0 32px;
  }
}
.page--whiskey-product .wcw-hero-bc__actions {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 0 32px;
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-hero-bc__actions {
    flex-direction: row;
    align-items: center;
    gap: 32px;
    margin: 0 0 120px;
  }
}
.page--whiskey-product .wcw-hero-bc__cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px 8px;
  background: var(--wcw-color-red);
  color: var(--wcw-color-white);
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s;
  text-align: center;
}
.page--whiskey-product .wcw-hero-bc__cta-primary:hover {
  background: var(--wcw-color-red-dark);
}
.page--whiskey-product .wcw-hero-bc__cta-secondary {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wcw-color-ink);
  text-decoration: none;
  padding-bottom: 8px;
  background-image: var(--wcw-gradient-gold);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 20% 2px;
  transition: background-size 0.8s var(--wcw-ease-expo-out);
}
.page--whiskey-product .wcw-hero-bc__cta-secondary:hover, .page--whiskey-product .wcw-hero-bc__cta-secondary:focus-visible {
  background-size: 100% 2px;
  color: var(--wcw-color-ink);
  text-decoration: none;
}
.page--whiskey-product .wcw-hero-bc__badges {
  display: flex;
  gap: 16px;
  align-items: center;
}
.page--whiskey-product .wcw-hero-bc__badges img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.page--whiskey-product .wcw-pd__detail {
  position: relative;
  padding: 180px 32px 64px;
  background: var(--wcw-color-off-white);
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-pd__detail {
    padding: 80px 64px 80px 96px;
    max-width: 720px;
    justify-self: end;
    width: 100%;
  }
}
.page--whiskey-product .wcw-pd__eyebrow {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--wcw-color-gold-start);
  margin: 0 0 24px;
}
.page--whiskey-product .wcw-pd__title {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: clamp(56px, 7vw, 92px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  color: var(--wcw-color-red);
  text-transform: uppercase;
  margin: 0 0 24px;
}
.page--whiskey-product .wcw-pd__rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
}
.page--whiskey-product .wcw-pd__rating-stars {
  display: inline-flex;
  gap: 4px;
}
.page--whiskey-product .wcw-pd__rating-stars svg {
  width: 18px;
  height: 18px;
  fill: var(--wcw-color-gold-end);
}
.page--whiskey-product .wcw-pd__rating-count {
  font-family: var(--wcw-font-body);
  font-size: 13px;
  color: var(--wcw-color-ink);
  opacity: 0.7;
}
.page--whiskey-product .wcw-pd__body {
  font-family: var(--wcw-font-body);
  font-size: 16px;
  line-height: 1.55;
  color: var(--wcw-color-ink);
  max-width: 540px;
  margin: 0 0 32px;
}
.page--whiskey-product .wcw-pd__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
.page--whiskey-product .wcw-pd__cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background: var(--wcw-color-red);
  color: var(--wcw-color-white);
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s;
}
.page--whiskey-product .wcw-pd__cta-primary:hover {
  background: var(--wcw-color-red-dark);
}
.page--whiskey-product .wcw-pd__cta-secondary {
  background: transparent !important;
  border: 0 !important;
  padding: 0 0 6px !important;
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wcw-color-ink);
  text-decoration: none;
  background-image: var(--wcw-gradient-gold) !important;
  background-repeat: no-repeat !important;
  background-position: 0 100% !important;
  background-size: 100% 2px !important;
}
.page--whiskey-product .wcw-pd__cta-secondary:hover {
  background-color: transparent !important;
  color: var(--wcw-color-ink) !important;
}
.page--whiskey-product .wcw-pd__badges {
  display: flex;
  gap: 16px;
  align-items: center;
}
.page--whiskey-product .wcw-pd__badges img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.page--whiskey-product .wcw-pd__bottle {
  position: relative;
  background: var(--wcw-color-red);
  overflow: hidden;
  min-height: 540px;
  display: block !important;
  text-align: center !important;
  padding: 48px 32px 32px !important;
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-pd__bottle {
    min-height: 660px;
    padding: 64px 48px 48px !important;
  }
}
.page--whiskey-product .wcw-pd__bottle > img:not(.wcw-pd__anchor) {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  max-height: 520px !important;
  max-width: 60% !important;
  width: auto !important;
  height: auto !important;
  margin: 24px auto 0 !important;
  object-fit: contain;
  filter: drop-shadow(0 24px 60px rgba(0, 0, 0, 0.35));
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-pd__bottle > img:not(.wcw-pd__anchor) {
    max-height: 580px !important;
  }
}
.page--whiskey-product .wcw-pd__anchor {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 70% !important;
  max-width: 460px !important;
  height: auto !important;
  z-index: 1 !important;
  opacity: 0.22 !important;
  filter: none !important;
  margin: 0 !important;
}
.page--whiskey-product .wcw-pd__age {
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  display: inline-block !important;
  position: absolute;
  top: 32px;
  left: 32px;
  z-index: 3;
  color: var(--wcw-color-white);
  font-family: var(--wcw-font-display);
  font-weight: 700;
  line-height: 0.9;
  font-size: 84px;
  letter-spacing: -0.02em;
  text-align: left;
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-pd__age {
    font-size: 120px;
    top: 56px;
    left: 56px;
  }
}
.page--whiskey-product .wcw-pd__age small, .page--whiskey-product .wcw-pd__age .small {
  font-size: 11px !important;
  display: block;
  margin-top: 6px;
  letter-spacing: 0.28em;
  font-weight: 700;
}
.page--whiskey-product .wcw-sb {
  position: relative;
  background: var(--wcw-color-ink);
  padding: 48px 32px;
  color: var(--wcw-color-white);
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-sb {
    padding: 65px 96px;
  }
}
.page--whiskey-product .wcw-sb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--wcw-gradient-gold);
}
.page--whiskey-product .wcw-sb__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  .page--whiskey-product .wcw-sb__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-sb__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
  }
}
.page--whiskey-product .wcw-sb__item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.page--whiskey-product .wcw-sb__icon {
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page--whiskey-product .wcw-sb__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page--whiskey-product .wcw-sb__copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.page--whiskey-product .wcw-sb__label {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wcw-color-off-white);
}
.page--whiskey-product .wcw-sb__desc {
  font-family: var(--wcw-font-body);
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72);
}
.page--whiskey-product .wcw-tn {
  background: var(--wcw-color-off-white);
  padding: 96px 32px 80px;
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-tn {
    padding: 120px 64px 96px;
  }
}
.page--whiskey-product .wcw-tn__eyebrow {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--wcw-color-ink);
  margin: 0 0 24px;
}
.page--whiskey-product .wcw-tn__title {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: clamp(48px, 8vw, 120px);
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: var(--wcw-color-ink);
  text-transform: uppercase;
  max-width: 22ch;
  margin: 0 0 64px;
}
.page--whiskey-product .wcw-tn__title .wcw-tn__period::before {
  content: ".";
}
.page--whiskey-product .wcw-tn__title .wcw-tn__period {
  display: inline;
  width: auto;
  height: auto;
  background: var(--wcw-gradient-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  margin-left: 0.02em;
  vertical-align: baseline;
  transform: none;
}
.page--whiskey-product .wcw-tn__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .page--whiskey-product .wcw-tn__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page--whiskey-product .wcw-tn__card {
  background: var(--wcw-color-red);
  color: var(--wcw-color-white);
  padding: 24px 14px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
.page--whiskey-product .wcw-tn__card-head {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 14px;
}
.page--whiskey-product .wcw-tn__card-icon {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  color: var(--wcw-color-white);
}
.page--whiskey-product .wcw-tn__card-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
.page--whiskey-product .wcw-tn__card-label {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: uppercase;
}
.page--whiskey-product .wcw-tn__card-rule {
  width: 40px;
  height: 2px;
  background: var(--wcw-color-off-white);
  border-radius: 100px;
  margin: 0 0 24px;
}
.page--whiskey-product .wcw-tn__card-body {
  font-family: var(--wcw-font-body);
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
}
.page--whiskey-product .wcw-hp {
  background: var(--wcw-color-off-white);
  padding: 64px 32px 96px;
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-hp {
    padding: 80px 96px 120px;
  }
}
.page--whiskey-product .wcw-hp__header {
  text-align: center;
  margin: 0 0 48px;
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-hp__header {
    text-align: left;
    margin-left: 50%;
    margin-bottom: 64px;
  }
}
.page--whiskey-product .wcw-hp__eyebrow {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--wcw-color-red);
  margin: 0 0 12px;
}
.page--whiskey-product .wcw-hp__title {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: clamp(56px, 8vw, 120px);
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: var(--wcw-color-ink);
  text-transform: uppercase;
  margin: 0;
}
.page--whiskey-product .wcw-hp__title .wcw-hp__period::before {
  content: ".";
}
.page--whiskey-product .wcw-hp__title .wcw-hp__period {
  display: inline;
  width: auto;
  height: auto;
  background: none;
  color: var(--wcw-color-red);
  margin-left: 0.02em;
  vertical-align: baseline;
  transform: none;
}
.page--whiskey-product .wcw-hp__steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  text-align: left;
  margin: 0;
}
@media (min-width: 768px) {
  .page--whiskey-product .wcw-hp__steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-hp__steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    margin: 0;
  }
}
.page--whiskey-product .wcw-hp__step {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 16px !important;
}
.page--whiskey-product .wcw-hp__icon {
  flex: 0 0 80px;
  width: 80px;
  background: none !important;
  border-radius: 0;
  color: inherit !important;
}
.page--whiskey-product .wcw-hp__icon img {
  width: 100%;
  height: auto;
  max-height: 115px;
  object-fit: contain;
}
.page--whiskey-product .wcw-hp__copy {
  flex: 1 1 auto;
  padding-top: 0;
}
.page--whiskey-product .wcw-hp__step-title {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: 54px;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  background-image: var(--wcw-gradient-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0;
}
.page--whiskey-product .wcw-hp__step-body {
  font-family: var(--wcw-font-body);
  font-size: 16px;
  line-height: 1.4;
  color: var(--wcw-color-ink);
  margin: 0;
  max-width: none;
}
.page--whiskey-product .wcw-na {
  position: relative;
  background: var(--wcw-color-red);
  color: var(--wcw-color-white);
  padding: 64px 32px 72px;
  overflow: hidden;
  grid-template-columns: 1fr !important;
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-na {
    padding: 80px 96px 96px;
    min-height: 280px;
    grid-template-columns: 1fr !important;
  }
}
.page--whiskey-product .wcw-na::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--wcw-gradient-gold);
  z-index: 3;
}
.page--whiskey-product .wcw-na__copy {
  position: relative;
  z-index: 2;
  padding: 0 !important;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}
.page--whiskey-product .wcw-na__eyebrow {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--wcw-color-white);
  margin: 0 0 40px;
}
.page--whiskey-product .wcw-na__title {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: clamp(40px, 5vw, 70px);
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: var(--wcw-color-white);
  text-transform: uppercase;
  margin: 0 0 32px;
}
.page--whiskey-product .wcw-na__title .wcw-na__title-em {
  background-image: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: var(--wcw-color-white);
  color: var(--wcw-color-white);
}
.page--whiskey-product .wcw-na__actions {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.page--whiskey-product .wcw-na__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px 8px;
  background: var(--wcw-color-ink);
  color: var(--wcw-color-white);
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.page--whiskey-product .wcw-na__cta:hover {
  background: var(--wcw-color-white);
  color: var(--wcw-color-ink);
}
.page--whiskey-product .wcw-na__cta-ghost {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wcw-color-white);
  text-decoration: none;
  border-bottom: 0;
  background-image: var(--wcw-gradient-gold);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 20% 2px;
  padding-bottom: 6px;
  transition: background-size 0.8s var(--wcw-ease-expo-out);
}
.page--whiskey-product .wcw-na__cta-ghost:hover, .page--whiskey-product .wcw-na__cta-ghost:focus-visible {
  background-size: 100% 2px;
  color: var(--wcw-color-white);
}
.page--whiskey-product .wcw-na__anchor {
  position: absolute;
  right: 0;
  top: 0;
  transform: none;
  width: auto;
  height: 120%;
  opacity: 0.35;
  z-index: 1;
}
@media (max-width: 991px) {
  .page--whiskey-product .wcw-na__anchor {
    display: none;
  }
}
.page--whiskey-product .wcw-na__photos {
  display: none;
}
.page--whiskey-product .wcw-hg {
  background: var(--wcw-color-off-white);
  padding: 64px 32px;
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-hg {
    padding: 96px 96px;
  }
}
.page--whiskey-product .wcw-hg__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-hg__grid {
    grid-template-columns: 640fr 400fr 400fr;
    grid-template-rows: 400px 400px;
    gap: 0;
  }
}
.page--whiskey-product .wcw-hg__cell {
  position: relative;
  overflow: hidden;
}
.page--whiskey-product .wcw-hg__cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-hg__cell--main {
    grid-row: 1/span 2;
    grid-column: 1/2;
  }
}
.page--whiskey-product .wcw-hg__cell--main {
  aspect-ratio: 640/800;
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-hg__cell--main {
    aspect-ratio: auto;
  }
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-hg__cell--sherry {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.page--whiskey-product .wcw-hg__cell--sherry {
  aspect-ratio: 1/1;
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-hg__cell--sherry {
    aspect-ratio: auto;
  }
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-hg__cell--lockup {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
.page--whiskey-product .wcw-hg__cell--lockup {
  aspect-ratio: 1/1;
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-hg__cell--lockup {
    aspect-ratio: auto;
  }
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-hg__cell--wide {
    grid-column: 2/4;
    grid-row: 2/3;
  }
}
.page--whiskey-product .wcw-hg__cell--wide {
  aspect-ratio: 2/1;
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-hg__cell--wide {
    aspect-ratio: auto;
  }
}
.page--whiskey-product .wcw-aw {
  display: block;
  background: var(--wcw-color-off-white);
  padding: 56px 32px 80px;
  text-align: center;
}
@media (min-width: 992px) {
  .page--whiskey-product .wcw-aw {
    padding: 64px 96px 96px;
  }
}
.page--whiskey-product .wcw-aw__title {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: clamp(22px, 2.5vw, 32px);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wcw-color-ink);
  margin: 0 0 40px;
}
.page--whiskey-product .wcw-aw__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px 16px;
}
.page--whiskey-product .wcw-aw__medal {
  flex: 0 0 calc(50% - 8px);
}
@media (min-width: 768px) {
  .page--whiskey-product .wcw-aw__medal {
    flex-basis: calc((100% - 32px) / 3);
  }
}
@media (min-width: 1100px) {
  .page--whiskey-product .wcw-aw__medal {
    flex-basis: calc((100% - 80px) / 6);
  }
}
.page--whiskey-product .wcw-aw__medal {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
  gap: 12px !important;
  background: none !important;
  color: var(--wcw-color-ink) !important;
  font-family: var(--wcw-font-body) !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  padding: 0 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
}
.page--whiskey-product .wcw-aw__medal-event,
.page--whiskey-product .wcw-aw__medal-name {
  display: block;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-family: var(--wcw-font-body) !important;
}
.page--whiskey-product .wcw-aw__medal img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}
.page--whiskey-product .wcw-aw__medal-event {
  color: var(--wcw-color-ink);
  opacity: 0.7;
}
.page--whiskey-product .wcw-aw__medal-name {
  font-weight: 700;
  color: var(--wcw-color-ink);
}
.page--whiskey-product .wcw-aw__medal-disc {
  display: none;
}
.page--whiskey-product .wcw-fbv3--newsletter .wcw-fbv3__cta {
  background: transparent;
  border: 1.5px solid var(--wcw-color-white);
  color: var(--wcw-color-white);
  padding: 14px 24px 11px;
  transition: background 0.2s, color 0.2s;
}
.page--whiskey-product .wcw-fbv3--newsletter .wcw-fbv3__cta:hover {
  background: var(--wcw-color-white);
  color: var(--wcw-color-ink);
}

.page--whiskey-landing {
  background: var(--wcw-color-off-white);
}
.page--whiskey-landing .wcw-header .wcw-header__nav a[aria-current=page],
.page--whiskey-landing .wcw-header .wcw-header__nav a.is-active {
  background: transparent !important;
  color: var(--wcw-color-white) !important;
  padding: 0 !important;
}
.page--whiskey-landing .wcw-crumb {
  display: none !important;
}
.page--whiskey-landing .wcw-ph::after {
  content: none;
}
.page--whiskey-landing .wcw-ph--photo {
  position: relative;
  height: auto !important;
  min-height: 720px !important;
  overflow: hidden;
}
@media (min-width: 992px) {
  .page--whiskey-landing .wcw-ph--photo {
    min-height: 750px !important;
  }
}
.page--whiskey-landing .wcw-ph__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page--whiskey-landing .wcw-ph__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page--whiskey-landing .wcw-ph__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 27.84%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.page--whiskey-landing .wcw-ph__anchor {
  top: unset;
  bottom: -60px;
  right: -20px;
  left: auto;
  transform: none;
  width: 220px;
  height: auto;
  z-index: 1;
  opacity: 1;
  filter: none;
}
@media (min-width: 992px) {
  .page--whiskey-landing .wcw-ph__anchor {
    width: 420px;
    top: unset;
    bottom: -150px;
    right: 15%;
  }
}
.page--whiskey-landing .wcw-ph__content {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  z-index: 2;
  padding: 200px 16px 80px;
  color: var(--wcw-color-white);
  max-width: 900px !important;
}
@media (min-width: 992px) {
  .page--whiskey-landing .wcw-ph__content {
    padding: 200px 96px 80px;
  }
}
.page--whiskey-landing .wcw-ph__eyebrow {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-image: var(--wcw-gradient-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0 0 18px;
}
@media (min-width: 992px) {
  .page--whiskey-landing .wcw-ph__eyebrow {
    font-size: 32px;
    margin: 0 0 24px;
  }
}
.page--whiskey-landing .wcw-ph__headline {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: clamp(100px, 9vw, 140px);
  line-height: 0.94;
  letter-spacing: -0.02em;
  color: var(--wcw-color-white);
  text-transform: uppercase;
  margin: 0 0 4px;
}
@media (min-width: 992px) {
  .page--whiskey-landing .wcw-ph__headline {
    font-size: 140px;
    margin: 0 0 24px;
  }
}
.page--whiskey-landing .wcw-ph__headline .wcw-tb__period {
  background-image: none;
  -webkit-text-fill-color: var(--wcw-color-red);
  color: var(--wcw-color-red);
}
.page--whiskey-landing .wcw-ph__body {
  font-family: var(--wcw-font-body);
  font-weight: 300;
  font-size: 18px;
  line-height: 1.55;
  color: var(--wcw-color-white);
  margin: 0;
  max-width: 540px;
}
@media (min-width: 992px) {
  .page--whiskey-landing .wcw-ph__body {
    font-size: 20px;
  }
}
.page--whiskey-landing .wcw-rs {
  position: relative;
  z-index: 2;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 16px;
  margin-top: -80px;
  background: linear-gradient(to bottom, transparent 50px, var(--wcw-color-ink) 50px);
}
@media (min-width: 992px) {
  .page--whiskey-landing .wcw-rs {
    overflow-x: unset;
    padding: 0 96px 24px;
  }
}
.page--whiskey-landing .wcw-rs__grid {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 0;
  padding: 0 16px;
}
@media (min-width: 992px) {
  .page--whiskey-landing .wcw-rs__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0 24px;
    padding: 0;
  }
}
.page--whiskey-landing .wcw-rs__item {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  padding: 0 12px;
  color: var(--wcw-color-white);
  text-decoration: none;
  transition: opacity 0.2s;
}
.page--whiskey-landing .wcw-rs__item:hover {
  opacity: 0.85;
}
@media (min-width: 992px) {
  .page--whiskey-landing .wcw-rs__item {
    flex: initial;
    padding: 0;
  }
}
.page--whiskey-landing .wcw-rs__bottle {
  flex: 0 0 auto;
  height: 110px;
  width: auto;
  object-fit: contain;
  display: block;
}
@media (min-width: 992px) {
  .page--whiskey-landing .wcw-rs__bottle {
    height: 190px;
  }
}
.page--whiskey-landing .wcw-rs__label {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.05;
  color: var(--wcw-color-white);
  padding-bottom: 16px;
}
@media (min-width: 992px) {
  .page--whiskey-landing .wcw-rs__label {
    font-size: 24px;
    padding-bottom: 28px;
  }
}
.page--whiskey-landing .wcw-tb__anchor {
  display: none !important;
}
.page--whiskey-landing .wcw-tb--v2 {
  background: var(--wcw-color-off-white);
  padding: 96px 32px;
  display: block;
}
@media (min-width: 992px) {
  .page--whiskey-landing .wcw-tb--v2 {
    padding: 120px 96px;
    display: grid;
    grid-template-columns: 886fr 426fr;
    gap: 64px;
    align-items: start;
  }
  .page--whiskey-landing .wcw-tb--v2 > div {
    display: block;
  }
  .page--whiskey-landing .wcw-tb--v2 > div:last-child {
    padding-top: 60px;
  }
}
.page--whiskey-landing .wcw-tb--v2 .wcw-tb__intro-sub {
  font-family: var(--wcw-font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--wcw-color-ink);
  margin: 0 0 40px;
  max-width: 480px;
}
@media (min-width: 992px) {
  .page--whiskey-landing .wcw-tb--v2 .wcw-tb__intro-sub {
    font-size: 20px;
  }
}
.page--whiskey-landing .wcw-tb--v2 .wcw-tb__eyebrow {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--wcw-color-ink);
  margin: 0 0 24px;
}
.page--whiskey-landing .wcw-tb--v2 .wcw-tb__headline {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: clamp(48px, 7vw, 120px);
  line-height: 0.96;
  letter-spacing: -0.01em;
  color: var(--wcw-color-ink);
  text-transform: uppercase;
  margin: 0 0 28px;
}
.page--whiskey-landing .wcw-tb--v2 .wcw-tb__headline .wcw-tb__period::before {
  content: ".";
}
.page--whiskey-landing .wcw-tb--v2 .wcw-tb__headline .wcw-tb__period {
  background-image: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: var(--wcw-color-red);
  color: var(--wcw-color-red);
}
.page--whiskey-landing .wcw-tb--v2 .wcw-tb__cta {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--wcw-color-ink);
  text-decoration: none;
  padding-bottom: 6px;
  background-image: var(--wcw-gradient-gold);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 20% 2px;
  transition: background-size 0.8s var(--wcw-ease-expo-out);
}
.page--whiskey-landing .wcw-tb--v2 .wcw-tb__cta:hover, .page--whiskey-landing .wcw-tb--v2 .wcw-tb__cta:focus-visible {
  background-size: 100% 2px;
  color: var(--wcw-color-ink);
  text-decoration: none;
}
.page--whiskey-landing .wcw-tb--v2 .wcw-tb__intro {
  font-family: var(--wcw-font-body);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.45;
  color: var(--wcw-color-ink);
  margin: 0 0 16px;
}
@media (min-width: 992px) {
  .page--whiskey-landing .wcw-tb--v2 .wcw-tb__intro {
    font-size: 20px;
    line-height: 1.45;
  }
}
.page--whiskey-landing .wcw-tb--v2 .wcw-tb__sub-label {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--wcw-color-red);
  margin: 0 0 8px;
}
.page--whiskey-landing .wcw-tb--v2 .wcw-tb__sub-body {
  font-family: var(--wcw-font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.45;
  color: var(--wcw-color-ink);
  margin: 0 0 32px;
}
@media (min-width: 992px) {
  .page--whiskey-landing .wcw-tb--v2 .wcw-tb__sub-body {
    font-size: 20px;
    line-height: 1.45;
  }
}
.page--whiskey-landing .wcw-hl--why-five {
  background: var(--wcw-color-red);
}
@media (min-width: 992px) {
  .page--whiskey-landing .wcw-hl--why-five {
    grid-template-columns: 557fr 4px 879fr;
  }
}
.page--whiskey-landing .wcw-hl--why-five .wcw-hl__panel {
  position: relative;
  background: var(--wcw-color-red) !important;
  color: var(--wcw-color-white);
  padding: 56px 32px !important;
  overflow: visible;
}
@media (min-width: 992px) {
  .page--whiskey-landing .wcw-hl--why-five .wcw-hl__panel {
    padding: 80px 64px 96px 169px !important;
  }
}
.page--whiskey-landing .wcw-hl--why-five .wcw-hl__ghost-five {
  position: absolute;
  left: -59px;
  top: 111px;
  font-family: "Oswald", var(--wcw-font-display);
  font-weight: 700;
  font-size: 600px;
  line-height: 1;
  color: #6b0000;
  opacity: 0.45;
  pointer-events: none;
  z-index: 0;
}
.page--whiskey-landing .wcw-hl--why-five .wcw-hl__eyebrow {
  position: relative;
  z-index: 1;
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--wcw-color-white);
  margin: 0 0 24px;
}
.page--whiskey-landing .wcw-hl--why-five .wcw-hl__headline {
  position: relative;
  z-index: 1;
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: clamp(48px, 8vw, 120px);
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: var(--wcw-color-white);
  text-transform: uppercase;
  margin: 0 0 32px;
  max-width: none;
}
.page--whiskey-landing .wcw-hl--why-five .wcw-hl__headline .wcw-tb__period::before {
  content: ".";
}
.page--whiskey-landing .wcw-hl--why-five .wcw-hl__headline .wcw-tb__period {
  background-image: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: inherit;
  color: inherit;
}
.page--whiskey-landing .wcw-hl--why-five .wcw-hl__bullets {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 32px;
}
.page--whiskey-landing .wcw-hl--why-five .wcw-hl__bullets li {
  padding: 0;
  margin: 0;
}
.page--whiskey-landing .wcw-hl--why-five .wcw-hl__bullet-title {
  font-family: var(--wcw-font-body);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: normal;
  text-transform: none;
  color: var(--wcw-color-white);
  margin: 0 0 8px;
}
.page--whiskey-landing .wcw-hl--why-five .wcw-hl__bullet-body {
  font-family: var(--wcw-font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
.page--whiskey-landing .wcw-tb--v1 {
  background: var(--wcw-color-off-white);
  padding: 96px 32px 56px;
}
@media (min-width: 992px) {
  .page--whiskey-landing .wcw-tb--v1 {
    padding: 140px 64px 80px;
    display: grid;
    grid-template-columns: 886fr 426fr;
    gap: 64px;
    align-items: start;
  }
}
.page--whiskey-landing .wcw-tb--v1:has(+ .wcw-fbv4) {
  padding-bottom: 0;
}
.page--whiskey-landing .wcw-tb--v1 .wcw-tb__eyebrow {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--wcw-color-red);
  margin: 0 0 24px;
}
.page--whiskey-landing .wcw-tb--v1 .wcw-tb__headline {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: clamp(48px, 7vw, 120px);
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: var(--wcw-color-ink);
  text-transform: uppercase;
  margin: 0;
}
.page--whiskey-landing .wcw-tb--v1 .wcw-tb__headline .wcw-tb__period::before {
  content: ".";
}
.page--whiskey-landing .wcw-tb--v1 .wcw-tb__headline .wcw-tb__period {
  background-image: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: var(--wcw-color-red);
  color: var(--wcw-color-red);
}
.page--whiskey-landing .wcw-tb--v1 .wcw-tb__display-2 {
  font-family: var(--wcw-font-display-2);
  font-weight: 600;
  font-size: clamp(36px, 4vw, 60px);
  line-height: 0.93;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  background-image: var(--wcw-gradient-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0 0 24px;
}
.page--whiskey-landing .wcw-tb--v1 .wcw-tb__display-2 .wcw-tb__period::before {
  content: ".";
}
.page--whiskey-landing .wcw-tb--v1 .wcw-tb__body {
  font-family: var(--wcw-font-body);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.45;
  color: var(--wcw-color-ink);
  margin: 0;
}
.page--whiskey-landing .wcw-na {
  position: relative;
  background: var(--wcw-color-red);
  color: var(--wcw-color-white);
  padding: 64px 32px 72px;
  overflow: hidden;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .page--whiskey-landing .wcw-na {
    padding: 80px 96px 96px;
    min-height: 280px;
  }
}
.page--whiskey-landing .wcw-na__copy {
  position: relative;
  z-index: 2;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 992px) {
  .page--whiskey-landing .wcw-na__copy {
    padding: 0;
  }
}
.page--whiskey-landing .wcw-na__eyebrow {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--wcw-color-white);
  margin: 0 0 40px;
}
.page--whiskey-landing .wcw-na__title {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: clamp(40px, 5vw, 70px);
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: var(--wcw-color-white);
  text-transform: uppercase;
  margin: 0 0 32px;
}
.page--whiskey-landing .wcw-na__title .wcw-na__title-em {
  background-image: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: var(--wcw-color-white);
  color: var(--wcw-color-white);
}
.page--whiskey-landing .wcw-na__actions {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.page--whiskey-landing .wcw-na__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px 8px;
  background: var(--wcw-color-ink);
  color: var(--wcw-color-white);
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.page--whiskey-landing .wcw-na__cta:hover {
  background: var(--wcw-color-white);
  color: var(--wcw-color-ink);
}
.page--whiskey-landing .wcw-na__cta-ghost {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wcw-color-white);
  text-decoration: none;
  border-bottom: 0;
  background-image: var(--wcw-gradient-gold);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 20% 2px;
  padding-bottom: 6px;
  transition: background-size 0.8s var(--wcw-ease-expo-out);
}
.page--whiskey-landing .wcw-na__cta-ghost:hover, .page--whiskey-landing .wcw-na__cta-ghost:focus-visible {
  background-size: 100% 2px;
  color: var(--wcw-color-white);
}
.page--whiskey-landing .wcw-na__anchor {
  position: absolute;
  right: 0;
  top: 0;
  transform: none;
  width: auto;
  height: 120%;
  z-index: 1;
}
@media (max-width: 991px) {
  .page--whiskey-landing .wcw-na__anchor {
    display: none;
  }
}
.page--whiskey-landing .wcw-na__photos {
  display: none;
}
.page--whiskey-landing .wcw-aw {
  display: block;
  background: var(--wcw-color-off-white);
  padding: 40px 32px 56px;
  text-align: center;
}
@media (min-width: 992px) {
  .page--whiskey-landing .wcw-aw {
    padding: 64px 96px 64px;
  }
}
.page--whiskey-landing .wcw-aw__title {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: clamp(22px, 2.5vw, 32px);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wcw-color-ink);
  margin: 0 0 32px;
}
.page--whiskey-landing .wcw-aw__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 16px;
}
@media (min-width: 768px) {
  .page--whiskey-landing .wcw-aw__row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1100px) {
  .page--whiskey-landing .wcw-aw__row {
    grid-template-columns: repeat(6, 1fr);
  }
}
.page--whiskey-landing .wcw-aw__medal {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  gap: 0 !important;
  background: none !important;
  color: var(--wcw-color-ink) !important;
  font-family: var(--wcw-font-body) !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  padding: 0 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
}
.page--whiskey-landing .wcw-aw__medal img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin-bottom: 8px;
}
.page--whiskey-landing .wcw-aw__medal-event,
.page--whiskey-landing .wcw-aw__medal-name {
  display: block;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-family: var(--wcw-font-body) !important;
}
.page--whiskey-landing .wcw-aw__medal-name {
  font-weight: 700 !important;
}
.page--whiskey-landing .wcw-aw__medal-disc {
  display: none;
}
.page--whiskey-landing .wcw-hg {
  background: var(--wcw-color-off-white);
  padding: 0;
}
.page--whiskey-landing .wcw-hg__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 992px) {
  .page--whiskey-landing .wcw-hg__grid {
    grid-template-columns: 640fr 400fr 400fr;
    grid-template-rows: 400px 400px;
    gap: 0;
  }
}
.page--whiskey-landing .wcw-hg__cell {
  position: relative;
  overflow: hidden;
}
.page--whiskey-landing .wcw-hg__cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 992px) {
  .page--whiskey-landing .wcw-hg__cell--main {
    grid-row: 1/span 2;
    grid-column: 1/2;
  }
}
.page--whiskey-landing .wcw-hg__cell--main {
  aspect-ratio: 640/800;
}
@media (min-width: 992px) {
  .page--whiskey-landing .wcw-hg__cell--main {
    aspect-ratio: auto;
  }
}
@media (min-width: 992px) {
  .page--whiskey-landing .wcw-hg__cell--sherry {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.page--whiskey-landing .wcw-hg__cell--sherry {
  aspect-ratio: 1/1;
}
@media (min-width: 992px) {
  .page--whiskey-landing .wcw-hg__cell--sherry {
    aspect-ratio: auto;
  }
}
@media (min-width: 992px) {
  .page--whiskey-landing .wcw-hg__cell--lockup {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
.page--whiskey-landing .wcw-hg__cell--lockup {
  aspect-ratio: 1/1;
}
@media (min-width: 992px) {
  .page--whiskey-landing .wcw-hg__cell--lockup {
    aspect-ratio: auto;
  }
}
@media (min-width: 992px) {
  .page--whiskey-landing .wcw-hg__cell--wide {
    grid-column: 2/4;
    grid-row: 2/3;
  }
}
.page--whiskey-landing .wcw-hg__cell--wide {
  aspect-ratio: 2/1;
}
@media (min-width: 992px) {
  .page--whiskey-landing .wcw-hg__cell--wide {
    aspect-ratio: auto;
  }
}
.page--whiskey-landing .wcw-fbv4 {
  position: relative;
}
.page--whiskey-landing .wcw-fbv4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--wcw-gradient-gold);
  z-index: 10;
  pointer-events: none;
}
.page--whiskey-landing .wcw-fbv4__ghost-cork {
  opacity: 0.18 !important;
}
.page--whiskey-landing .wcw-fbv4__ghost-cork img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(85%) saturate(3000%) hue-rotate(347deg) !important;
}
.page--whiskey-landing .wcw-fbv3--newsletter .wcw-fbv3__cta {
  background: transparent;
  border: 1.5px solid var(--wcw-color-white);
  color: var(--wcw-color-white);
  padding: 14px 24px 11px;
  transition: background 0.2s, color 0.2s;
}
.page--whiskey-landing .wcw-fbv3--newsletter .wcw-fbv3__cta:hover {
  background: var(--wcw-color-white);
  color: var(--wcw-color-ink);
}

.wcw-pw-gate {
  min-height: calc(100vh - var(--wcw-header-h-mobile, 80px));
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--wcw-color-off-white);
  padding: 60px 24px;
}
@media (min-width: 992px) {
  .wcw-pw-gate {
    min-height: calc(100vh - var(--wcw-header-h-desktop, 100px));
  }
}
.wcw-pw-gate__inner {
  width: 100%;
  max-width: 480px;
  text-align: center;
}
.wcw-pw-gate__eyebrow {
  font-family: var(--wcw-font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wcw-color-red);
  margin: 0 0 16px;
}
.wcw-pw-gate__heading {
  font-family: var(--wcw-font-display);
  font-size: clamp(40px, 8vw, 64px);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--wcw-color-ink);
  line-height: 1;
  margin: 0 0 20px;
}
.wcw-pw-gate__body {
  font-family: var(--wcw-font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--wcw-color-ink);
  opacity: 0.7;
  margin: 0 0 32px;
}
.wcw-pw-gate__form {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}
.wcw-pw-gate__input {
  flex: 1;
  min-width: 180px;
  max-width: 260px;
  padding: 12px 16px;
  border: 1px solid var(--wcw-color-neutral-light);
  font-family: var(--wcw-font-body);
  font-size: 16px;
  background: var(--wcw-color-white);
  color: var(--wcw-color-ink);
  border-radius: 4px;
}
.wcw-pw-gate__input:focus {
  outline: 2px solid var(--wcw-color-red);
  outline-offset: 2px;
}
.wcw-pw-gate__btn {
  display: inline-block;
  background: var(--wcw-color-red);
  color: var(--wcw-color-white);
  padding: 12px 28px 8px;
  font-family: var(--wcw-font-display);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.wcw-pw-gate__btn:hover, .wcw-pw-gate__btn:focus-visible {
  background: var(--wcw-color-red-dark);
  outline: none;
}

.mod-wcw-nav {
  position: relative;
  z-index: 50;
  background: var(--wcw-color-ink);
  color: var(--wcw-color-text-inverse);
}
.mod-wcw-nav__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--wcw-space-4) 0;
  gap: var(--wcw-space-4);
}
.mod-wcw-nav__logo {
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
.mod-wcw-nav__logo img {
  display: block;
  max-height: 40px;
  width: auto;
}
.mod-wcw-nav__logo-text {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-eyebrow-lg);
  letter-spacing: var(--wcw-tracking-eyebrow);
  text-transform: uppercase;
}
.mod-wcw-nav__primary {
  display: none;
}
@media (min-width: 992px) {
  .mod-wcw-nav__primary {
    display: block;
  }
}
.mod-wcw-nav__menu {
  display: flex;
  gap: var(--wcw-space-6);
  list-style: none;
  margin: 0;
  padding: 0;
}
.mod-wcw-nav__menu a {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-eyebrow);
  letter-spacing: var(--wcw-tracking-eyebrow);
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  transition: color var(--wcw-duration-fast) var(--wcw-ease-standard);
}
.mod-wcw-nav__menu a:hover, .mod-wcw-nav__menu a:focus-visible {
  color: var(--wcw-color-primary);
}
.mod-wcw-nav__cta {
  display: inline-flex;
  align-items: center;
  padding: var(--wcw-space-3) var(--wcw-space-5);
  background: var(--wcw-color-primary);
  color: var(--wcw-color-on-primary);
  border-radius: var(--wcw-radius-pill);
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-eyebrow);
  letter-spacing: var(--wcw-tracking-eyebrow);
  text-transform: uppercase;
  text-decoration: none;
  transition: background var(--wcw-duration-fast) var(--wcw-ease-standard);
}
.mod-wcw-nav__cta:hover, .mod-wcw-nav__cta:focus-visible {
  background: var(--wcw-color-primary-hover);
  color: var(--wcw-color-on-primary);
}
.mod-wcw-nav__toggle {
  background: transparent;
  border: 0;
  width: 44px;
  height: 44px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  color: inherit;
}
.mod-wcw-nav__toggle-bar {
  display: block;
  width: 24px;
  height: 2px;
  background: currentColor;
}
.mod-wcw-nav__drawer {
  position: fixed;
  inset: 0;
  background: rgba(27, 33, 38, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--wcw-color-text-inverse);
  padding: var(--wcw-space-12);
  display: flex;
  flex-direction: column;
  gap: var(--wcw-space-8);
  z-index: 100;
}
.mod-wcw-nav__drawer[hidden] {
  display: none;
}

.mod-wcw-footer {
  background: var(--wcw-color-ink);
  color: var(--wcw-color-text-inverse);
  padding: var(--wcw-section-y-desktop) 0 var(--wcw-space-8);
}
.mod-wcw-footer__top {
  padding-bottom: var(--wcw-space-12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mod-wcw-footer__bottom {
  padding-top: var(--wcw-space-6);
}
.mod-wcw-footer__brand-col {
  margin-bottom: var(--wcw-space-8);
}
.mod-wcw-footer__logo img {
  max-width: 180px;
  height: auto;
  display: block;
  margin-bottom: var(--wcw-space-4);
}
.mod-wcw-footer__tagline {
  font-family: var(--wcw-font-body);
  font-weight: 300;
  font-size: var(--wcw-fs-body-sm);
  color: rgba(255, 255, 255, 0.7);
}
.mod-wcw-footer__nav-heading {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-eyebrow);
  letter-spacing: var(--wcw-tracking-eyebrow);
  text-transform: uppercase;
  color: var(--wcw-color-text-inverse);
  margin: 0 0 var(--wcw-space-4);
}
.mod-wcw-footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mod-wcw-footer__nav-list li {
  margin-bottom: var(--wcw-space-2);
}
.mod-wcw-footer__nav-list a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: var(--wcw-fs-body-sm);
  transition: color var(--wcw-duration-fast) var(--wcw-ease-standard);
}
.mod-wcw-footer__nav-list a:hover, .mod-wcw-footer__nav-list a:focus-visible {
  color: var(--wcw-color-primary);
}
.mod-wcw-footer__copyright {
  font-size: var(--wcw-fs-label);
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.mod-wcw-footer__legal {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: var(--wcw-space-4);
  justify-content: flex-end;
}
.mod-wcw-footer__legal a {
  color: rgba(255, 255, 255, 0.5);
  font-size: var(--wcw-fs-label);
  text-decoration: none;
}
.mod-wcw-footer__legal a:hover, .mod-wcw-footer__legal a:focus-visible {
  color: var(--wcw-color-primary);
}

.mod-wcw-social {
  background: var(--wcw-color-background);
  padding: var(--wcw-section-y-desktop) 0;
}
.mod-wcw-social__header {
  text-align: center;
  margin-bottom: var(--wcw-space-8);
}
.mod-wcw-social__heading {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-display-sm);
  line-height: var(--wcw-lh-tight);
  letter-spacing: var(--wcw-tracking-display);
  text-transform: uppercase;
  margin: 0 0 var(--wcw-space-2);
}
.mod-wcw-social__subheading {
  font-family: var(--wcw-font-body);
  font-weight: 300;
  font-size: var(--wcw-fs-body);
  color: var(--wcw-color-ink);
  opacity: 0.8;
  margin: 0;
}
.mod-wcw-social__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--wcw-space-4);
}
@media (max-width: 991.98px) {
  .mod-wcw-social__grid {
    grid-template-columns: 1fr;
  }
}
.mod-wcw-social__figure {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin: 0;
  background: var(--wcw-color-ink);
}
.mod-wcw-social__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--wcw-duration-slow) var(--wcw-ease-expo-out);
}
.mod-wcw-social__link:hover .mod-wcw-social__figure img, .mod-wcw-social__link:focus-visible .mod-wcw-social__figure img {
  transform: scale(1.04);
}
.mod-wcw-social__caption {
  position: absolute;
  inset: auto 0 0 0;
  padding: var(--wcw-space-3);
  color: var(--wcw-color-text-inverse);
  font-size: var(--wcw-fs-label);
  background: linear-gradient(transparent, var(--wcw-color-overlay-ink-85));
}
.mod-wcw-social__action {
  text-align: center;
  margin-top: var(--wcw-space-8);
}
.mod-wcw-social__cta {
  display: inline-flex;
  padding: var(--wcw-space-3) var(--wcw-space-6);
  border: 2px solid var(--wcw-color-ink);
  color: var(--wcw-color-ink);
  background: transparent;
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-eyebrow);
  letter-spacing: var(--wcw-tracking-eyebrow);
  text-transform: uppercase;
  text-decoration: none;
  border-radius: var(--wcw-radius-pill);
  transition: background var(--wcw-duration-fast) var(--wcw-ease-standard), color var(--wcw-duration-fast) var(--wcw-ease-standard);
}
.mod-wcw-social__cta:hover, .mod-wcw-social__cta:focus-visible {
  background: var(--wcw-color-ink);
  color: var(--wcw-color-text-inverse);
}
.mod-wcw-social__empty {
  text-align: center;
  color: var(--wcw-color-ink);
  opacity: 0.7;
  font-size: var(--wcw-fs-body);
}

.mod-wcw-inner {
  padding: var(--wcw-section-y-desktop) 0;
}
.mod-wcw-inner__article {
  max-width: var(--wcw-container-inner-max);
  margin: 0 auto;
}
.mod-wcw-inner__closing-cta {
  background: var(--wcw-color-primary);
  color: var(--wcw-color-on-primary);
  padding: var(--wcw-section-y-mobile) 0;
  text-align: center;
}
.mod-wcw-inner__closing-eyebrow {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-display-sm);
  line-height: var(--wcw-lh-tight);
  letter-spacing: var(--wcw-tracking-display-sm);
  text-transform: uppercase;
  margin: 0 0 var(--wcw-space-6);
}
.mod-wcw-inner__closing-link {
  display: inline-block;
  padding: var(--wcw-space-3) var(--wcw-space-6);
  border: 2px solid var(--wcw-color-on-primary);
  border-radius: var(--wcw-radius-pill);
  color: var(--wcw-color-on-primary);
  text-decoration: none;
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-eyebrow);
  letter-spacing: var(--wcw-tracking-eyebrow);
  text-transform: uppercase;
  transition: background var(--wcw-duration-fast) var(--wcw-ease-standard), color var(--wcw-duration-fast) var(--wcw-ease-standard);
}
.mod-wcw-inner__closing-link:hover, .mod-wcw-inner__closing-link:focus-visible {
  background: var(--wcw-color-on-primary);
  color: var(--wcw-color-primary);
}

.mod-wcw-listing__intro {
  text-align: center;
  padding: var(--wcw-section-y-mobile) 0;
}
.mod-wcw-listing__highlight {
  padding: var(--wcw-section-y-desktop) 0;
}
.mod-wcw-listing__posts {
  padding: var(--wcw-section-y-desktop) 0;
}
.mod-wcw-listing__post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--wcw-space-8);
}
@media (max-width: 991.98px) {
  .mod-wcw-listing__post-grid {
    grid-template-columns: 1fr;
  }
}
.mod-wcw-listing__card {
  background: var(--wcw-color-surface);
  border-radius: var(--wcw-radius-sm);
  overflow: hidden;
}
.mod-wcw-listing__card a {
  text-decoration: none;
  color: inherit;
}
.mod-wcw-listing__card-body {
  padding: var(--wcw-space-6);
}
.mod-wcw-listing__card-eyebrow {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-eyebrow);
  letter-spacing: var(--wcw-tracking-eyebrow);
  text-transform: uppercase;
  color: var(--wcw-color-primary);
  margin-bottom: var(--wcw-space-2);
}
.mod-wcw-listing__card-title {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-h3);
  line-height: var(--wcw-lh-tight);
  text-transform: uppercase;
  margin: 0 0 var(--wcw-space-3);
}
.mod-wcw-listing__card-meta {
  color: var(--wcw-color-ink);
  opacity: 0.7;
  font-size: var(--wcw-fs-body-sm);
}

.mod-wcw-pdp__abv {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-display-md);
  color: var(--wcw-color-primary);
  margin: var(--wcw-space-4) 0;
}
.mod-wcw-pdp__lead {
  font-size: var(--wcw-fs-body-lg);
  line-height: var(--wcw-lh-loose);
  margin-bottom: var(--wcw-space-6);
}
.mod-wcw-pdp__tasting {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--wcw-space-6);
  padding: var(--wcw-space-8) 0;
  border-top: 1px solid var(--wcw-color-border);
  border-bottom: 1px solid var(--wcw-color-border);
}
@media (max-width: 767.98px) {
  .mod-wcw-pdp__tasting {
    grid-template-columns: 1fr;
  }
}
.mod-wcw-pdp__tasting-key {
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-eyebrow);
  letter-spacing: var(--wcw-tracking-eyebrow);
  text-transform: uppercase;
  margin: 0 0 var(--wcw-space-2);
  color: var(--wcw-color-primary);
}
.mod-wcw-pdp__buy {
  display: inline-flex;
  padding: var(--wcw-space-4) var(--wcw-space-8);
  background: var(--wcw-color-primary);
  color: var(--wcw-color-on-primary);
  border-radius: var(--wcw-radius-pill);
  font-family: var(--wcw-font-display);
  font-weight: 700;
  font-size: var(--wcw-fs-eyebrow-lg);
  letter-spacing: var(--wcw-tracking-eyebrow);
  text-transform: uppercase;
  text-decoration: none;
  margin-top: var(--wcw-space-6);
  transition: background var(--wcw-duration-fast) var(--wcw-ease-standard);
}
.mod-wcw-pdp__buy:hover, .mod-wcw-pdp__buy:focus-visible {
  background: var(--wcw-color-primary-hover);
}

/* ========================================
   Homepage Styles - Hero Sections
   ======================================== */
.boiler-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
@media (max-width: 768px) {
  .boiler-hero {
    min-height: 80vh;
  }
}
.boiler-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.boiler-hero__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.boiler-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 2;
}
.boiler-hero .container {
  position: relative;
  z-index: 3;
}
.boiler-hero__content {
  text-align: center;
  color: white;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
}
@media (max-width: 768px) {
  .boiler-hero__content {
    padding: 1.5rem;
  }
}
.boiler-hero__title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .boiler-hero__title {
    margin-bottom: 1rem;
  }
}
.boiler-hero__description {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  opacity: 0.95;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .boiler-hero__description {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
}
.boiler-hero__description p {
  margin-bottom: 1rem;
}
.boiler-hero__description p:last-child {
  margin-bottom: 0;
}
.boiler-hero__actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.boiler-hero__actions .btn {
  min-width: 150px;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.boiler-hero__actions .btn-primary {
  background: #fbbf24;
  color: #1f2937;
}
.boiler-hero__actions .btn-primary:hover {
  background: #f59e0b;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(251, 191, 36, 0.4);
  text-decoration: none;
  color: #1f2937;
}
@media (max-width: 768px) {
  .boiler-hero__actions .btn {
    min-width: 120px;
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }
}
.boiler-hero.no-img {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.boiler-hero.no-img .boiler-hero__overlay {
  display: none;
}

.homepage-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
@media (max-width: 768px) {
  .homepage-hero {
    min-height: 80vh;
  }
}
.homepage-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.homepage-hero__bg-image, .homepage-hero__bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.homepage-hero__bg-video {
  filter: brightness(0.8);
}
.homepage-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 2;
}
.homepage-hero__slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.homepage-hero__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
  z-index: 1;
}
.homepage-hero__slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.homepage-hero__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  min-height: 100vh;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .homepage-hero__content {
    min-height: 80vh;
    padding: 1.5rem 0;
  }
}
.homepage-hero__subtitle {
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  opacity: 0.9;
  color: #fbbf24;
}
@media (max-width: 768px) {
  .homepage-hero__subtitle {
    font-size: 1rem;
    letter-spacing: 1.5px;
    margin-bottom: 0.75rem;
  }
}
.homepage-hero__title {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  max-width: 800px;
}
@media (max-width: 768px) {
  .homepage-hero__title {
    margin-bottom: 1rem;
  }
}
.homepage-hero__description {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  opacity: 0.95;
  max-width: 600px;
}
@media (max-width: 768px) {
  .homepage-hero__description {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
}
.homepage-hero__actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.homepage-hero__actions .btn {
  min-width: 150px;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.homepage-hero__actions .btn-primary {
  background: #fbbf24;
  color: #1f2937;
}
.homepage-hero__actions .btn-primary:hover {
  background: #f59e0b;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(251, 191, 36, 0.4);
}
.homepage-hero__actions .btn-video {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}
.homepage-hero__actions .btn-video:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}
.homepage-hero__actions .btn-video .play-icon {
  transition: transform 0.3s ease;
}
.homepage-hero__actions .btn-video:hover .play-icon {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .homepage-hero__actions .btn {
    min-width: 120px;
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }
}
.homepage-hero__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}
.homepage-hero__nav:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-50%) scale(1.1);
}
.homepage-hero__nav:active {
  transform: translateY(-50%) scale(0.95);
}
.homepage-hero__nav--prev {
  left: 2rem;
}
@media (max-width: 768px) {
  .homepage-hero__nav--prev {
    left: 1rem;
  }
}
.homepage-hero__nav--next {
  right: 2rem;
}
@media (max-width: 768px) {
  .homepage-hero__nav--next {
    right: 1rem;
  }
}
@media (max-width: 768px) {
  .homepage-hero__nav {
    width: 50px;
    height: 50px;
  }
  .homepage-hero__nav svg {
    width: 20px;
    height: 20px;
  }
}
.homepage-hero__indicators {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1rem;
  z-index: 4;
}
@media (max-width: 768px) {
  .homepage-hero__indicators {
    bottom: 1.5rem;
    gap: 0.75rem;
  }
}
.homepage-hero__indicator {
  position: relative;
  width: 50px;
  height: 4px;
  border: none;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
}
.homepage-hero__indicator:hover {
  background: rgba(255, 255, 255, 0.5);
}
.homepage-hero__indicator.active {
  background: rgba(255, 255, 255, 0.6);
}
.homepage-hero__indicator .indicator-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #ffffff;
  border-radius: inherit;
  transform: translateX(-100%);
  transition: transform var(--transition-duration, 7000ms) linear;
}
.homepage-hero__indicator.active .indicator-progress {
  transform: translateX(0);
}
@media (max-width: 768px) {
  .homepage-hero__indicator {
    width: 40px;
    height: 3px;
  }
}
.homepage-hero__controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  z-index: 4;
  pointer-events: none;
}
.homepage-hero__controls > * {
  pointer-events: all;
}
@media (max-width: 768px) {
  .homepage-hero__controls {
    padding: 0 1rem;
  }
}

.hero-carousel {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media (max-width: 768px) {
  .hero-carousel {
    height: 70vh;
  }
}

.carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
  z-index: 1;
}
.carousel-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.carousel-slide:not(.active) {
  transform: translateX(0);
}
.carousel-slide .slide-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.carousel-slide .slide-content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  min-height: 100%;
  padding: 2rem 0;
}

/* Background Media Styling */
.slide-image,
.slide-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slide-image {
  transition: transform 0.3s ease;
}

.carousel-slide.active .slide-image {
  transform: scale(1.05);
}

.slide-video {
  filter: brightness(0.8);
}

.slide-youtube {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide-youtube iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
.slide-youtube .youtube-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 2;
}

/* Content Styling */
.slide-text {
  max-width: 600px;
}
@media (max-width: 768px) {
  .slide-text {
    max-width: 100%;
    text-align: center;
  }
}

.slide-subtitle {
  font-size: 1.125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .slide-subtitle {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
}

.slide-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media (max-width: 1200px) {
  .slide-title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .slide-title {
    font-size: 2.25rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  .slide-title {
    font-size: 2rem;
  }
}

.slide-description {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .slide-description {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
}

.slide-actions {
  margin-top: 2rem;
}

.slide-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 1rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.slide-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.slide-cta .external-icon,
.slide-cta .arrow-icon {
  transition: transform 0.3s ease;
}
.slide-cta:hover .arrow-icon {
  transform: translateX(4px);
}
.slide-cta:hover .external-icon {
  transform: translate(2px, -2px);
}
@media (max-width: 768px) {
  .slide-cta {
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

/* Navigation Controls */
.carousel-navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  transform: translateY(-50%);
  z-index: 4;
  pointer-events: none;
}
@media (max-width: 768px) {
  .carousel-navigation {
    padding: 0 1rem;
  }
}

.carousel-btn {
  pointer-events: all;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}
.carousel-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.6);
  transform: scale(1.1);
}
.carousel-btn:active {
  transform: scale(0.95);
}
@media (max-width: 768px) {
  .carousel-btn {
    width: 50px;
    height: 50px;
  }
  .carousel-btn svg {
    width: 20px;
    height: 20px;
  }
}

/* Carousel Indicators */
.carousel-indicators {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1rem;
  z-index: 4;
}
@media (max-width: 768px) {
  .carousel-indicators {
    bottom: 1.5rem;
    gap: 0.75rem;
  }
}

.carousel-indicator {
  position: relative;
  width: 50px;
  height: 4px;
  border: none;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
}
.carousel-indicator:hover {
  background: rgba(255, 255, 255, 0.5);
}
.carousel-indicator.active {
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
  .carousel-indicator {
    width: 40px;
    height: 3px;
  }
}

.indicator-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #ffffff;
  border-radius: inherit;
  transform: translateX(-100%);
  transition: transform var(--transition-duration, 7000ms) linear;
  --progress: 0%;
}
.carousel-indicator.active .indicator-progress {
  transform: translateX(calc(var(--progress) - 100%));
}

/* Scroll Indicator */
.scroll-indicator {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
  z-index: 4;
  animation: bounce 2s infinite;
}
@media (max-width: 768px) {
  .scroll-indicator {
    display: none;
  }
}

.scroll-text {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.scroll-arrow svg {
  opacity: 0.8;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0) translateX(-50%);
  }
  40% {
    transform: translateY(-10px) translateX(-50%);
  }
  60% {
    transform: translateY(-5px) translateX(-50%);
  }
}
/* Fallback Styles */
.hero-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: linear-gradient(135deg, var(--bs-primary) 0%, var(--bs-primary-dark) 100%);
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .hero-fallback {
    min-height: 70vh;
    padding: 2rem 0;
  }
}

.fallback-content {
  max-width: 600px;
  padding: 2rem;
}

.fallback-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .fallback-title {
    font-size: 2.5rem;
  }
}

.fallback-description {
  font-size: 1.25rem;
  opacity: 0.9;
  margin-bottom: 0;
}

/* Accessibility Enhancements */
@media (prefers-reduced-motion: reduce) {
  .carousel-slide,
  .carousel-btn,
  .carousel-indicator,
  .slide-cta,
  .slide-image {
    transition: none !important;
  }
  .scroll-indicator {
    animation: none;
  }
  .indicator-progress {
    transition: none !important;
  }
}
/* Focus states for accessibility */
.carousel-btn:focus,
.carousel-indicator:focus {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 2px;
}

.slide-cta:focus {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 4px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .slide-overlay {
    background: rgba(0, 0, 0, 0.8);
  }
  .carousel-btn {
    border-color: #ffffff;
    background: rgba(0, 0, 0, 0.8);
  }
  .carousel-indicator {
    background: #ffffff;
  }
}
/* ========================================
   Homepage Content Sections
   ======================================== */
.homepage-intro {
  padding: 5rem 0;
  background: #f8fafc;
  text-align: center;
}
.homepage-intro__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #1f2937;
  position: relative;
}
.homepage-intro__title::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #fbbf24;
  border-radius: 2px;
}
.homepage-intro__description {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #6b7280;
  max-width: 800px;
  margin: 0 auto 3rem;
}
.homepage-intro__features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
.homepage-intro__feature {
  text-align: center;
  padding: 2rem 1rem;
}
.homepage-intro__feature__icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}
.homepage-intro__feature__icon svg {
  width: 32px;
  height: 32px;
  color: white;
}
.homepage-intro__feature__title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #1f2937;
}
.homepage-intro__feature__description {
  color: #6b7280;
  line-height: 1.5;
}

.homepage-stats {
  padding: 4rem 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  text-align: center;
}
.homepage-stats__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}
.homepage-stats__stat__number {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #fbbf24;
}
.homepage-stats__stat__label {
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
}

.homepage-cta {
  padding: 5rem 0;
  background: #1f2937;
  color: white;
  text-align: center;
}
.homepage-cta__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.homepage-cta__description {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.homepage-cta__actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.homepage-cta__actions .btn {
  min-width: 150px;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.homepage-cta__actions .btn-primary {
  background: #fbbf24;
  color: #1f2937;
}
.homepage-cta__actions .btn-primary:hover {
  background: #f59e0b;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(251, 191, 36, 0.4);
}
.homepage-cta__actions .btn-secondary {
  background: transparent;
  color: white;
  border: 2px solid white;
}
.homepage-cta__actions .btn-secondary:hover {
  background: white;
  color: #1f2937;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
  .homepage-cta__actions .btn {
    min-width: 120px;
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }
}

.homepage-testimonials {
  padding: 5rem 0;
  background: #f8fafc;
}
.homepage-testimonials__title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  color: #1f2937;
  position: relative;
}
.homepage-testimonials__title::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #fbbf24;
  border-radius: 2px;
}
.homepage-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
.homepage-testimonials__testimonial {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e5e7eb;
}
.homepage-testimonials__testimonial:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}
.homepage-testimonials__testimonial__quote {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #374151;
  margin-bottom: 1.5rem;
  font-style: italic;
}
.homepage-testimonials__testimonial__quote::before {
  content: '"';
  font-size: 2rem;
  color: #fbbf24;
  font-weight: bold;
  line-height: 0;
}
.homepage-testimonials__testimonial__quote::after {
  content: '"';
  font-size: 2rem;
  color: #fbbf24;
  font-weight: bold;
  line-height: 0;
}
.homepage-testimonials__testimonial__author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.homepage-testimonials__testimonial__author__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea, #764ba2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
}
.homepage-testimonials__testimonial__author__info__name {
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.25rem;
}
.homepage-testimonials__testimonial__author__info__title {
  color: #6b7280;
  font-size: 0.9rem;
}

.archive-hero {
  background: linear-gradient(135deg, var(--primary-color, #2563eb), var(--primary-color-dark, #1d4ed8));
  color: white;
  padding: 4rem 0 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .archive-hero {
    padding: 5rem 0 4rem;
  }
}
.archive-hero__content {
  max-width: 1200px;
  margin: 0 auto;
}
.archive-hero__header {
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .archive-hero__header {
    margin-bottom: 4rem;
  }
}
.archive-hero__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: white;
}
@media (min-width: 992px) {
  .archive-hero__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .archive-hero__title {
    font-size: 3.5rem;
  }
}
.archive-hero__description {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .archive-hero__description {
    font-size: 1.25rem;
  }
}
.archive-hero__filters {
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {
  .archive-hero__filters {
    margin-bottom: 4rem;
  }
}
.archive-hero .category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}
@media (min-width: 992px) {
  .archive-hero .category-nav {
    gap: 1rem;
  }
}
.archive-hero .category-nav__item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.archive-hero .category-nav__item:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
  text-decoration: none;
}
.archive-hero .category-nav__item--active {
  background: white;
  border-color: white;
  color: var(--primary-color, #2563eb);
}
.archive-hero .category-nav__item--active:hover {
  background: rgba(255, 255, 255, 0.95);
}
.archive-hero .category-nav__count {
  opacity: 0.8;
  font-size: 0.75rem;
}

.featured-article {
  background: white;
  border-radius: 16px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.featured-article:hover {
  transform: translateY(-2px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.featured-article__content {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1200px) {
  .featured-article__content {
    grid-template-columns: 1fr 1fr;
    min-height: 400px;
  }
}
.featured-article__image {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .featured-article__image {
    aspect-ratio: auto;
  }
}
.featured-article__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.featured-article__image:hover img {
  transform: scale(1.05);
}
.featured-article__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--gray-100, #f3f4f6);
  color: var(--gray-400, #9ca3af);
}
.featured-article__overlay {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.featured-article__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background: var(--primary-color, #2563eb);
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 50px;
}
.featured-article__info {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1200px) {
  .featured-article__info {
    padding: 3rem;
  }
}
.featured-article__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.featured-article__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .featured-article__title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .featured-article__title {
    font-size: 2.25rem;
  }
}
.featured-article__link {
  color: var(--text-color, #1f2937);
  text-decoration: none;
  transition: color 0.2s ease;
}
.featured-article__link:hover {
  color: var(--primary-color, #2563eb);
  text-decoration: none;
}
.featured-article__excerpt {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--text-color-muted, #6b7280);
  margin-bottom: 2rem;
}
.featured-article__action {
  margin-top: auto;
}

.archive-posts {
  padding: 2rem 0 4rem;
}
@media (min-width: 1200px) {
  .archive-posts {
    padding: 3rem 0 6rem;
  }
}
.archive-posts__content {
  max-width: 1200px;
  margin: 0 auto;
}
.archive-posts__load-more {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .archive-posts__load-more {
    margin-top: 4rem;
  }
}
.archive-posts__empty {
  display: flex;
  justify-content: center;
  padding: 4rem 0;
}
@media (min-width: 1200px) {
  .archive-posts__empty {
    padding: 6rem 0;
  }
}

.posts-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 992px) {
  .posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .posts-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}

.post-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: all 0.2s ease;
}
.post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.post-card:hover .post-card__image img {
  transform: scale(1.05);
}
.post-card:hover .post-card__overlay {
  opacity: 1;
  visibility: visible;
}
.post-card__image {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.post-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.post-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--gray-100, #f3f4f6);
  color: var(--gray-400, #9ca3af);
}
.post-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.post-card__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: white;
  border-radius: 50%;
  color: var(--primary-color, #2563eb);
  transition: all 0.2s ease;
}
.post-card__link:hover {
  background: var(--primary-color, #2563eb);
  color: white;
  transform: scale(1.1);
}
.post-card__content {
  padding: 1.5rem;
}
.post-card__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.post-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}
.post-card__title-link {
  color: var(--text-color, #1f2937);
  text-decoration: none;
  transition: color 0.2s ease;
}
.post-card__title-link:hover {
  color: var(--primary-color, #2563eb);
  text-decoration: none;
}
.post-card__excerpt {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--text-color-muted, #6b7280);
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-card__footer {
  margin-top: auto;
  padding-top: 0.5rem;
  border-top: 1px solid var(--gray-100, #f3f4f6);
}
.post-card__read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--primary-color, #2563eb);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}
.post-card__read-more:hover {
  color: var(--primary-color-dark, #1d4ed8);
  text-decoration: none;
  gap: 0.75rem;
}
.post-card__read-more svg {
  transition: transform 0.2s ease;
}
.post-card__read-more:hover svg {
  transform: translateX(2px);
}

.article-category {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  background: var(--primary-color-light, #dbeafe);
  color: var(--primary-color, #2563eb);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 50px;
}

.article-date {
  font-size: 0.875rem;
  color: var(--text-color-muted, #6b7280);
  font-weight: 500;
}

.empty-state {
  text-align: center;
  max-width: 400px;
}
.empty-state__icon {
  margin-bottom: 1.5rem;
  color: var(--gray-400, #9ca3af);
}
.empty-state__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-color, #1f2937);
  margin-bottom: 1rem;
}
.empty-state__description {
  font-size: 1rem;
  color: var(--text-color-muted, #6b7280);
  line-height: 1.6;
  margin-bottom: 2rem;
}

.btn__text, .btn__loading {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.btn__loading .spinner {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 575px) {
  .archive-hero {
    padding: 3rem 0 2rem;
  }
  .archive-hero__title {
    font-size: 2rem;
  }
  .archive-hero__description {
    font-size: 1rem;
  }
  .archive-hero__filters {
    margin-bottom: 2rem;
  }
  .archive-hero .category-nav {
    gap: 0.5rem;
  }
  .archive-hero .category-nav__item {
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
  }
  .featured-article__info {
    padding: 1.5rem;
  }
  .featured-article__title {
    font-size: 1.5rem;
  }
  .featured-article__excerpt {
    font-size: 1rem;
  }
  .posts-grid {
    gap: 1.5rem;
  }
  .post-card__content {
    padding: 1.25rem;
  }
  .post-card__title {
    font-size: 1.125rem;
  }
}
.archive-posts .post-card {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
.archive-posts .post-card.in-view {
  opacity: 1;
  transform: translateY(0);
}
.archive-posts .post-card:nth-child(1) {
  transition-delay: 0.1s;
}
.archive-posts .post-card:nth-child(2) {
  transition-delay: 0.2s;
}
.archive-posts .post-card:nth-child(3) {
  transition-delay: 0.3s;
}
.archive-posts .post-card:nth-child(4) {
  transition-delay: 0.4s;
}
.archive-posts .post-card:nth-child(5) {
  transition-delay: 0.5s;
}
.archive-posts .post-card:nth-child(6) {
  transition-delay: 0.6s;
}

.case-studies .case-study-card {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
.case-studies .case-study-card.in-view {
  opacity: 1;
  transform: translateY(0);
}
.case-studies .case-study-card:nth-child(1) {
  transition-delay: 0.1s;
}
.case-studies .case-study-card:nth-child(2) {
  transition-delay: 0.2s;
}
.case-studies .case-study-card:nth-child(3) {
  transition-delay: 0.3s;
}
.case-studies .case-study-card:nth-child(4) {
  transition-delay: 0.4s;
}
.case-studies .case-study-card:nth-child(5) {
  transition-delay: 0.5s;
}
.case-studies .case-study-card:nth-child(6) {
  transition-delay: 0.6s;
}

.events-posts .event-card {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
.events-posts .event-card.in-view {
  opacity: 1;
  transform: translateY(0);
}
.events-posts .event-card:nth-child(1) {
  transition-delay: 0.1s;
}
.events-posts .event-card:nth-child(2) {
  transition-delay: 0.2s;
}
.events-posts .event-card:nth-child(3) {
  transition-delay: 0.3s;
}
.events-posts .event-card:nth-child(4) {
  transition-delay: 0.4s;
}
.events-posts .event-card:nth-child(5) {
  transition-delay: 0.5s;
}
.events-posts .event-card:nth-child(6) {
  transition-delay: 0.6s;
}

.careers-list .career-card {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
.careers-list .career-card.in-view {
  opacity: 1;
  transform: translateY(0);
}
.careers-list .career-card:nth-child(1) {
  transition-delay: 0.1s;
}
.careers-list .career-card:nth-child(2) {
  transition-delay: 0.2s;
}
.careers-list .career-card:nth-child(3) {
  transition-delay: 0.3s;
}
.careers-list .career-card:nth-child(4) {
  transition-delay: 0.4s;
}
.careers-list .career-card:nth-child(5) {
  transition-delay: 0.5s;
}
.careers-list .career-card:nth-child(6) {
  transition-delay: 0.6s;
}

.events-hero {
  background: linear-gradient(135deg, var(--success-color, #10b981), var(--success-color-dark, #059669));
  color: white;
  padding: 4rem 0 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .events-hero {
    padding: 5rem 0 4rem;
  }
}
.events-hero__content {
  max-width: 1200px;
  margin: 0 auto;
}
.events-hero__header {
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .events-hero__header {
    margin-bottom: 4rem;
  }
}
.events-hero__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: white;
}
@media (min-width: 992px) {
  .events-hero__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .events-hero__title {
    font-size: 3.5rem;
  }
}
.events-hero__description {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .events-hero__description {
    font-size: 1.25rem;
  }
}
.events-hero__filters {
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .events-hero__filters {
    margin-bottom: 4rem;
  }
}

.events-filter-form {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 2rem;
}
.events-filter-form .filter-groups {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .events-filter-form .filter-groups {
    grid-template-columns: repeat(2, 1fr) auto;
    gap: 1rem;
  }
}
@media (min-width: 1200px) {
  .events-filter-form .filter-groups {
    grid-template-columns: repeat(3, 1fr) auto;
  }
}
.events-filter-form .filter-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.events-filter-form .filter-group--action {
  display: flex;
  align-items: end;
}
@media (min-width: 992px) {
  .events-filter-form .filter-group--action {
    justify-content: center;
  }
}
.events-filter-form .filter-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}
.events-filter-form .filter-select,
.events-filter-form .filter-input {
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 0.875rem;
}
.events-filter-form .filter-select::placeholder,
.events-filter-form .filter-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.events-filter-form .filter-select:focus,
.events-filter-form .filter-input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.15);
}

.featured-event {
  background: white;
  border-radius: 16px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.featured-event:hover {
  transform: translateY(-2px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.featured-event__content {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1200px) {
  .featured-event__content {
    grid-template-columns: 1fr 1fr;
    min-height: 400px;
  }
}
.featured-event__image {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .featured-event__image {
    aspect-ratio: auto;
  }
}
.featured-event__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.featured-event__image:hover img {
  transform: scale(1.05);
}
.featured-event__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--gray-100, #f3f4f6);
  color: var(--gray-400, #9ca3af);
}
.featured-event__overlay {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.featured-event__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background: var(--success-color, #10b981);
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 50px;
}
.featured-event__info {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1200px) {
  .featured-event__info {
    padding: 3rem;
  }
}
.featured-event__meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.featured-event__meta .event-date,
.featured-event__meta .event-location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-color-muted, #6b7280);
}
.featured-event__meta .event-date svg,
.featured-event__meta .event-location svg {
  color: var(--success-color, #10b981);
}
.featured-event__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .featured-event__title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .featured-event__title {
    font-size: 2.25rem;
  }
}
.featured-event__link {
  color: var(--text-color, #1f2937);
  text-decoration: none;
  transition: color 0.2s ease;
}
.featured-event__link:hover {
  color: var(--success-color, #10b981);
  text-decoration: none;
}
.featured-event__excerpt {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--text-color-muted, #6b7280);
  margin-bottom: 2rem;
}
.featured-event__action {
  margin-top: auto;
}

.events-posts {
  padding: 2rem 0 4rem;
}
@media (min-width: 1200px) {
  .events-posts {
    padding: 3rem 0 6rem;
  }
}
.events-posts__content {
  max-width: 1200px;
  margin: 0 auto;
}
.events-posts__empty {
  display: flex;
  justify-content: center;
  padding: 4rem 0;
}
@media (min-width: 1200px) {
  .events-posts__empty {
    padding: 6rem 0;
  }
}
.events-posts__pagination {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .events-posts__pagination {
    margin-top: 4rem;
  }
}

.events-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 992px) {
  .events-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .events-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}

.event-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: all 0.2s ease;
}
.event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.event-card:hover .event-card__image img {
  transform: scale(1.05);
}
.event-card:hover .event-card__overlay {
  opacity: 1;
  visibility: visible;
}
.event-card__image {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.event-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.event-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--gray-100, #f3f4f6);
  color: var(--gray-400, #9ca3af);
}
.event-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.event-card__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: white;
  border-radius: 50%;
  color: var(--success-color, #10b981);
  transition: all 0.2s ease;
}
.event-card__link:hover {
  background: var(--success-color, #10b981);
  color: white;
  transform: scale(1.1);
}
.event-card__content {
  padding: 1.5rem;
}
.event-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.event-card__meta .event-date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: var(--text-color-muted, #6b7280);
  font-weight: 500;
}
.event-card__meta .event-date svg {
  color: var(--success-color, #10b981);
}
.event-card__meta .event-categories {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.event-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}
.event-card__title-link {
  color: var(--text-color, #1f2937);
  text-decoration: none;
  transition: color 0.2s ease;
}
.event-card__title-link:hover {
  color: var(--success-color, #10b981);
  text-decoration: none;
}
.event-card__details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.event-card__details .event-detail {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-color-muted, #6b7280);
}
.event-card__details .event-detail svg {
  color: var(--success-color, #10b981);
  flex-shrink: 0;
}
.event-card__excerpt {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--text-color-muted, #6b7280);
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.event-card__footer {
  margin-top: auto;
  padding-top: 0.5rem;
  border-top: 1px solid var(--gray-100, #f3f4f6);
}
.event-card__read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--success-color, #10b981);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}
.event-card__read-more:hover {
  color: var(--success-color-dark, #059669);
  text-decoration: none;
  gap: 0.75rem;
}
.event-card__read-more svg {
  transition: transform 0.2s ease;
}
.event-card__read-more:hover svg {
  transform: translateX(2px);
}

.event-category {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  background: var(--success-color-light, #d1fae5);
  color: var(--success-color, #10b981);
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 50px;
}

.case-studies-hero {
  background: linear-gradient(135deg, var(--info-color, #3b82f6), var(--info-color-dark, #1d4ed8));
  color: white;
  padding: 4rem 0 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .case-studies-hero {
    padding: 5rem 0 4rem;
  }
}
.case-studies-hero__content {
  max-width: 1200px;
  margin: 0 auto;
}
.case-studies-hero__header {
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .case-studies-hero__header {
    margin-bottom: 4rem;
  }
}
.case-studies-hero__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: white;
}
@media (min-width: 992px) {
  .case-studies-hero__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .case-studies-hero__title {
    font-size: 3.5rem;
  }
}
.case-studies-hero__description {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .case-studies-hero__description {
    font-size: 1.25rem;
  }
}
.case-studies-hero__filters {
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .case-studies-hero__filters {
    margin-bottom: 4rem;
  }
}

.case-studies-filter-form {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 2rem;
  display: flex;
  justify-content: center;
}
.case-studies-filter-form .filter-groups {
  display: flex;
  gap: 1rem;
  align-items: end;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .case-studies-filter-form .filter-groups {
    flex-wrap: nowrap;
  }
}
.case-studies-filter-form .filter-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 200px;
}
.case-studies-filter-form .filter-group--action {
  display: flex;
  align-items: end;
}
.case-studies-filter-form .filter-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}
.case-studies-filter-form .filter-select {
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 0.875rem;
}
.case-studies-filter-form .filter-select:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.15);
}
.case-studies-filter-form .filter-select option {
  color: var(--text-color, #1f2937);
  background: white;
}

.case-studies {
  padding: 2rem 0 4rem;
}
@media (min-width: 1200px) {
  .case-studies {
    padding: 3rem 0 6rem;
  }
}
.case-studies__content {
  max-width: 1200px;
  margin: 0 auto;
}
.case-studies__empty {
  display: flex;
  justify-content: center;
  padding: 4rem 0;
}
@media (min-width: 1200px) {
  .case-studies__empty {
    padding: 6rem 0;
  }
}
.case-studies__pagination {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .case-studies__pagination {
    margin-top: 4rem;
  }
}

.case-studies-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 992px) {
  .case-studies-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .case-studies-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}

.case-study-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: all 0.2s ease;
}
.case-study-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.case-study-card:hover .case-study-card__image img {
  transform: scale(1.05);
}
.case-study-card:hover .case-study-card__overlay {
  opacity: 1;
  visibility: visible;
}
.case-study-card__image {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.case-study-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.case-study-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--gray-100, #f3f4f6);
  color: var(--gray-400, #9ca3af);
}
.case-study-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.case-study-card__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: white;
  border-radius: 50%;
  color: var(--info-color, #3b82f6);
  text-decoration: none;
  transition: all 0.2s ease;
}
.case-study-card__link:hover {
  background: var(--info-color, #3b82f6);
  color: white;
  transform: scale(1.1);
  text-decoration: none;
}
.case-study-card__content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.case-study-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.case-study-card__meta .case-study-category {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  background: var(--info-color-light, #dbeafe);
  color: var(--info-color, #3b82f6);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 50px;
}
.case-study-card__meta .case-study-date {
  font-size: 0.75rem;
  color: var(--text-color-muted, #6b7280);
  font-weight: 500;
}
.case-study-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}
.case-study-card__title-link {
  color: var(--text-color, #1f2937);
  text-decoration: none;
  transition: color 0.2s ease;
}
.case-study-card__title-link:hover {
  color: var(--info-color, #3b82f6);
  text-decoration: none;
}
.case-study-card__excerpt {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--text-color-muted, #6b7280);
  margin-bottom: 1rem;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.case-study-card__footer {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--gray-100, #f3f4f6);
}
.case-study-card__read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--info-color, #3b82f6);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}
.case-study-card__read-more:hover {
  color: var(--info-color-dark, #1d4ed8);
  text-decoration: none;
  gap: 0.75rem;
}
.case-study-card__read-more svg {
  transition: transform 0.2s ease;
}
.case-study-card__read-more:hover svg {
  transform: translateX(2px);
}

.hero {
  background: white;
  border-radius: 16px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  margin-bottom: 3rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hero:hover {
  transform: translateY(-2px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.hero .hero-content {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1200px) {
  .hero .hero-content {
    grid-template-columns: 1fr 1fr;
    min-height: 400px;
  }
}
.hero .hero-thumbnail {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .hero .hero-thumbnail {
    aspect-ratio: auto;
  }
}
.hero .hero-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.hero .hero-thumbnail:hover img {
  transform: scale(1.05);
}
.hero .hero-thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}
.hero .hero-text {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1200px) {
  .hero .hero-text {
    padding: 3rem;
  }
}
.hero .hero-title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
  color: var(--text-color, #1f2937);
}
@media (min-width: 992px) {
  .hero .hero-title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .hero .hero-title {
    font-size: 2.25rem;
  }
}
.hero .hero-read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--info-color, #3b82f6);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  margin-top: 1rem;
  align-self: flex-start;
  transition: all 0.2s ease;
}
.hero .hero-read-more:hover {
  background: var(--info-color-dark, #1d4ed8);
  text-decoration: none;
  transform: translateY(-1px);
}

.filters {
  background: rgba(59, 130, 246, 0.1);
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.filters .filter-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.filters .filter-group label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-color, #1f2937);
}
.filters .filter-group select {
  padding: 0.75rem 1rem;
  border: 1px solid var(--gray-300, #d1d5db);
  border-radius: 8px;
  background: white;
  color: var(--text-color, #1f2937);
  font-size: 0.875rem;
}
.filters .filter-group select:focus {
  outline: none;
  border-color: var(--info-color, #3b82f6);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.careers-hero {
  background: linear-gradient(135deg, var(--warning-color, #f59e0b), var(--warning-color-dark, #d97706));
  color: white;
  padding: 4rem 0 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .careers-hero {
    padding: 5rem 0 4rem;
  }
}
.careers-hero__content {
  max-width: 1200px;
  margin: 0 auto;
}
.careers-hero__header {
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .careers-hero__header {
    margin-bottom: 4rem;
  }
}
.careers-hero__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: white;
}
@media (min-width: 992px) {
  .careers-hero__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .careers-hero__title {
    font-size: 3.5rem;
  }
}
.careers-hero__description {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .careers-hero__description {
    font-size: 1.25rem;
  }
}
.careers-hero__stats {
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .careers-hero__stats {
    margin-bottom: 4rem;
  }
}
.careers-hero__search {
  display: flex;
  justify-content: center;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (min-width: 992px) {
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
  }
}
.stats-grid .stat-item {
  text-align: center;
}
.stats-grid .stat-item .stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .stats-grid .stat-item .stat-number {
    font-size: 3rem;
  }
}
.stats-grid .stat-item .stat-label {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.careers-search-form {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 2rem;
  width: 100%;
  max-width: 600px;
}
.careers-search-form .search-group {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .careers-search-form .search-group {
    flex-wrap: nowrap;
  }
}
.careers-search-form .search-input-wrapper {
  position: relative;
  flex: 1;
  min-width: 200px;
}
.careers-search-form .search-input-wrapper .search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.6);
}
.careers-search-form .search-input-wrapper .search-input {
  width: 100%;
  padding: 1rem 1rem 1rem 3rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 1rem;
}
.careers-search-form .search-input-wrapper .search-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.careers-search-form .search-input-wrapper .search-input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.15);
}

.careers-list {
  padding: 2rem 0 4rem;
}
@media (min-width: 1200px) {
  .careers-list {
    padding: 3rem 0 6rem;
  }
}
.careers-list__content {
  max-width: 1200px;
  margin: 0 auto;
}
.careers-list__empty {
  display: flex;
  justify-content: center;
  padding: 4rem 0;
}
@media (min-width: 1200px) {
  .careers-list__empty {
    padding: 6rem 0;
  }
}

.careers-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 992px) {
  .careers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .careers-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}

.career-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: all 0.2s ease;
  position: relative;
}
.career-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.career-card__content {
  padding: 2rem;
}
.career-card__header {
  margin-bottom: 1.5rem;
}
.career-card__title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.career-card__title-link {
  color: var(--text-color, #1f2937);
  text-decoration: none;
  transition: color 0.2s ease;
}
.career-card__title-link:hover {
  color: var(--warning-color, #f59e0b);
  text-decoration: none;
}
.career-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.career-card__excerpt {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-color-muted, #6b7280);
  margin-bottom: 1.5rem;
}
.career-card__details {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.career-card__details .career-detail {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: var(--text-color-muted, #6b7280);
}
.career-card__details .career-detail svg {
  color: var(--warning-color, #f59e0b);
  flex-shrink: 0;
}
.career-card__footer {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--gray-100, #f3f4f6);
}
.career-card__apply-btn {
  width: 100%;
  justify-content: center;
}
.career-card__badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
}
.career-card__badge .featured-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background: var(--warning-color, #f59e0b);
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 50px;
}

.career-department {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  background: var(--warning-color-light, #fef3c7);
  color: var(--warning-color, #f59e0b);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 50px;
}

.career-location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-color-muted, #6b7280);
}
.career-location svg {
  color: var(--warning-color, #f59e0b);
}

.career-type {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 50px;
}
.career-type--full-time {
  background: var(--success-color-light, #d1fae5);
  color: var(--success-color, #10b981);
}
.career-type--part-time {
  background: var(--info-color-light, #dbeafe);
  color: var(--info-color, #3b82f6);
}
.career-type--contract {
  background: var(--warning-color-light, #fef3c7);
  color: var(--warning-color, #f59e0b);
}
.career-type--remote {
  background: var(--purple-100, #f3e8ff);
  color: var(--purple-600, #9333ea);
}

.empty-state__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.empty-state__actions .btn {
  min-width: 140px;
}

.single-post,
.single-case_study,
.single-event,
.single-career,
.page.post {
  min-height: 100vh;
}
.single-post main,
.single-case_study main,
.single-event main,
.single-career main,
.page.post main {
  padding-top: 0;
}
.single-post .components,
.single-case_study .components,
.single-event .components,
.single-career .components,
.page.post .components {
  background: white;
}

.single-hero-base, .single-career .career-hero, .single-event .event-hero, .single-case_study .case-study-hero,
.page.post .case-study-hero, .single-post .post-hero {
  position: relative;
  background: white;
  overflow: hidden;
}
.single-hero-base__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .single-hero-base__container {
    padding: 0 2rem;
  }
}
.single-hero-base__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  padding: 3rem 0;
}
@media (min-width: 1200px) {
  .single-hero-base__content {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    padding: 4rem 0;
    align-items: center;
  }
}
.single-hero-base__image {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
@media (min-width: 1200px) {
  .single-hero-base__image {
    aspect-ratio: 4/3;
  }
}
.single-hero-base__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.single-hero-base__image:hover img {
  transform: scale(1.02);
}
.single-hero-base__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--gray-100, #f3f4f6);
  color: var(--gray-400, #9ca3af);
  border-radius: 16px;
}
.single-hero-base__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
}
.single-hero-base__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}
.single-hero-base__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-color, #1f2937);
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .single-hero-base__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .single-hero-base__title {
    font-size: 3rem;
  }
}
.single-hero-base__excerpt {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--text-color-muted, #6b7280);
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .single-hero-base__excerpt {
    font-size: 1.25rem;
  }
}
.single-hero-base__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.post-meta__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-color-muted, #6b7280);
}
.post-meta__item svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.post-meta__item time {
  font-weight: 500;
}
.post-meta__category {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.post-meta__author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.post-meta__author .author-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}
.post-meta__author .author-name {
  font-weight: 500;
  color: var(--text-color, #1f2937);
}

.single-post .post-hero {
  background: linear-gradient(135deg, var(--primary-color, #2563eb), var(--primary-color-dark, #1d4ed8));
  color: white;
}
.single-post .post-hero .single-hero-base__title {
  color: white;
}
.single-post .post-hero .single-hero-base__excerpt {
  color: rgba(255, 255, 255, 0.9);
}
.single-post .post-hero .post-meta__item {
  color: rgba(255, 255, 255, 0.8);
}
.single-post .post-hero .post-meta__item svg {
  color: rgba(255, 255, 255, 0.9);
}
.single-post .post-hero .post-meta__category {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.single-post .post-hero .post-meta__category:hover {
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}
.single-post .post-hero .author-name {
  color: white;
}

.single-case_study .case-study-hero,
.page.post .case-study-hero {
  background: linear-gradient(135deg, var(--info-color, #3b82f6), var(--info-color-dark, #1d4ed8));
  color: white;
}
.single-case_study .case-study-hero .single-hero-base__title,
.page.post .case-study-hero .single-hero-base__title {
  color: white;
}
.single-case_study .case-study-hero .single-hero-base__excerpt,
.page.post .case-study-hero .single-hero-base__excerpt {
  color: rgba(255, 255, 255, 0.9);
}
.single-case_study .case-study-hero .post-meta__item,
.page.post .case-study-hero .post-meta__item {
  color: rgba(255, 255, 255, 0.8);
}
.single-case_study .case-study-hero .post-meta__item svg,
.page.post .case-study-hero .post-meta__item svg {
  color: rgba(255, 255, 255, 0.9);
}
.single-case_study .case-study-hero .post-meta__category,
.page.post .case-study-hero .post-meta__category {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.single-case_study .case-study-hero .post-meta__category:hover,
.page.post .case-study-hero .post-meta__category:hover {
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}
.single-case_study .case-study-hero .client-info,
.page.post .case-study-hero .client-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  margin-top: 1rem;
}
.single-case_study .case-study-hero .client-info .client-label,
.page.post .case-study-hero .client-info .client-label {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}
.single-case_study .case-study-hero .client-info .client-name,
.page.post .case-study-hero .client-info .client-name {
  font-size: 1rem;
  color: white;
  font-weight: 600;
}

.single-event .event-hero {
  background: linear-gradient(135deg, var(--success-color, #10b981), var(--success-color-dark, #059669));
  color: white;
}
.single-event .event-hero .single-hero-base__title {
  color: white;
}
.single-event .event-hero .single-hero-base__excerpt {
  color: rgba(255, 255, 255, 0.9);
}
.single-event .event-hero .post-meta__item {
  color: rgba(255, 255, 255, 0.8);
}
.single-event .event-hero .post-meta__item svg {
  color: rgba(255, 255, 255, 0.9);
}
.single-event .event-hero .post-meta__category {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.single-event .event-hero .post-meta__category:hover {
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}
.single-event .event-hero .event-details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .single-event .event-hero .event-details {
    grid-template-columns: repeat(2, 1fr);
  }
}
.single-event .event-hero .event-details .event-detail {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}
.single-event .event-hero .event-details .event-detail svg {
  width: 20px;
  height: 20px;
  color: rgba(255, 255, 255, 0.9);
  flex-shrink: 0;
}
.single-event .event-hero .event-details .event-detail .detail-content .detail-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}
.single-event .event-hero .event-details .event-detail .detail-content .detail-value {
  font-size: 0.875rem;
  color: white;
  font-weight: 500;
}
.single-event .event-hero .event-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: white;
  color: var(--success-color, #10b981);
  padding: 1rem 2rem;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
  margin-top: 1.5rem;
}
.single-event .event-hero .event-cta:hover {
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-2px);
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.single-career .career-hero {
  background: linear-gradient(135deg, var(--warning-color, #f59e0b), var(--warning-color-dark, #d97706));
  color: white;
}
.single-career .career-hero .single-hero-base__title {
  color: white;
}
.single-career .career-hero .single-hero-base__excerpt {
  color: rgba(255, 255, 255, 0.9);
}
.single-career .career-hero .post-meta__item {
  color: rgba(255, 255, 255, 0.8);
}
.single-career .career-hero .post-meta__item svg {
  color: rgba(255, 255, 255, 0.9);
}
.single-career .career-hero .job-details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .single-career .career-hero .job-details {
    grid-template-columns: repeat(2, 1fr);
  }
}
.single-career .career-hero .job-details .job-detail {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}
.single-career .career-hero .job-details .job-detail svg {
  width: 20px;
  height: 20px;
  color: rgba(255, 255, 255, 0.9);
  flex-shrink: 0;
}
.single-career .career-hero .job-details .job-detail .detail-content .detail-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}
.single-career .career-hero .job-details .job-detail .detail-content .detail-value {
  font-size: 0.875rem;
  color: white;
  font-weight: 500;
}
.single-career .career-hero .apply-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: white;
  color: var(--warning-color, #f59e0b);
  padding: 1rem 2rem;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
  margin-top: 1.5rem;
}
.single-career .career-hero .apply-cta:hover {
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-2px);
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.single-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem 1rem;
}
@media (min-width: 1200px) {
  .single-content {
    padding: 4rem 2rem;
  }
}
.single-content h1, .single-content .h1, .single-content h2, .single-content .h2, .single-content h3, .single-content .h3, .single-content h4, .single-content .h4, .single-content h5, .single-content .h5, .single-content h6, .single-content .h6 {
  color: var(--text-color, #1f2937);
  font-weight: 600;
  line-height: 1.3;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.single-content h1:first-child, .single-content .h1:first-child, .single-content h2:first-child, .single-content .h2:first-child, .single-content h3:first-child, .single-content .h3:first-child, .single-content h4:first-child, .single-content .h4:first-child, .single-content h5:first-child, .single-content .h5:first-child, .single-content h6:first-child, .single-content .h6:first-child {
  margin-top: 0;
}
.single-content h1, .single-content .h1 {
  font-size: 2.25rem;
}
.single-content h2, .single-content .h2 {
  font-size: 2rem;
}
.single-content h3, .single-content .h3 {
  font-size: 1.75rem;
}
.single-content h4, .single-content .h4 {
  font-size: 1.5rem;
}
.single-content h5, .single-content .h5 {
  font-size: 1.25rem;
}
.single-content h6, .single-content .h6 {
  font-size: 1.125rem;
}
.single-content p {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-color, #1f2937);
  margin-bottom: 1.5rem;
}
.single-content ul, .single-content ol {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-color, #1f2937);
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.single-content ul li, .single-content ol li {
  margin-bottom: 0.5rem;
}
.single-content blockquote {
  border-left: 4px solid var(--primary-color, #2563eb);
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  font-size: 1.25rem;
  color: var(--text-color-muted, #6b7280);
}
.single-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 2rem 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.single-content a {
  color: var(--primary-color, #2563eb);
  text-decoration: underline;
  transition: color 0.2s ease;
}
.single-content a:hover {
  color: var(--primary-color-dark, #1d4ed8);
  text-decoration: none;
}
.single-content code {
  background: var(--gray-100, #f3f4f6);
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-family: "Monaco", "Menlo", monospace;
  font-size: 0.875rem;
}
.single-content pre {
  background: var(--gray-900, #111827);
  color: var(--gray-100, #f3f4f6);
  padding: 1.5rem;
  border-radius: 12px;
  overflow-x: auto;
  margin: 2rem 0;
}
.single-content pre code {
  background: transparent;
  padding: 0;
  color: inherit;
}

.post-share-footer {
  background: var(--gray-50, #f9fafb);
  border-top: 1px solid var(--gray-200, #e5e7eb);
  padding: 2rem 0;
}
.post-share-footer__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .post-share-footer__container {
    padding: 0 2rem;
  }
}
.post-share-footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.post-share-footer__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-color, #1f2937);
}
.post-share-footer__actions {
  display: flex;
  gap: 0.5rem;
}
.post-share-footer .share-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.2s ease;
}
.post-share-footer .share-button svg {
  width: 18px;
  height: 18px;
}
.post-share-footer .share-button--twitter {
  background: #1da1f2;
  color: white;
}
.post-share-footer .share-button--twitter:hover {
  background: #1991db;
  transform: translateY(-2px);
}
.post-share-footer .share-button--facebook {
  background: #4267b2;
  color: white;
}
.post-share-footer .share-button--facebook:hover {
  background: #365899;
  transform: translateY(-2px);
}
.post-share-footer .share-button--linkedin {
  background: #0077b5;
  color: white;
}
.post-share-footer .share-button--linkedin:hover {
  background: #006396;
  transform: translateY(-2px);
}
.post-share-footer .share-button--copy {
  background: var(--gray-200, #e5e7eb);
  color: var(--gray-600, #4b5563);
}
.post-share-footer .share-button--copy:hover {
  background: var(--gray-300, #d1d5db);
  transform: translateY(-2px);
}

.related-posts,
.post-related-posts {
  background: white;
  padding: 4rem 0;
  border-top: 1px solid var(--gray-200, #e5e7eb);
}
.related-posts__container,
.post-related-posts__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .related-posts__container,
  .post-related-posts__container {
    padding: 0 2rem;
  }
}
.related-posts__header,
.post-related-posts__header {
  text-align: center;
  margin-bottom: 3rem;
}
.related-posts__header h2, .related-posts__header .h2,
.post-related-posts__header h2,
.post-related-posts__header .h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-color, #1f2937);
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .related-posts__header h2, .related-posts__header .h2,
  .post-related-posts__header h2,
  .post-related-posts__header .h2 {
    font-size: 2.5rem;
  }
}
.related-posts__header p,
.post-related-posts__header p {
  font-size: 1.125rem;
  color: var(--text-color-muted, #6b7280);
  margin: 0;
}
.related-posts__grid,
.post-related-posts__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 992px) {
  .related-posts__grid,
  .post-related-posts__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .related-posts__grid,
  .post-related-posts__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}

.related-post-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: all 0.2s ease;
}
.related-post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.related-post-card:hover .related-post-card__image img {
  transform: scale(1.05);
}
.related-post-card__image {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.related-post-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.related-post-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--gray-100, #f3f4f6);
  color: var(--gray-400, #9ca3af);
}
.related-post-card__content {
  padding: 1.5rem;
}
.related-post-card__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.related-post-card__meta .post-meta__category {
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
}
.related-post-card__meta .post-date {
  font-size: 0.875rem;
  color: var(--text-color-muted, #6b7280);
}
.related-post-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}
.related-post-card__title a {
  color: var(--text-color, #1f2937);
  text-decoration: none;
  transition: color 0.2s ease;
}
.related-post-card__title a:hover {
  color: var(--primary-color, #2563eb);
}
.related-post-card__excerpt {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--text-color-muted, #6b7280);
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related-post-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--primary-color, #2563eb);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}
.related-post-card__link:hover {
  color: var(--primary-color-dark, #1d4ed8);
  gap: 0.75rem;
}
.related-post-card__link svg {
  transition: transform 0.2s ease;
}
.related-post-card__link:hover svg {
  transform: translateX(2px);
}

@media (max-width: 575px) {
  .single-hero-base__content {
    padding: 2rem 0;
    gap: 2rem;
  }
  .single-hero-base__title {
    font-size: 1.75rem;
  }
  .single-hero-base__excerpt {
    font-size: 1rem;
  }
  .single-content {
    padding: 2rem 1rem;
  }
  .single-content h1, .single-content .h1 {
    font-size: 1.875rem;
  }
  .single-content h2, .single-content .h2 {
    font-size: 1.625rem;
  }
  .single-content h3, .single-content .h3 {
    font-size: 1.375rem;
  }
  .single-content p, .single-content ul, .single-content ol {
    font-size: 1rem;
  }
  .related-posts {
    padding: 3rem 0;
  }
  .related-posts__header h2, .related-posts__header .h2 {
    font-size: 1.75rem;
  }
  .related-posts__grid {
    gap: 1.5rem;
  }
}
.gform_wrapper {
  max-width: 800px;
  margin: 3rem auto;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .gform_wrapper {
    padding: 0 2rem;
  }
}
.gform_wrapper .gform_title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-color, #1f2937);
  text-align: center;
  margin-bottom: 1rem;
}
.gform_wrapper .gform_description {
  font-size: 1.125rem;
  color: var(--text-color-muted, #6b7280);
  text-align: center;
  margin-bottom: 3rem;
}
.gform_wrapper .gfield {
  margin-bottom: 2rem;
}
.gform_wrapper .gfield .gfield_label {
  font-weight: 600;
  color: var(--text-color, #1f2937);
  margin-bottom: 0.5rem;
  display: block;
}
.gform_wrapper .gfield input[type=text],
.gform_wrapper .gfield input[type=email],
.gform_wrapper .gfield input[type=tel],
.gform_wrapper .gfield textarea,
.gform_wrapper .gfield select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--gray-300, #d1d5db);
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.gform_wrapper .gfield input[type=text]:focus,
.gform_wrapper .gfield input[type=email]:focus,
.gform_wrapper .gfield input[type=tel]:focus,
.gform_wrapper .gfield textarea:focus,
.gform_wrapper .gfield select:focus {
  outline: none;
  border-color: var(--primary-color, #2563eb);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.gform_wrapper .gfield textarea {
  min-height: 120px;
  resize: vertical;
}
.gform_wrapper .gform_button {
  background: var(--warning-color, #f59e0b);
  color: white;
  border: none;
  padding: 1rem 2rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
}
@media (min-width: 992px) {
  .gform_wrapper .gform_button {
    width: auto;
  }
}
.gform_wrapper .gform_button:hover {
  background: var(--warning-color-dark, #d97706);
  transform: translateY(-1px);
}

html body.search,
html body.search-results,
html body .search-page {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background-color: white !important;
  min-height: 100vh !important;
  position: static !important;
  transform: translate3d(0, 0, 0) !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: auto !important;
  z-index: 1 !important;
}

body.search .search-page,
.search-page {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 1 !important;
  background: #fff !important;
  min-height: 100vh !important;
  transform: none !important;
  overflow: visible !important;
}
body.search .search-page *,
.search-page * {
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
  transform: none !important;
}
body.search .search-page .search-header,
body.search .search-page .results-container,
body.search .search-page .container,
body.search .search-page .row,
body.search .search-page .col,
body.search .search-page .col-lg-8,
.search-page .search-header,
.search-page .results-container,
.search-page .container,
.search-page .row,
.search-page .col,
.search-page .col-lg-8 {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  height: auto !important;
  overflow: visible !important;
}

.search-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 40px 0 30px;
  position: relative;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.search-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.search-header .container {
  position: relative;
  z-index: 2;
}
.search-header .search-form {
  background: white;
  border-radius: 50px;
  padding: 6px;
  margin-bottom: 25px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  position: relative;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.search-header .search-form__input {
  background: transparent;
  border: none;
  padding: 14px 24px;
  font-size: 16px;
  color: #333;
  width: calc(100% - 60px);
  border-radius: 50px;
}
.search-header .search-form__input::placeholder {
  color: #999;
}
.search-header .search-form__input:focus {
  outline: none;
}
.search-header .search-form__submit {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 44px;
  height: 44px;
  background: var(--primary-color, #007bff);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-header .search-form__submit:hover {
  background: var(--primary-dark, #0056b3);
  transform: scale(1.05);
}
.search-header .search-form__submit svg {
  width: 18px;
  height: 18px;
  fill: white;
}
.search-header h3, .search-header .h3 {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 8px;
  text-align: center;
}
.search-header .no-results {
  text-align: center;
  font-size: 16px;
  opacity: 0.9;
  margin: 0;
  line-height: 1.5;
}
.search-header .num-results {
  text-align: center;
  font-size: 16px;
  opacity: 0.9;
  margin: 0 0 25px;
  line-height: 1.5;
}
.search-header .num-results strong {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
}
.search-header #search-types {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  background: none;
}
.search-header #search-types label {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  backdrop-filter: blur(10px);
}
.search-header #search-types label:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}
.search-header #search-types label input[type=radio] {
  margin: 0;
  width: 14px;
  height: 14px;
  accent-color: white;
}
.search-header #search-types label:has(input:checked) {
  background: white;
  color: #333;
  border-color: white;
  font-weight: 600;
}

.results-container {
  padding: 40px 0 60px;
  background: #f8f9fa;
  min-height: 60vh;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.results-container .results {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.results-container .results__item {
  padding: 20px 24px;
  border-bottom: 1px solid #f1f3f4;
  transition: all 0.3s ease;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative;
}
.results-container .results__item:last-child {
  border-bottom: none;
}
.results-container .results__item:hover {
  background-color: #fafbfc;
  border-left: 4px solid var(--primary-color, #007bff);
  padding-left: 20px;
}
.results-container .results__item__link {
  display: block;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1.4;
  transition: color 0.3s ease;
}
.results-container .results__item__link:hover {
  color: var(--primary-color, #007bff);
}
.results-container .results__item__link strong {
  background: linear-gradient(120deg, #fff3cd 0%, #ffeaa7 100%);
  padding: 2px 6px;
  border-radius: 3px;
  font-weight: 700;
  color: #856404;
}
.results-container .results__item p {
  margin: 0;
  color: #6c757d;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.results-container .results__item p strong {
  color: white;
  background: var(--primary-color, #007bff);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.5px;
  padding: 3px 8px;
  border-radius: 10px;
  position: relative;
}
.results-container .results__item p span {
  color: #9ca3af;
  font-size: 12px;
}
.results-container .results__item p span::before {
  content: "•";
  margin-right: 8px;
  color: #d1d5db;
}
.results-container .results__pagination {
  padding: 25px 24px;
  background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f4 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e5e7eb;
}
.results-container .results__pagination p {
  margin: 0;
  font-weight: 500;
  color: #6b7280;
  font-size: 14px;
}
.results-container .results__pagination .prev,
.results-container .results__pagination .next {
  background: var(--primary-color, #007bff);
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.results-container .results__pagination .prev:hover:not(:disabled),
.results-container .results__pagination .next:hover:not(:disabled) {
  background: var(--primary-dark, #0056b3);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
}
.results-container .results__pagination .prev:disabled,
.results-container .results__pagination .next:disabled {
  background: #e5e7eb;
  color: #9ca3af;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.results:empty::before {
  content: "No search results found. Try adjusting your search terms or filters.";
  display: block;
  padding: 60px 24px;
  text-align: center;
  color: #666;
  font-style: italic;
  font-size: 16px;
}

@media (max-width: 768px) {
  .search-header {
    padding: 30px 0 25px;
  }
  .search-header h3, .search-header .h3 {
    font-size: 24px;
    margin: 0 0 6px;
  }
  .search-header .num-results,
  .search-header .no-results {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .search-header .search-form {
    max-width: 100%;
    margin: 0 0 20px;
  }
  .search-header .search-form__input {
    font-size: 15px;
    padding: 12px 20px;
    width: calc(100% - 50px);
  }
  .search-header .search-form__submit {
    width: 38px;
    height: 38px;
    right: 4px;
    top: 4px;
  }
  .search-header .search-form__submit svg {
    width: 16px;
    height: 16px;
  }
  .search-header #search-types {
    gap: 6px;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 0 10px;
    -webkit-overflow-scrolling: touch;
  }
  .search-header #search-types label {
    font-size: 12px;
    padding: 6px 12px;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .search-header #search-types label input[type=radio] {
    width: 12px;
    height: 12px;
  }
  .results-container {
    padding: 30px 0 50px;
  }
  .results-container .results {
    margin: 0 -15px;
    border-radius: 0;
  }
  .results-container .results__item {
    padding: 16px 20px;
    border-left: none;
    border-right: none;
  }
  .results-container .results__item:hover {
    border-left: 3px solid var(--primary-color, #007bff);
    padding-left: 17px;
  }
  .results-container .results__item__link {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 4px;
  }
  .results-container .results__item p {
    font-size: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .results-container .results__item p strong {
    font-size: 10px;
    padding: 2px 6px;
  }
  .results-container .results__item p span {
    font-size: 11px;
  }
  .results-container .results__item p span::before {
    display: none;
  }
  .results-container .results__pagination {
    padding: 20px;
    flex-direction: column;
    gap: 12px;
    border-radius: 0;
  }
  .results-container .results__pagination p {
    text-align: center;
    font-size: 13px;
  }
  .results-container .results__pagination .prev,
  .results-container .results__pagination .next {
    width: 100%;
    padding: 14px 20px;
    border-radius: 20px;
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .search-header {
    padding: 25px 0 20px;
  }
  .search-header h3, .search-header .h3 {
    font-size: 22px;
  }
  .search-header .search-form {
    padding: 4px;
  }
  .search-header .search-form__input {
    padding: 10px 18px;
    font-size: 14px;
    width: calc(100% - 44px);
  }
  .search-header .search-form__submit {
    width: 36px;
    height: 36px;
  }
  .search-header .search-form__submit svg {
    width: 14px;
    height: 14px;
  }
  .search-header #search-types {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .search-header #search-types label {
    width: 100%;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 15px;
  }
  .results-container .results__item {
    padding: 14px 16px;
  }
  .results-container .results__item__link {
    font-size: 15px;
  }
  .results-container .results__item p {
    gap: 4px;
  }
  .results-container .results__item p strong {
    font-size: 9px;
    padding: 2px 5px;
  }
  .results-container .results__item p span {
    font-size: 10px;
  }
}
.error-404 {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}
.error-404::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 50px 50px;
  animation: float 20s ease-in-out infinite;
  z-index: 1;
}
.error-404::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 10%;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  animation: float 25s ease-in-out infinite reverse;
  z-index: 1;
}
.error-404 .page-header,
.error-404 .page-content {
  position: relative;
  z-index: 2;
}
.error-404 .page-header {
  margin-bottom: 40px;
}
.error-404 .page-header .page-title {
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 20px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}
.error-404 .page-header .page-title::before {
  content: "404";
  display: block;
  font-size: 120px;
  font-weight: 900;
  margin-bottom: 10px;
  opacity: 0.8;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  background: linear-gradient(45deg, #fff, #f0f8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.error-404 .page-content {
  max-width: 600px;
  margin: 0 auto;
}
.error-404 .page-content p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: 0.9;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.error-404 .page-content .search-form {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(15px);
  border-radius: 50px;
  padding: 8px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  position: relative;
  max-width: 500px;
  margin: 0 auto 30px;
  transition: all 0.3s ease;
}
.error-404 .page-content .search-form:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}
.error-404 .page-content .search-form label {
  position: relative;
  display: flex;
  align-items: center;
}
.error-404 .page-content .search-form input[type=search] {
  flex: 1;
  background: transparent;
  border: none;
  padding: 16px 24px;
  font-size: 16px;
  color: #333;
  border-radius: 50px;
  width: calc(100% - 60px);
}
.error-404 .page-content .search-form input[type=search]::placeholder {
  color: #999;
}
.error-404 .page-content .search-form input[type=search]:focus {
  outline: none;
  color: #333;
}
.error-404 .page-content .search-form button[type=submit] {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: linear-gradient(45deg, #667eea, #764ba2);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-404 .page-content .search-form button[type=submit]:hover {
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}
.error-404 .page-content .search-form button[type=submit]::after {
  content: "→";
  font-size: 18px;
  color: white;
}
.error-404 .page-content .helpful-links {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.error-404 .page-content .helpful-links a {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 25px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}
.error-404 .page-content .helpful-links a:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}
@media (max-width: 768px) {
  .error-404 {
    padding: 40px 20px;
    min-height: 70vh;
  }
  .error-404::after {
    width: 200px;
    height: 200px;
    top: 10%;
    right: 5%;
  }
  .error-404 .page-header {
    margin-bottom: 30px;
  }
  .error-404 .page-header .page-title {
    font-size: 32px;
  }
  .error-404 .page-header .page-title::before {
    font-size: 80px;
    margin-bottom: 5px;
  }
  .error-404 .page-content p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .error-404 .page-content .search-form {
    padding: 6px;
  }
  .error-404 .page-content .search-form input[type=search] {
    padding: 14px 20px;
    font-size: 15px;
  }
  .error-404 .page-content .search-form button[type=submit] {
    width: 44px;
    height: 44px;
  }
  .error-404 .page-content .search-form button[type=submit]::after {
    font-size: 16px;
  }
  .error-404 .page-content .helpful-links {
    flex-direction: column;
    align-items: center;
  }
  .error-404 .page-content .helpful-links a {
    padding: 10px 20px;
    font-size: 13px;
    width: 200px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .error-404 {
    padding: 30px 15px;
  }
  .error-404 .page-header .page-title {
    font-size: 28px;
  }
  .error-404 .page-header .page-title::before {
    font-size: 60px;
  }
  .error-404 .page-content p {
    font-size: 15px;
  }
  .error-404 .page-content .search-form {
    max-width: 100%;
    margin: 0 auto 25px;
  }
  .error-404 .page-content .search-form input[type=search] {
    font-size: 14px;
    padding: 12px 18px;
  }
  .error-404 .page-content .search-form button[type=submit] {
    width: 40px;
    height: 40px;
  }
}
.page {
  min-height: 100vh;
}
.page .page-content {
  padding: 60px 0;
}
.page .page-content .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.page .page-content h1, .page .page-content .h1, .page .page-content h2, .page .page-content .h2, .page .page-content h3, .page .page-content .h3, .page .page-content h4, .page .page-content .h4, .page .page-content h5, .page .page-content .h5, .page .page-content h6, .page .page-content .h6 {
  color: #1a1a1a;
  margin-bottom: 1rem;
  font-weight: 600;
}
.page .page-content p {
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.page .page-content ul, .page .page-content ol {
  color: #4a5568;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.page .page-content ul li, .page .page-content ol li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.campaign-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: white;
}
.campaign-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.campaign-hero__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.campaign-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.8) 0%, rgba(118, 75, 162, 0.8) 100%);
  z-index: 2;
}
.campaign-hero .container {
  position: relative;
  z-index: 3;
}
.campaign-hero__content {
  text-align: center;
  padding: 60px 0;
}
.campaign-hero__logo {
  margin-bottom: 30px;
}
.campaign-hero__logo img {
  max-height: 80px;
  width: auto;
}
.campaign-hero__client {
  font-size: 16px;
  font-weight: 500;
  opacity: 0.9;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.campaign-hero__subtitle {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 20px;
  font-weight: 400;
}
.campaign-hero__title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .campaign-hero__title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .campaign-hero__title {
    font-size: 28px;
  }
}
.campaign-hero__location {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 40px;
}
.campaign-hero__location .location-icon {
  width: 16px;
  height: 16px;
}
.campaign-hero__actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.campaign-hero__actions .btn {
  padding: 15px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.campaign-hero__actions .btn.btn-primary {
  background: white;
  color: #667eea;
}
.campaign-hero__actions .btn.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  color: #5a6fd8;
}
.campaign-hero__actions .btn.btn-secondary {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.7);
}
.campaign-hero__actions .btn.btn-secondary:hover {
  background: white;
  color: #667eea;
  border-color: white;
}
.campaign-hero__actions .btn.btn-video {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}
.campaign-hero__actions .btn.btn-video:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
}
.campaign-hero__actions .btn.btn-video .play-icon {
  width: 16px;
  height: 16px;
}
.campaign-hero__actions .btn svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 768px) {
  .campaign-hero {
    min-height: 80vh;
  }
  .campaign-hero__content {
    padding: 40px 0;
  }
  .campaign-hero__actions {
    flex-direction: column;
    align-items: center;
  }
  .campaign-hero__actions .btn {
    width: 250px;
    justify-content: center;
  }
}

.page.report.campaign {
  background: #f8f9fa;
}

.page-template-page-landing .landing-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  text-align: center;
  position: relative;
}
.page-template-page-landing .landing-hero .hero-content {
  position: relative;
  z-index: 2;
}
.page-template-page-landing .landing-hero .hero-content h1, .page-template-page-landing .landing-hero .hero-content .h1 {
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .page-template-page-landing .landing-hero .hero-content h1, .page-template-page-landing .landing-hero .hero-content .h1 {
    font-size: 40px;
  }
}
.page-template-page-landing .landing-hero .hero-content .lead {
  font-size: 22px;
  margin-bottom: 40px;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .page-template-page-landing .landing-hero .hero-content .lead {
    font-size: 18px;
  }
}
.page-template-page-landing .landing-hero .hero-content .hero-cta .btn-primary {
  background: white;
  color: #667eea;
  padding: 18px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}
.page-template-page-landing .landing-hero .hero-content .hero-cta .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.pdp-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.pdp-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pdp-hero__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.3;
}
.pdp-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 249, 250, 0.8) 100%);
  z-index: 2;
}
.pdp-hero .container {
  position: relative;
  z-index: 3;
}
.pdp-hero__content {
  padding: 60px 0;
}
.pdp-hero__logo {
  margin-bottom: 30px;
}
.pdp-hero__logo-img {
  max-height: 60px;
  width: auto;
}
.pdp-hero__title {
  font-size: 48px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 25px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .pdp-hero__title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .pdp-hero__title {
    font-size: 28px;
  }
}
.pdp-hero__description {
  font-size: 18px;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 500px;
}
.pdp-hero__description p {
  margin-bottom: 1rem;
}
.pdp-hero__actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.pdp-hero__actions .btn {
  padding: 15px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.pdp-hero__actions .btn.btn-primary {
  background: #667eea;
  color: white;
}
.pdp-hero__actions .btn.btn-primary:hover {
  background: #5a6fd8;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}
.pdp-hero__actions .btn.btn-video {
  background: transparent;
  color: #667eea;
  border: 2px solid #667eea;
}
.pdp-hero__actions .btn.btn-video:hover {
  background: #667eea;
  color: white;
  border-color: #667eea;
}
.pdp-hero__actions .btn.btn-video .play-icon {
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .pdp-hero__actions {
    flex-direction: column;
  }
  .pdp-hero__actions .btn {
    width: 100%;
    justify-content: center;
  }
}
.pdp-hero__media {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
}
.pdp-hero__video-wrapper, .pdp-hero__image {
  width: 100%;
  max-width: 500px;
}
.pdp-hero__video-thumbnail {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}
.pdp-hero__video-thumbnail:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.pdp-hero__video-preview, .pdp-hero__main-image {
  width: 100%;
  height: auto;
  display: block;
}
.pdp-hero__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(102, 126, 234, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}
.pdp-hero__play-button:hover {
  background: rgb(102, 126, 234);
  transform: translate(-50%, -50%) scale(1.1);
}
.pdp-hero__play-button svg {
  margin-left: 4px;
}
@media (max-width: 768px) {
  .pdp-hero {
    min-height: auto;
    padding: 40px 0;
  }
  .pdp-hero .row {
    flex-direction: column-reverse;
  }
  .pdp-hero__media {
    padding: 40px 0;
  }
  .pdp-hero__content {
    padding: 40px 0;
    text-align: center;
  }
}

.page-template-page-pricing .pricing-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 80px 0;
  text-align: center;
}
.page-template-page-pricing .pricing-hero h1, .page-template-page-pricing .pricing-hero .h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}
.page-template-page-pricing .pricing-hero .subtitle {
  font-size: 20px;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}
.page-template-page-pricing .pricing-plans {
  padding: 80px 0;
  background: #f8f9fa;
}
.page-template-page-pricing .pricing-plans .plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.page-template-page-pricing .pricing-plans .plans-grid .pricing-card {
  background: white;
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  position: relative;
}
.page-template-page-pricing .pricing-plans .plans-grid .pricing-card:hover {
  transform: translateY(-10px);
}
.page-template-page-pricing .pricing-plans .plans-grid .pricing-card.featured {
  border: 3px solid #667eea;
  transform: scale(1.05);
}
.page-template-page-pricing .pricing-plans .plans-grid .pricing-card.featured .badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #667eea;
  color: white;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
}
.page-template-page-pricing .pricing-plans .plans-grid .pricing-card h3, .page-template-page-pricing .pricing-plans .plans-grid .pricing-card .h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.page-template-page-pricing .pricing-plans .plans-grid .pricing-card .price {
  font-size: 48px;
  font-weight: 700;
  color: #667eea;
  margin-bottom: 10px;
}
.page-template-page-pricing .pricing-plans .plans-grid .pricing-card .price .currency {
  font-size: 24px;
  vertical-align: top;
}
.page-template-page-pricing .pricing-plans .plans-grid .pricing-card .price .period {
  font-size: 16px;
  color: #6b7280;
  font-weight: 400;
}
.page-template-page-pricing .pricing-plans .plans-grid .pricing-card .features {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
.page-template-page-pricing .pricing-plans .plans-grid .pricing-card .features li {
  padding: 10px 0;
  border-bottom: 1px solid #f1f3f4;
  color: #4a5568;
}
.page-template-page-pricing .pricing-plans .plans-grid .pricing-card .features li:last-child {
  border-bottom: none;
}
.page-template-page-pricing .pricing-plans .plans-grid .pricing-card .features li.included::before {
  content: "✓";
  color: #10b981;
  font-weight: bold;
  margin-right: 10px;
}
.page-template-page-pricing .pricing-plans .plans-grid .pricing-card .features li.not-included {
  opacity: 0.5;
}
.page-template-page-pricing .pricing-plans .plans-grid .pricing-card .features li.not-included::before {
  content: "×";
  color: #ef4444;
  font-weight: bold;
  margin-right: 10px;
}
.page-template-page-pricing .pricing-plans .plans-grid .pricing-card .cta-button {
  background: #667eea;
  color: white;
  padding: 15px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease;
  width: 100%;
}
.page-template-page-pricing .pricing-plans .plans-grid .pricing-card .cta-button:hover {
  background: #5a6fd8;
  transform: translateY(-2px);
}

.restaurant-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: white;
}
.restaurant-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.restaurant-hero__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.restaurant-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 2;
}
.restaurant-hero .container {
  position: relative;
  z-index: 3;
}
.restaurant-hero__content {
  text-align: center;
  padding: 60px 0;
}
.restaurant-hero__subtitle {
  font-size: 18px;
  font-weight: 500;
  opacity: 0.9;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fbbf24;
}
.restaurant-hero__title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .restaurant-hero__title {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .restaurant-hero__title {
    font-size: 32px;
  }
}
.restaurant-hero__description {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .restaurant-hero__description {
    font-size: 18px;
  }
}
.restaurant-hero__actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.restaurant-hero__actions .btn {
  padding: 18px 40px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 180px;
  justify-content: center;
}
.restaurant-hero__actions .btn.btn-primary {
  background: #667eea;
  color: white;
}
.restaurant-hero__actions .btn.btn-primary:hover {
  background: #5a6fd8;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
}
.restaurant-hero__actions .btn.btn-secondary {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.7);
}
.restaurant-hero__actions .btn.btn-secondary:hover {
  background: white;
  color: #1a1a1a;
  border-color: white;
}
@media (max-width: 768px) {
  .restaurant-hero__actions {
    flex-direction: column;
    align-items: center;
  }
  .restaurant-hero__actions .btn {
    width: 250px;
  }
}
.restaurant-hero__info {
  display: flex;
  justify-content: center;
}
.restaurant-hero__rating {
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(255, 255, 255, 0.1);
  padding: 15px 25px;
  border-radius: 50px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.restaurant-hero__rating .stars {
  display: flex;
  gap: 2px;
}
.restaurant-hero__rating .rating-text {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .restaurant-hero__rating {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .restaurant-hero__rating .rating-text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .restaurant-hero {
    min-height: 80vh;
  }
  .restaurant-hero__content {
    padding: 40px 0;
  }
}

main#main {
  padding-top: 0;
  margin-top: 0;
}
main#main .homepage-hero:first-child {
  margin-top: 0;
}

.homepage-hero {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.homepage-hero:first-child {
  margin-top: 0 !important;
}
.homepage-hero__carousel {
  position: relative;
  min-height: 100vh;
}
.homepage-hero__slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.homepage-hero__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease-in-out;
  display: flex;
  align-items: center;
  color: white;
}
.homepage-hero__slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.homepage-hero__slide.slide-enter {
  animation: slideIn 0.8s ease-out forwards;
}
.homepage-hero__slide.slide-exit {
  animation: slideOut 0.8s ease-out forwards;
}
.homepage-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.homepage-hero__bg-image, .homepage-hero__bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.homepage-hero__bg-video {
  min-width: 100%;
  min-height: 100%;
  will-change: transform;
  backface-visibility: hidden;
}
.homepage-hero__bg-video::-webkit-media-controls {
  display: none !important;
}
.homepage-hero__bg-video::-webkit-media-controls-panel {
  display: none !important;
}
@media (max-width: 768px) {
  .homepage-hero__bg-video {
    object-fit: cover;
    height: 100vh;
  }
}
.homepage-hero .video-fallback {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 14px;
  z-index: 2;
}
.homepage-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.7) 0%, rgba(118, 75, 162, 0.7) 100%);
  z-index: 2;
}
.homepage-hero .container {
  position: relative;
  z-index: 3;
}
.homepage-hero__content {
  text-align: center;
  padding: 60px 0;
  animation: fadeInUp 0.8s ease-out 0.3s both;
}
.homepage-hero__subtitle {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 2px;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}
.homepage-hero__title {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.1;
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
  animation: fadeInUp 0.8s ease-out 0.4s both;
}
@media (max-width: 768px) {
  .homepage-hero__title {
    font-size: 44px;
  }
}
@media (max-width: 480px) {
  .homepage-hero__title {
    font-size: 36px;
  }
}
.homepage-hero__actions {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeInUp 0.8s ease-out 0.6s both;
}
.homepage-hero__actions .btn {
  padding: 18px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
}
.homepage-hero__actions .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}
.homepage-hero__actions .btn:hover::before {
  left: 100%;
}
.homepage-hero__actions .btn.btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}
.homepage-hero__actions .btn.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
  background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
}
.homepage-hero__actions .btn.btn-primary:active {
  transform: translateY(-1px);
}
.homepage-hero__actions .btn.btn-video {
  background: rgba(255, 255, 255, 0.15);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
}
.homepage-hero__actions .btn.btn-video .play-icon {
  transition: transform 0.3s ease;
  width: 20px;
  height: 20px;
}
.homepage-hero__actions .btn.btn-video:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}
.homepage-hero__actions .btn.btn-video:hover .play-icon {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .homepage-hero__actions {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .homepage-hero__actions .btn {
    width: 250px;
    min-width: auto;
  }
}
.homepage-hero__controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .homepage-hero__controls {
    display: none;
  }
}
.homepage-hero__nav {
  width: 60px;
  height: 60px;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(15px);
  pointer-events: all;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.homepage-hero__nav:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.4);
  transform: scale(1.1);
}
.homepage-hero__nav:active {
  transform: scale(1.05);
}
.homepage-hero__nav svg {
  width: 28px;
  height: 28px;
}
.homepage-hero__nav--prev svg {
  margin-right: 2px;
}
.homepage-hero__nav--next svg {
  margin-left: 2px;
}
.homepage-hero__indicators {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}
.homepage-hero__indicator {
  width: 14px;
  height: 14px;
  border: none;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.homepage-hero__indicator .indicator-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: conic-gradient(from 0deg, #667eea 0%, #667eea var(--progress, 0%), transparent var(--progress, 0%), transparent 100%);
  border-radius: 50%;
  transition: all 0.1s ease;
  opacity: 0;
}
.homepage-hero__indicator::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: transparent;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 2;
}
.homepage-hero__indicator.active {
  background: white;
  transform: scale(1.3);
}
.homepage-hero__indicator.active .indicator-progress {
  opacity: 1;
}
.homepage-hero__indicator.active::after {
  background: rgba(102, 126, 234, 0.8);
}
.homepage-hero__indicator:hover:not(.active) {
  background: rgba(255, 255, 255, 0.7);
  transform: scale(1.15);
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-100%);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .homepage-hero__carousel {
    min-height: 80vh;
  }
  .homepage-hero__slide {
    height: 80vh;
  }
  .homepage-hero__content {
    padding: 40px 0;
  }
  .homepage-hero__indicators {
    bottom: 20px;
    gap: 8px;
  }
  .homepage-hero__indicator {
    width: 10px;
    height: 10px;
  }
  .homepage-hero__indicator::after {
    width: 6px;
    height: 6px;
  }
}

.pricing-hero {
  padding: 80px 0 60px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}
.pricing-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 20% 50%, rgba(102, 126, 234, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(118, 75, 162, 0.1) 0%, transparent 50%);
  z-index: 1;
}
.pricing-hero > * {
  position: relative;
  z-index: 2;
}
.pricing-hero__header {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .pricing-hero__header {
    margin-bottom: 40px;
  }
}
.pricing-hero__title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .pricing-hero__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .pricing-hero__title {
    font-size: 2rem;
  }
}
.pricing-hero__subtitle {
  font-size: 1.3rem;
  color: #6b7280;
  font-weight: 400;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .pricing-hero__subtitle {
    font-size: 1.1rem;
  }
}
.pricing-hero__plans {
  margin-bottom: 60px;
}
.pricing-hero__footer {
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid rgba(107, 114, 128, 0.2);
}
.pricing-hero__footer-text {
  font-size: 1rem;
  color: #6b7280;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.6;
}
.pricing-hero__no-plans {
  padding: 60px 20px;
  color: #6b7280;
  font-size: 1.1rem;
}

.pricing-card {
  background: white;
  border-radius: 20px;
  padding: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.pricing-card--featured {
  border-color: #667eea;
  transform: scale(1.05);
  z-index: 3;
}
.pricing-card--featured:hover {
  transform: scale(1.05) translateY(-8px);
}
.pricing-card--featured .pricing-card__header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}
.pricing-card--featured .pricing-card__price-amount {
  color: white;
}
.pricing-card__badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 8px 24px;
  border-radius: 0 0 12px 12px;
  font-size: 0.875rem;
  font-weight: 600;
  z-index: 4;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
.pricing-card__header {
  padding: 40px 30px 30px;
  text-align: center;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  position: relative;
}
.pricing-card--featured .pricing-card__header {
  padding-top: 50px;
}
.pricing-card__name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.pricing-card--featured .pricing-card__name {
  color: white;
}
.pricing-card__summary {
  font-size: 1rem;
  color: #6b7280;
  margin-bottom: 20px;
  line-height: 1.4;
}
.pricing-card--featured .pricing-card__summary {
  color: rgba(255, 255, 255, 0.9);
}
.pricing-card__price {
  margin-bottom: 0;
}
.pricing-card__price-amount {
  font-size: 2.5rem;
  font-weight: 700;
  color: #667eea;
  display: block;
  line-height: 1.2;
}
.pricing-card__price-amount:contains("$") {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
}
.pricing-card--featured .pricing-card__price-amount {
  color: white;
}
.pricing-card__features {
  padding: 30px;
  flex-grow: 1;
}
.pricing-card__footer {
  padding: 30px;
  padding-top: 0;
}
.pricing-card__cta {
  display: block;
  width: 100%;
  padding: 16px 24px;
  border-radius: 12px;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.pricing-card__cta--primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}
.pricing-card__cta--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
  text-decoration: none;
  color: white;
}
.pricing-card__cta--secondary {
  background: transparent;
  color: #667eea;
  border-color: #667eea;
}
.pricing-card__cta--secondary:hover {
  background: #667eea;
  color: white;
  transform: translateY(-2px);
  text-decoration: none;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pricing-features__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(107, 114, 128, 0.1);
  color: #4b5563;
  font-size: 0.95rem;
  line-height: 1.4;
}
.pricing-features__item:last-child {
  border-bottom: none;
}
.pricing-features__item--included {
  color: #059669;
}
.pricing-features__item--included .pricing-features__icon {
  color: #10b981;
  background: rgba(16, 185, 129, 0.1);
  border-radius: 50%;
  padding: 2px;
  flex-shrink: 0;
  margin-top: 1px;
}
.pricing-features__item--excluded {
  color: #9ca3af;
}
.pricing-features__item--excluded .pricing-features__icon {
  color: #ef4444;
  background: rgba(239, 68, 68, 0.1);
  border-radius: 50%;
  padding: 2px;
  flex-shrink: 0;
  margin-top: 1px;
}
.pricing-features__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.pricing-features strong {
  font-weight: 600;
  color: #1f2937;
}

@media (max-width: 991px) {
  .pricing-card--featured {
    transform: none;
    margin-top: 0;
  }
  .pricing-card--featured:hover {
    transform: translateY(-8px);
  }
}
@media (max-width: 768px) {
  .pricing-hero {
    padding: 60px 0 40px;
  }
  .pricing-hero__header {
    margin-bottom: 40px;
  }
  .pricing-hero__plans {
    margin-bottom: 40px;
  }
  .pricing-card {
    margin-bottom: 30px;
  }
  .pricing-card__header {
    padding: 30px 25px 25px;
  }
  .pricing-card__features {
    padding: 25px;
  }
  .pricing-card__footer {
    padding: 25px;
    padding-top: 0;
  }
  .pricing-card__name {
    font-size: 1.3rem;
  }
  .pricing-card__price-amount {
    font-size: 2rem;
  }
  .pricing-features__item {
    padding: 10px 0;
    font-size: 0.9rem;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.pricing-card {
  animation: fadeInUp 0.6s ease-out forwards;
}
.pricing-card:nth-child(1) {
  animation-delay: 0.1s;
}
.pricing-card:nth-child(2) {
  animation-delay: 0.2s;
}
.pricing-card:nth-child(3) {
  animation-delay: 0.3s;
}

.pricing-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 20px;
  z-index: 1;
}
.pricing-card:hover::after {
  opacity: 1;
}
.pricing-card > * {
  position: relative;
  z-index: 2;
}

.restaurant-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
}
.restaurant-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.restaurant-hero__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.6) contrast(1.1);
}
.restaurant-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.7) 0%, rgba(30, 41, 59, 0.5) 50%, rgba(15, 23, 42, 0.8) 100%);
  z-index: 2;
}
.restaurant-hero .container {
  position: relative;
  z-index: 3;
}
.restaurant-hero__content {
  text-align: center;
  color: white;
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem 2rem;
}
.restaurant-hero__subtitle {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 1.5rem;
  color: #fbbf24;
  opacity: 1;
  position: relative;
}
.restaurant-hero__subtitle::after {
  content: "";
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background: #fbbf24;
}
.restaurant-hero__title {
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 2rem;
  letter-spacing: -0.02em;
  text-shadow: none;
  font-family: Georgia, serif;
}
.restaurant-hero__description {
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 3rem;
  opacity: 0.9;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}
.restaurant-hero__description p {
  margin-bottom: 1rem;
}
.restaurant-hero__description p:last-child {
  margin-bottom: 0;
}
.restaurant-hero__actions {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.restaurant-hero__actions .btn {
  min-width: 160px;
  padding: 1rem 2.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none;
  position: relative;
  overflow: hidden;
}
.restaurant-hero__actions .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s ease;
}
.restaurant-hero__actions .btn:hover::before {
  left: 100%;
}
.restaurant-hero__actions .btn-primary {
  background: #fbbf24;
  color: #1f2937;
  box-shadow: 0 4px 20px rgba(251, 191, 36, 0.3);
}
.restaurant-hero__actions .btn-primary:hover {
  background: #f59e0b;
  transform: translateY(-3px);
  box-shadow: 0 8px 35px rgba(251, 191, 36, 0.4);
  color: #1f2937;
  text-decoration: none;
}
.restaurant-hero__actions .btn-secondary {
  background: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}
.restaurant-hero__actions .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-3px);
  box-shadow: 0 8px 35px rgba(255, 255, 255, 0.2);
  color: white;
  text-decoration: none;
}
.restaurant-hero__info {
  margin-top: 2rem;
}
.restaurant-hero__rating {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border-radius: 60px;
  padding: 1rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}
.restaurant-hero__rating:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}
.restaurant-hero__rating .stars {
  display: flex;
  gap: 3px;
}
.restaurant-hero__rating .stars svg {
  width: 16px;
  height: 16px;
  filter: none;
}
.restaurant-hero__rating .rating-text {
  font-size: 0.875rem;
  font-weight: 500;
  color: white;
  white-space: nowrap;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .restaurant-hero {
    min-height: 80vh;
  }
  .restaurant-hero__content {
    padding: 2rem 1rem;
  }
  .restaurant-hero__subtitle {
    font-size: 0.75rem;
    letter-spacing: 3px;
    margin-bottom: 1rem;
  }
  .restaurant-hero__title {
    margin-bottom: 1.5rem;
  }
  .restaurant-hero__description {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
  .restaurant-hero__actions {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .restaurant-hero__actions .btn {
    width: 100%;
    max-width: 280px;
    padding: 1.25rem 2rem;
  }
  .restaurant-hero__rating {
    flex-direction: row;
    gap: 0.75rem;
    padding: 0.875rem 1.5rem;
  }
  .restaurant-hero__rating .rating-text {
    font-size: 0.8rem;
  }
}

.restaurant-content {
  padding: 6rem 0;
  background: #ffffff;
}
.restaurant-content__section {
  margin-bottom: 6rem;
}
.restaurant-content__section:last-child {
  margin-bottom: 0;
}
.restaurant-content__title {
  font-size: 2.5rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 4rem;
  color: #1e293b;
  letter-spacing: -0.01em;
  font-family: Georgia, serif;
  position: relative;
}
.restaurant-content__title::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background: #fbbf24;
}

.restaurant-info {
  background: #f8fafc;
  padding: 6rem 0;
}
.restaurant-info__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 3rem;
  margin-top: 3rem;
}
.restaurant-info__card {
  background: white;
  border-radius: 0;
  padding: 3rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  border: none;
  border-left: 3px solid transparent;
}
.restaurant-info__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  border-left-color: #fbbf24;
}
.restaurant-info__card__icon {
  width: 60px;
  height: 60px;
  background: #fbbf24;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.restaurant-info__card__icon svg {
  width: 28px;
  height: 28px;
  color: white;
}
.restaurant-info__card__title {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
  color: #1e293b;
  letter-spacing: -0.01em;
  font-family: Georgia, serif;
}
.restaurant-info__card__content {
  color: #64748b;
  line-height: 1.7;
  font-weight: 300;
}

.restaurant-features {
  padding: 6rem 0;
  background: white;
}
.restaurant-features__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 4rem;
  margin-top: 4rem;
}
.restaurant-features__feature {
  text-align: center;
  padding: 3rem 2rem;
}
.restaurant-features__feature__icon {
  width: 80px;
  height: 80px;
  background: #1e293b;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  transition: all 0.3s ease;
}
.restaurant-features__feature__icon:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(30, 41, 59, 0.3);
}
.restaurant-features__feature__icon svg {
  width: 36px;
  height: 36px;
  color: white;
}
.restaurant-features__feature__title {
  font-size: 1.375rem;
  font-weight: 300;
  margin-bottom: 1rem;
  color: #1e293b;
  letter-spacing: -0.01em;
  font-family: Georgia, serif;
}
.restaurant-features__feature__description {
  color: #64748b;
  line-height: 1.7;
  font-weight: 300;
}

.restaurant-gallery {
  padding: 6rem 0;
  background: #f8fafc;
}
.restaurant-gallery__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-top: 4rem;
}
.restaurant-gallery__item {
  aspect-ratio: 4/3;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  position: relative;
}
.restaurant-gallery__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(30, 41, 59, 0);
  transition: all 0.4s ease;
}
.restaurant-gallery__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}
.restaurant-gallery__item:hover::after {
  background: rgba(30, 41, 59, 0.1);
}
.restaurant-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.1) saturate(1.1);
}

.restaurant-location {
  padding: 6rem 0;
  background: white;
}
.restaurant-location__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}
@media (max-width: 768px) {
  .restaurant-location__content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.restaurant-location__info__item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.restaurant-location__info__item:last-child {
  margin-bottom: 0;
}
.restaurant-location__info__item__icon {
  width: 50px;
  height: 50px;
  background: #1e293b;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.25rem;
}
.restaurant-location__info__item__icon svg {
  width: 24px;
  height: 24px;
  color: white;
}
.restaurant-location__info__item__content__title {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 0.75rem;
  color: #1e293b;
  letter-spacing: -0.01em;
  font-family: Georgia, serif;
}
.restaurant-location__info__item__content__text {
  color: #64748b;
  line-height: 1.7;
  font-weight: 300;
}
.restaurant-location__map {
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  min-height: 350px;
}

.restaurant-hours {
  background: white;
  border-radius: 0;
  padding: 3rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border: none;
  border-left: 3px solid #fbbf24;
}
.restaurant-hours__title {
  font-size: 1.75rem;
  font-weight: 300;
  margin-bottom: 2rem;
  color: #1e293b;
  text-align: center;
  letter-spacing: -0.01em;
  font-family: Georgia, serif;
}
.restaurant-hours__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.restaurant-hours__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #f1f5f9;
}
.restaurant-hours__item:last-child {
  border-bottom: none;
}
.restaurant-hours__item__day {
  font-weight: 400;
  color: #1e293b;
  font-size: 1rem;
}
.restaurant-hours__item__time {
  color: #64748b;
  font-weight: 300;
  font-size: 1rem;
}
.restaurant-hours__item--today {
  background: #fef9e7;
  padding: 1rem 1.5rem;
  border-radius: 0;
  margin: 0.5rem 0;
  border-left: 2px solid #fbbf24;
}
.restaurant-hours__item--today .restaurant-hours__item__day {
  color: #1e293b;
  font-weight: 500;
}
.restaurant-hours__item--today .restaurant-hours__item__time {
  color: #1e293b;
  font-weight: 400;
}

.contact-form,
.generic-form {
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  max-width: 600px;
  margin: 0 auto;
}
.contact-form h2, .contact-form .h2, .contact-form h3, .contact-form .h3,
.generic-form h2,
.generic-form .h2,
.generic-form h3,
.generic-form .h3 {
  text-align: center;
  margin-bottom: 30px;
  color: #1a1a1a;
}
.contact-form .form-group,
.generic-form .form-group {
  margin-bottom: 25px;
}
.contact-form .form-group label,
.generic-form .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #374151;
}
.contact-form .form-group input[type=text],
.contact-form .form-group input[type=email],
.contact-form .form-group input[type=tel],
.contact-form .form-group input[type=url],
.contact-form .form-group textarea,
.contact-form .form-group select,
.generic-form .form-group input[type=text],
.generic-form .form-group input[type=email],
.generic-form .form-group input[type=tel],
.generic-form .form-group input[type=url],
.generic-form .form-group textarea,
.generic-form .form-group select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: white;
}
.contact-form .form-group input[type=text]:focus,
.contact-form .form-group input[type=email]:focus,
.contact-form .form-group input[type=tel]:focus,
.contact-form .form-group input[type=url]:focus,
.contact-form .form-group textarea:focus,
.contact-form .form-group select:focus,
.generic-form .form-group input[type=text]:focus,
.generic-form .form-group input[type=email]:focus,
.generic-form .form-group input[type=tel]:focus,
.generic-form .form-group input[type=url]:focus,
.generic-form .form-group textarea:focus,
.generic-form .form-group select:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
.contact-form .form-group input[type=text]::placeholder,
.contact-form .form-group input[type=email]::placeholder,
.contact-form .form-group input[type=tel]::placeholder,
.contact-form .form-group input[type=url]::placeholder,
.contact-form .form-group textarea::placeholder,
.contact-form .form-group select::placeholder,
.generic-form .form-group input[type=text]::placeholder,
.generic-form .form-group input[type=email]::placeholder,
.generic-form .form-group input[type=tel]::placeholder,
.generic-form .form-group input[type=url]::placeholder,
.generic-form .form-group textarea::placeholder,
.generic-form .form-group select::placeholder {
  color: #9ca3af;
}
.contact-form .form-group textarea,
.generic-form .form-group textarea {
  resize: vertical;
  min-height: 120px;
}
.contact-form .form-group .form-help,
.generic-form .form-group .form-help {
  font-size: 14px;
  color: #6b7280;
  margin-top: 5px;
}
.contact-form .form-group .form-error,
.generic-form .form-group .form-error {
  font-size: 14px;
  color: #ef4444;
  margin-top: 5px;
}
.contact-form .form-group.has-error input, .contact-form .form-group.has-error textarea, .contact-form .form-group.has-error select,
.generic-form .form-group.has-error input,
.generic-form .form-group.has-error textarea,
.generic-form .form-group.has-error select {
  border-color: #ef4444;
}
.contact-form .form-actions,
.generic-form .form-actions {
  text-align: center;
  margin-top: 30px;
}
.contact-form .form-actions .btn,
.generic-form .form-actions .btn {
  background: #667eea;
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.contact-form .form-actions .btn:hover,
.generic-form .form-actions .btn:hover {
  background: #5a6fd8;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}
.contact-form .form-actions .btn:disabled,
.generic-form .form-actions .btn:disabled {
  background: #d1d5db;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.contact-form .form-actions .btn.btn-secondary,
.generic-form .form-actions .btn.btn-secondary {
  background: transparent;
  color: #667eea;
  border: 2px solid #667eea;
}
.contact-form .form-actions .btn.btn-secondary:hover,
.generic-form .form-actions .btn.btn-secondary:hover {
  background: #667eea;
  color: white;
}
@media (max-width: 768px) {
  .contact-form,
  .generic-form {
    padding: 30px 20px;
    margin: 0 20px;
  }
}

.newsletter-signup {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 60px 40px;
  border-radius: 15px;
  text-align: center;
  margin: 60px 0;
}
.newsletter-signup h3, .newsletter-signup .h3 {
  font-size: 28px;
  margin-bottom: 15px;
}
.newsletter-signup p {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 30px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.newsletter-signup .signup-form {
  display: flex;
  max-width: 400px;
  margin: 0 auto;
  gap: 10px;
}
@media (max-width: 576px) {
  .newsletter-signup .signup-form {
    flex-direction: column;
    gap: 15px;
  }
}
.newsletter-signup .signup-form input[type=email] {
  flex: 1;
  padding: 15px 20px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
}
.newsletter-signup .signup-form input[type=email]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.newsletter-signup .signup-form button {
  background: white;
  color: #667eea;
  border: none;
  padding: 15px 30px;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.newsletter-signup .signup-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.testimonials-section {
  padding: 80px 0;
  background: #f8f9fa;
}
.testimonials-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.testimonials-section .section-header h2, .testimonials-section .section-header .h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1a1a1a;
}
.testimonials-section .section-header p {
  font-size: 18px;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto;
}
.testimonials-section .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
}
.testimonials-section .testimonials-grid .testimonial {
  background: white;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
  position: relative;
}
.testimonials-section .testimonials-grid .testimonial::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 30px;
  font-size: 80px;
  color: #667eea;
  opacity: 0.3;
  font-family: serif;
}
.testimonials-section .testimonials-grid .testimonial .quote {
  font-size: 16px;
  font-style: italic;
  color: #4a5568;
  margin-bottom: 25px;
  line-height: 1.6;
}
.testimonials-section .testimonials-grid .testimonial .author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.testimonials-section .testimonials-grid .testimonial .author .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonials-section .testimonials-grid .testimonial .author .info {
  text-align: left;
}
.testimonials-section .testimonials-grid .testimonial .author .info .name {
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 2px;
}
.testimonials-section .testimonials-grid .testimonial .author .info .title {
  font-size: 14px;
  color: #667eea;
}

.stats-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}
.stats-section .stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}
.stats-section .stats-grid .stat-item {
  text-align: center;
}
.stats-section .stats-grid .stat-item .number {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
.stats-section .stats-grid .stat-item .label {
  font-size: 18px;
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.team-section {
  padding: 80px 0;
}
.team-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.team-section .section-header h2, .team-section .section-header .h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1a1a1a;
}
.team-section .section-header p {
  font-size: 18px;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto;
}
.team-section .team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}
.team-section .team-grid .team-member {
  text-align: center;
  transition: transform 0.3s ease;
}
.team-section .team-grid .team-member:hover {
  transform: translateY(-10px);
}
.team-section .team-grid .team-member .photo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 25px;
  display: block;
  border: 5px solid #f1f3f4;
}
.team-section .team-grid .team-member .name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1a1a1a;
}
.team-section .team-grid .team-member .position {
  font-size: 16px;
  color: #667eea;
  margin-bottom: 15px;
  font-weight: 500;
}
.team-section .team-grid .team-member .bio {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 20px;
}
.team-section .team-grid .team-member .social-links {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.team-section .team-grid .team-member .social-links a {
  width: 40px;
  height: 40px;
  background: #f1f3f4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  text-decoration: none;
  transition: all 0.3s ease;
}
.team-section .team-grid .team-member .social-links a:hover {
  background: #667eea;
  color: white;
  transform: translateY(-2px);
}

.faq-section {
  padding: 80px 0;
  background: #f8f9fa;
}
.faq-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.faq-section .section-header h2, .faq-section .section-header .h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1a1a1a;
}
.faq-section .section-header p {
  font-size: 18px;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto;
}
.faq-section .faq-list {
  max-width: 800px;
  margin: 0 auto;
}
.faq-section .faq-list .faq-item {
  background: white;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.faq-section .faq-list .faq-item .faq-question {
  padding: 25px 30px;
  background: white;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-section .faq-list .faq-item .faq-question:hover {
  background: #f8f9fa;
}
.faq-section .faq-list .faq-item .faq-question .icon {
  transition: transform 0.3s ease;
}
.faq-section .faq-list .faq-item .faq-question[aria-expanded=true] .icon {
  transform: rotate(180deg);
}
.faq-section .faq-list .faq-item .faq-answer {
  padding: 0 30px 25px;
  color: #6b7280;
  line-height: 1.6;
  display: none;
}
.faq-section .faq-list .faq-item .faq-answer.active {
  display: block;
  animation: fadeInUp 0.3s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .testimonials-section,
  .team-section,
  .faq-section,
  .stats-section {
    padding: 60px 0;
  }
  .testimonials-section .section-header,
  .team-section .section-header,
  .faq-section .section-header,
  .stats-section .section-header {
    margin-bottom: 40px;
  }
  .testimonials-section .section-header h2, .testimonials-section .section-header .h2,
  .team-section .section-header h2,
  .team-section .section-header .h2,
  .faq-section .section-header h2,
  .faq-section .section-header .h2,
  .stats-section .section-header h2,
  .stats-section .section-header .h2 {
    font-size: 28px;
  }
  .testimonials-section .section-header p,
  .team-section .section-header p,
  .faq-section .section-header p,
  .stats-section .section-header p {
    font-size: 16px;
  }
  .testimonials-grid,
  .team-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .stats-grid .stat-item .number {
    font-size: 36px;
  }
  .newsletter-signup {
    padding: 40px 20px;
    margin: 40px 20px;
  }
  .newsletter-signup h3, .newsletter-signup .h3 {
    font-size: 24px;
  }
}

/*# sourceMappingURL=index.css.map */
