/*
 * ========================================================================
 * OTW THEME MASTER STYLESHEET
 * ========================================================================
 * Version: 1.0.2
 * CONTENTS
 *
 * 0. IMPORTS & VENDOR
 * - Global variables, functions, and Bootstrap imports.
 *
 * 1. BASE STYLES
 * - Global Reset & Normalization
 * - HTML & Body Defaults
 * - Typographic & Element Resets
 *
 * 2. LAYOUT HELPERS
 * - Main Content Wrappers
 * - Section & Grid Layouts
 * - Header & Footer Structures
 *
 * 3. COMPONENTS
 * - Reusable UI elements like buttons, cards, and forms.
 *
 * 4. PAGE-SPECIFIC STYLES
 * - Styles for specific pages, archives, and templates.
 *
 * 5. COMMENTS
 * - Styles for the comment list and form.
 *
 * ======================================================================== */
:root,
[data-bs-theme=light] {
  --wp--custom--blue: #0d6efd;
  --wp--custom--indigo: #6610f2;
  --wp--custom--purple: #6f42c1;
  --wp--custom--pink: #d63384;
  --wp--custom--red: #dc3545;
  --wp--custom--orange: #fd7e14;
  --wp--custom--yellow: #ffc107;
  --wp--custom--green: #198754;
  --wp--custom--teal: #20c997;
  --wp--custom--cyan: #0dcaf0;
  --wp--custom--black: #000;
  --wp--custom--white: #fff;
  --wp--custom--gray: #6c757d;
  --wp--custom--gray-dark: #343a40;
  --wp--custom--gray-100: #f8f9fa;
  --wp--custom--gray-200: #e9ecef;
  --wp--custom--gray-300: #dee2e6;
  --wp--custom--gray-400: #ced4da;
  --wp--custom--gray-500: #adb5bd;
  --wp--custom--gray-600: #6c757d;
  --wp--custom--gray-700: #495057;
  --wp--custom--gray-800: #343a40;
  --wp--custom--gray-900: #212529;
  --wp--custom--primary: #081d2b;
  --wp--custom--secondary: #0a486c;
  --wp--custom--success: #009851;
  --wp--custom--info: #3486b5;
  --wp--custom--warning: #e1c600;
  --wp--custom--danger: #ef0008;
  --wp--custom--light: #f7f7f7;
  --wp--custom--dark: #081d2b;
  --wp--custom--bg: #e6f6ff;
  --wp--custom--separator: #e5e5e5;
  --wp--custom--content: #000;
  --wp--custom--highlight: #0a486c;
  --wp--custom--muted: #44545d;
  --wp--custom--accent-1: #f16e00;
  --wp--custom--accent-2: #00a1ff;
  --wp--custom--primary-rgb: 8, 29, 43;
  --wp--custom--secondary-rgb: 10, 72, 108;
  --wp--custom--success-rgb: 0, 152, 81;
  --wp--custom--info-rgb: 52, 134, 181;
  --wp--custom--warning-rgb: 225, 198, 0;
  --wp--custom--danger-rgb: 239, 0, 8;
  --wp--custom--light-rgb: 247, 247, 247;
  --wp--custom--dark-rgb: 8, 29, 43;
  --wp--custom--bg-rgb: 230, 246, 255;
  --wp--custom--separator-rgb: 229, 229, 229;
  --wp--custom--content-rgb: 0, 0, 0;
  --wp--custom--highlight-rgb: 10, 72, 108;
  --wp--custom--muted-rgb: 68, 84, 93;
  --wp--custom--accent-1-rgb: 241, 110, 0;
  --wp--custom--accent-2-rgb: 0, 161, 255;
  --wp--custom--primary-text-emphasis: #052c65;
  --wp--custom--secondary-text-emphasis: #2b2f32;
  --wp--custom--success-text-emphasis: #0a3622;
  --wp--custom--info-text-emphasis: #055160;
  --wp--custom--warning-text-emphasis: #664d03;
  --wp--custom--danger-text-emphasis: #58151c;
  --wp--custom--light-text-emphasis: #495057;
  --wp--custom--dark-text-emphasis: #495057;
  --wp--custom--primary-bg-subtle: #cfe2ff;
  --wp--custom--secondary-bg-subtle: #e2e3e5;
  --wp--custom--success-bg-subtle: #d1e7dd;
  --wp--custom--info-bg-subtle: #cff4fc;
  --wp--custom--warning-bg-subtle: #fff3cd;
  --wp--custom--danger-bg-subtle: #f8d7da;
  --wp--custom--light-bg-subtle: #fcfcfd;
  --wp--custom--dark-bg-subtle: #ced4da;
  --wp--custom--primary-border-subtle: #9ec5fe;
  --wp--custom--secondary-border-subtle: #c4c8cb;
  --wp--custom--success-border-subtle: #a3cfbb;
  --wp--custom--info-border-subtle: #9eeaf9;
  --wp--custom--warning-border-subtle: #ffe69c;
  --wp--custom--danger-border-subtle: #f1aeb5;
  --wp--custom--light-border-subtle: #e9ecef;
  --wp--custom--dark-border-subtle: #adb5bd;
  --wp--custom--white-rgb: 255, 255, 255;
  --wp--custom--black-rgb: 0, 0, 0;
  --wp--custom--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";
  --wp--custom--font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --wp--custom--gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --wp--custom--body-font-family: var(--wp--custom--font-sans-serif);
  --wp--custom--body-font-size: 1rem;
  --wp--custom--body-font-weight: 400;
  --wp--custom--body-line-height: 1.5;
  --wp--custom--body-color: #212529;
  --wp--custom--body-color-rgb: 33, 37, 41;
  --wp--custom--body-bg: #e6f6ff;
  --wp--custom--body-bg-rgb: 230, 246, 255;
  --wp--custom--emphasis-color: #000;
  --wp--custom--emphasis-color-rgb: 0, 0, 0;
  --wp--custom--secondary-color: rgba(33, 37, 41, 0.75);
  --wp--custom--secondary-color-rgb: 33, 37, 41;
  --wp--custom--secondary-bg: #e9ecef;
  --wp--custom--secondary-bg-rgb: 233, 236, 239;
  --wp--custom--tertiary-color: rgba(33, 37, 41, 0.5);
  --wp--custom--tertiary-color-rgb: 33, 37, 41;
  --wp--custom--tertiary-bg: #f8f9fa;
  --wp--custom--tertiary-bg-rgb: 248, 249, 250;
  --wp--custom--heading-color: inherit;
  --wp--custom--link-color: #0d6efd;
  --wp--custom--link-color-rgb: 13, 110, 253;
  --wp--custom--link-decoration: underline;
  --wp--custom--link-hover-color: #0a58ca;
  --wp--custom--link-hover-color-rgb: 10, 88, 202;
  --wp--custom--code-color: #d63384;
  --wp--custom--highlight-color: #212529;
  --wp--custom--highlight-bg: #fff3cd;
  --wp--custom--border-width: 1px;
  --wp--custom--border-style: solid;
  --wp--custom--border-color: #dee2e6;
  --wp--custom--border-color-translucent: rgba(0, 0, 0, 0.175);
  --wp--custom--border-radius: 0.375rem;
  --wp--custom--border-radius-sm: 0.25rem;
  --wp--custom--border-radius-lg: 0.5rem;
  --wp--custom--border-radius-xl: 1rem;
  --wp--custom--border-radius-xxl: 2rem;
  --wp--custom--border-radius-2xl: var(--wp--custom--border-radius-xxl);
  --wp--custom--border-radius-pill: 50rem;
  --wp--custom--box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --wp--custom--box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --wp--custom--box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --wp--custom--box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --wp--custom--focus-ring-width: 0.25rem;
  --wp--custom--focus-ring-opacity: 0.25;
  --wp--custom--focus-ring-color: rgba(13, 110, 253, 0.25);
  --wp--custom--form-valid-color: #198754;
  --wp--custom--form-valid-border-color: #198754;
  --wp--custom--form-invalid-color: #dc3545;
  --wp--custom--form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --wp--custom--body-color: #dee2e6;
  --wp--custom--body-color-rgb: 222, 226, 230;
  --wp--custom--body-bg: #212529;
  --wp--custom--body-bg-rgb: 33, 37, 41;
  --wp--custom--emphasis-color: #fff;
  --wp--custom--emphasis-color-rgb: 255, 255, 255;
  --wp--custom--secondary-color: rgba(222, 226, 230, 0.75);
  --wp--custom--secondary-color-rgb: 222, 226, 230;
  --wp--custom--secondary-bg: #343a40;
  --wp--custom--secondary-bg-rgb: 52, 58, 64;
  --wp--custom--tertiary-color: rgba(222, 226, 230, 0.5);
  --wp--custom--tertiary-color-rgb: 222, 226, 230;
  --wp--custom--tertiary-bg: #2b3035;
  --wp--custom--tertiary-bg-rgb: 43, 48, 53;
  --wp--custom--primary-text-emphasis: #6ea8fe;
  --wp--custom--secondary-text-emphasis: #a7acb1;
  --wp--custom--success-text-emphasis: #75b798;
  --wp--custom--info-text-emphasis: #6edff6;
  --wp--custom--warning-text-emphasis: #ffda6a;
  --wp--custom--danger-text-emphasis: #ea868f;
  --wp--custom--light-text-emphasis: #f8f9fa;
  --wp--custom--dark-text-emphasis: #dee2e6;
  --wp--custom--primary-bg-subtle: #031633;
  --wp--custom--secondary-bg-subtle: #161719;
  --wp--custom--success-bg-subtle: #051b11;
  --wp--custom--info-bg-subtle: #032830;
  --wp--custom--warning-bg-subtle: #332701;
  --wp--custom--danger-bg-subtle: #2c0b0e;
  --wp--custom--light-bg-subtle: #343a40;
  --wp--custom--dark-bg-subtle: #1a1d20;
  --wp--custom--primary-border-subtle: #084298;
  --wp--custom--secondary-border-subtle: #41464b;
  --wp--custom--success-border-subtle: #0f5132;
  --wp--custom--info-border-subtle: #087990;
  --wp--custom--warning-border-subtle: #997404;
  --wp--custom--danger-border-subtle: #842029;
  --wp--custom--light-border-subtle: #495057;
  --wp--custom--dark-border-subtle: #343a40;
  --wp--custom--heading-color: inherit;
  --wp--custom--link-color: #6ea8fe;
  --wp--custom--link-hover-color: #8bb9fe;
  --wp--custom--link-color-rgb: 110, 168, 254;
  --wp--custom--link-hover-color-rgb: 139, 185, 254;
  --wp--custom--code-color: #e685b5;
  --wp--custom--highlight-color: #dee2e6;
  --wp--custom--highlight-bg: #664d03;
  --wp--custom--border-color: #495057;
  --wp--custom--border-color-translucent: rgba(255, 255, 255, 0.15);
  --wp--custom--form-valid-color: #75b798;
  --wp--custom--form-valid-border-color: #75b798;
  --wp--custom--form-invalid-color: #ea868f;
  --wp--custom--form-invalid-border-color: #ea868f;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --wp--custom--gutter-x: 1.5rem;
  --wp--custom--gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--wp--custom--gutter-x) * 0.5);
  padding-left: calc(var(--wp--custom--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;
  }
}
.table {
  --wp--custom--table-color-type: initial;
  --wp--custom--table-bg-type: initial;
  --wp--custom--table-color-state: initial;
  --wp--custom--table-bg-state: initial;
  --wp--custom--table-color: var(--wp--custom--emphasis-color);
  --wp--custom--table-bg: var(--wp--custom--body-bg);
  --wp--custom--table-border-color: var(--wp--custom--border-color);
  --wp--custom--table-accent-bg: transparent;
  --wp--custom--table-striped-color: var(--wp--custom--emphasis-color);
  --wp--custom--table-striped-bg: rgba(var(--wp--custom--emphasis-color-rgb), 0.05);
  --wp--custom--table-active-color: var(--wp--custom--emphasis-color);
  --wp--custom--table-active-bg: rgba(var(--wp--custom--emphasis-color-rgb), 0.1);
  --wp--custom--table-hover-color: var(--wp--custom--emphasis-color);
  --wp--custom--table-hover-bg: rgba(var(--wp--custom--emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--wp--custom--table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--wp--custom--table-color-state, var(--wp--custom--table-color-type, var(--wp--custom--table-color)));
  background-color: var(--wp--custom--table-bg);
  border-bottom-width: var(--wp--custom--border-width);
  box-shadow: inset 0 0 0 9999px var(--wp--custom--table-bg-state, var(--wp--custom--table-bg-type, var(--wp--custom--table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--wp--custom--border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--wp--custom--border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--wp--custom--border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --wp--custom--table-color-type: var(--wp--custom--table-striped-color);
  --wp--custom--table-bg-type: var(--wp--custom--table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --wp--custom--table-color-type: var(--wp--custom--table-striped-color);
  --wp--custom--table-bg-type: var(--wp--custom--table-striped-bg);
}

.table-active {
  --wp--custom--table-color-state: var(--wp--custom--table-active-color);
  --wp--custom--table-bg-state: var(--wp--custom--table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --wp--custom--table-color-state: var(--wp--custom--table-hover-color);
  --wp--custom--table-bg-state: var(--wp--custom--table-hover-bg);
}

.table-primary {
  --wp--custom--table-color: #000;
  --wp--custom--table-bg: #cfe2ff;
  --wp--custom--table-border-color: #a6b5cc;
  --wp--custom--table-striped-bg: #c5d7f2;
  --wp--custom--table-striped-color: #000;
  --wp--custom--table-active-bg: #bacbe6;
  --wp--custom--table-active-color: #000;
  --wp--custom--table-hover-bg: #bfd1ec;
  --wp--custom--table-hover-color: #000;
  color: var(--wp--custom--table-color);
  border-color: var(--wp--custom--table-border-color);
}

.table-secondary {
  --wp--custom--table-color: #000;
  --wp--custom--table-bg: #e2e3e5;
  --wp--custom--table-border-color: #b5b6b7;
  --wp--custom--table-striped-bg: #d7d8da;
  --wp--custom--table-striped-color: #000;
  --wp--custom--table-active-bg: #cbccce;
  --wp--custom--table-active-color: #000;
  --wp--custom--table-hover-bg: #d1d2d4;
  --wp--custom--table-hover-color: #000;
  color: var(--wp--custom--table-color);
  border-color: var(--wp--custom--table-border-color);
}

.table-success {
  --wp--custom--table-color: #000;
  --wp--custom--table-bg: #d1e7dd;
  --wp--custom--table-border-color: #a7b9b1;
  --wp--custom--table-striped-bg: #c7dbd2;
  --wp--custom--table-striped-color: #000;
  --wp--custom--table-active-bg: #bcd0c7;
  --wp--custom--table-active-color: #000;
  --wp--custom--table-hover-bg: #c1d6cc;
  --wp--custom--table-hover-color: #000;
  color: var(--wp--custom--table-color);
  border-color: var(--wp--custom--table-border-color);
}

.table-info {
  --wp--custom--table-color: #000;
  --wp--custom--table-bg: #cff4fc;
  --wp--custom--table-border-color: #a6c3ca;
  --wp--custom--table-striped-bg: #c5e8ef;
  --wp--custom--table-striped-color: #000;
  --wp--custom--table-active-bg: #badce3;
  --wp--custom--table-active-color: #000;
  --wp--custom--table-hover-bg: #bfe2e9;
  --wp--custom--table-hover-color: #000;
  color: var(--wp--custom--table-color);
  border-color: var(--wp--custom--table-border-color);
}

.table-warning {
  --wp--custom--table-color: #000;
  --wp--custom--table-bg: #fff3cd;
  --wp--custom--table-border-color: #ccc2a4;
  --wp--custom--table-striped-bg: #f2e7c3;
  --wp--custom--table-striped-color: #000;
  --wp--custom--table-active-bg: #e6dbb9;
  --wp--custom--table-active-color: #000;
  --wp--custom--table-hover-bg: #ece1be;
  --wp--custom--table-hover-color: #000;
  color: var(--wp--custom--table-color);
  border-color: var(--wp--custom--table-border-color);
}

.table-danger {
  --wp--custom--table-color: #000;
  --wp--custom--table-bg: #f8d7da;
  --wp--custom--table-border-color: #c6acae;
  --wp--custom--table-striped-bg: #eccccf;
  --wp--custom--table-striped-color: #000;
  --wp--custom--table-active-bg: #dfc2c4;
  --wp--custom--table-active-color: #000;
  --wp--custom--table-hover-bg: #e5c7ca;
  --wp--custom--table-hover-color: #000;
  color: var(--wp--custom--table-color);
  border-color: var(--wp--custom--table-border-color);
}

.table-light {
  --wp--custom--table-color: #000;
  --wp--custom--table-bg: #f8f9fa;
  --wp--custom--table-border-color: #c6c7c8;
  --wp--custom--table-striped-bg: #ecedee;
  --wp--custom--table-striped-color: #000;
  --wp--custom--table-active-bg: #dfe0e1;
  --wp--custom--table-active-color: #000;
  --wp--custom--table-hover-bg: #e5e6e7;
  --wp--custom--table-hover-color: #000;
  color: var(--wp--custom--table-color);
  border-color: var(--wp--custom--table-border-color);
}

.table-dark {
  --wp--custom--table-color: #fff;
  --wp--custom--table-bg: #212529;
  --wp--custom--table-border-color: #4d5154;
  --wp--custom--table-striped-bg: #2c3034;
  --wp--custom--table-striped-color: #fff;
  --wp--custom--table-active-bg: #373b3e;
  --wp--custom--table-active-color: #fff;
  --wp--custom--table-hover-bg: #323539;
  --wp--custom--table-hover-color: #fff;
  color: var(--wp--custom--table-color);
  border-color: var(--wp--custom--table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
:root {
  --wp--custom--breakpoint-xs: 0;
  --wp--custom--breakpoint-sm: 576px;
  --wp--custom--breakpoint-md: 768px;
  --wp--custom--breakpoint-lg: 992px;
  --wp--custom--breakpoint-xl: 1200px;
  --wp--custom--breakpoint-xxl: 1400px;
}

.row {
  --wp--custom--gutter-x: 1.5rem;
  --wp--custom--gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--wp--custom--gutter-y));
  margin-right: calc(-0.5 * var(--wp--custom--gutter-x));
  margin-left: calc(-0.5 * var(--wp--custom--gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--wp--custom--gutter-x) * 0.5);
  padding-left: calc(var(--wp--custom--gutter-x) * 0.5);
  margin-top: var(--wp--custom--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 {
  --wp--custom--gutter-x: 0;
}

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

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

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

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

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

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

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

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

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

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

.g-5,
.gy-5 {
  --wp--custom--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 {
    --wp--custom--gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --wp--custom--gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --wp--custom--gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --wp--custom--gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --wp--custom--gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --wp--custom--gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --wp--custom--gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --wp--custom--gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --wp--custom--gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --wp--custom--gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --wp--custom--gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --wp--custom--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 {
    --wp--custom--gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --wp--custom--gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --wp--custom--gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --wp--custom--gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --wp--custom--gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --wp--custom--gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --wp--custom--gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --wp--custom--gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --wp--custom--gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --wp--custom--gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --wp--custom--gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --wp--custom--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 {
    --wp--custom--gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --wp--custom--gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --wp--custom--gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --wp--custom--gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --wp--custom--gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --wp--custom--gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --wp--custom--gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --wp--custom--gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --wp--custom--gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --wp--custom--gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --wp--custom--gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --wp--custom--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 {
    --wp--custom--gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --wp--custom--gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --wp--custom--gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --wp--custom--gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --wp--custom--gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --wp--custom--gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --wp--custom--gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --wp--custom--gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --wp--custom--gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --wp--custom--gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --wp--custom--gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --wp--custom--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 {
    --wp--custom--gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --wp--custom--gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --wp--custom--gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --wp--custom--gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --wp--custom--gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --wp--custom--gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --wp--custom--gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --wp--custom--gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --wp--custom--gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --wp--custom--gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --wp--custom--gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --wp--custom--gutter-y: 3rem;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-bg-accent-2 {
  color: #000 !important;
  background-color: RGBA(var(--wp--custom--accent-2-rgb), var(--wp--custom--bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--wp--custom--primary-rgb), var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--wp--custom--primary-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(6, 23, 34, var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(6, 23, 34, var(--wp--custom--link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--wp--custom--secondary-rgb), var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--wp--custom--secondary-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(8, 58, 86, var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(8, 58, 86, var(--wp--custom--link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--wp--custom--success-rgb), var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--wp--custom--success-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(51, 173, 116, var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(51, 173, 116, var(--wp--custom--link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--wp--custom--info-rgb), var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--wp--custom--info-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(93, 158, 196, var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(93, 158, 196, var(--wp--custom--link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--wp--custom--warning-rgb), var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--wp--custom--warning-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(231, 209, 51, var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(231, 209, 51, var(--wp--custom--link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--wp--custom--danger-rgb), var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--wp--custom--danger-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(242, 51, 57, var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(242, 51, 57, var(--wp--custom--link-underline-opacity, 1)) !important;
}

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

.link-dark {
  color: RGBA(var(--wp--custom--dark-rgb), var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--wp--custom--dark-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(6, 23, 34, var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(6, 23, 34, var(--wp--custom--link-underline-opacity, 1)) !important;
}

.link-bg {
  color: RGBA(var(--wp--custom--bg-rgb), var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--wp--custom--bg-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}
.link-bg:hover, .link-bg:focus {
  color: RGBA(235, 248, 255, var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(235, 248, 255, var(--wp--custom--link-underline-opacity, 1)) !important;
}

.link-separator {
  color: RGBA(var(--wp--custom--separator-rgb), var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--wp--custom--separator-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}
.link-separator:hover, .link-separator:focus {
  color: RGBA(234, 234, 234, var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(234, 234, 234, var(--wp--custom--link-underline-opacity, 1)) !important;
}

.link-content {
  color: RGBA(var(--wp--custom--content-rgb), var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--wp--custom--content-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}
.link-content:hover, .link-content:focus {
  color: RGBA(0, 0, 0, var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 0, 0, var(--wp--custom--link-underline-opacity, 1)) !important;
}

.link-highlight {
  color: RGBA(var(--wp--custom--highlight-rgb), var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--wp--custom--highlight-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}
.link-highlight:hover, .link-highlight:focus {
  color: RGBA(8, 58, 86, var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(8, 58, 86, var(--wp--custom--link-underline-opacity, 1)) !important;
}

.link-muted {
  color: RGBA(var(--wp--custom--muted-rgb), var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--wp--custom--muted-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}
.link-muted:hover, .link-muted:focus {
  color: RGBA(54, 67, 74, var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(54, 67, 74, var(--wp--custom--link-underline-opacity, 1)) !important;
}

.link-accent-1 {
  color: RGBA(var(--wp--custom--accent-1-rgb), var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--wp--custom--accent-1-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}
.link-accent-1:hover, .link-accent-1:focus {
  color: RGBA(244, 139, 51, var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(244, 139, 51, var(--wp--custom--link-underline-opacity, 1)) !important;
}

.link-accent-2 {
  color: RGBA(var(--wp--custom--accent-2-rgb), var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--wp--custom--accent-2-rgb), var(--wp--custom--link-underline-opacity, 1)) !important;
}
.link-accent-2:hover, .link-accent-2:focus {
  color: RGBA(51, 180, 255, var(--wp--custom--link-opacity, 1)) !important;
  text-decoration-color: RGBA(51, 180, 255, var(--wp--custom--link-underline-opacity, 1)) !important;
}

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

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

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--wp--custom--link-color-rgb), var(--wp--custom--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(--wp--custom--icon-link-transform, translate3d(0.25em, 0, 0));
}

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

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

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

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

.ratio-21x9 {
  --wp--custom--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(--wp--custom--border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

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

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

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

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

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

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

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

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

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

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

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

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

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

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

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

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !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;
}

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

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !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;
}

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

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.otw-h-scroll {
  position: relative;
  z-index: 2;
  overflow-y: hidden;
}
.otw-h-scroll-track {
  display: flex;
  flex-wrap: nowrap;
  margin-top: -1px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
@media (prefers-reduced-motion: reduce) {
  .otw-h-scroll-track {
    scroll-behavior: auto;
  }
}

.otw-h-scroll.wp-block-navigation .wp-block-navigation__responsive-container-content {
  position: relative;
  z-index: 2;
  overflow-y: hidden;
}
.otw-h-scroll.wp-block-navigation .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
  display: flex;
  flex-wrap: nowrap;
  margin-top: -1px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
@media (prefers-reduced-motion: reduce) {
  .otw-h-scroll.wp-block-navigation .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    scroll-behavior: auto;
  }
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  overflow-wrap: break-word;
}

h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child),
h6:not(:first-child) {
  margin-top: var(--wp--preset--spacing--60);
}

h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: var(--wp--preset--spacing--40);
}

h1 {
  font-size: var(--wp--custom--text--font-size--heading-1, 2.5rem);
  line-height: var(--wp--custom--text--line-height--heading-1, 1.05);
  letter-spacing: var(--wp--custom--text--letter-spacing--heading-1, -0.02em);
}

h2 {
  font-size: var(--wp--custom--text--font-size--heading-2, 2rem);
  line-height: var(--wp--custom--text--line-height--heading-2, 1.1);
  letter-spacing: var(--wp--custom--text--letter-spacing--heading-2, -0.02em);
}

h3 {
  font-size: var(--wp--custom--text--font-size--heading-3, 1.5rem);
  line-height: var(--wp--custom--text--line-height--heading-3, 1.15);
  letter-spacing: var(--wp--custom--text--letter-spacing--heading-3, -0.01em);
}

h4 {
  font-size: var(--wp--custom--text--font-size--heading-4, 1.25rem);
  line-height: var(--wp--custom--text--line-height--heading-4, 1.2);
  letter-spacing: var(--wp--custom--text--letter-spacing--heading-4, -0.01em);
}

h5 {
  font-size: var(--wp--custom--text--font-size--heading-5, 1.125rem);
  line-height: var(--wp--custom--text--line-height--heading-5, 1.25);
  letter-spacing: var(--wp--custom--text--letter-spacing--heading-5, -0.005em);
}

h6 {
  font-size: var(--wp--custom--text--font-size--heading-6, 1rem);
  line-height: var(--wp--custom--text--line-height--heading-6, 1.3);
  letter-spacing: var(--wp--custom--text--letter-spacing--heading-6, 0);
}

p {
  margin: 0;
  margin-top: var(--wp--preset--spacing--20);
  margin-bottom: var(--wp--preset--spacing--20);
  font-size: var(--wp--custom--text--font-size--paragraph, 1rem);
  line-height: var(--wp--custom--text--line-height--paragraph, 1.65);
  letter-spacing: var(--wp--custom--text--letter-spacing--paragraph, 0);
}

p + p {
  margin-top: var(--wp--preset--spacing--40);
}

figcaption {
  margin-top: var(--wp--preset--spacing--20);
  color: var(--wp--preset--color--muted);
  font-size: var(--wp--custom--text--font-size--caption, 0.875rem);
  line-height: var(--wp--custom--text--line-height--caption, 1.4);
  letter-spacing: var(--wp--custom--text--letter-spacing--caption, 0.01em);
}

ul,
ol {
  margin: 0;
  padding-left: var(--wp--preset--spacing--40);
}

a {
  text-decoration: none;
}

hr {
  margin: var(--wp--preset--spacing--60) 0;
  border-top-width: 2px;
  border-color: var(--wp--preset--color--highlight);
}

/* Extra large screens (large desktops, 1200px and up) */
@media (max-width: 1399.98px) {
  .block-visibility-hide-extra-large-screen {
    display: none !important;
  }
}
/* Large screens (desktops, between 992px and 1200px) */
@media (max-width: 1199.98px) {
  .block-visibility-hide-large-screen {
    display: none !important;
  }
}
/* Medium screens (tablets, between 768px and 992px) */
@media (max-width: 991.98px) {
  .block-visibility-hide-medium-screen {
    display: none !important;
  }
}
/* Small screens (landscape mobile devices, between 576px and 992px) */
@media (max-width: 767.98px) {
  .block-visibility-hide-small-screen {
    display: none !important;
  }
}
/* Extra small screens (portrait mobile devices, less than 576px) */
@media (max-width: 575.98px) {
  .block-visibility-hide-extra-small-screen {
    display: none !important;
  }
}
.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  position: absolute !important;
  top: -9999px;
  left: -9999px;
  margin: 0;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99992;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transform: translateZ(0);
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  inset: 0;
  position: absolute;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  opacity: 0;
  background: #1e1e1e;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  position: absolute;
  z-index: 99997;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  direction: ltr;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
}

.fancybox-infobar {
  top: 0;
  left: 0;
  min-width: 44px;
  height: 44px;
  padding: 0 10px;
  color: #ccc;
  font-size: 13px;
  line-height: 44px;
  pointer-events: none;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: difference;
  -webkit-touch-callout: none;
  user-select: none;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  z-index: 99994;
  overflow: visible;
  direction: ltr;
  transform: translateZ(0);
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99994;
  /* Using without prefix would break IE11 */
  display: none;
  width: 100%;
  height: 100%;
  padding: 44px;
  overflow: auto;
  text-align: center;
  white-space: normal;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity, -webkit-transform;
  backface-visibility: hidden;
  outline: none;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide::before {
  display: inline-block;
  width: 0;
  height: 100%;
  font-size: 0;
  vertical-align: middle;
  content: "";
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  padding: 44px 0;
  overflow: hidden;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 44px;
  overflow: auto;
  background: #fff;
  text-align: left;
  vertical-align: middle;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide--image .fancybox-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99995;
  max-width: none;
  padding: 0;
  overflow: visible;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity, -webkit-transform;
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  backface-visibility: hidden;
  transform-origin: top left;
  user-select: none;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: visible;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
}

/* Fix iOS */
.fancybox-iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.fancybox-error {
  width: 100%;
  max-width: 400px;
  padding: 40px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}

/* Buttons */
.fancybox-button {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  visibility: inherit;
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  vertical-align: top;
  cursor: pointer;
  transition: color 0.2s;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.fancybox-button svg path {
  fill: currentcolor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99998;
  height: 2px;
  background: #ff5268;
  transition-property: -webkit-transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  transform: scaleX(0);
  transform-origin: 0;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: -44px;
  right: -12px;
  z-index: 401;
  padding: 8px;
  opacity: 0.8;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
}

.fancybox-close-small:hover {
  opacity: 1;
  color: #fff;
}

.fancybox-slide--html .fancybox-close-small {
  top: 0;
  right: 0;
  padding: 10px;
  color: currentcolor;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
  height: 100px;
  opacity: 0;
  background-clip: content-box;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
  padding: 31px 6px 31px 26px;
}

/* Caption */
.fancybox-caption {
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99996;
  padding: 25px 44px;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.fancybox-caption::before {
  position: absolute;
  z-index: -1;
  display: block;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=");
  background-repeat: repeat-x;
  background-size: contain;
  pointer-events: none;
  content: "";
  inset: -44px 0 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99999;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  padding: 0;
  opacity: 0.7;
  background: transparent;
  border: 4px solid #888;
  border-radius: 50%;
  animation: fancybox-rotate 1s linear infinite;
  border-bottom-color: #fff;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (height <= 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .fancybox-slide {
    padding-right: 6px;
    padding-left: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    padding: 6px;
    opacity: 1;
    background: #4e4e4e;
    color: #f2f4f6;
  }
}
/* Share */
.fancybox-share {
  max-width: 90%;
  padding: 30px;
  background: #f4f4f4;
  border-radius: 3px;
  text-align: center;
}

.fancybox-share h1 {
  margin: 0 0 20px;
  color: #222;
  font-size: 35px;
  font-weight: 700;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  display: inline-block;
  min-width: 130px;
  margin: 0 5px 10px;
  padding: 0 15px;
  border: 0;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s;
  user-select: none;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
}

/* Thumbs */
.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99995;
  display: none;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px;
  background: #ddd;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-thumbs-x {
  overflow: auto hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden auto;
  font-size: 0;
  white-space: nowrap;
  list-style: none;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  position: relative;
  float: left;
  width: 100px;
  max-width: calc(50% - 4px);
  height: 75px;
  max-height: calc(100% - 8px);
  margin: 2px;
  padding: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  backface-visibility: hidden;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-thumbs__list a::before {
  position: absolute;
  z-index: 99991;
  opacity: 0;
  border: 6px solid #ff5268;
  content: "";
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  inset: 0;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (width <= 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.otw-jwp-section-title {
  margin-bottom: 1.5rem;
  color: var(--wp--preset--color--primary);
  font-size: 1.75rem;
  font-weight: 700;
}
@media (width <= 767.98px) {
  .otw-jwp-section-title {
    font-size: 1.5rem;
  }
}

.otw-jwp-section-title-sm {
  margin-bottom: 1rem;
  color: var(--wp--preset--color--primary);
  font-size: 1.25rem;
  font-weight: 600;
}

.otw-jwp-video-card {
  height: 100%;
  overflow: hidden;
  background-color: var(--bs-card-bg);
  border: 1px solid var(--bs-card-border-color);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.otw-jwp-video-card:hover {
  border-color: var(--wp--preset--color--accent-2);
  box-shadow: 0 0.4rem 1.2rem rgba(0, 161, 255, 0.15);
  transform: translateY(-4px);
}
.otw-jwp-video-card .otw-jwp-video-card-img-container {
  position: relative;
}
.otw-jwp-video-card .otw-jwp-video-card-img-top {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-bottom: 1px solid var(--wp--preset--color--separator);
}
.otw-jwp-video-card .otw-jwp-card-img-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%);
  transition: opacity 0.3s ease;
}
.otw-jwp-video-card:hover .otw-jwp-card-img-overlay {
  opacity: 1;
}
.otw-jwp-video-card .otw-jwp-play-icon-overlay {
  color: rgba(255, 255, 255, 0.9);
  font-size: 3rem;
}
.otw-jwp-video-card .otw-jwp-card-body {
  display: flex;
  flex-direction: column;
  padding: 0.875rem;
}
.otw-jwp-video-card .otw-jwp-card-title {
  display: -webkit-box;
  min-height: 2.6em;
  margin-bottom: 0.3rem;
  overflow: hidden;
  color: var(--bs-card-color);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.otw-jwp-video-card .otw-jwp-card-text {
  margin-bottom: 0.4rem;
  color: var(--wp--preset--color--muted);
  font-size: 0.8rem;
  line-height: 1.4;
  flex-grow: 1;
}
.otw-jwp-video-card .otw-jwp-card-meta {
  color: var(--wp--preset--color--muted);
  font-size: 0.75rem;
}
.otw-jwp-video-card .otw-jwp-badge {
  font-weight: 500;
}
.otw-jwp-video-card .otw-jwp-progress {
  height: 5px;
  background-color: #e9ecef;
}
.otw-jwp-video-card .otw-jwp-progress-bar {
  background-color: var(--wp--preset--color--accent-1);
}

.otw-jwp-horizontal-scroll-lg {
  display: grid;
  padding-right: 0.25rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  overflow-x: auto;
  grid-auto-flow: column;
  grid-auto-columns: clamp(15rem, 20vw, 18rem);
  gap: 1.25rem;
  scrollbar-width: thin;
  scrollbar-color: var(--wp--preset--color--separator) var(--wp--preset--color--bg);
}
.otw-jwp-horizontal-scroll-lg::-webkit-scrollbar {
  height: 8px;
}
.otw-jwp-horizontal-scroll-lg::-webkit-scrollbar-track {
  background: var(--wp--preset--color--bg);
  border-radius: 4px;
}
.otw-jwp-horizontal-scroll-lg::-webkit-scrollbar-thumb {
  background: var(--wp--preset--color--separator);
  border-radius: 4px;
}
.otw-jwp-horizontal-scroll-lg::-webkit-scrollbar-thumb:hover {
  background: var(--wp--preset--color--muted);
}
@media (width <= 991.98px) {
  .otw-jwp-horizontal-scroll-lg {
    grid-auto-columns: clamp(14rem, 38vw, 17rem);
    gap: 1rem;
  }
}
@media (width <= 767.98px) {
  .otw-jwp-horizontal-scroll-lg {
    display: grid;
    padding-bottom: 0;
    overflow-x: visible;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
    gap: 1rem;
  }
}

.otw-jwp-short-video-card .otw-jwp-video-card-img-top {
  aspect-ratio: 9/16;
}
.otw-jwp-short-video-card .otw-jwp-card-title {
  min-height: 2.4em;
  font-size: 0.9rem;
  font-weight: 500;
}

.otw-jwp-shorts-feed-scroll {
  display: grid;
  padding-right: 0.25rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  overflow-x: auto;
  grid-auto-flow: column;
  grid-auto-columns: clamp(16rem, 22vw, 20rem);
  gap: 1.5rem;
  scrollbar-width: thin;
  scrollbar-color: var(--wp--preset--color--separator) var(--wp--preset--color--bg);
}
.otw-jwp-shorts-feed-scroll::-webkit-scrollbar {
  height: 8px;
}
.otw-jwp-shorts-feed-scroll::-webkit-scrollbar-track {
  background: var(--wp--preset--color--bg);
  border-radius: 4px;
}
.otw-jwp-shorts-feed-scroll::-webkit-scrollbar-thumb {
  background: var(--wp--preset--color--separator);
  border-radius: 4px;
}
.otw-jwp-shorts-feed-scroll::-webkit-scrollbar-thumb:hover {
  background: var(--wp--preset--color--accent-1);
}
@media (width <= 991.98px) {
  .otw-jwp-shorts-feed-scroll {
    grid-auto-columns: clamp(12rem, 20vw, 16rem);
  }
}
@media (width <= 767.98px) {
  .otw-jwp-shorts-feed-scroll {
    padding-bottom: 0;
    overflow-x: visible;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 200px), 1fr));
  }
}

.otw-jwp-hero-trailer-banner {
  position: relative;
  height: 60vh;
  min-height: 400px;
  max-height: 600px;
  overflow: hidden;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--light);
}
.otw-jwp-hero-trailer-banner .otw-jwp-video-background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.otw-jwp-hero-trailer-banner .otw-jwp-video-background-container video,
.otw-jwp-hero-trailer-banner .otw-jwp-video-background-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.otw-jwp-hero-trailer-banner .otw-jwp-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(8, 29, 43, 0) 0%, rgba(8, 29, 43, 0.2) 40%, rgba(8, 29, 43, 0.8) 100%);
  text-align: center;
}
.otw-jwp-hero-trailer-banner .otw-jwp-hero-content {
  max-width: 700px;
  margin-bottom: 2rem;
  padding: 2rem 1rem;
}
@media (width <= 767.98px) {
  .otw-jwp-hero-trailer-banner .otw-jwp-hero-content {
    margin-bottom: 1rem;
    padding: 1.5rem 1rem;
  }
}
.otw-jwp-hero-trailer-banner .otw-jwp-hero-title {
  margin-bottom: 0.75rem;
  color: var(--wp--preset--color--light);
  font-size: 2.75rem;
  font-weight: 800;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
@media (width <= 767.98px) {
  .otw-jwp-hero-trailer-banner .otw-jwp-hero-title {
    font-size: 2rem;
  }
}
.otw-jwp-hero-trailer-banner .otw-jwp-hero-subtitle {
  margin-bottom: 2rem;
  color: var(--wp--preset--color--bg);
  font-size: 1.15rem;
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.otw-jwp-hero-trailer-banner .otw-jwp-btn {
  padding: 0.75rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.otw-jwp-episode-detail-drawer {
  margin: 0 0.75rem 0.75rem;
  background-color: #fff;
  border: 1px solid var(--wp--preset--color--separator);
  border-top: none;
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  color: var(--wp--preset--color--content);
}
.otw-jwp-episode-detail-drawer .otw-jwp-nav-tabs .otw-jwp-nav-link {
  padding: 0.5rem 0.8rem;
  background: none;
  border-color: transparent;
  color: var(--wp--preset--color--muted);
  font-size: 0.9rem;
}
.otw-jwp-episode-detail-drawer .otw-jwp-nav-tabs .otw-jwp-nav-link.active {
  border-bottom: 2px solid var(--wp--preset--color--accent-2);
  color: var(--wp--preset--color--accent-2);
}
.otw-jwp-episode-detail-drawer .otw-jwp-tab-content {
  padding: 0.75rem;
}

.otw-jwp-thumb-item .otw-jwp-btn-outline-light {
  --bs-btn-color: var(--wp--preset--color--secondary);
  --bs-btn-border-color: var(--wp--preset--color--secondary);
  --bs-btn-hover-color: var(--wp--preset--color--light);
  --bs-btn-hover-bg: var(--wp--preset--color--secondary);
  --bs-btn-hover-border-color: var(--wp--preset--color--secondary);
  padding: 0.1rem 0.4rem;
  font-size: 0.8rem;
}

.otw-jwp-newsletter-signup-split {
  background-color: var(--wp--preset--color--light);
  border: 1px solid var(--wp--preset--color--separator);
}
.otw-jwp-newsletter-signup-split .otw-jwp-video-bg-col {
  position: relative;
  min-height: 350px;
  background-image: url("https://placehold.co/800x600/0a486c/f7f7f7?text=Feature+Image");
  background-position: center;
  background-size: cover;
}
.otw-jwp-newsletter-signup-split .otw-jwp-video-bg-col::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 29, 43, 0.3);
  content: "";
}
.otw-jwp-newsletter-signup-split .otw-jwp-form-control {
  background-color: #fff !important;
  border-color: var(--wp--preset--color--separator) !important;
  color: var(--wp--preset--color--primary) !important;
}
.otw-jwp-newsletter-signup-split .otw-jwp-form-control::placeholder {
  color: var(--wp--preset--color--muted);
}
.otw-jwp-newsletter-signup-split .otw-jwp-btn {
  font-weight: 600;
}
.otw-jwp-newsletter-signup-split h2,
.otw-jwp-newsletter-signup-split p {
  color: var(--wp--preset--color--primary);
}
.otw-jwp-newsletter-signup-split p.otw-jwp-text-muted {
  color: var(--wp--preset--color--secondary) !important;
}

.otw-jwp-skeleton-card {
  opacity: 0.7;
  background-color: var(--bs-card-bg);
  border-color: var(--bs-card-border-color);
}
.otw-jwp-skeleton-card .otw-jwp-skeleton-img {
  background-color: #e0e0e0;
  aspect-ratio: 16/9;
  border-radius: 0.25rem 0.25rem 0 0;
}
.otw-jwp-skeleton-card .otw-jwp-card-body {
  padding: 0.875rem;
}
.otw-jwp-skeleton-card .otw-jwp-skeleton-line {
  height: 1em;
  margin-bottom: 0.6em;
  background-color: #e0e0e0;
  border-radius: 0.2rem;
}

.otw-jwp-skeleton-player {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid var(--wp--preset--color--separator);
  border-radius: 0.375rem;
  aspect-ratio: 16/9;
}

.otw-jwp-live-stream-hero {
  background-color: var(--bs-secondary-bg-subtle);
  border: 1px solid var(--wp--preset--color--separator);
  color: var(--wp--preset--color--primary);
}
.otw-jwp-live-stream-hero .otw-jwp-countdown-timer span {
  margin: 0 0.25rem;
  padding: 0.5rem 1rem;
  background-color: var(--wp--preset--color--light);
  border: 1px solid var(--wp--preset--color--separator);
  border-radius: 0.25rem;
  color: var(--wp--preset--color--primary);
  font-size: 1.5rem;
  font-weight: 700;
}
.otw-jwp-live-stream-hero .otw-jwp-lead {
  color: var(--wp--preset--color--secondary);
}
.otw-jwp-live-stream-hero .otw-jwp-live-badge {
  background-color: var(--wp--preset--color--danger);
  color: var(--wp--preset--color--light);
}
.otw-jwp-live-stream-hero .otw-jwp-btn-outline-light {
  --bs-btn-color: var(--wp--preset--color--primary);
  --bs-btn-border-color: var(--wp--preset--color--primary);
  --bs-btn-hover-bg: var(--wp--preset--color--primary);
  --bs-btn-hover-color: var(--wp--preset--color--light);
}

.otw-jwp-search-modal .otw-jwp-modal-content {
  background-color: var(--wp--preset--color--light);
  border-color: var(--wp--preset--color--separator);
  color: var(--wp--preset--color--primary);
}
.otw-jwp-search-modal .otw-jwp-form-control {
  background-color: #fff !important;
  border-color: var(--wp--preset--color--separator) !important;
  color: var(--wp--preset--color--primary) !important;
}
.otw-jwp-search-modal .otw-jwp-list-group-item {
  background-color: var(--wp--preset--color--light);
  border-color: var(--wp--preset--color--separator);
  color: var(--wp--preset--color--primary);
}
.otw-jwp-search-modal .otw-jwp-list-group-item:hover {
  background-color: var(--wp--preset--color--bg);
}
.otw-jwp-search-modal .otw-jwp-btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.otw-jwp-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (width >= 992px) {
  .otw-jwp-wrapper.player-and-playlist-layout {
    display: grid;
    gap: 1.5rem;
  }
  .otw-jwp-wrapper.player-and-playlist-layout.layout-default, .otw-jwp-wrapper.player-and-playlist-layout.layout-66-33 {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  }
  .otw-jwp-wrapper.player-and-playlist-layout.layout-70-30 {
    grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
  }
  .otw-jwp-wrapper.player-and-playlist-layout .otw-jwp-playlist {
    height: 100%;
    max-height: none;
  }
}
.otw-jwp-wrapper.player-only-layout .otw-jwp-playlist {
  display: none;
}
.otw-jwp-wrapper.player-only-layout .jwplayer {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.otw-jwp-wrapper.playlist-only-layout .jwplayer {
  display: none;
}
.otw-jwp-wrapper.playlist-only-layout .otw-jwp-playlist {
  width: 100%;
  max-width: 900px;
  max-height: 80vh;
  margin-right: auto;
  margin-left: auto;
}

.otw-jwp-container {
  display: flex;
  flex-direction: column;
}
.otw-jwp-container > .jwplayer {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  background-color: #000;
  border-radius: 0.375rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  aspect-ratio: 16/9;
}
.otw-jwp-container > .otw-jwp-playlist {
  width: 100%;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .otw-jwp-container {
    flex-direction: row;
    align-items: stretch;
  }
  .otw-jwp-container > .jwplayer {
    flex: 0 0 70%;
    aspect-ratio: 16/9;
    max-width: 100%;
  }
  .otw-jwp-container > .otw-jwp-playlist {
    flex: 1 1 30%;
    max-height: 100%;
    margin-top: 0;
    margin-left: 1.5rem;
    overflow-y: auto;
  }
}

.otw-jwp-playlist {
  width: 100%;
  min-height: 0;
  max-height: 60vh;
  margin: 0;
  padding: 0.5rem;
  overflow-y: auto;
  background-color: var(--wp--preset--color--bg);
  border: 1px solid var(--wp--preset--color--separator);
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  list-style: none;
}
.otw-jwp-playlist::-webkit-scrollbar {
  width: 8px;
}
.otw-jwp-playlist::-webkit-scrollbar-track {
  background: var(--wp--preset--color--bg);
}
.otw-jwp-playlist::-webkit-scrollbar-thumb {
  background: var(--wp--preset--color--separator);
  border-radius: 4px;
}
.otw-jwp-playlist::-webkit-scrollbar-thumb:hover {
  background: var(--wp--preset--color--muted);
}

.otw-jwp-playlist-item {
  margin: 0 0 0.5rem;
  overflow: hidden;
  background-color: var(--wp--preset--color--light);
  border: 1px solid var(--wp--preset--color--separator);
  border-radius: 0.25rem;
}
.otw-jwp-playlist-item:last-child {
  margin-bottom: 0;
}
.otw-jwp-playlist-item .otw-jwp-playlist-item-button {
  display: block;
  width: 100%;
  padding: 0;
  background-color: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
}
.otw-jwp-playlist-item .otw-jwp-playlist-item-button img {
  display: block;
  width: 100%;
  height: auto;
  border-bottom: 1px solid var(--wp--preset--color--separator);
  aspect-ratio: 16/9;
  object-fit: cover;
}
.otw-jwp-playlist-item .otw-jwp-playlist-item-button:focus-visible {
  outline: 2px solid var(--wp--preset--color--accent-2);
  outline-offset: 1px;
}
.otw-jwp-playlist-item .otw-jwp-playlist-item-meta {
  padding: 0.6rem 0.75rem;
  background-color: var(--wp--preset--color--light);
  color: var(--wp--preset--color--content);
}
.otw-jwp-playlist-item .otw-jwp-playlist-item-title {
  display: -webkit-box;
  margin-bottom: 0.2rem;
  overflow: hidden;
  color: var(--wp--preset--color--primary);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.otw-jwp-playlist-item .otw-jwp-playlist-item-desc {
  display: -webkit-box;
  margin-bottom: 0.3rem;
  overflow: hidden;
  color: var(--wp--preset--color--muted);
  font-size: 0.8rem;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.otw-jwp-playlist-item .otw-jwp-playlist-item-duration {
  color: var(--wp--preset--color--muted);
  font-size: 0.75rem;
}
.otw-jwp-playlist-item[data-active=true] {
  border-color: var(--wp--preset--color--accent-2);
  box-shadow: 0 0 0 2px var(--wp--preset--color--accent-2);
}
.otw-jwp-playlist-item[data-active=true] .otw-jwp-playlist-item-meta {
  background-color: var(--wp--preset--color--bg);
}
.otw-jwp-playlist-item[data-active=true] .otw-jwp-playlist-item-title {
  color: var(--wp--preset--color--accent-2);
}

@media (min-width: 1200px) {
  .otw-jwp-horizontal-scroll-lg {
    grid-auto-columns: clamp(16rem, 18vw, 20rem);
  }
  .otw-jwp-shorts-feed-scroll {
    grid-auto-columns: clamp(12rem, 15vw, 14rem);
  }
}
@media (width >= 1400px) {
  .otw-jwp-horizontal-scroll-lg {
    grid-auto-columns: clamp(17rem, 17vw, 22rem);
  }
  .otw-jwp-shorts-feed-scroll {
    grid-auto-columns: clamp(14rem, 14vw, 16rem);
  }
}
.otw-jwp-mini-player-dock {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1050;
  display: none;
  width: 320px;
  max-width: 90vw;
  padding: 0.5rem;
  background-color: var(--wp--preset--color--light);
  border: 1px solid var(--wp--preset--color--separator);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.otw-jwp-mini-player-dock .otw-jwp-close-dock-btn {
  position: absolute;
  top: -0.75rem;
  right: -0.75rem;
  z-index: 10;
  width: 28px;
  height: 28px;
  background-color: var(--wp--preset--color--muted);
  border: 2px solid var(--wp--preset--color--light);
  border-radius: 50%;
  color: var(--wp--preset--color--light);
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.otw-jwp-mini-player-dock .otw-jwp-close-dock-btn:hover {
  background-color: var(--wp--preset--color--danger);
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.wsf-form .wsf-field-wrapper[data-type=texteditor] [data-text-editor] p {
  color: inherit;
}

.youtube-responsive-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}

.youtube-responsive-container iframe,
.youtube-responsive-container object,
.youtube-responsive-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.leaflet-container {
  background: unset;
}

.leaflet-container a {
  color: var(--wp--preset--color--primary);
}

.leaflet-tooltip.leaflet-tooltip-permanent {
  background: var(--wp--preset--color--bg);
}

.leaflet-marker-icon {
  cursor: pointer;
}

.bplr-outstream {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}
.bplr-outstream > .bplr {
  width: 100% !important;
  max-width: var(--wp--style--global--content-size) !important;
}

.otw-media--video-op_target_video .otw-media__item {
  aspect-ratio: 16/9 !important;
  width: 100% !important;
  overflow: hidden;
}
.otw-media--video-op_target_video .otw-target-video {
  width: 100% !important;
  max-width: 100% !important;
}

/* --- Base Form and Widget Styles --- */
#leaky-paywall-login-form,
#leaky-paywall-simplecirc-account-lookup,
#leaky-paywall-quick-register-form,
#leaky-paywall-quick-register,
#leaky-paywall-profile-wrapper,
.leaky-paywall-gift-subscriptions-shortcode {
  background: var(--wp--preset--color--light);
  border: 2px solid var(--wp--preset--color--primary);
  padding: var(--wp--preset--spacing--60);
  width: 100%;
  margin: 0;
  max-width: 100% !important;
  /* --- Subscription Options --- */
  /* --- Generic Form Elements --- */
}
#leaky-paywall-login-form .subscription-options-title,
#leaky-paywall-simplecirc-account-lookup .subscription-options-title,
#leaky-paywall-quick-register-form .subscription-options-title,
#leaky-paywall-quick-register .subscription-options-title,
#leaky-paywall-profile-wrapper .subscription-options-title,
.leaky-paywall-gift-subscriptions-shortcode .subscription-options-title {
  font-size: 1.75rem;
  margin-bottom: var(--wp--preset--spacing--50);
}
#leaky-paywall-login-form form p,
#leaky-paywall-simplecirc-account-lookup form p,
#leaky-paywall-quick-register-form form p,
#leaky-paywall-quick-register form p,
#leaky-paywall-profile-wrapper form p,
.leaky-paywall-gift-subscriptions-shortcode form p {
  margin: 0 0 var(--wp--preset--spacing--50) 0;
}
#leaky-paywall-login-form form label,
#leaky-paywall-simplecirc-account-lookup form label,
#leaky-paywall-quick-register-form form label,
#leaky-paywall-quick-register form label,
#leaky-paywall-profile-wrapper form label,
.leaky-paywall-gift-subscriptions-shortcode form label {
  font-family: var(--wp--preset--font-family--chivo);
  font-weight: 700;
  display: block;
  margin-bottom: var(--wp--preset--spacing--20);
  font-size: 1rem;
}
#leaky-paywall-login-form form input[type=text],
#leaky-paywall-login-form form input[type=email],
#leaky-paywall-login-form form input[type=password],
#leaky-paywall-login-form form select,
#leaky-paywall-login-form form textarea,
#leaky-paywall-simplecirc-account-lookup form input[type=text],
#leaky-paywall-simplecirc-account-lookup form input[type=email],
#leaky-paywall-simplecirc-account-lookup form input[type=password],
#leaky-paywall-simplecirc-account-lookup form select,
#leaky-paywall-simplecirc-account-lookup form textarea,
#leaky-paywall-quick-register-form form input[type=text],
#leaky-paywall-quick-register-form form input[type=email],
#leaky-paywall-quick-register-form form input[type=password],
#leaky-paywall-quick-register-form form select,
#leaky-paywall-quick-register-form form textarea,
#leaky-paywall-quick-register form input[type=text],
#leaky-paywall-quick-register form input[type=email],
#leaky-paywall-quick-register form input[type=password],
#leaky-paywall-quick-register form select,
#leaky-paywall-quick-register form textarea,
#leaky-paywall-profile-wrapper form input[type=text],
#leaky-paywall-profile-wrapper form input[type=email],
#leaky-paywall-profile-wrapper form input[type=password],
#leaky-paywall-profile-wrapper form select,
#leaky-paywall-profile-wrapper form textarea,
.leaky-paywall-gift-subscriptions-shortcode form input[type=text],
.leaky-paywall-gift-subscriptions-shortcode form input[type=email],
.leaky-paywall-gift-subscriptions-shortcode form input[type=password],
.leaky-paywall-gift-subscriptions-shortcode form select,
.leaky-paywall-gift-subscriptions-shortcode form textarea {
  width: 100%;
  padding: var(--wp--preset--spacing--40);
  border: 2px solid var(--wp--preset--color--primary);
  border-radius: 0;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 1rem;
  transition: all 0.25s ease-in-out;
  background-color: #fff;
}
#leaky-paywall-login-form form input[type=text]:focus,
#leaky-paywall-login-form form input[type=email]:focus,
#leaky-paywall-login-form form input[type=password]:focus,
#leaky-paywall-login-form form select:focus,
#leaky-paywall-login-form form textarea:focus,
#leaky-paywall-simplecirc-account-lookup form input[type=text]:focus,
#leaky-paywall-simplecirc-account-lookup form input[type=email]:focus,
#leaky-paywall-simplecirc-account-lookup form input[type=password]:focus,
#leaky-paywall-simplecirc-account-lookup form select:focus,
#leaky-paywall-simplecirc-account-lookup form textarea:focus,
#leaky-paywall-quick-register-form form input[type=text]:focus,
#leaky-paywall-quick-register-form form input[type=email]:focus,
#leaky-paywall-quick-register-form form input[type=password]:focus,
#leaky-paywall-quick-register-form form select:focus,
#leaky-paywall-quick-register-form form textarea:focus,
#leaky-paywall-quick-register form input[type=text]:focus,
#leaky-paywall-quick-register form input[type=email]:focus,
#leaky-paywall-quick-register form input[type=password]:focus,
#leaky-paywall-quick-register form select:focus,
#leaky-paywall-quick-register form textarea:focus,
#leaky-paywall-profile-wrapper form input[type=text]:focus,
#leaky-paywall-profile-wrapper form input[type=email]:focus,
#leaky-paywall-profile-wrapper form input[type=password]:focus,
#leaky-paywall-profile-wrapper form select:focus,
#leaky-paywall-profile-wrapper form textarea:focus,
.leaky-paywall-gift-subscriptions-shortcode form input[type=text]:focus,
.leaky-paywall-gift-subscriptions-shortcode form input[type=email]:focus,
.leaky-paywall-gift-subscriptions-shortcode form input[type=password]:focus,
.leaky-paywall-gift-subscriptions-shortcode form select:focus,
.leaky-paywall-gift-subscriptions-shortcode form textarea:focus {
  outline: none;
  border-color: var(--wp--preset--color--accent-2);
  box-shadow: 0 0 0 3px rgba(0, 161, 255, 0.5);
}
#leaky-paywall-login-form form input[type=submit],
#leaky-paywall-login-form form .button-primary,
#leaky-paywall-simplecirc-account-lookup form input[type=submit],
#leaky-paywall-simplecirc-account-lookup form .button-primary,
#leaky-paywall-quick-register-form form input[type=submit],
#leaky-paywall-quick-register-form form .button-primary,
#leaky-paywall-quick-register form input[type=submit],
#leaky-paywall-quick-register form .button-primary,
#leaky-paywall-profile-wrapper form input[type=submit],
#leaky-paywall-profile-wrapper form .button-primary,
.leaky-paywall-gift-subscriptions-shortcode form input[type=submit],
.leaky-paywall-gift-subscriptions-shortcode form .button-primary {
  display: inline-block;
  width: 100%;
  padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--50);
  font-family: var(--wp--preset--font-family--chivo);
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.25s ease-in-out;
  border: 2px solid var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--accent-1);
  color: var(--wp--preset--color--light);
  box-shadow: var(--wp--preset--shadow--crisp);
}
#leaky-paywall-login-form form input[type=submit]:hover,
#leaky-paywall-login-form form .button-primary:hover,
#leaky-paywall-simplecirc-account-lookup form input[type=submit]:hover,
#leaky-paywall-simplecirc-account-lookup form .button-primary:hover,
#leaky-paywall-quick-register-form form input[type=submit]:hover,
#leaky-paywall-quick-register-form form .button-primary:hover,
#leaky-paywall-quick-register form input[type=submit]:hover,
#leaky-paywall-quick-register form .button-primary:hover,
#leaky-paywall-profile-wrapper form input[type=submit]:hover,
#leaky-paywall-profile-wrapper form .button-primary:hover,
.leaky-paywall-gift-subscriptions-shortcode form input[type=submit]:hover,
.leaky-paywall-gift-subscriptions-shortcode form .button-primary:hover {
  transform: translateY(-4px);
  box-shadow: var(--wp--preset--shadow--deep);
}
#leaky-paywall-login-form h2,
#leaky-paywall-simplecirc-account-lookup h2,
#leaky-paywall-quick-register-form h2,
#leaky-paywall-quick-register h2,
#leaky-paywall-profile-wrapper h2,
.leaky-paywall-gift-subscriptions-shortcode h2 {
  font-size: 1.75rem;
  margin-bottom: var(--wp--preset--spacing--50);
}
#leaky-paywall-login-form .login-remember,
#leaky-paywall-simplecirc-account-lookup .login-remember,
#leaky-paywall-quick-register-form .login-remember,
#leaky-paywall-quick-register .login-remember,
#leaky-paywall-profile-wrapper .login-remember,
.leaky-paywall-gift-subscriptions-shortcode .login-remember {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--20);
}
#leaky-paywall-login-form .login-remember label,
#leaky-paywall-simplecirc-account-lookup .login-remember label,
#leaky-paywall-quick-register-form .login-remember label,
#leaky-paywall-quick-register .login-remember label,
#leaky-paywall-profile-wrapper .login-remember label,
.leaky-paywall-gift-subscriptions-shortcode .login-remember label {
  margin-bottom: 0;
}
#leaky-paywall-login-form #leaky-paywall-lost-password-link,
#leaky-paywall-simplecirc-account-lookup #leaky-paywall-lost-password-link,
#leaky-paywall-quick-register-form #leaky-paywall-lost-password-link,
#leaky-paywall-quick-register #leaky-paywall-lost-password-link,
#leaky-paywall-profile-wrapper #leaky-paywall-lost-password-link,
.leaky-paywall-gift-subscriptions-shortcode #leaky-paywall-lost-password-link {
  display: inline-block;
  margin-top: var(--wp--preset--spacing--40);
}

#leaky-paywall-quick-register-form {
  background: transparent;
  border: none;
  padding: 0;
}

.leaky_paywall_subscription_option {
  background-color: var(--wp--preset--color--light);
  border: 2px solid var(--wp--preset--color--primary);
  padding: var(--wp--preset--spacing--50);
  text-align: center;
}
.leaky_paywall_subscription_option .leaky_paywall_subscription_option_title {
  font-size: 1.5rem;
  margin-bottom: var(--wp--preset--spacing--40);
}
.leaky_paywall_subscription_option .leaky_paywall_subscription_price {
  margin: var(--wp--preset--spacing--50) 0;
}
.leaky_paywall_subscription_option .leaky_paywall_subscription_price p {
  font-size: 1.25rem;
  margin: 0;
}

.leaky_paywall_subscription_option.current-level {
  border: 2px solid var(--wp--preset--color--success);
  box-shadow: var(--wp--preset--shadow--crisp-success);
  border-radius: 0;
}

.issuem-leaky-paywall-subscriber-info > p > a {
  display: inline-block;
  width: 100%;
  padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--50);
  font-family: var(--wp--preset--font-family--chivo);
  color: var(--wp--preset--color--light);
  border-color: var(--wp--preset--color--secondary);
  background-color: var(--wp--preset--color--secondary);
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.25s ease-in-out;
  border-style: solid;
  border-width: 2px;
  text-decoration: none;
  box-shadow: var(--wp--preset--shadow--crisp);
}

.leaky_paywall_subscription_options {
  margin-top: var(--wp--preset--spacing--40);
}
.leaky_paywall_subscription_options .leaky_paywall_subscription_option {
  width: 100%;
  max-width: 100%;
}

#leaky-paywall-profile {
  background: var(--wp--preset--color--light);
  border: 2px solid var(--wp--preset--color--primary);
  padding: var(--wp--preset--spacing--60);
  width: 100%;
  margin: 0;
  max-width: 100% !important;
}
#leaky-paywall-profile > p:not(:first-of-type) {
  margin-top: var(--wp--preset--spacing--40);
}
#leaky-paywall-profile .submit {
  margin-top: var(--wp--preset--spacing--50);
}

.leaky-paywall-your-profile-header {
  width: 100%;
  max-width: 100%;
}

#leaky-paywall-profile .button,
#leaky-paywall-profile > a,
.leaky-paywall-payment-button .button,
.leaky-paywall-payment-button > a {
  display: inline-block;
  width: 100%;
  padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--50);
  font-family: var(--wp--preset--font-family--chivo);
  color: var(--wp--preset--color--light);
  border-color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--accent-2);
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.25s ease-in-out;
  border-style: solid;
  border-width: 2px;
  text-decoration: none;
  box-shadow: var(--wp--preset--shadow--crisp);
}
#leaky-paywall-profile .button:hover,
#leaky-paywall-profile > a:hover,
.leaky-paywall-payment-button .button:hover,
.leaky-paywall-payment-button > a:hover {
  color: var(--wp--preset--color--light);
  border: 2px solid var(--wp--preset--color--primary);
}

.leaky-paywall-logout-link,
.leaky-paywall-profile-subscription-title,
.leaky-paywall-subscriber-info,
.leaky-paywall-your-profile-header,
.leaky-paywall-profile-subscription-details {
  width: 100%;
  max-width: 100% !important;
}

/* --- Gift Subscription --- */
.leaky-paywall-gift-subscriptions-shortcode h2,
.leaky-paywall-gift-subscriptions-shortcode h3 {
  margin-bottom: var(--wp--preset--spacing--40);
  padding-bottom: var(--wp--preset--spacing--20);
  border-bottom: 1px solid var(--wp--preset--color--separator);
}
.leaky-paywall-gift-subscriptions-shortcode h2 {
  font-size: 1.75rem;
}
.leaky-paywall-gift-subscriptions-shortcode h3 {
  font-size: 1.25rem;
  margin-top: var(--wp--preset--spacing--50);
}
.leaky-paywall-gift-subscriptions-shortcode .lp-gift-sub-field-label i {
  color: var(--wp--preset--color--accent-1);
}
.leaky-paywall-gift-subscriptions-shortcode .gift-message,
.leaky-paywall-gift-subscriptions-shortcode .gift-message-schedule {
  display: none;
}

#leaky-paywall-gift-subscription-send-message:checked ~ .gift-message,
#leaky-paywall-gift-subscription-send-message:checked ~ .gift-message-schedule {
  display: block;
}

.leaky-paywall-profile-subscription-details {
  margin-top: var(--wp--preset--spacing--40);
  /* Modal Styles */
}
.leaky-paywall-profile-subscription-details table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  margin-bottom: var(--wp--preset--spacing--60);
}
.leaky-paywall-profile-subscription-details th,
.leaky-paywall-profile-subscription-details td {
  text-align: left;
  background-color: #fff;
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--30);
}
.leaky-paywall-profile-subscription-details thead tr {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0;
}
.leaky-paywall-profile-subscription-details thead th {
  font-family: var(--wp--preset--font-family--chivo);
  background-color: var(--wp--preset--color--bg);
  border: 2px solid var(--wp--preset--color--separator);
  flex: 1;
  white-space: nowrap;
}
.leaky-paywall-profile-subscription-details thead th:not(:first-of-type) {
  border-left: 1px solid var(--wp--preset--color--separator);
}
.leaky-paywall-profile-subscription-details .modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.leaky-paywall-profile-subscription-details .modal__container {
  background: var(--wp--preset--color--light);
  padding: var(--wp--preset--spacing--60);
  border: 2px solid var(--wp--preset--color--primary);
  box-shadow: var(--wp--preset--shadow--deep);
  max-width: 500px;
}
.leaky-paywall-profile-subscription-details .leaky-paywall-cancel-modal-heading {
  font-size: 1.5rem;
}
.leaky-paywall-profile-subscription-details .leaky-paywall-cancel-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: var(--wp--preset--spacing--40);
  margin-top: var(--wp--preset--spacing--50);
}
.leaky-paywall-profile-subscription-details .leaky-paywall-cancel-form-actions input,
.leaky-paywall-profile-subscription-details .leaky-paywall-cancel-form-actions a {
  width: auto;
  text-decoration: none;
}
.leaky-paywall-profile-subscription-details .modal__btn-secondary {
  background-color: var(--wp--preset--color--danger);
}
.leaky-paywall-profile-subscription-details .modal__btn-primary {
  background-color: transparent;
  border: 2px solid var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
  box-shadow: none;
}
.leaky-paywall-profile-subscription-details .modal__btn-primary:hover {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--light);
}

.otw-site-footer {
  display: flex;
  flex-direction: column;
  background-image: url(https://onthewater.com/wp-content/uploads/2025/07/otw-background-image-pattern-topo-1.png);
  background-size: cover;
  background-color: var(--wp--preset--color--dark);
  color: var(--wp--preset--color--light);
}
.otw-site-footer .otw-container {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--80);
  padding-top: var(--wp--preset--spacing--80);
  padding-bottom: var(--wp--preset--spacing--80);
  width: 100%;
}
.otw-site-footer .otw-container.otw-container--disclaimer {
  background: var(--wp--preset--color--light);
  padding-right: var(--wp--preset--spacing--50);
  padding-left: var(--wp--preset--spacing--50);
  color: var(--wp--preset--color--dark);
}
.otw-site-footer .otw-row {
  display: flex;
  flex-flow: column nowrap;
  justify-content: stretch;
  align-items: stretch;
  gap: var(--wp--preset--spacing--70);
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--wp--preset--spacing--50);
  padding-left: var(--wp--preset--spacing--50);
  width: 100%;
  max-width: var(--wp--style--global--wide-size, 1128px);
}
.otw-site-footer .otw-col {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: var(--wp--preset--spacing--50);
}
.otw-site-footer .otw-col--logo {
  align-items: flex-start;
}
.otw-site-footer .otw-legal-items {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
}
.otw-site-footer .otw-social {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: var(--wp--preset--spacing--60);
}
.otw-site-footer .otw-social-item > a {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  backface-visibility: hidden;
  font-size: 3rem;
  text-decoration-color: rgb(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
}
.otw-site-footer .otw-social-item > a > svg {
  flex-shrink: 0;
  transition: 0.2s ease-in-out transform;
  fill: currentcolor;
  width: 1em;
  height: 1em;
}
.otw-site-footer .otw-site-menu .otw-menu-heading {
  margin-bottom: 1rem;
  color: var(--wp--preset--color--light);
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  font-family: var(--wp--preset--font-family--inter);
  text-transform: uppercase;
}
.otw-site-footer .otw-site-menu .otw-menu-items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1rem;
}
.otw-site-footer .otw-site-menu .otw-menu-item {
  width: 100%;
}
.otw-site-footer .otw-site-menu .otw-menu-subheading {
  display: none;
}
.otw-site-footer .otw-site-menu .menu-item a {
  color: var(--wp--preset--color--light);
}
.otw-site-footer .otw-site-menu .menu-item a:hover {
  color: var(--wp--preset--color--accent-1);
}
.otw-site-footer .otw-menu__items {
  display: flex;
  flex-direction: row;
  gap: 1em;
  width: 100%;
}
@media (min-width: 768px) {
  .otw-site-footer .otw-row--navigation {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--wp--preset--spacing--70);
  }
}
@media (min-width: 992px) {
  .otw-site-footer .otw-row--brand {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .otw-site-footer .otw-row--navigation {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--wp--preset--spacing--50);
  }
  .otw-site-footer .otw-social {
    justify-content: flex-end;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .otw-site-footer .otw-row {
    padding-right: 0;
    padding-left: 0;
  }
}

.otw-navbar-legal {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: var(--wp--preset--spacing--40);
}
@media (min-width: 768px) {
  .otw-navbar-legal {
    flex-direction: row;
  }
}

.otw-form > .otw-content form {
  align-items: center;
  box-shadow: 10px 10px 0 var(--wp--preset--color--accent-2, #00a1ff);
  display: flex;
  flex-direction: column;
  gap: 32px;
  isolation: isolate;
  padding: 32px;
}
.otw-form > .otw-content form .otw-header > [data-html] {
  align-items: flex-start;
  display: flex;
  flex-flow: row nowrap;
  gap: 16px;
}
.otw-form > .otw-content form .otw-header > [data-html] .otw-heading {
  color: var(--wp--preset--color--white, #fff);
  font-family: var(--wp--preset--font-family--chivo, "Chivo", sans-serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 767.98px) {
  .otw-form > .otw-content form .otw-header > [data-html] .otw-heading {
    width: 100%;
  }
}
.otw-form > .otw-content form .otw-header > [data-html] .otw-subheading {
  color: #cedae2;
  font-family: var(--wp--preset--font-family--inter, "Inter", sans-serif);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .otw-form > .otw-content form .otw-header > [data-html] .otw-subheading {
    width: 100%;
  }
}
.otw-form > .otw-content form .wsf-field-wrapper .wsf-label {
  color: var(--wp--preset--color--tertiary, #84a3b5);
  font-family: var(--wp--preset--font-family--inter, "Inter", sans-serif);
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
.otw-form > .otw-content form .wsf-field-wrapper .wsf-field {
  border: none;
  font-size: 16px;
  outline: none;
  width: 100%;
}
.otw-form > .otw-content form .wsf-field-wrapper.wsf-bottom .wsf-button {
  align-items: center;
  background: var(--wp--preset--color--accent, #f16e00);
  border: none;
  border-radius: 4px;
  color: var(--wp--preset--color--background, #fff);
  cursor: pointer;
  display: flex;
  font-family: var(--wp--preset--font-family--inter, "Inter", sans-serif);
  font-size: 16px;
  font-weight: 600;
  gap: 10px;
  justify-content: center;
  line-height: 19px;
  margin-bottom: 0;
  padding: 12px 16px;
}
.otw-form > .otw-content form .wsf-help {
  color: var(--wp--preset--color--light, #cedae2);
  font-size: 14px;
  margin-top: 16px;
  text-align: center;
}

button,
input[type=submit] {
  font-family: var(--wp--preset--font-family--chivo);
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=tel],
input[type=url],
input[type=number],
textarea {
  appearance: none;
  width: 100%;
  border: 2px solid var(--wp--preset--color--primary);
  padding: var(--wp--preset--spacing--40);
  background-color: var(--wp--preset--color--light);
  color: var(--wp--preset--color--content);
  font-family: var(--wp--preset--font-family--inter);
  transition: all 0.25s ease-in-out;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=number]::placeholder,
textarea::placeholder {
  color: var(--wp--preset--color--muted);
  opacity: 1;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus {
  outline: none;
  border-color: var(--wp--preset--color--accent-2);
  box-shadow: 0 0 0 3px rgba(0, 161, 255, 0.5);
}

.otw-site-header {
  background-size: cover;
  background-image: url(https://onthewater.com/wp-content/uploads/2025/07/otw-background-image-pattern-topo-1.png);
  display: flex;
  flex-direction: column;
  background-color: var(--wp--preset--color--dark);
  color: var(--wp--preset--color--light);
}
.otw-site-header .otw-container {
  width: 100%;
  margin: 0 auto;
}
.otw-site-header .otw-row {
  display: flex;
  width: 100%;
}
.otw-site-header .otw-row--primary {
  padding: 1rem;
  gap: 1rem;
  border-bottom: 1px solid var(--wp--preset--color--separator, #e5e5e5);
}
.otw-site-header .otw-row--secondary {
  padding: 0.75rem 1rem;
  background: #fafbfc;
  border-bottom: 3px solid var(--wp--preset--color--separator, #e5e5e5);
  color: #1a1a1a;
}
.otw-site-header .otw-col {
  display: flex;
  align-items: center;
}
.otw-site-header .otw-col--brand {
  max-width: 180px;
  flex-shrink: 0;
}
.otw-site-header .otw-col--menus {
  flex: 1;
  justify-content: flex-end;
  gap: 2rem;
}
.otw-site-header .otw-col--menu {
  flex: 1;
}
.otw-site-header .otw-col--search {
  justify-content: flex-end;
  width: 100%;
  max-width: 400px;
}
.otw-site-header .otw-menu--site-sections .otw-menu__link {
  color: var(--wp--preset--color--primary, #0073e6);
}
.otw-site-header .otw-site-menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.otw-site-header .otw-site-menu--areas {
  flex-shrink: 1;
}
.otw-site-header .otw-site-menu--areas .otw-menu {
  position: relative;
  z-index: 2;
  overflow-y: hidden;
}
.otw-site-header .otw-site-menu--areas .otw-menu > * {
  display: flex;
  flex-wrap: nowrap;
  margin-top: -1px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
@media (prefers-reduced-motion: reduce) {
  .otw-site-header .otw-site-menu--areas .otw-menu > * {
    scroll-behavior: auto;
  }
}
.otw-site-header .otw-site-menu--actions {
  flex-shrink: 0;
}
.otw-site-header .otw-site-search {
  width: 100%;
  max-width: 320px;
}
.otw-site-header .otw-site-search .wp-block-search__inside-wrapper {
  border-color: var(--wp--preset--color--separator);
}
.otw-site-header .otw-site-search .wp-block-search__button {
  background-color: var(--wp--preset--color--separator);
  color: var(--wp--preset--color--muted);
}
.otw-site-header .otw-menu__items {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 1.5rem;
}
.otw-site-header .otw-menu__link {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}
.otw-site-header .otw-menu__link:hover, .otw-site-header .otw-menu__link:focus {
  color: #0073e6;
  outline: none;
}
.otw-site-header .otw-button {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  background: transparent;
  border: 2px solid var(--wp--preset--color--accent-2, #0073e6);
  border-radius: 4px;
  color: var(--wp--preset--color--light, #fff);
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.otw-site-header .otw-button:hover, .otw-site-header .otw-button:focus {
  background: var(--wp--preset--color--accent-2, #0073e6);
  color: var(--wp--preset--color--light, #fff);
  outline: none;
}
.otw-site-header .otw-button--main-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
  background: none;
  border: none;
  color: var(--wp--preset--color--light, #fff);
}
.otw-site-header .otw-button--main-menu svg {
  width: 28px;
  height: 28px;
}
.otw-site-header .otw-button--main-menu:hover, .otw-site-header .otw-button--main-menu:focus {
  background: none;
  color: var(--wp--preset--color--light, #fff);
}
.otw-site-header .otw-menu-site--sections {
  position: relative;
  z-index: 2;
  overflow-y: hidden;
}
.otw-site-header .otw-menu-site--sections .otw-menu__items {
  display: flex;
  flex-wrap: nowrap;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.otw-site-header .otw-menu--site-actions .otw-menu__items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: var(--wp--preset--spacing--40);
}
.otw-site-header .otw-menu--site-actions .otw-menu__items .menu-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 120px;
}
.otw-site-header .otw-menu--site-actions .otw-menu__items .menu-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: var(--wp--preset--font-family--chivo);
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.25s ease-in-out;
  border: 2px solid;
  padding: 0.9rem 1rem;
  line-height: 1;
  color: var(--wp--preset--color--light);
  border-color: var(--wp--preset--color--accent-2);
}
.otw-site-header .otw-menu--site-actions .otw-menu__items .menu-item:last-of-type a {
  background-color: var(--wp--preset--color--accent-1);
  color: var(--wp--preset--color--light);
  border-color: var(--wp--preset--color--accent-1);
}
@media (min-width: 992px) {
  .otw-site-header .otw-site-menu--mobile {
    display: none;
  }
  .otw-site-header .otw-row--secondary {
    position: relative;
    z-index: 2;
    overflow-y: hidden;
  }
  .otw-site-header .otw-row--secondary .otw-col--menu {
    display: flex;
    flex-wrap: nowrap;
    margin-top: -1px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .otw-site-header .otw-row--secondary .otw-col--menu {
    scroll-behavior: auto;
  }
}
@media (max-width: 991.98px) {
  .otw-site-header .otw-row--secondary {
    padding: 0;
  }
  .otw-site-header .otw-row--secondary .otw-site-search {
    border: none;
    width: 100%;
    max-width: 100%;
  }
  .otw-site-header .otw-row--secondary .otw-site-search .wp-block-search__inside-wrapper {
    border: none;
  }
  .otw-site-header .otw-row--secondary .otw-site-search .wp-block-search__input {
    font-size: 1rem;
    padding: 1rem;
  }
  .otw-site-header .otw-row--secondary .otw-site-search .wp-block-search__button {
    padding-right: 1rem;
    background: var(--wp--preset--color--light);
    color: var(--wp--preset--color--content);
  }
  .otw-site-header .otw-row--secondary .otw-col--menu {
    display: none;
  }
  .otw-site-header .otw-row--secondary .otw-col--search {
    width: 100%;
    max-width: 100%;
  }
  .otw-site-header .otw-site-menu--areas {
    display: none;
  }
  .otw-site-header .otw-site-menu--actions {
    margin-right: -2.5rem;
  }
  .otw-site-header .otw-button--main-menu {
    justify-content: flex-end;
  }
}
@media (max-width: 540px) {
  .otw-site-header .otw-menu--site-actions .otw-menu__items .menu-item:not(:last-child) {
    display: none;
  }
}
@media (max-width: 380px) {
  .otw-site-header .otw-menu--site-actions {
    margin-right: 0.75rem;
  }
  .otw-site-header .otw-menu--site-actions .otw-menu__items .menu-item {
    min-width: unset;
  }
  .otw-site-header .otw-menu--site-actions .otw-menu__items .menu-item a {
    background-color: transparent !important;
    padding: 0;
    border: none;
    width: auto;
  }
}
@media (max-width: 350px) {
  .otw-site-header .otw-menu--site-actions {
    display: none;
  }
}

.otw-site-header .wp-block-button--main-menu {
  align-items: center;
  display: flex;
  inset: auto 0 auto auto;
  justify-content: center;
  position: absolute;
}
.otw-site-header .wp-block-button--main-menu .wp-element-button {
  background: none;
  border-radius: 0;
  color: var(--wp--preset--color--secondary, #0a486c);
  font-size: 2.25rem;
  font-weight: 700;
  padding: 0 16px;
}
.otw-site-header .wp-block-button--main-menu .wp-element-button > .bi {
  fill: currentColor;
  flex-shrink: 0;
  height: 1em;
  transition: transform 0.2s ease-in-out;
  width: 1em;
}

.wp-block-navigation__responsive-container.is-menu-open {
  padding: 0 !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
  margin-top: 1rem;
  padding: 0 1rem;
  width: 100%;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  padding-top: 0 !important;
}

.wp-site-blocks {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  width: 100%;
}
.wp-site-blocks * {
  box-sizing: border-box;
}
.wp-site-blocks > .wp-block-post-content.has-global-padding {
  padding-left: var(--wp--style--root--padding-left);
  padding-right: var(--wp--style--root--padding-right);
}
.wp-site-blocks > .wp-block-template-part {
  margin: 0;
}
.wp-site-blocks > .wp-block-template-part:last-child {
  margin-top: auto;
}

.otw-site-main {
  width: 100%;
}

.otw-part__inner {
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
}

body.wp-singular {
  background-color: var(--wp--preset--color--light);
}

.wp-block-post-author__avatar {
  margin-right: var(--wp--preset--spacing--50);
}

.wp-block-post-author__content {
  display: flex;
  flex-basis: 0;
  flex-flow: row wrap;
  flex-grow: 1;
  gap: 0.25em;
  justify-content: flex-start;
}

.wp-block-post-author {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.otw-author-box {
  /* Layout */
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: var(--wp--preset--spacing--50);
  /* Interaction */
  transition: all 0.25s ease-in-out;
  box-shadow: var(--wp--preset--shadow--crisp);
  border: 2px solid var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--light);
  padding: var(--wp--preset--spacing--50);
  width: 100%;
  max-width: 800px;
  /* Responsive Stack */
  /* Avatar Container */
  /* Avatar Image */
  /* Info Wrapper */
  /* Author Name */
  /* Focus State (Section 1.6) */
  /* Bio Text */
  /* Social Links Container */
  /* Individual Social Link */
  /* SVG Styling helper */
}
@media (max-width: 600px) {
  .otw-author-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.otw-author-box .otw-author-box-avatar {
  flex-shrink: 0;
}
.otw-author-box .otw-author-box-avatar img {
  display: block;
  border: 2px solid var(--wp--preset--color--primary);
  /* Sharp & Confident Corners */
  border-radius: 0;
  width: 96px;
  height: 96px;
  object-fit: cover;
}
.otw-author-box .otw-author-box-info {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--20);
}
.otw-author-box .otw-author-box-name {
  margin-bottom: var(--wp--preset--spacing--20);
}
.otw-author-box .otw-author-box-name a {
  display: inline-block;
  transition: all 0.25s ease-in-out;
  /* ~24px */
  color: var(--wp--preset--color--primary);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  font-family: var(--wp--preset--font-family--chivo);
  text-decoration: none;
}
.otw-author-box .otw-author-box-name a:hover {
  color: var(--wp--preset--color--accent-1);
  /* Sunrise Orange for emphasis */
}
.otw-author-box .otw-author-box-name a:focus-visible,
.otw-author-box .otw-author-box-social-link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 161, 255, 0.5);
  border-radius: 0;
  color: var(--wp--preset--color--primary);
  /* Accent-2 glow */
}
.otw-author-box .otw-author-box-bio {
  margin-bottom: var(--wp--preset--spacing--20);
  color: var(--wp--preset--color--content);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  font-family: var(--wp--preset--font-family--inter);
}
.otw-author-box .otw-author-box-social-links {
  display: flex;
  gap: var(--wp--preset--spacing--40);
  margin-top: auto;
  /* Push to bottom if height is fixed, otherwise just spacing */
}
@media (max-width: 600px) {
  .otw-author-box .otw-author-box-social-links {
    justify-content: center;
  }
}
.otw-author-box .otw-author-box-social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  /* Touch target padding */
  transition: all 0.25s ease-in-out;
  padding: 4px;
  color: var(--wp--preset--color--muted);
  text-decoration: none;
}
.otw-author-box .otw-author-box-social-link:hover {
  /* Bright Day Blue */
  transform: translateY(-2px);
  color: var(--wp--preset--color--accent-2);
  /* Slight lift */
}
.otw-author-box .otw-icon svg {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}

.otw-badge {
  margin-bottom: var(--wp--preset--spacing--40);
}
.otw-badge__label {
  display: inline-block;
  background-color: var(--wp--preset--color--accent-1);
  color: var(--wp--preset--color--light);
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--40);
  font-family: var(--wp--preset--font-family--chivo);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1px;
}
.otw-badge__label:hover {
  background-color: var(--wp--preset--color--primary);
  text-decoration: none;
}

.otw-blockquote,
blockquote {
  margin: var(--wp--preset--spacing--60) 0;
  padding-left: var(--wp--preset--spacing--50);
  border-left: 4px solid var(--wp--preset--color--accent-1);
  font-family: var(--wp--preset--font-family--chivo);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--wp--preset--color--primary);
  line-height: 1.4;
  width: 100%;
}

.otw-brand {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.otw-brand img {
  height: auto;
  width: 100%;
}
.otw-brand svg {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}

.otw-btn {
  display: inline-block;
  font-family: var(--wp--preset--font-family--chivo);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 2px solid var(--wp--preset--color--primary);
  box-shadow: var(--wp--preset--shadow--crisp);
  cursor: pointer;
  padding: var(--wp--preset--spacing--40);
  font-size: 1rem;
  text-align: center;
  transition: all 0.25s ease-in-out;
}
.otw-btn:hover {
  transform: translateY(-4px);
  box-shadow: var(--wp--preset--shadow--crisp-hover);
}

.otw-btn--primary {
  background-color: var(--wp--preset--color--accent-1);
  color: var(--wp--preset--color--light);
}

.otw-btn--link {
  font-family: var(--wp--preset--font-family--chivo);
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--wp--preset--color--accent-2);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: opacity 0.25s ease-in-out;
}

.otw-btn--link:hover {
  opacity: 0.75;
}

.otw-btn-icon {
  width: 1.5rem;
  height: auto;
  margin-left: var(--wp--preset--spacing--20);
  fill: currentColor;
}

.otw-btn--primary {
  font-family: var(--wp--preset--font-family--chivo);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--accent-1);
  border: 2px solid var(--wp--preset--color--primary);
  box-shadow: var(--wp--preset--shadow--crisp);
  padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--50);
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.otw-btn--primary:hover {
  transform: translateY(-4px);
  box-shadow: 10px 10px 0px rgb(0, 0, 0);
}

.otw-card {
  position: relative;
  background-color: var(--wp--preset--color--light);
  border: 2px solid var(--wp--preset--color--primary);
  box-shadow: var(--wp--preset--shadow--crisp);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  color: var(--wp--preset--color--content);
  transition: all 0.25s ease-in-out;
}
.otw-card .otw-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.otw-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--wp--preset--shadow--crisp-hover);
}
.otw-card:hover .otw-heading {
  color: var(--wp--preset--color--accent-2);
}
.otw-card__media {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  height: auto;
}
.otw-card__media > img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.otw-card__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--wp--preset--spacing--30);
  padding: var(--wp--preset--spacing--50);
}
.otw-card__cta {
  margin-top: auto;
}
.otw-card .otw-badge {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: var(--wp--preset--font-family--chivo);
  color: var(--wp--preset--color--light);
  background-color: var(--wp--preset--color--accent-2);
  border: 1px solid var(--wp--preset--color--accent-2);
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--40);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  align-self: flex-start;
  margin-bottom: 0;
}
.otw-card .otw-badge + .otw-heading {
  margin-top: var(--wp--preset--spacing--20);
}
.otw-card .otw-heading {
  font-family: var(--wp--preset--font-family--chivo);
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: bold;
  color: var(--wp--preset--color--primary);
  margin: 0;
  transition: color 0.25s ease-in-out;
}
.otw-card .otw-meta {
  margin-top: auto;
  padding-top: var(--wp--preset--spacing--40);
  font-size: 0.875rem;
  gap: var(--wp--preset--spacing--20);
  font-weight: 600;
  color: var(--wp--preset--color--muted);
  text-transform: uppercase;
}
.otw-card .otw-byline {
  font-weight: 600;
}
@media (min-width: 992px) {
  .otw-card:hover {
    border-color: var(--wp--preset--color--accent-2);
    box-shadow: var(--wp--preset--shadow--crisp-accent-2);
  }
}
.otw-card--gear-review {
  border: 2px solid var(--wp--preset--color--primary);
  background: var(--wp--preset--color--bg);
  transition: all 0.25s ease-in-out;
}
.otw-card--gear-review:hover {
  transform: translateY(-4px);
  box-shadow: var(--wp--preset--shadow--crisp);
}
.otw-card--gear-review:hover .otw-heading {
  color: var(--wp--preset--color--accent-1);
}
.otw-card--gear-review a {
  display: block;
  text-decoration: none;
}
.otw-card--gear-review .otw-card__media img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
.otw-card--gear-review .otw-card__content {
  padding: var(--wp--preset--spacing--40);
}
.otw-card--gear-review .otw-heading {
  font-size: 1.125rem;
  color: var(--wp--preset--color--primary);
}
.otw-card--video {
  display: flex;
  flex-direction: column;
}
.otw-card--video .otw-card__content {
  position: relative;
  width: 100%;
}
.otw-card--video .otw-card__media {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media (min-width: 768px) {
  .otw-card--video .otw-card__media {
    height: 100%;
  }
}
.otw-card--video .otw-card__media > .otw-media .otw-media__inner {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.otw-card--video .otw-card__media > .otw-media .otw-media__inner > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.otw-card--season {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.otw-card--season .otw-card__media {
  aspect-ratio: 4/5;
  width: 100%;
  height: auto;
}
.otw-cover.otw-cover--magazine {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
  aspect-ratio: 603/364;
  background-color: var(--wp--preset--color--dark);
}
.otw-cover.otw-cover--magazine img {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  object-fit: cover;
  z-index: 0;
  clip-path: inset(0 0 50% 0);
}

.otw-post-comments {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--50);
}

.wp-block-comments-title {
  font-family: var(--wp--preset--font-family--chivo);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--wp--preset--color--primary);
}

.wp-block-comment-template {
  list-style: none;
  padding: 0;
  display: grid;
  gap: var(--wp--preset--spacing--50);
}

.wp-block-comment-meta-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--20);
}

li.comment {
  background-color: var(--wp--preset--color--light);
  transition: all 0.25s ease-in-out;
}
li.comment ol {
  list-style: none;
  padding: 0;
  margin-top: var(--wp--preset--spacing--50);
  display: grid;
  gap: var(--wp--preset--spacing--50);
}

li.comment.depth-1 {
  padding: var(--wp--preset--spacing--60);
  border: 2px solid var(--wp--preset--color--primary);
  box-shadow: var(--wp--preset--shadow--crisp);
}

li.comment.depth-2 {
  padding: var(--wp--preset--spacing--50);
  border: 1px solid var(--wp--preset--color--separator);
}

li.comment.depth-3,
li.comment.depth-4,
li.comment.depth-5 {
  padding: var(--wp--preset--spacing--40) 0 0 0;
  background-color: transparent;
  border-top: 1px solid var(--wp--preset--color--separator);
}

.wp-block-comment-author-name {
  font-family: var(--wp--preset--font-family--inter);
  font-weight: 600;
  color: var(--wp--preset--color--primary);
}
.wp-block-comment-author-name a {
  text-decoration: none;
  color: inherit;
}
.wp-block-comment-author-name a:hover {
  color: var(--wp--preset--color--accent-2);
}

.wp-block-comment-content {
  font-family: var(--wp--preset--font-family--inter);
  padding: var(--wp--preset--spacing--40) 0;
}
.wp-block-comment-content p:last-child {
  margin-bottom: 0;
}

.wp-block-comment-date,
.wp-block-comment-reply-link,
.wp-block-comment-edit-link {
  font-family: var(--wp--preset--font-family--inter);
  font-size: 0.9rem;
  color: var(--wp--preset--color--muted);
}
.wp-block-comment-date a,
.wp-block-comment-reply-link a,
.wp-block-comment-edit-link a {
  color: var(--wp--preset--color--accent-2);
  text-decoration: none;
}
.wp-block-comment-date a:hover,
.wp-block-comment-reply-link a:hover,
.wp-block-comment-edit-link a:hover {
  text-decoration: underline;
}

.comment-respond {
  background-color: var(--wp--preset--color--secondary);
  background-image: url("https://stage.onthewater.com/wp-content/uploads/2025/02/otw-background-image-pattern-topo.png");
  color: var(--wp--preset--color--light);
  padding: var(--wp--preset--spacing--60);
  border: 2px solid var(--wp--preset--color--primary);
  box-shadow: var(--wp--preset--shadow--crisp);
}
.comment-respond .comment-reply-title {
  font-family: var(--wp--preset--font-family--chivo);
  font-size: 1.5rem;
  font-weight: 700;
  color: inherit;
}
.comment-respond .comment-form {
  display: grid;
  gap: var(--wp--preset--spacing--50);
}
.comment-respond .comment-form label {
  font-family: var(--wp--preset--font-family--inter);
  font-weight: 600;
  display: block;
  margin-bottom: var(--wp--preset--spacing--20);
}
.comment-respond .comment-form input[type=text],
.comment-respond .comment-form input[type=email],
.comment-respond .comment-form input[type=url],
.comment-respond .comment-form textarea {
  width: 100%;
  background-color: var(--wp--preset--color--light);
  border: 2px solid var(--wp--preset--color--primary);
  padding: var(--wp--preset--spacing--40);
  font-family: var(--wp--preset--font-family--inter);
  transition: all 0.25s ease-in-out;
}
.comment-respond .comment-form input[type=text]:focus,
.comment-respond .comment-form input[type=email]:focus,
.comment-respond .comment-form input[type=url]:focus,
.comment-respond .comment-form textarea:focus {
  outline: none;
  border-color: var(--wp--preset--color--accent-2);
  box-shadow: 0 0 0 3px rgba(0, 161, 255, 0.5);
}
.comment-respond .comment-form .form-submit .submit {
  background-color: var(--wp--preset--color--accent-1);
  color: #fff;
  border: none;
  padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--50);
  font-family: var(--wp--preset--font-family--chivo);
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.comment-respond .comment-form .form-submit .submit:hover {
  transform: translateY(-4px);
  box-shadow: 10px 10px 0px rgb(0, 0, 0);
}

.otw-form {
  display: grid;
  gap: var(--wp--preset--spacing--40);
}
.otw-form .otw-form-input {
  font-family: var(--wp--preset--font-family--inter);
  background-color: transparent;
  border: 2px solid var(--wp--preset--color--light);
  color: var(--wp--preset--color--light);
  padding: var(--wp--preset--spacing--40);
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.25s ease-in-out;
}
.otw-form .otw-form-input::placeholder {
  color: var(--wp--preset--color--light);
  opacity: 0.8;
}
.otw-form .otw-form-input:focus {
  outline: none;
  border-color: var(--wp--preset--color--accent-2);
}

.otw-sidebar .wsf-form {
  background: var(--wp--preset--color--secondary);
  padding: var(--wp--preset--spacing--60);
  border: 2px solid var(--wp--preset--color--primary);
  color: var(--wp--preset--color--light);
}
.otw-sidebar .wsf-form input[type=email].wsf-field {
  border: none;
  border-radius: 0;
  min-height: 60px;
}
.otw-sidebar .wsf-form .wsf-help {
  display: block;
  font-size: 0.875rem;
  color: var(--wp--preset--color--light);
  text-align: center;
  margin-top: var(--wp--preset--spacing--40);
}
.otw-sidebar .wsf-form .wsf-section {
  border: none;
  padding: 0;
  margin: 0;
}
.otw-sidebar .wsf-form .wsf-fields {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--40);
}
.otw-sidebar .wsf-form .wsf-field-wrapper {
  width: 100%;
  margin-bottom: 0;
}
.otw-sidebar .wsf-form .wsf-field-wrapper.wsf-bottom {
  margin-bottom: 0;
}
.otw-sidebar .wsf-form .wsf-label {
  display: none;
}
.otw-sidebar .wsf-form .wsf-label .wsf-required-wrapper {
  color: var(--wp--preset--color--accent-1);
}
.otw-sidebar .wsf-form .wsf-field {
  width: 100%;
  padding: var(--wp--preset--spacing--40);
  border: 2px solid var(--wp--preset--color--primary);
  border-radius: 0;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 1rem;
  background-color: var(--wp--preset--color--light);
  transition: all 0.25s ease-in-out;
}
.otw-sidebar .wsf-form .wsf-field::placeholder {
  color: var(--wp--preset--color--muted);
}
.otw-sidebar .wsf-form .wsf-field:focus {
  outline: none;
  border-color: var(--wp--preset--color--accent-2);
  box-shadow: 0 0 0 3px rgba(0, 161, 255, 0.5);
}
.otw-sidebar .wsf-form .wsf-button {
  display: inline-block;
  width: 100%;
  padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--50);
  font-family: var(--wp--preset--font-family--chivo);
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.25s ease-in-out;
  border-style: solid;
  border-width: 2px;
}
.otw-sidebar .wsf-form .wsf-button-primary {
  background-color: var(--wp--preset--color--accent-1);
  color: var(--wp--preset--color--light);
  border-color: var(--wp--preset--color--primary);
  box-shadow: var(--wp--preset--shadow--crisp);
}
.otw-sidebar .wsf-form .wsf-button-primary:hover {
  transform: translateY(-4px);
  box-shadow: var(--wp--preset--shadow--crisp-hover);
}
.otw-sidebar .wsf-form .wsf-field-wrapper[data-type=checkbox] {
  display: none;
  /* Hiding per original HTML */
}

.otw-hero {
  position: relative;
}

.otw-hero.otw-hero--article {
  height: 100%;
  display: flex;
  background-color: var(--wp--preset--color--light);
  box-shadow: var(--wp--preset--shadow--crisp);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 900px) {
  .otw-hero.otw-hero--article {
    grid-template-columns: 1fr;
  }
}
.otw-hero.otw-hero--article:hover {
  transform: translateY(-4px);
  box-shadow: 10px 10px 0px rgb(0, 0, 0);
}
.otw-hero.otw-hero--article .otw-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  flex: 1;
  margin-bottom: 0;
}
.otw-hero.otw-hero--article .otw-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 2px solid var(--wp--preset--color--primary);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 575.98px) {
  .otw-hero.otw-hero--article .otw-card__media {
    aspect-ratio: 9/16;
  }
}
.otw-hero.otw-hero--article .otw-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--wp--preset--spacing--50);
  flex: 1;
}
.otw-hero.otw-hero--article .otw-card__content-inner {
  max-width: 450px;
}
.otw-hero.otw-hero--article .otw-card-link--label {
  margin-bottom: var(--wp--preset--spacing--20);
  text-decoration: none;
  transition: opacity 0.25s ease-in-out;
}
.otw-hero.otw-hero--article .otw-card-link--label:hover {
  opacity: 0.75;
}
.otw-hero.otw-hero--article .otw-card-label {
  font-family: var(--wp--preset--font-family--inter);
  font-weight: 600;
  text-transform: uppercase;
  color: var(--wp--preset--color--accent-2);
}
.otw-hero.otw-hero--article .otw-card-heading {
  font-family: var(--wp--preset--font-family--chivo);
  font-weight: 700;
  color: var(--wp--preset--color--primary);
  font-size: 2.5rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: var(--wp--preset--spacing--40);
  transition: opacity 0.25s ease-in-out;
}
.otw-hero.otw-hero--article .otw-card-heading a {
  text-decoration: none;
  color: inherit;
}
.otw-hero.otw-hero--article .otw-card-subheading {
  font-family: var(--wp--preset--font-family--inter);
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--wp--preset--color--content);
  margin-bottom: var(--wp--preset--spacing--50);
}
.otw-hero.otw-hero--article .otw-card-meta {
  font-family: var(--wp--preset--font-family--inter);
  color: var(--wp--preset--color--muted);
  margin-bottom: var(--wp--preset--spacing--50);
}
.otw-hero.otw-hero--article .otw-card-meta a {
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid var(--wp--preset--color--muted);
  transition: all 0.25s ease-in-out;
}
.otw-hero.otw-hero--article .otw-card-meta a:hover {
  color: var(--wp--preset--color--accent-2);
  border-color: var(--wp--preset--color--accent-2);
}
.otw-hero.otw-hero--article .otw-btn--link {
  border: 0;
  box-shadow: none;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  margin-top: var(--wp--preset--spacing--30);
  text-decoration: none;
  transition: background-color 0.25s ease-in-out;
}
.otw-hero.otw-hero--article .otw-btn--link:hover {
  background-color: var(--wp--preset--color--accent-2);
}
.otw-hero.otw-hero--article .otw-btn--link .otw-btn-icon {
  width: 1rem;
}
.otw-hero.otw-hero--article .otw-action {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--wp--preset--spacing--20);
}
.otw-hero.otw-hero--article .otw-btn-icon {
  width: 1rem;
  font-size: inherit;
}

.otw-hero--article.otw-hero--article-overlay {
  position: relative;
  display: block;
  border: 2px solid var(--wp--preset--color--primary);
  box-shadow: var(--wp--preset--shadow--crisp);
  transition: all 0.25s ease-in-out;
  overflow: hidden;
  background-color: var(--wp--preset--color--dark);
}
.otw-hero--article.otw-hero--article-overlay:hover {
  transform: translateY(-4px);
  box-shadow: var(--wp--preset--shadow--crisp);
}
.otw-hero--article.otw-hero--article-overlay:hover .otw-card__media img {
  opacity: 1;
}
.otw-hero--article.otw-hero--article-overlay:hover .otw-action {
  color: var(--wp--preset--color--light);
}
.otw-hero--article.otw-hero--article-overlay:hover .otw-btn-icon {
  transform: translateX(5px);
}
.otw-hero--article.otw-hero--article-overlay .otw-card__media {
  position: relative;
}
.otw-hero--article.otw-hero--article-overlay .otw-card__media img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  opacity: 0.8;
  transition: opacity 0.25s ease-in-out;
}
.otw-hero--article.otw-hero--article-overlay .otw-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: var(--wp--preset--spacing--80) var(--wp--preset--spacing--60) var(--wp--preset--spacing--60);
  background: linear-gradient(0deg, rgba(8, 29, 43, 0.95) 0%, rgba(8, 29, 43, 0.8) 50%, rgba(8, 29, 43, 0) 100%);
  color: var(--wp--preset--color--light);
}
.otw-hero--article.otw-hero--article-overlay .otw-heading {
  font-family: var(--wp--preset--font-family--chivo);
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.1;
  margin: 0;
  color: var(--wp--preset--color--light);
}
.otw-hero--article.otw-hero--article-overlay .otw-subheading {
  font-size: 1rem;
  color: var(--wp--preset--color--light);
  margin: var(--wp--preset--spacing--20) 0 0 0;
}
.otw-hero--article.otw-hero--article-overlay .otw-meta {
  font-size: 0.875rem;
  color: var(--wp--preset--color--light);
  margin-top: var(--wp--preset--spacing--30);
}
.otw-hero--article.otw-hero--article-overlay .otw-action {
  display: inline-flex;
  align-items: center;
  gap: var(--wp--preset--spacing--20);
  margin-top: var(--wp--preset--spacing--50);
  font-family: var(--wp--preset--font-family--chivo);
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--wp--preset--color--accent-1);
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.otw-hero--article.otw-hero--article-overlay .otw-btn-icon {
  width: 0.875rem;
  height: 0.875rem;
  fill: currentColor;
  transition: transform 0.25s ease-in-out;
}
@media (min-width: 992px) {
  .otw-hero--article.otw-hero--article-overlay {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .otw-hero--article.otw-hero--article-overlay .otw-card__media {
    flex: 1;
  }
  .otw-hero--article.otw-hero--article-overlay .otw-card__media img {
    aspect-ratio: 4/3;
    height: auto;
  }
  .otw-hero--article.otw-hero--article-overlay .otw-card__content {
    position: relative;
    flex: 1;
    align-items: flex-end;
    padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--60);
    height: 100%;
    background: linear-gradient(275deg, rgba(8, 29, 43, 0.95) 0%, rgba(8, 29, 43, 0.8) 50%, rgba(8, 29, 43, 0) 100%);
    height: 100%;
  }
  .otw-hero--article.otw-hero--article-overlay .otw-card__content-inner {
    max-width: 600px;
    align-self: flex-start;
  }
  .otw-hero--article.otw-hero--article-overlay .otw-heading {
    font-size: 2.5rem;
  }
  .otw-hero--article.otw-hero--article-overlay .otw-subheading,
  .otw-hero--article.otw-hero--article-overlay .otw-meta {
    font-size: 1.1rem;
  }
}

@media (max-width: 1199.98px) {
  .otw-layout > [class*=__inner] {
    padding-left: var(--wp--preset--spacing--40);
    padding-right: var(--wp--preset--spacing--40);
  }
}

.otw-layout--full .otw-content__inner {
  max-width: 100%;
  margin: 0 auto;
}

.otw-layout--split > [class*=__inner] {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--wp--preset--spacing--60);
}
@media (min-width: 768px) {
  .otw-layout--split > [class*=__inner] {
    grid-template-columns: 1fr 1fr;
  }
}

.otw-layout--sidebar > [class*=__inner] {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--60);
}
@media (min-width: 992px) {
  .otw-layout--sidebar > [class*=__inner] {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .otw-layout--sidebar > [class*=__inner] > .otw-content {
    flex: 1 1 auto;
  }
  .otw-layout--sidebar > [class*=__inner] > .otw-sidebar {
    flex: 0 0 320px;
  }
}
@media (min-width: 768px) {
  .otw-layout--sidebar {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .otw-layout--sidebar {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.otw-layout--sidebar-reverse {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.otw-layout--sidebar-reverse > [class*=__inner] {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--60);
}
@media (min-width: 992px) {
  .otw-layout--sidebar-reverse > [class*=__inner] {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .otw-layout--sidebar-reverse > [class*=__inner] > .otw-content {
    flex: 1 1 auto;
  }
  .otw-layout--sidebar-reverse > [class*=__inner] > .otw-sidebar {
    flex: 0 0 320px;
  }
}
@media (min-width: 768px) {
  .otw-layout--sidebar-reverse {
    max-width: var(--wp--style--global--content-size);
  }
}
@media (min-width: 992px) {
  .otw-layout--sidebar-reverse {
    max-width: 100%;
  }
}

.stretched-link {
  padding: 0;
}

.otw-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.otw-list--cards {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--50);
}
.otw-list--seasons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--wp--preset--spacing--60);
}
.otw-list--seasons > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.otw-map-dot {
  background-color: var(--wp--custom--map--marker--color, #ce606f);
  border-radius: 50%;
  display: inline-block;
}

.otw-map-leaflet.leaflet-container {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: var(--wp--preset--color--highlight, #0a486c);
}

/*
 * Mega Menu Styles
 */
/* 1. Base styles for the popup container (hidden by default) */
.otw-mega-menu {
  /* Visibility & Positioning */
  display: none;
  /* Hidden by default, script will change this */
  position: absolute;
  /* Crucial for positioning */
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  /* Use CSS variables from the script for precise placement */
  transform: translate(0, var(--y, 0));
  /* Your custom styles */
  width: 100%;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  background: var(--wp--preset--color--light, #ffffff);
  box-shadow: var(--wp--preset--shadow--crisp-accent-1);
}
.otw-mega-menu__inner {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--40);
}
.otw-mega-menu__inner > .otw-group > * {
  width: 100%;
  max-width: var(--wp--style--global--content-size, 728px);
  margin: 0 auto;
}
.otw-mega-menu__inner > .otw-group > *.alignwide {
  max-width: var(--wp--style--global--wide-size, 1000px);
}
.otw-mega-menu__inner > .otw-group > *.alignfull {
  max-width: 100%;
}
.otw-mega-menu .wp-block-column {
  flex: 1 1 50%;
  padding: var(--wp--preset--spacing--20);
}
.otw-mega-menu .wp-block-navigation {
  background: var(--wp--preset--color--light-gray, #f9f9f9);
  padding: var(--wp--preset--spacing--20);
  border-radius: var(--wp--preset--radius--small);
}
.otw-mega-menu .wsf-form {
  background: var(--wp--preset--color--white, #ffffff);
  padding: var(--wp--preset--spacing--30);
  border: 1px solid var(--wp--preset--color--gray, #e0e0e0);
  border-radius: var(--wp--preset--radius--small);
}
.otw-mega-menu__toolbar {
  position: absolute;
  left: auto;
  right: 0.5rem;
  top: 0.5rem;
  bottom: auto;
  text-align: right;
}
.otw-mega-menu__toolbar a {
  color: var(--wp--preset--color--primary, #0073aa);
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  padding: 5px 15px;
  border: 1px solid var(--wp--preset--color--primary, #0073aa);
}

/* 2. Show the menu when the script adds the ".otw-is-open" class */
.otw-mega-menu.otw-is-open {
  display: block;
}

/* 3. Styles for the inner content wrapper (converted from nested syntax) */
.otw-mega-menu__inner {
  padding: var(--wp--preset--spacing--60);
}

.otw-media--video .otw-media__item {
  position: relative;
  aspect-ratio: 5/4;
}
.otw-media--video .otw-media__item > .otw-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.otw-media__inner {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--50);
}

.otw-media__companion {
  display: flex;
  flex-direction: column;
}

.otw-media.otw-media--featured {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--40);
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 0;
}
.otw-media.otw-media--featured img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.menu-item {
  white-space: nowrap;
}

.otw-main-menu {
  background-color: var(--wp--preset--color--secondary);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: var(--wp--preset--shadow--crisp, 6px 6px 0 rgb(0, 0, 0));
  box-sizing: border-box;
  height: 100%;
  max-width: 280px;
  overflow-y: auto;
  padding: 0;
  padding-bottom: 5rem;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform var(--wp--preset--transition--fast, 0.25s) cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  z-index: 999999;
}
.otw-main-menu.is-open {
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  transform: translateX(0);
}
.otw-main-menu.is-closed {
  pointer-events: none;
}
.otw-main-menu--left {
  left: 0;
  right: auto;
  transform: translateX(-100%);
}
.otw-main-menu--left.is-open {
  transform: translateX(0);
}
.otw-main-menu--left.otw-main-menu--init {
  left: 0 !important;
  right: auto !important;
  transform: translateX(-100%) !important;
  transition: none !important;
}
.otw-main-menu--right {
  left: auto;
  right: 0;
  transform: translateX(100%);
}
.otw-main-menu--right.is-open {
  transform: translateX(0);
}
.otw-main-menu--right.otw-main-menu--init {
  left: auto !important;
  right: 0 !important;
  transform: translateX(100%) !important;
  transition: none !important;
}
.otw-main-menu__overlay {
  background: var(--wp--preset--color--primary, #081d2b);
}
.otw-main-menu__nav-title {
  align-items: center;
  background-color: var(--wp--preset--color--primary, #081d2b);
  color: var(--wp--preset--color--light, #f7f7f7);
  display: flex;
  font-family: var(--wp--preset--font-family--chivo, "Chivo", sans-serif);
  font-size: 0.975rem;
  font-weight: 700;
  justify-content: flex-start;
  min-height: 44px;
  padding-left: 16px;
  padding-top: 2px;
  text-transform: uppercase;
}
.otw-main-menu__divider {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
}
.otw-main-menu__close {
  align-items: center;
  background: none;
  border: none;
  color: var(--wp--preset--color--accent-1, #f16e00);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-family: var(--wp--preset--font-family--chivo, "Chivo", sans-serif);
  font-size: 20px;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  line-height: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 3px;
  transition: var(--wp--preset--transition--fast, 0.25s);
  width: 44px;
}
.otw-main-menu__close:hover, .otw-main-menu__close:focus {
  color: var(--wp--preset--color--accent-2, #00a1ff);
  outline: none;
}
.otw-main-menu__nav {
  margin-top: 0;
}
.otw-main-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.otw-main-menu__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.otw-main-menu__list li {
  margin-bottom: 0;
  position: relative;
}
.otw-main-menu__list li.is-submenu-open a {
  border-bottom: none;
}
.otw-main-menu__list li:first-child a {
  border-top: 1px solid var(--wp--preset--color--primary, #081d2b);
}
.otw-main-menu__list li:last-child a {
  border-bottom: 1px solid var(--wp--preset--color--primary, #081d2b);
}
.otw-main-menu__list li a {
  align-items: center;
  border-bottom: 1px solid var(--wp--preset--color--primary, #081d2b);
  color: var(--wp--preset--color--light, #f7f7f7);
  display: flex;
  flex-direction: row;
  font-family: var(--wp--preset--font-family--chivo, "Chivo", sans-serif);
  font-size: 1.1rem;
  font-weight: 700;
  min-height: 44px;
  overflow: hidden;
  padding: var(--wp--preset--spacing--20, 0.25rem) 0;
  padding-bottom: 0;
  padding-left: 16px;
  padding-top: 0;
  text-decoration: none;
  text-overflow: ellipsis;
  transition: var(--wp--preset--transition--fast, 0.25s);
  vertical-align: middle;
  white-space: nowrap;
}
.otw-main-menu__list li a:hover, .otw-main-menu__list li a:focus {
  color: var(--wp--preset--color--accent-2, #00a1ff);
  outline: none;
  transform: translateX(3px);
}
.otw-main-menu__list li a:active {
  background: rgba(0, 0, 0, 0.12);
}
.otw-main-menu__list li .children {
  background: rgba(10, 72, 108, 0.05);
  border-left: 2px solid var(--wp--preset--color--primary, #081d2b);
  list-style: none;
  margin-top: var(--wp--preset--spacing--20, 0.25rem);
  padding-left: var(--wp--preset--spacing--30, 0.75rem);
}
.otw-main-menu__list li .children li {
  margin-bottom: var(--wp--preset--spacing--20, 0.25rem);
}
.otw-main-menu__list li .children li:last-child {
  margin-bottom: 0;
}
.otw-main-menu__list li .children li a {
  border-bottom: none;
  color: var(--wp--preset--color--light, #f7f7f7);
  font-size: 0.95rem;
  font-weight: 400;
  padding-left: var(--wp--preset--spacing--20, 0.25rem);
}
.otw-main-menu__list li .children li a:hover, .otw-main-menu__list li .children li a:focus {
  color: var(--wp--preset--color--accent-2, #00a1ff);
  transform: translateX(2px);
}
.otw-main-menu__list li.menu-item-has-children {
  position: relative;
}
.otw-main-menu__list li.menu-item-has-children > a {
  cursor: pointer;
  padding-right: 2.5rem;
}
.otw-main-menu__list li.menu-item-has-children .otw-main-menu__submenu-toggle {
  align-items: center;
  background: none;
  border: none;
  color: var(--wp--preset--color--light, #f7f7f7);
  cursor: pointer;
  display: flex;
  font-size: 1.25rem;
  height: auto;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  position: absolute;
  right: 0;
  top: 0;
  transition: color 0.2s, transform 0.25s;
  width: 2.5rem;
  z-index: 2;
}
.otw-main-menu__list li.menu-item-has-children .otw-main-menu__submenu-toggle svg {
  transition: transform 0.25s;
}
.otw-main-menu__list li.menu-item-has-children .otw-main-menu__submenu-toggle.is-open svg {
  margin-bottom: auto;
  margin-top: calc(var(--wp--preset--spacing--20) + 5px);
  transform: rotate(180deg);
}
.otw-main-menu__list li.menu-item-has-children .otw-main-menu__submenu-toggle:focus {
  outline: 2px solid var(--wp--preset--color--accent-2, #00a1ff);
  outline-offset: 2px;
}
.otw-main-menu__list li.menu-item-has-children.is-submenu-open > .sub-menu {
  display: block !important;
  max-height: 1000px;
  transition: max-height 0.3s ease;
}
.otw-main-menu__list .sub-menu {
  background: var(--wp--preset--color--primary, #081d2b);
  border-left: none;
  box-shadow: none;
  display: none;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  padding-left: 0;
  position: relative;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: max-height;
}
.otw-main-menu__list .sub-menu li {
  margin-bottom: 0;
}
.otw-main-menu__list .sub-menu li:first-child a {
  padding-bottom: 0;
}
.otw-main-menu__list .sub-menu li:last-child a {
  padding-top: 0;
}
.otw-main-menu__list .sub-menu li a {
  border-bottom: none;
  font-size: 0.95rem;
  font-weight: 400;
  min-height: 40px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.otw-main-menu__list .sub-menu .sub-menu {
  background: rgba(10, 72, 108, 0.08);
  border-left: none;
  padding-left: 1.25rem;
}
.otw-main-menu__list .children {
  background: rgba(10, 72, 108, 0.1);
  border-left: 2px solid var(--wp--preset--color--primary, #081d2b);
  box-shadow: none;
  display: none;
  margin: 0;
  max-height: 0;
  padding-left: 1.25rem;
  position: static;
  transition: max-height 0.3s ease;
}
.otw-main-menu__list .children li {
  margin-bottom: 0.25rem;
}
.otw-main-menu__list .children .children {
  background: rgba(10, 72, 108, 0.08);
  border-left: 2px solid var(--wp--preset--color--primary, #081d2b);
  padding-left: 1.25rem;
}
.otw-main-menu__list li.page_item_has_children.is-submenu-open > .children {
  display: block !important;
  max-height: 1000px;
  transition: max-height 0.3s ease;
}
.otw-main-menu__list .current_page_item > a,
.otw-main-menu__list .current_page_parent > a,
.otw-main-menu__list .current_page_ancestor > a,
.otw-main-menu__list .current-menu-item > a,
.otw-main-menu__list .current-menu-parent > a,
.otw-main-menu__list .current-menu-ancestor > a {
  background: rgba(0, 0, 0, 0.1);
  color: var(--wp--preset--color--accent-1);
}
.otw-main-menu__list a:focus {
  background: rgba(0, 0, 0, 0.06);
  outline: 2px solid var(--wp--preset--color--accent-hover);
  outline-offset: 2px;
}
.otw-main-menu__search {
  margin-top: var(--wp--preset--spacing--50, 2rem);
  padding-left: 16px;
  padding-right: 16px;
}
.otw-main-menu__search-wrapper {
  align-items: stretch;
  box-shadow: var(--wp--preset--shadow--crisp, 6px 6px 0 rgb(0, 0, 0));
  display: flex;
  height: 2.5rem;
}
.otw-main-menu__search-input {
  background-color: var(--wp--preset--color--light, #f7f7f7);
  border: none;
  box-sizing: border-box;
  color: var(--wp--preset--color--content, #000);
  flex-grow: 1;
  font-family: var(--wp--preset--font-family--inter, "Inter", sans-serif);
  font-weight: 400;
  height: 100%;
  max-width: 160px;
  padding: 0 var(--wp--preset--spacing--30, 0.75rem);
}
.otw-main-menu__search-input::placeholder {
  color: var(--wp--preset--color--muted, #84a3b5);
}
.otw-main-menu__search-input:focus {
  outline: none;
}
.otw-main-menu__search-submit {
  background-color: var(--wp--preset--color--accent-1, #f16e00);
  border: none;
  border-left: var(--wp--preset--border--standard, 2px solid var(--wp--preset--color--primary, #081d2b));
  border-radius: var(--wp--preset--border-radius--sharp, 0);
  color: var(--wp--preset--color--light, #f7f7f7);
  cursor: pointer;
  flex-grow: 1;
  font-family: var(--wp--preset--font-family--chivo, "Chivo", sans-serif);
  font-weight: 700;
  height: 100%;
  padding: 0 var(--wp--preset--spacing--30, 0.75rem);
  transition: var(--wp--preset--transition--fast, 0.25s);
  white-space: nowrap;
}
.otw-main-menu__search-submit:hover, .otw-main-menu__search-submit:focus {
  background-color: var(--wp--preset--color--accent-2, #00a1ff);
  outline: none;
}
.otw-main-menu__social {
  display: flex;
  gap: var(--wp--preset--spacing--30, 0.75rem);
  justify-content: center;
  list-style: none;
  margin-top: var(--wp--preset--spacing--40, 1.5rem);
  padding: 0;
}
.otw-main-menu__social li {
  margin: 0;
}
.otw-main-menu__social a {
  color: var(--wp--preset--color--content, #000);
  display: block;
  font-size: 1.5rem;
  padding: var(--wp--preset--spacing--20, 0.25rem);
  text-decoration: none;
  transition: var(--wp--preset--transition--fast, 0.25s);
}
.otw-main-menu__social a:hover, .otw-main-menu__social a:focus {
  color: var(--wp--preset--color--accent-2, #00a1ff);
  outline: none;
  transform: var(--wp--preset--effect--lift, translateY(-2px));
}

.otw-site-menu .otw-menu-heading {
  font-family: var(--wp--preset--font-family--chivo);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--wp--preset--color--primary);
  margin-bottom: var(--wp--preset--spacing--40);
}
.otw-site-menu .otw-menu-items {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--20);
}

.otw-menu ol,
.otw-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.otw-menu-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.otw-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--40);
  font-family: var(--wp--preset--font-family--inter);
  font-size: 0.9rem;
  color: var(--wp--preset--color--muted);
}

.otw-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--wp--preset--spacing--20);
  font-family: var(--wp--preset--font-family--chivo);
}
.otw-pagination a,
.otw-pagination span {
  display: inline-block;
  text-align: center;
  padding: var(--wp--preset--spacing--40);
  min-width: 44px;
  border: 2px solid var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--light);
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  font-weight: 700;
}
.otw-pagination a.prev.page-numbers,
.otw-pagination a.next.page-numbers {
  min-width: 120px;
}
.otw-pagination a:hover {
  background-color: var(--wp--preset--color--accent-2);
  color: var(--wp--preset--color--light);
  border-color: var(--wp--preset--color--primary);
  transform: translateY(-2px);
  box-shadow: 4px 4px 0px rgb(0, 0, 0);
}
.otw-pagination .current {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--light);
  border-color: var(--wp--preset--color--primary);
}
.otw-pagination .otw-dots {
  border: none;
  background-color: transparent;
}

.otw-placeholder.otw-placeholder--ad {
  background-color: #f0f0f0;
  border: 1px dashed #ccc;
  padding: 20px;
  text-align: center;
}

.otw-placement {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  padding: 1rem 0;
  width: 100%;
}
.otw-placement > * {
  display: flex;
  margin: auto;
}

.wp-block-post-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.wp-block-post-content > .alignwide {
  width: 100%;
  max-width: var(--wp--style--global--wide-size);
}
.wp-block-post-content > .alignfull {
  max-width: 100%;
}
.wp-block-post-content > p {
  align-self: flex-start;
  width: 100%;
  max-width: var(--wp--style--global--content-size);
}
.wp-block-post-content > p:first-child {
  margin-top: 0;
}
.wp-block-post-content > p + p:not(:first-child) {
  margin-top: var(--wp--preset--spacing--40);
}
.wp-block-post-content figure {
  max-width: 100%;
}
.wp-block-post-content figure.size-full {
  width: 100%;
}
.wp-block-post-content figure.size-full img {
  width: 100%;
  height: auto;
}
.wp-block-post-content a {
  color: var(--wp--preset--color--accent-2);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: var(--wp--preset--color--accent-2);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
}

body.otw-block-page {
  padding: 0;
}
body.otw-block-page .otw-site-main {
  padding: 0;
}
body.otw-block-page .otw-site-main > .otw-part__inner {
  width: 100%;
  max-width: 100%;
}
body.otw-block-page .wp-block-post-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.otw-block-page .wp-block-post-content > * {
  width: 100%;
  max-width: var(--wp--style--global--content-size);
}
body.otw-block-page .wp-block-post-content > *.alignwide {
  max-width: var(--wp--style--global--wide-size);
}
body.otw-block-page .wp-block-post-content > *.alignfull {
  max-width: 100%;
}

.otw-post {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--50);
}
.otw-post .otw-header .otw-heading + .otw-subheading {
  margin-top: 0.75rem;
}
.otw-post .otw-header .otw-subheading {
  margin-bottom: 0.75rem;
  margin-bottom: 0;
  color: var(--wp--preset--color--secondary);
  font-size: 1rem;
  line-height: 1.125;
}

.otw-post-header {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--40);
}
.otw-post-header .otw-badge + .otw-heading {
  margin-top: var(--wp--preset--spacing--20);
}
.otw-post-header .otw-subheading {
  color: var(--wp--preset--color--muted);
  font-size: 1.25rem;
  font-family: var(--wp--preset--font-family--inter);
}

.otw-post-card {
  transition: all 0.25s ease-in-out;
  box-shadow: var(--wp--preset--shadow--crisp);
  border-radius: 0;
  background-color: var(--wp--preset--color--light);
}

.otw-post-card:hover {
  transform: translateY(-4px);
  box-shadow: 10px 10px 0px rgb(0, 0, 0);
}

.otw-post-card .otw-card-link {
  color: var(--wp--preset--color--content);
  text-decoration: none;
}

.otw-post-card img {
  display: block;
  transition: opacity 0.25s ease-in-out;
  border: 2px solid var(--wp--preset--color--primary);
  border-radius: 0;
  width: 100%;
  height: auto;
}

.otw-post-card:hover img {
  opacity: 0.75;
}

.otw-post-card .otw-card-content {
  padding: var(--wp--preset--spacing--50);
}

.otw-post-card .otw-card-label {
  color: var(--wp--preset--color--accent-2);
  font-weight: 600;
  font-family: var(--wp--preset--font-family--inter);
  text-transform: uppercase;
}

.otw-post-card .otw-card-title {
  transition: color 0.25s ease-in-out;
  margin-top: var(--wp--preset--spacing--20);
  margin-bottom: var(--wp--preset--spacing--40);
  color: var(--wp--preset--color--primary);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  font-family: var(--wp--preset--font-family--chivo);
}

.otw-post-card .otw-card-title a {
  color: inherit;
  text-decoration: none;
}

.otw-post-card:hover .otw-card-title a {
  color: var(--wp--preset--color--accent-2);
}

.otw-post-card .otw-card-meta {
  margin-top: var(--wp--preset--spacing--40);
  color: var(--wp--preset--color--muted);
  font-family: var(--wp--preset--font-family--inter);
}

.otw-post-card .otw-card-meta a {
  transition: all 0.25s ease-in-out;
  border-bottom: 2px solid var(--wp--preset--color--muted);
  color: inherit;
  text-decoration: none;
}

.otw-post-card .otw-card-meta a:hover {
  border-color: var(--wp--preset--color--accent-2);
  color: var(--wp--preset--color--accent-2);
}

.otw-promo {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  max-height: 100%;
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.otw-promo > .otw-promo-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  padding: 0;
  width: 100%;
}

#otw-lead-popover.otw-lead-container {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  display: none;
  width: 90%;
  max-width: 600px;
  padding: 0;
  background-color: var(--wp--preset--color--light);
  border: 2px solid var(--wp--preset--color--primary);
  box-shadow: var(--wp--preset--shadow--crisp);
  transition: all 0.25s ease-in-out;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}

#otw-lead-popover.otw-lead-container:hover {
  transform: translate(-50%, calc(-50% - 4px));
  box-shadow: var(--wp--preset--shadow--elevated);
}

#otw-lead-popover .otw-lead-close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-color: var(--wp--preset--color--light);
  border: 2px solid var(--wp--preset--color--primary);
  border-radius: 50%;
  color: var(--wp--preset--color--primary);
}

#otw-lead-popover .otw-lead-close-btn .otw-lead-close-icon {
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  inset: 0 0 -1px;
}

#otw-lead-backdrop {
  position: fixed;
  z-index: 1040;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  inset: 0;
}

#otw-lead-backdrop.is-visible {
  display: block;
}

#otw-lead-popover.is-visible {
  display: block;
}

#otw-lead-popover img {
  display: block;
  width: 100%;
  height: auto;
}

.otw-query {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--60);
}

.otw-query-list {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--50);
}

.readmore__toggle {
  background: none;
  border: none;
  padding: 0;
  font-family: var(--wp--preset--font-family--chivo);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--wp--preset--color--accent-2);
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.25s ease-in-out;
  margin-top: var(--wp--preset--spacing--30);
}

.readmore__toggle:focus-visible {
  outline: 2px solid var(--wp--preset--color--accent-2);
  outline-offset: 2px;
}

.readmore__toggle:hover {
  color: var(--wp--preset--color--accent-1);
}

/* --- Search Results Card Component --- */
.otw-results {
  display: grid;
  gap: var(--wp--preset--spacing--60);
}
.otw-results .otw-card {
  background-color: var(--wp--preset--color--light);
  border: 2px solid var(--wp--preset--color--primary);
  box-shadow: var(--wp--preset--shadow--crisp);
  padding: var(--wp--preset--spacing--50);
  transition: all 0.25s ease-in-out;
  border-radius: 0;
}
.otw-results .otw-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--wp--preset--shadow--crisp-hover);
}
.otw-results .otw-card__heading a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
.otw-results .otw-card__heading a:hover {
  color: var(--wp--preset--color--accent-2);
}
.otw-results .otw-card__meta {
  font-family: var(--wp--preset--font-family--inter);
  color: var(--wp--preset--color--muted);
  font-size: 0.875rem;
  margin-bottom: var(--wp--preset--spacing--40);
}
.otw-results .otw-card__meta span {
  margin-right: var(--wp--preset--spacing--40);
}
.otw-results .otw-card__meta .otw-badge {
  font-weight: 600;
  color: var(--wp--preset--color--accent-1);
}
.otw-results .otw-card__subheading {
  font-size: 1rem;
  color: var(--wp--preset--color--content);
}

.otw-site-search .wp-block-search__label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.otw-site-search .wp-block-search__inside-wrapper {
  display: flex;
  border: 2px solid var(--wp--preset--color--primary);
  border-radius: 0;
}
.otw-site-search .wp-block-search__input {
  flex-grow: 1;
  border: none;
  border-radius: 0;
  padding: var(--wp--preset--spacing--40);
  padding-right: 0;
  font-family: var(--wp--preset--font-family--inter);
  font-size: 1rem;
  background-color: var(--wp--preset--color--light);
  color: var(--wp--preset--color--content);
  min-width: 0;
  position: relative;
}
.otw-site-search .wp-block-search__input::-webkit-search-cancel-button {
  margin-right: 1rem;
}
.otw-site-search .wp-block-search__input:focus {
  outline: 2px solid var(--wp--preset--color--accent-2);
  outline-offset: -2px;
}
.otw-site-search .wp-block-search__input::placeholder {
  color: var(--wp--preset--color--muted);
  width: 100%;
}
.otw-site-search .wp-block-search__button {
  background-color: var(--wp--preset--color--primary);
  border: none;
  border-radius: 0;
  color: var(--wp--preset--color--light);
  cursor: pointer;
  padding: var(--wp--preset--spacing--40);
  flex-shrink: 0;
  transition: background-color 0.25s ease-in-out;
}
.otw-site-search .wp-block-search__button:hover {
  background-color: var(--wp--preset--color--accent-1);
}
.otw-site-search .search-icon {
  fill: currentColor;
  width: 24px;
  height: 24px;
}
.otw-site-search--sm .wp-block-search__input {
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--40);
  padding-right: 0;
  font-size: 0.875rem;
}
.otw-site-search--sm .wp-block-search__button {
  padding: var(--wp--preset--spacing--20);
}
.otw-site-search--sm .search-icon {
  width: 20px;
  height: 20px;
}
.otw-site-search--lg .wp-block-search__input {
  padding: var(--wp--preset--spacing--50);
  padding-right: 0;
  font-size: 1.25rem;
}
.otw-site-search--lg .wp-block-search__button {
  padding: var(--wp--preset--spacing--50);
}
.otw-site-search--lg .search-icon {
  width: 28px;
  height: 28px;
}

.otw-section-header {
  position: relative;
}
.otw-section-header__inner {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--50);
}
.otw-section-header__media {
  flex-shrink: 0;
}
.otw-section-header .otw-icon {
  width: 64px;
  height: auto;
  color: var(--wp--preset--color--primary);
}
.otw-section-header .otw-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--wp--preset--color--primary);
}
.otw-section-header .otw-section-heading {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .otw-section-header .otw-section-heading {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .otw-section-header .otw-section-heading {
    font-size: 2.5rem;
  }
}

.otw-hr.otw-hr--wave {
  /* Remove default HR styles */
  border: none;
  height: 10px;
  /* Height of the wave pattern */
  margin: 2rem 0;
  opacity: 1;
  /* Ensure full visibility */
  /*
  The background image uses an inline SVG path (M0,5 C 25,10 25,0 50,5 C 75,10 75,0 100,5).
  The 'currentColor' keyword ensures the stroke color of the SVG wave
  matches the text color utility applied by Tailwind (e.g., text-blue-500).
  */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10' preserveAspectRatio='none'%3E%3Cpath d='M0,5 C 25,10 25,0 50,5 C 75,10 75,0 100,5' fill='none' stroke='currentColor' stroke-width='1.5'/%3E%3C/svg%3E");
  /* Repeat the wave pattern horizontally */
  background-repeat: repeat-x;
  /* Set the size of the repeating pattern */
  background-size: 50px 10px;
}

.otw-sidebar {
  position: relative;
}
.otw-sidebar > .otw-sidebar__group:last-child {
  position: sticky;
  top: calc(var(--wp-admin--admin-bar--height) + var(--wp--preset--spacing--50));
}

ul.otw-social {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.otw-social li {
  margin: 0;
}

.otw-tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--40);
}
.otw-tags .otw-label a {
  display: block;
  background-color: var(--wp--preset--color--bg);
  border: 2px solid var(--wp--preset--color--primary);
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--40);
  color: var(--wp--preset--color--accent-2);
  font-family: var(--wp--preset--font-family--chivo);
  font-weight: 700;
}
.otw-tags .otw-label a:hover {
  background-color: var(--wp--preset--color--accent-2);
  color: var(--wp--preset--color--light);
  text-decoration: none;
}

.wp-block-post-template.is-layout-grid {
  gap: 1.5rem;
}
.wp-block-post-template .wp-block-post-featured-image {
  aspect-ratio: 4/3;
  background-color: var(--wp--preset--color--light);
  display: flex;
  flex-direction: column;
}
.wp-block-post-template .wp-block-post-featured-image a,
.wp-block-post-template .wp-block-post-featured-image img {
  display: flex;
  flex-direction: column;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.wp-block-post-template .wp-block-post-title {
  color: var(--wp--preset--color--dark);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.05;
  vertical-align: top;
}
.wp-block-post-template .wp-block-post-title + .wp-block-post-excerpt {
  margin-top: 0.5rem;
}
.wp-block-post-template .wp-block-post-excerpt p {
  color: var(--wp--preset--color--secondary);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.15;
}

.otw-sidebar {
  display: grid;
  gap: var(--wp--preset--spacing--60);
  align-content: start;
}

.otw-widget--card {
  background-color: var(--wp--preset--color--light);
  box-shadow: var(--wp--preset--shadow--crisp);
  border: 2px solid var(--wp--preset--color--primary);
  padding: var(--wp--preset--spacing--50);
}
.otw-widget--reports {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--light);
  padding: var(--wp--preset--spacing--50);
  background-image: url(https://stage.onthewater.com/wp-content/uploads/2025/02/otw-background-image-pattern-topo.png);
}

.otw-widget-heading {
  font-family: var(--wp--preset--font-family--chivo);
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: var(--wp--preset--spacing--40);
}

.otw-widget-subheading {
  font-family: var(--wp--preset--font-family--inter);
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: var(--wp--preset--spacing--40);
}

.otw-widget--related-videos {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--50);
}
.otw-widget--related-videos .otw-item a {
  display: flex;
  align-items: flex-start;
  gap: var(--wp--preset--spacing--40);
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
.otw-widget--related-videos .otw-item__thumbnail {
  flex-shrink: 0;
  width: 120px;
  border: 2px solid var(--wp--preset--color--primary);
}
.otw-widget--related-videos .otw-item__heading {
  font-family: var(--wp--preset--font-family--chivo);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  transition: all 0.25s ease-in-out;
}

.otw-item-content {
  font-size: 1rem;
  line-height: 1.7;
}
.otw-item-content > * + p {
  margin-top: var(--wp--preset--spacing--50);
}
.otw-item-content p:empty {
  display: none;
}
.otw-item-content a {
  color: var(--wp--preset--color--accent-2);
  text-decoration: underline;
}
.otw-item-content a:hover {
  color: var(--wp--preset--color--accent-1);
}
.otw-item-content blockquote {
  padding: var(--wp--preset--spacing--50);
  border-left: 4px solid var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--light);
}

.otw-zone__header .otw-heading {
  font-family: var(--wp--preset--font-family--inter);
  font-size: 18px;
  line-height: 1.3;
  color: var(--wp--preset--color--highlight);
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

main.otw-part--page-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  /* Ensures vertical centering */
  padding: var(--wp--preset--spacing--60);
  text-align: center;
}
main.otw-part--page-error > .otw-part__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
  width: 100%;
  max-width: var(--wp--style--global--content-size);
  /* Constrains width for readability */
  background-color: var(--wp--preset--color--light);
  border: 2px solid var(--wp--preset--color--primary);
  box-shadow: var(--wp--preset--shadow--crisp);
  padding: var(--wp--preset--spacing--80) var(--wp--preset--spacing--40);
  border-radius: 0;
}
main.otw-part--page-error > .otw-part__inner header .otw-heading {
  font-family: var(--wp--preset--font-family--chivo);
  font-size: 3rem;
  /* Large, authoritative heading */
  font-weight: 700;
  color: var(--wp--preset--color--primary);
  margin: 0 0 var(--wp--preset--spacing--40) 0;
  line-height: 1.1;
}
main.otw-part--page-error > .otw-part__inner header .otw-subheading {
  font-family: var(--wp--preset--font-family--inter);
  font-size: 1.125rem;
  color: var(--wp--preset--color--muted);
  margin: 0;
  max-width: 450px;
  /* Keep line length comfortable */
  margin-left: auto;
  margin-right: auto;
}
main.otw-part--page-error > .otw-part__inner .otw-site-search {
  max-width: 400px;
  margin: auto;
}
main.otw-part--page-error > .otw-part__inner .otw-action--return {
  display: inline-block;
  font-family: var(--wp--preset--font-family--inter);
  font-weight: 600;
  color: var(--wp--preset--color--accent-2);
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
main.otw-part--page-error > .otw-part__inner .otw-action--return:hover,
main.otw-part--page-error > .otw-part__inner .otw-action--return:focus {
  color: var(--wp--preset--color--accent-2);
  text-decoration: underline;
  outline: none;
}
@media (max-width: 575.98px) {
  main.otw-part--page-error {
    padding: var(--wp--preset--spacing--40);
  }
  main.otw-part--page-error > .otw-part__inner {
    padding: var(--wp--preset--spacing--70) var(--wp--preset--spacing--50);
  }
  main.otw-part--page-error .wp-block-search__input {
    font-size: 0.875rem;
    padding: var(--wp--preset--spacing--20);
  }
  main.otw-part--page-error .wp-block-search__button {
    padding: var(--wp--preset--spacing--20);
  }
}

.otw-part--page-boatmart {
  padding: 0;
}
.otw-part--page-boatmart > .otw-part__inner {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  aspect-ratio: 16/9;
  min-height: 80vh;
}
.otw-part--page-boatmart > .otw-part__inner > #ti-inventory-search {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.otw-part--page-boatmart .otw-header--page-boatmart {
  border-bottom: 1px solid var(--wp--preset--color--separator);
  background: var(--wp--preset--color--light);
  padding: var(--wp--preset--spacing--60);
}
.otw-part--page-boatmart .otw-header--page-boatmart .otw-header__inner {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.otw-part--page-boatmart .otw-header--page-boatmart .otw-header__inner > .otw-heading {
  font-size: 1.2rem;
}
.otw-part--page-boatmart .otw-header--page-boatmart .otw-header__inner > .otw-heading + .otw-subheading {
  margin-top: var(--wp--preset--spacing--20);
}
.otw-part--page-boatmart .otw-header--page-boatmart .otw-header__inner > .otw-subheading {
  font-size: 1rem;
  margin: 0;
}

body.page-boatmart .bootstrap-error-message {
  width: 100%;
  max-width: 320px;
}

body.home main.otw-part--page-home {
  padding: 0;
}
body.home main.otw-part--page-home > .otw-part__inner {
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 0;
  max-width: 100%;
  margin: 0 auto;
}
body.home main.otw-part--page-home > .otw-part__inner .otw-section--page-home-hero {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
  margin: auto;
  background: var(--wp--preset--color--secondary);
}
body.home main.otw-part--page-home > .otw-part__inner .otw-section--page-home-hero > .otw-layout__inner {
  padding: var(--wp--preset--spacing--0) var(--wp--preset--spacing--40);
}
body.home main.otw-part--page-home > .otw-part__inner .otw-section--page-home-hero .otw-section__inner {
  margin: auto;
  width: 100%;
  max-width: var(--wp--style--global--wide-size);
  padding-top: var(--wp--preset--spacing--70);
  padding-bottom: var(--wp--preset--spacing--70);
}
body.home main.otw-part--page-home > .otw-part__inner .otw-section--page-home-hero + .otw-placement {
  padding-top: var(--wp--preset--spacing--50);
  padding-bottom: var(--wp--preset--spacing--50);
  background: var(--wp--preset--color--light);
}
body.home main.otw-part--page-home > .otw-part__inner .otw-section--page-home-latest {
  padding-bottom: var(--wp--preset--spacing--70);
  padding-top: var(--wp--preset--spacing--70);
}
body.home main.otw-part--page-home > .otw-part__inner .otw-section--page-home-latest .otw-layout__inner {
  max-width: var(--wp--style--global--wide-size);
  width: 100%;
  margin: 0 auto;
}
body.home main.otw-part--page-home > .otw-part__inner .otw-section--page-home-latest.otw-layout--sidebar-reverse {
  max-width: 100%;
}
body.home main.otw-part--page-home > .otw-part__inner .otw-section--page-home-latest .otw-content__item {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--50);
}
body.home main.otw-part--page-home > .otw-part__inner .otw-section--page-home-latest .otw-sidebar {
  position: relative;
  height: auto;
}
body.home main.otw-part--page-home > .otw-part__inner .otw-section--page-home-latest .otw-sidebar .otw-group:last-child {
  position: sticky;
  top: var(--wp--preset--spacing--60);
}
body.home main.otw-part--page-home > .otw-part__inner .otw-section--page-home-latest .otw-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--50);
}
@media (min-width: 576px) {
  body.home main.otw-part--page-home > .otw-part__inner .otw-section--page-home-latest .otw-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--wp--preset--spacing--50);
  }
}
body.home main.otw-part--page-home > .otw-part__inner .otw-section--category {
  padding: 0 var(--wp--preset--spacing--40);
  padding-bottom: var(--wp--preset--spacing--70);
  padding-top: var(--wp--preset--spacing--70);
}
body.home main.otw-part--page-home > .otw-part__inner .otw-section--category:nth-child(even) {
  background-color: var(--wp--preset--color--light);
}
body.home main.otw-part--page-home > .otw-part__inner .otw-section--category .otw-section__inner {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--70);
}
body.home main.otw-part--page-home > .otw-part__inner .otw-section--category .otw-section-header {
  max-width: var(--wp--style--global--wide-size);
  width: 100%;
  margin: 0 auto;
  margin-bottom: var(--wp--preset--spacing--50);
}
body.home main.otw-part--page-home > .otw-part__inner .otw-section--category .otw-section-header .otw-section-header__media {
  display: none;
}
body.home main.otw-part--page-home > .otw-part__inner .otw-section--category .otw-section-content {
  max-width: var(--wp--style--global--wide-size);
  width: 100%;
  margin: 0 auto;
}
body.home main.otw-part--page-home > .otw-part__inner .otw-section--category .otw-section-content > .otw-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--wp--preset--spacing--50);
}
@media (min-width: 1200px) {
  body.home main.otw-part--page-home > .otw-part__inner .otw-section--category {
    padding-left: 0;
    padding-right: 0;
  }
}
body.home main.otw-part--page-home > .otw-part__inner .otw-section--page-home-reports {
  padding-top: var(--wp--preset--spacing--70);
  padding-bottom: var(--wp--preset--spacing--70);
}
body.home main.otw-part--page-home > .otw-part__inner .otw-section--page-home-reports .otw-section__inner {
  max-width: var(--wp--style--global--wide-size);
  width: 100%;
  margin: 0 auto;
}
body.home main.otw-part--page-home > .otw-part__inner .otw-section--page-home-reports .otw-section-header {
  margin-bottom: 1rem;
}
body.home main.otw-part--page-home > .otw-part__inner .otw-section--page-home-reports .otw-section-heading {
  font-size: 1.75rem;
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--inter);
  font-weight: 800;
  font-style: italic;
}
body.home main.otw-part--page-home > .otw-part__inner .otw-section--page-home-reports .otw-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.75rem;
  column-gap: 1rem;
}
body.home main.otw-part--page-home > .otw-part__inner .otw-section--page-home-reports .otw-list-item {
  display: flex;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
body.home main.otw-part--page-home > .otw-part__inner .otw-section--page-home-reports .otw-list-item a {
  padding: 0.5rem 1.25rem;
  border: 2px solid var(--wp--preset--color--separator);
  background: var(--wp--preset--color--light);
  border-radius: 100px;
}

.otw-part--page-magazine .otw-part__inner {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.otw-part--page-tv > .otw-part__inner {
  max-width: 100%;
  display: flex;
  gap: var(--wp--preset--spacing--60);
  padding-top: var(--wp--preset--spacing--80);
  padding-bottom: var(--wp--preset--spacing--80);
  flex-direction: column;
}
.otw-part--page-tv > .otw-part__inner .otw-header--page {
  display: flex;
  flex-direction: column;
  max-width: calc(var(--wp--style--global--wide-size) * 1.2);
  width: 100%;
  margin: 0 auto;
}
.otw-part--page-tv > .otw-part__inner .otw-header--page .otw-header__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: var(--wp--preset--spacing--40);
}
.otw-part--page-tv > .otw-part__inner .otw-header--page .otw-heading {
  order: 1;
  color: var(--wp--preset--color--secondary);
  text-align: center;
  align-self: center;
  margin: auto;
  padding: var(--wp--preset--spacing--40);
  font-family: var(--wp--preset--font-family--chivo);
  font-weight: 700;
  font-size: 3.125rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  position: relative;
  gap: var(--wp--preset--spacing--50);
}
.otw-part--page-tv > .otw-part__inner .otw-header--page .otw-heading:before {
  content: "";
  display: block;
  width: 100px;
  height: 16px;
  background-color: var(--wp--preset--color--secondary);
  margin: 0 auto;
}
.otw-part--page-tv > .otw-part__inner .otw-header--page .otw-heading:after {
  content: "";
  display: block;
  width: 100px;
  height: 16px;
  background-color: var(--wp--preset--color--secondary);
  margin: 0 auto;
}
.otw-part--page-tv > .otw-part__inner .otw-header--page .otw-media {
  order: 2;
  width: 100%;
}
.otw-part--page-tv > .otw-part__inner .otw-header--page .otw-media > img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.otw-part--page-tv .otw-page-hero > .otw-section__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--wp--style--global--wide-size);
}
.otw-part--page-tv .otw-page-tv-seasons {
  margin: 0 auto;
  width: 100%;
  max-width: var(--wp--style--global--wide-size);
}
@media (max-width: 1199.98px) {
  .otw-part--page-tv .otw-page-tv-seasons {
    padding: 0 var(--wp--preset--spacing--40);
  }
}
.otw-part--page-tv .otw-page-tv-seasons .otw-section-header {
  border-bottom: 5px solid var(--wp--preset--color--primary);
  padding-bottom: var(--wp--preset--spacing--40);
  margin-bottom: var(--wp--preset--spacing--60);
}
.otw-part--page-tv .otw-page-tv-latest {
  margin: 0 auto;
  width: 100%;
  max-width: var(--wp--style--global--wide-size);
}

.otw-part--query-default {
  padding: var(--wp--preset--spacing--80) 0;
}
.otw-part--query-default > .otw-part__inner {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--60);
}
.otw-part--query-default .otw-list.otw-list--cards > .otw-card > .otw-card__media {
  position: relative;
  aspect-ratio: 4/3;
}
@media (min-width: 768px) {
  .otw-part--query-default .otw-list.otw-list--cards > .otw-card {
    flex-direction: row;
  }
  .otw-part--query-default .otw-list.otw-list--cards > .otw-card > .otw-card__media {
    position: relative;
    aspect-ratio: 1/1;
    max-width: 200px;
    width: 100%;
    flex: 0 0 auto;
  }
  .otw-part--query-default .otw-list.otw-list--cards > .otw-card > .otw-card__media img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .otw-part--query-default .otw-list.otw-list--cards > .otw-card > .otw-card__content {
    flex: 1 1 auto;
    padding: var(--wp--preset--spacing--40);
  }
}
@media (min-width: 576px) {
  .otw-part--query-default .otw-list.otw-list--cards {
    display: grid;
    gap: var(--wp--preset--spacing--50);
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
@media (max-width: 767.98px) {
  .otw-part--query-default {
    padding: var(--wp--preset--spacing--60) 0;
  }
}

main.otw-part--query-forecast .otw-query {
  gap: 0;
}
@media (min-width: 992px) {
  main.otw-part--query-forecast .otw-query .otw-list--cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--wp--preset--spacing--40);
  }
}
main.otw-part--query-forecast .otw-query .otw-footer {
  margin-top: var(--wp--preset--spacing--60);
}
main.otw-part--query-forecast > .otw-part__inner {
  max-width: 100%;
  margin: 0;
}
main.otw-part--query-forecast .otw-grid {
  display: grid;
  gap: var(--wp--preset--spacing--40);
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
main.otw-part--query-forecast .otw-section-header__inner {
  padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--40);
}
main.otw-part--query-forecast .otw-map-section {
  background-color: var(--wp--preset--color--highlight, #0a486c);
}
main.otw-part--query-forecast .otw-map-section > .otw-section__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  main.otw-part--query-forecast .otw-map-section > .otw-section__inner {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }
}
main.otw-part--query-forecast .otw-map-canvas {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
main.otw-part--query-forecast .otw-map-canvas .otw-map-leaflet {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
main.otw-part--query-forecast .otw-map-canvas .otw-map {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
  align-self: flex-end;
  margin-top: auto;
}
@media (max-width: 767.98px) {
  main.otw-part--query-forecast .otw-map-canvas .otw-map {
    height: 100vh;
    max-height: 600px;
  }
}
@media (min-width: 768px) {
  main.otw-part--query-forecast .otw-map-canvas {
    flex: 1;
  }
}
main.otw-part--query-forecast .otw-map-latest .otw-layout__inner {
  padding: 0 var(--wp--preset--spacing--40);
  padding-bottom: var(--wp--preset--spacing--70);
}
main.otw-part--query-forecast .otw-map-nav {
  padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--50);
}
main.otw-part--query-forecast .otw-map-nav .otw-card__content {
  padding: 1rem;
}
main.otw-part--query-forecast .otw-map-nav .otw-heading {
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  main.otw-part--query-forecast .otw-map-nav .otw-grid--map-regions {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  main.otw-part--query-forecast .otw-map-nav .otw-grid--map-regions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 1rem;
    row-gap: 0.75rem;
  }
  main.otw-part--query-forecast .otw-map-nav .otw-grid--map-regions .otw-card {
    box-shadow: none;
    border-radius: 50px;
  }
  main.otw-part--query-forecast .otw-map-nav .otw-grid--map-regions .otw-card__content {
    padding: 0.75rem 1.25rem;
  }
  main.otw-part--query-forecast .otw-map-nav .otw-grid--map-regions .otw-card .otw-heading {
    font-size: 0.875rem;
  }
}
@media (max-width: 991.98px) {
  main.otw-part--query-forecast .otw-map-nav {
    background-color: var(--wp--preset--color--light, #ffffff);
  }
}
@media (min-width: 992px) {
  main.otw-part--query-forecast .otw-map-nav {
    flex: 1;
    padding: var(--wp--preset--spacing--80) var(--wp--preset--spacing--50);
  }
}

main.otw-part.otw-part--query-search {
  padding: var(--wp--preset--spacing--80) 0;
}
main.otw-part.otw-part--query-search > .otw-part__inner {
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
}
main.otw-part.otw-part--query-search > .otw-part__inner header.otw-section {
  width: 100%;
  margin-bottom: var(--wp--preset--spacing--60);
}
main.otw-part.otw-part--query-search > .otw-part__inner header.otw-section .otw-site-search {
  margin-top: var(--wp--preset--spacing--60);
  margin-bottom: var(--wp--preset--spacing--60);
  box-shadow: var(--wp--preset--shadow--crisp);
}
main.otw-part.otw-part--query-search > .otw-part__inner header.otw-section .otw-heading {
  font-size: 3rem;
  color: var(--wp--preset--color--primary);
  font-weight: 700;
}
main.otw-part.otw-part--query-search > .otw-part__inner header.otw-section .otw-subheading {
  font-size: 1rem;
  color: var(--wp--preset--color--muted);
}
main.otw-part.otw-part--query-search > .otw-part__inner header.otw-section .otw-search-term {
  color: var(--wp--preset--color--accent-2);
}
main.otw-part.otw-part--query-search > .otw-part__inner header.otw-section .otw-result-count {
  font-family: var(--wp--preset--font-family--inter);
  color: var(--wp--preset--color--muted);
  font-size: 1rem;
  font-weight: 600;
  margin-top: var(--wp--preset--spacing--20);
}
main.otw-part.otw-part--query-search > .otw-part__inner .otw-layout--sidebar-reverse {
  max-width: 100%;
}
main.otw-part.otw-part--query-search .otw-sidebar {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--60);
}
main.otw-part.otw-part--query-search .otw-search-results {
  padding: 0;
}
@media (min-width: 768px) {
  main.otw-part.otw-part--query-search .otw-search-results {
    display: grid;
    gap: var(--wp--preset--spacing--40);
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
@media (min-width: 992px) {
  main.otw-part.otw-part--query-search .otw-sidebar {
    position: sticky;
    top: var(--wp--preset--spacing--60);
    align-self: start;
  }
}
@media (max-width: 575.98px) {
  main.otw-part.otw-part--query-search > .otw-part__inner {
    padding: var(--wp--preset--spacing--50);
  }
}

@media (max-width: 991.98px) {
  body.search-results .otw-site-header .otw-col--search {
    display: none;
  }
}

.otw-part--query-video {
  padding: var(--wp--preset--spacing--80) 0;
}
.otw-part--query-video .otw-header .otw-hero {
  margin-top: var(--wp--preset--spacing--40);
}
.otw-part--query-video .otw-part__inner {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--70);
}
.otw-part--query-video .otw-section--category {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--40);
  padding: 0 var(--wp--preset--spacing--40);
}
@media (min-width: 1200px) {
  .otw-part--query-video .otw-section--category {
    padding: 0;
  }
}
.otw-part--query-video .otw-section--category .otw-section-content .otw-list {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--40);
}
@media (min-width: 768px) {
  .otw-part--query-video .otw-section--category .otw-section-content .otw-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--wp--preset--spacing--40);
  }
}
@media (min-width: 992px) {
  .otw-part--query-video .otw-section--category .otw-section-content .otw-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .otw-part--query-video .otw-section--category .otw-section-content .otw-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.otw-part--query-video .otw-section--query-default .otw-section-content {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--40);
}
.otw-part--query-video .otw-section--query-default .otw-section-content .otw-list {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--40);
}
@media (min-width: 768px) {
  .otw-part--query-video .otw-section--query-default .otw-section-content .otw-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--wp--preset--spacing--40);
  }
}

body.author main.otw-part--single-author > .otw-part__inner {
  padding: var(--wp--preset--spacing--80) 0;
}
@media (max-width: 1199.98px) {
  body.author main.otw-part--single-author > .otw-part__inner {
    padding: var(--wp--preset--spacing--60) 0;
  }
}
body.author main.otw-part--single-author .otw-section-header {
  margin-bottom: var(--wp--preset--spacing--60);
  padding-bottom: var(--wp--preset--spacing--40);
  border-bottom: 2px solid var(--wp--preset--color--primary);
}
body.author main.otw-part--single-author h2.otw-section-heading {
  font-size: 1.5rem;
}
body.author main.otw-part--single-author .otw-author-header {
  background: var(--wp--preset--color--light);
  border: 2px solid var(--wp--preset--color--primary);
  padding: var(--wp--preset--spacing--60);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body.author main.otw-part--single-author .otw-author__avatar {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  margin: 0 auto var(--wp--preset--spacing--50);
  border: 1px solid var(--wp--preset--color--light);
  box-shadow: var(--wp--preset--shadow--crisp);
}
body.author main.otw-part--single-author .otw-author__name {
  font-size: 2rem;
  margin-bottom: var(--wp--preset--spacing--20);
  font-weight: 900;
}
body.author main.otw-part--single-author .otw-author__title {
  font-size: 1.25rem;
  color: var(--wp--preset--color--muted);
}
body.author main.otw-part--single-author .otw-author__bio {
  font-size: 0.9rem;
  margin-bottom: 0;
  max-width: 70ch;
}
@media (min-width: 768px) {
  body.author main.otw-part--single-author .otw-list--cards {
    display: grid;
    gap: var(--wp--preset--spacing--40);
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

.otw-part--single-forecast {
  padding: var(--wp--preset--spacing--60) 0;
}
@media (min-width: 768px) {
  .otw-part--single-forecast {
    padding: var(--wp--preset--spacing--80) 0;
  }
}

.otw-part--single-page {
  padding: var(--wp--preset--spacing--80) 0;
}

.otw-page--single-page {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--50);
}

.otw-part--single-post {
  padding: var(--wp--preset--spacing--60) 0;
}
.otw-part--single-post .otw-post-header .otw-heading {
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.2;
}
@media (max-width: 575.98px) {
  .otw-part--single-post .otw-post-header .otw-heading {
    word-break: break-word;
  }
}
@media (min-width: 768px) {
  .otw-part--single-post .otw-post-header .otw-heading {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
  }
}
@media (min-width: 768px) {
  .otw-part--single-post {
    padding: var(--wp--preset--spacing--80) 0;
  }
}

.otw-part--single-region {
  padding-bottom: var(--wp--preset--spacing--80);
}
@media (min-width: 1200px) {
  .otw-part--single-region {
    padding: var(--wp--preset--spacing--80) 0;
  }
}
.otw-part--single-region .otw-part__inner {
  max-width: var(--wp--style--global--wide-size);
  width: 100%;
  margin: 0 auto;
  padding: 0;
  gap: var(--wp--preset--spacing--50);
}
.otw-part--single-region .otw-layout--sidebar-reverse .otw-content__item {
  height: 100%;
}
.otw-part--single-region .otw-layout--sidebar-reverse .otw-content__item .otw-hero {
  height: 100%;
}

.otw-query--single-region {
  gap: 0;
}

.otw-header--single-region .otw-header__inner {
  padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--40);
  padding-bottom: var(--wp--preset--spacing--20);
}
@media (min-width: 1200px) {
  .otw-header--single-region .otw-header__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.otw-section--single-region-hero {
  max-width: 100%;
  width: 100%;
}
.otw-section--single-region-hero .otw-hero {
  display: flex;
  flex-direction: column;
}
.otw-section--single-region-hero .otw-hero .otw-card__content {
  flex: 0;
}
@media (min-width: 1200px) {
  .otw-section--single-region-hero .otw-hero {
    flex-direction: row;
    gap: var(--wp--preset--spacing--50);
  }
}

/* Layout: Single Region Grid */
.otw-single-region {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--50);
  /* Latest Content Section */
}
.otw-single-region .otw-content--single-region {
  grid-area: content;
}

/* Fishing Report Widget */
.otw-widget--fishing-report {
  position: relative;
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-image: url(https://onthewater.com/wp-content/uploads/2025/07/otw-background-image-pattern-topo-1.png);
  background-color: var(--wp--preset--color--dark);
  color: var(--wp--preset--color--light);
  padding: var(--wp--preset--spacing--50);
  box-shadow: var(--wp--preset--shadow--crisp-accent-2);
  cursor: pointer;
}
@media (min-width: 1200px) {
  .otw-widget--fishing-report {
    aspect-ratio: 4/5;
  }
}
.otw-widget--fishing-report .otw-heading {
  color: var(--wp--preset--color--light);
  margin-bottom: var(--wp--preset--spacing--20);
  font-size: 1.5rem;
}
.otw-widget--fishing-report .otw-subheading {
  color: var(--wp--preset--color--light);
  margin-bottom: var(--wp--preset--spacing--50);
}
.otw-widget--fishing-report .otw-action {
  color: var(--wp--preset--color--light);
  background-color: var(--wp--preset--color--accent-1);
  font-family: var(--wp--preset--font-family--chivo);
  font-weight: 700;
  padding: 1rem 1.25rem;
  margin-top: auto;
}
.otw-widget--fishing-report .otw-action:hover {
  color: var(--wp--preset--color--light);
}
.otw-widget--fishing-report .otw-action .otw-arrow {
  display: inline-block;
  transition: transform 0.25s ease-in-out;
}
.otw-widget--fishing-report .otw-action:hover .otw-arrow {
  transform: translateX(4px);
}

.otw-query--single-region {
  max-width: var(--wp--style--global--wide-size);
  width: 100%;
  margin: 0 auto;
  gap: var(--wp--preset--spacing--40);
}
.otw-query--single-region .otw-section-header__inner {
  padding-left: var(--wp--preset--spacing--40);
  padding-right: var(--wp--preset--spacing--40);
}
@media (min-width: 1200px) {
  .otw-query--single-region .otw-section-header__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.otw-query--single-region > .otw-section--main-query {
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.otw-query--single-region > .otw-section--main-query .otw-layout__inner {
  padding: 0 var(--wp--preset--spacing--40);
}
@media (min-width: 1200px) {
  .otw-query--single-region > .otw-section--main-query .otw-layout__inner {
    padding: 0;
  }
}
@media (min-width: 576px) {
  .otw-query--single-region .otw-list--cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--wp--preset--spacing--40);
  }
}
@media (min-width: 1200px) {
  .otw-query--single-region .otw-list--cards {
    padding: 0;
  }
}

.otw-part.otw-part--single-term {
  padding-bottom: var(--wp--preset--spacing--80);
}
@media (min-width: 1200px) {
  .otw-part.otw-part--single-term {
    padding-top: var(--wp--preset--spacing--60);
  }
}

.otw-query--single-term {
  gap: 0;
}

.otw-header--single-term .otw-header__inner {
  padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--40);
}
@media (min-width: 1200px) {
  .otw-header--single-term .otw-header__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.otw-query--single-term > .otw-section--main-query {
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.otw-query--single-term > .otw-section--main-query .otw-layout__inner {
  padding: 0 var(--wp--preset--spacing--40);
}
@media (min-width: 1200px) {
  .otw-query--single-term > .otw-section--main-query .otw-layout__inner {
    padding: 0;
  }
}
@media (min-width: 576px) {
  .otw-query--single-term .otw-list--cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--wp--preset--spacing--40);
  }
}
@media (min-width: 1200px) {
  .otw-query--single-term .otw-list--cards {
    padding: 0;
  }
}

.otw-part--single-video {
  padding: var(--wp--preset--spacing--80) 0;
}
.otw-part--single-video .otw-post--single-video {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--50);
}
.otw-part--single-video .otw-post--single-video > header .otw-heading {
  margin-bottom: var(--wp--preset--spacing--20);
}
.otw-part--single-video .otw-post--single-video > header .otw-meta {
  display: flex;
  font-size: 0.875rem;
  color: var(--wp--preset--color--muted);
  margin-bottom: var(--wp--preset--spacing--50);
  text-transform: uppercase;
  font-weight: 600;
}
.otw-part--single-video .otw-post--single-video > header .otw-item-byline-link {
  color: var(--wp--preset--color--accent-2);
  font-weight: 700;
}
.otw-part--single-video .otw-post--single-video > header .otw-item-media__inner {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--40);
}
.otw-part--single-video .otw-post--single-video > header .otw-item-media__companion {
  width: 100%;
  height: auto;
}
.otw-part--single-video .otw-post--single-video > footer {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--40);
}
.otw-part--single-video .otw-post--single-video .otw-item-content h2,
.otw-part--single-video .otw-post--single-video .otw-item-content h3,
.otw-part--single-video .otw-post--single-video .otw-item-content h4,
.otw-part--single-video .otw-post--single-video .otw-item-content h5,
.otw-part--single-video .otw-post--single-video .otw-item-content h6 {
  margin-top: var(--wp--preset--spacing--60);
  margin-bottom: var(--wp--preset--spacing--40);
  font-family: var(--wp--preset--font-family--chivo);
  color: var(--wp--preset--color--primary);
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
.otw-part--single-video .otw-post--single-video .otw-item-content h2 {
  font-size: 2rem;
}
.otw-part--single-video .otw-post--single-video .otw-item-content h3 {
  font-size: 1.5rem;
}
.otw-part--single-video .otw-post--single-video .otw-item-content h4 {
  font-size: 1.25rem;
}
.otw-part--single-video .otw-post--single-video .otw-item-content h5 {
  font-size: 1rem;
}
.otw-part--single-video .otw-post--single-video .otw-item-content h6 {
  font-size: 0.875rem;
}
.otw-part--single-video .otw-post--single-video .otw-item-content p {
  margin: 0 0 var(--wp--preset--spacing--50) 0;
}
.otw-part--single-video .otw-post--single-video .otw-item-content p:last-child {
  margin-bottom: 0;
}
.otw-part--single-video .otw-post--single-video .otw-item-content a {
  color: var(--wp--preset--color--accent-2);
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.otw-part--single-video .otw-post--single-video .otw-item-content a:hover {
  text-decoration: underline;
}
.otw-part--single-video .otw-post--single-video .otw-item-content img {
  max-width: 100%;
  height: auto;
  display: block;
}

.otw-shadow-separator:after {
  content: "";
  width: 100%;
  height: 0px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 3px 0px 32px 6px #081d2b;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}