/*! SG Main CSS - Custom framework (sg- prefixed classes only) */
table,
td,
th {
    border: 1px solid #ddd;
}
.fw-bold,
.graphP-basic-wrapper > label,
.sg-post-navigation > ul.post-nav-list > li .nav-label span.nav-label-title,
th {
    font-weight: 700;
}
.sg-text-nowrap,
.sg-text-truncate {
    white-space: nowrap !important;
}
.sg-nav,
.sg-navbar-nav {
    list-style: none;
    margin-bottom: 0;
}
body,
html {
    color: var(--color-text);
    background-color: var(--color-body);
}
header#masterhead .primary-navbar.primary-navbar--theme_header_bold .navbar--float_right,
header#masterhead .primary-navbar.primary-navbar--theme_header_classic .navbar--float_right {
    align-self: stretch;
}
*,
.sgpopup.sg-popup-open,
::after,
::before,
body {
    box-sizing: border-box;
}
.sg-d-none,
[hidden] {
    display: none !important;
}
.sg-visually-hidden,
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    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;
}
.sg-dropdown,
.sg-input-group,
.sg-navbar,
.sg-site-navigation.sg-navbar-nav .sg-nav-item,
.sg-site-navigation.sg-navbar-nav .sg-nav-item.has-child > .sub-menu a > span,
.site-wrapper,
footer#masterfoot .footer-widget {
    position: relative;
}
.container,
.container-fluid,
.row > * {
    padding-right: 15px;
    padding-left: 15px;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--color-danger);
}
.event-item > .info .description ~ .meta,
p,
ul {
    margin-top: 0;
}
body {
    margin: 0;
    padding: 0;
    font-size: var(--body-font-size);
    font-family: var(--body-font-family), sans-serif;
    line-height: 1.5;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}
p {
    margin-bottom: 1rem;
}
table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}
td,
th {
    padding: 12px 15px;
    text-align: left;
}
thead {
    background: #f4f4f4;
}
th {
    color: #333;
}
tbody tr:nth-child(2n) {
    background: #fafafa;
}
tbody tr:hover {
    background: #f1f7ff;
}
.small,
small {
    font-size: 0.875rem;
}
:root {
    --body-font-size: 15px;
    --body-font-family: "Poppins";
    --container-width: 1199px;
    --form-control-radius: 0.375rem;
    --form-control-padding-x: 1rem;
    --form-control-padding-y: 0.75rem;
    --button-font-size: var(--body-font-size);
    --button-font-family: var(--body-font-family);
    --button-radius: 0.375rem;
    --button-padding-x: 0.75rem;
    --button-padding-y: 0.375rem;
    --headings_1-font-family: var(--body-font-family);
    --headings_1-font-size: 60px;
    --headings_2-font-family: var(--body-font-family);
    --headings_2-font-size: 46px;
    --headings_3-font-family: var(--body-font-family);
    --headings_3-font-size: 36px;
    --headings_4-font-family: var(--body-font-family);
    --headings_4-font-size: 24px;
    --headings_5-font-family: var(--body-font-family);
    --headings_5-font-size: 20px;
    --headings_6-font-family: var(--body-font-family);
    --headings_6-font-size: 18px;
    --color-body: #ffffff;
    --color-text: #000000;
    --color-text-muted: color-mix(in srgb, var(--color-text) 55%, var(--color-body));
    --color-border: color-mix(in srgb, var(--color-text) 12%, var(--color-body));
    --color-accent: #051e37;
    --color-accent_hover: #051e37;
    --color-accent_foreground: #ffffff;
    --color-primary: #0a58ca;
    --color-primary-rgb: 10, 88, 202;
    --color-primary_hover: #0a58ca;
    --color-primary_foreground: #ffffff;
    --color-secondary: #71a2ea;
    --color-secondary-rgb: 113, 162, 234;
    --color-secondary_hover: #71a2ea;
    --color-secondary_foreground: #ffffff;
    --color-success: #146c43;
    --color-success-rgb: 20, 108, 67;
    --color-success_hover: #146c43;
    --color-success_foreground: #ffffff;
    --color-info: #2dcfe9;
    --color-info-rgb: 45, 207, 233;
    --color-info_hover: #2dcfe9;
    --color-info_foreground: #000000;
    --color-warning: #e9af43;
    --color-warning-rgb: 233, 175, 67;
    --color-warning_hover: #e9af43;
    --color-warning_foreground: #000000;
    --color-danger: #bb2d3b;
    --color-danger-rgb: 187, 45, 59;
    --color-danger_hover: #bb2d3b;
    --color-danger_foreground: #ffffff;
    --color-light: #fff;
    --color-light-rgb: 255, 255, 255;
    --color-light_hover: #fff;
    --color-light_foreground: #000000;
    --color-dark: #000;
    --color-dark-rgb: 0, 0, 0;
    --color-dark_hover: #000;
    --color-dark_foreground: #ffffff;
    --radius: 1rem;
    --shape-divider-color-top: #000;
    --shape-divider-width-top: 100%;
    --shape-divider-height-top: 200px;
    --shape-divider-color-bottom: #000;
    --shape-divider-width-bottom: 100%;
    --shape-divider-height-bottom: 200px;
    --border-width: 1px;
}
.container,
.container-fluid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.row {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    --fx-gutter-x: 1.5rem;
    margin-right: calc(-.5 * var(--fx-gutter-x));
    margin-left: calc(-.5 * var(--fx-gutter-x));
}
.row > * {
    position: relative;
    flex-grow: 0;
    flex-basis: 100%;
    max-width: 100%;
    padding-right: calc(var(--fx-gutter-x) * .5);
    padding-left: calc(var(--fx-gutter-x) * .5);
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.666667%;
    }
}
.sg-d-block {
    display: block !important;
}
.sg-d-flex {
    display: flex !important;
}
.sg-d-inline-block {
    display: inline-block !important;
}
.sg-d-inline-flex {
    display: inline-flex !important;
}
.sg-flex-column {
    flex-direction: column !important;
}
.sg-flex-wrap {
    flex-wrap: wrap !important;
}
.sg-flex-grow-1 {
    flex-grow: 1 !important;
}
.sg-align-items-start {
    align-items: flex-start !important;
}
.sg-align-items-center {
    align-items: center !important;
}
.sg-align-items-end {
    align-items: flex-end !important;
}
.sg-justify-content-start {
    justify-content: flex-start !important;
}
.sg-justify-content-center {
    justify-content: center !important;
}
.sg-justify-content-between {
    justify-content: space-between !important;
}
.sg-justify-content-end {
    justify-content: flex-end !important;
}
.sg-m-auto {
    margin: auto !important;
}
.sg-m-0 {
    margin: 0 !important;
}
.sg-m-1 {
    margin: 0.25rem !important;
}
.sg-m-2 {
    margin: 0.5rem !important;
}
.sg-m-3 {
    margin: 1rem !important;
}
.sg-mb-auto {
    margin-bottom: auto !important;
}
.sg-mb-0 {
    margin-bottom: 0 !important;
}
.sg-mb-1 {
    margin-bottom: 0.25rem !important;
}
.sg-mb-2 {
    margin-bottom: 0.5rem !important;
}
.sg-mb-3 {
    margin-bottom: 1rem !important;
}
.sg-mb-4 {
    margin-bottom: 1.5rem !important;
}
.sg-mb-5 {
    margin-bottom: 3rem !important;
}
.sg-mt-auto {
    margin-top: auto !important;
}
.sg-mt-0 {
    margin-top: 0 !important;
}
.sg-mt-1 {
    margin-top: 0.25rem !important;
}
.sg-mt-2 {
    margin-top: 0.5rem !important;
}
.sg-mt-3 {
    margin-top: 1rem !important;
}
.sg-mt-4 {
    margin-top: 1.5rem !important;
}
.sg-mt-5 {
    margin-top: 3rem !important;
}
.sg-ms-auto {
    margin-left: auto !important;
}
.sg-ms-0 {
    margin-left: 0 !important;
}
.sg-ms-1 {
    margin-left: 0.25rem !important;
}
.sg-ms-2 {
    margin-left: 0.5rem !important;
}
.sg-ms-3 {
    margin-left: 1rem !important;
}
.sg-me-auto {
    margin-right: auto !important;
}
.sg-me-0 {
    margin-right: 0 !important;
}
.sg-me-1 {
    margin-right: 0.25rem !important;
}
.sg-me-2 {
    margin-right: 0.5rem !important;
}
.sg-me-3 {
    margin-right: 1rem !important;
}
.sg-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.sg-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.sg-mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}
.sg-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}
.sg-mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}
.sg-mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}
.sg-mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}
.sg-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.sg-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.sg-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.sg-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.sg-my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.sg-my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.sg-my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.sg-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.sg-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}
.sg-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.sg-px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.sg-px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.sg-px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
.sg-p-0 {
    padding: 0 !important;
}
.sg-p-1 {
    padding: 0.25rem !important;
}
.sg-p-2 {
    padding: 0.5rem !important;
}
.sg-p-3 {
    padding: 1rem !important;
}
.sg-p-4 {
    padding: 1.5rem !important;
}
.sg-p-5 {
    padding: 3rem !important;
}
.sg-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.sg-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.sg-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.sg-py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.sg-py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.sg-py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.sg-gap-1 {
    gap: 0.25rem !important;
}
.sg-gap-2 {
    gap: 0.5rem !important;
}
.sg-gap-3 {
    gap: 1rem !important;
}
.sg-gap-4 {
    gap: 1.5rem !important;
}
.sg-g-4 {
    --sg-gutter-x: 1.5rem;
    --sg-gutter-y: 1.5rem;
}
.sg-g-4 > * {
    padding-right: calc(var(--sg-gutter-x) * 0.5);
    padding-left: calc(var(--sg-gutter-x) * 0.5);
    margin-top: var(--sg-gutter-y);
}
.sg-text-center {
    text-align: center !important;
}
.sg-text-start {
    text-align: left !important;
}
.sg-text-end {
    text-align: right !important;
}
.sg-text-muted {
    color: #6c757d !important;
}
.sg-text-white {
    color: #fff !important;
}
.sg-small {
    font-size: 0.875em !important;
}
.sg-fw-bold {
    font-weight: 700 !important;
}
.sg-fw-normal {
    font-weight: 400 !important;
}
.sg-fw-semibold {
    font-weight: 600 !important;
}
.sg-lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.sg-text-primary {
    color: var(--color-primary) !important;
}
.sg-text-secondary {
    color: var(--color-secondary) !important;
}
.sg-text-success {
    color: var(--color-success) !important;
}
.sg-text-danger {
    color: var(--color-danger) !important;
}
.sg-text-warning {
    color: var(--color-warning) !important;
}
.sg-text-info {
    color: var(--color-info) !important;
}
.sg-text-dark {
    color: var(--color-dark) !important;
}
.sg-text-light {
    color: var(--color-light) !important;
}
.sg-text-uppercase {
    text-transform: uppercase !important;
}
.sg-text-lowercase {
    text-transform: lowercase !important;
}
.sg-text-capitalize {
    text-transform: capitalize !important;
}
.sg-text-decoration-none {
    text-decoration: none !important;
}
.btn,
.sg-dropdown-item,
.sg-nav-link,
.sg-navbar-brand,
.sg-page-link,
a {
    text-decoration: none;
}
.sg-text-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.sg-text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}
.sg-fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}
.sg-fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}
.sg-fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}
.sg-fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}
.sg-fs-5 {
    font-size: 1.25rem !important;
}
.sg-fs-6 {
    font-size: 1rem !important;
}
.sg-lh-1 {
    line-height: 1 !important;
}
.sg-lh-sm {
    line-height: 1.25 !important;
}
.sg-lh-base {
    line-height: 1.5 !important;
}
.sg-lh-lg {
    line-height: 2 !important;
}
.sg-bg-primary {
    background-color: var(--color-primary) !important;
}
.sg-bg-secondary {
    background-color: var(--color-secondary) !important;
}
.sg-bg-success {
    background-color: var(--color-success) !important;
}
.sg-bg-danger {
    background-color: var(--color-danger) !important;
}
.sg-bg-warning {
    background-color: var(--color-warning) !important;
}
.sg-bg-info {
    background-color: var(--color-info) !important;
}
.sg-bg-light {
    background-color: var(--color-light) !important;
}
.sg-bg-dark {
    background-color: var(--color-dark) !important;
}
.sg-bg-white {
    background-color: #fff !important;
}
.sg-bg-transparent {
    background-color: transparent !important;
}
.mapembed iframe,
.sg-w-100 {
    width: 100% !important;
}
.form-control,
.form-select {
    width: 100%;
    color: #212529;
    display: block;
    line-height: 1.5;
    background-clip: padding-box;
    font-weight: 400;
}
.sg-h-100 {
    height: 100% !important;
}
.form-control {
    font-size: 1rem;
    background-color: #fff;
    border: 1px solid #ced4da;
    padding: var(--form-control-padding-y) var(--form-control-padding-x);
    border-radius: var(--form-control-radius);
    appearance: none;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
}
.form-control-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
select.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.form-check-input,
.form-select {
    appearance: none;
    background-color: #fff;
}
.form-select {
    font-size: 1rem;
    border: 1px solid #ced4da;
    padding: var(--form-control-padding-y) var(--form-control-padding-x);
    border-radius: var(--form-control-radius);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}
.form-group {
    display: block;
    margin-bottom: 1rem;
}
.form-label {
    margin-bottom: 0.5rem;
    display: inline-block;
}
.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #6c757d;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    border: 1px solid rgba(0, 0, 0, 0.25);
    print-color-adjust: exact;
    float: left;
    margin-left: -1.5em;
}
.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}
.form-check-input[type="radio"] {
    border-radius: 50%;
}
.form-check-input:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.form-check-label {
    cursor: pointer;
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
.sg-input-group {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.sg-input-group > .form-control,
.sg-input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.sg-input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
}
.sg-input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.sg-input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.sg-input-group:not(.has-validation) > .sg-dropdown-toggle:nth-last-child(n + 3),
.sg-input-group:not(.has-validation)
    > :not(:last-child):not(.sg-dropdown-toggle):not(.sg-dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.sg-input-group
    > :not(:first-child):not(.sg-dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(
        .invalid-feedback
    ) {
    margin-left: calc(-1 * var(--border-width));
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.sg-invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}
.form-control.is-invalid ~ .sg-invalid-feedback,
.was-validated .form-control:invalid ~ .sg-invalid-feedback {
    display: block;
}
.sg-nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}
.sg-nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: var(--color-primary);
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out;
    cursor: pointer;
}
.sg-nav-link:hover {
    color: var(--color-primary_hover);
}
.sg-nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.sg-nav-tabs .sg-nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.sg-nav-tabs .sg-nav-link.active,
.sg-nav-tabs .sg-nav-link.sg-active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.sg-nav-pills .sg-nav-link.active,
.sg-nav-pills .sg-nav-link.sg-active {
    color: #fff;
    background-color: var(--color-primary);
}
/* Tabs (sgb-component-tabs) — icon in nav title + per-tab CTAs */
.sgTabs .sg-nav-link { display: inline-flex; align-items: center; gap: 8px; }
.sgTabs .sg-nav.sg-flex-column .sg-nav-link { display: flex; }
.sgTabs .sg-nav-link .icon { width: 16px; height: 16px; flex-shrink: 0; }
.sg-tab-pane__ctas { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 8px; }
.ap-popup .ap-overlay,
.ap-popup:not(.is-popup) .ap-close,
.archived-events.layout-list .event-item > .info .event-date,
.archived-events.sidebar-posts .event-item > .info .event-date,
.archived-events.sidebar-posts .event-item > .info > .offset-event-date,
.collapse,
.mobile-navbar-brand,
.sg-tab-content > .sg-tab-pane,
.sgb-video-player .media-poster ~ .media-container,
.sgpopup {
    display: none;
}
#mobile-nav.open,
.collapse.show,
.sg-dropdown-menu.sg-show,
.sg-dropdown.sg-show > .sg-dropdown-menu,
.sg-modal.show,
.sg-navbar-nav .sg-nav-item.open > .sg-dropdown-menu,
.sg-post-navigation > ul.post-nav-list > li .nav-label span,
.sg-site-navigation.sg-navbar-nav .sg-nav-item.has-child > .sub-menu li > a,
.sg-tab-content > .sg-tab-pane.active,
.sg-tab-content > .sg-tab-pane.sg-active,
.sgb-component-gallery .gallery-items.layout-carousel .gallery-item.gallery-item-video,
.sgb-component-gallery > .gallery-items.layout-carousel,
.sgb-component-testimonials .testimonial-item .title span,
.sgb-component-testimonials .testimonial-items.layout-carousel,
header#masterhead .sg-mega-menus-wrapper > .mega-menu-dropdown.is-open {
    display: block;
}
.sg-navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.sg-navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
}
.sg-navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    white-space: nowrap;
}
.sg-navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    cursor: pointer;
}
.sg-navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
@media (min-width: 768px) {
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.333333%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .sg-d-md-none {
        display: none !important;
    }
    .sg-d-md-block {
        display: block !important;
    }
    .sg-navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .sg-navbar-expand-md .sg-navbar-nav {
        flex-direction: row;
    }
    .sg-navbar-expand-md .sg-navbar-nav .sg-nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .sg-navbar-expand-md .sg-navbar-toggler {
        display: none;
    }
}
.sg-dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.sg-dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    border-radius: var(--radius);
}
.sg-dropdown-menu-end {
    right: 0;
    left: auto;
}
.sg-dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.h1,
.h2,
.h3,
.sg-badge,
h1,
h2,
h3 {
    font-weight: 700;
}
.sg-dropdown-item:focus,
.sg-dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef;
}
.alert.alert-accent,
.alert.alert-danger,
.alert.alert-info,
.alert.alert-primary,
.alert.alert-secondary,
.alert.alert-success,
.alert.alert-warning {
    color: var(--color-light);
}
.sg-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.sg-card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.sg-card-body {
    flex: 1 1 auto;
    padding: 1rem;
}
.sg-card-title {
    margin-bottom: 0.5rem;
}
.sg-badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.sg-accordion-body,
.sg-accordion-button {
    padding: 1rem 1.25rem;
}
.sg-text-bg-primary {
    color: var(--color-primary_foreground) !important;
    background-color: var(--color-primary) !important;
}
.sg-text-bg-secondary {
    color: var(--color-secondary_foreground) !important;
    background-color: var(--color-secondary) !important;
}
.sg-text-bg-success {
    color: var(--color-success_foreground) !important;
    background-color: var(--color-success) !important;
}
.sg-text-bg-danger {
    color: var(--color-danger_foreground) !important;
    background-color: var(--color-danger) !important;
}
.sg-text-bg-warning {
    color: var(--color-warning_foreground) !important;
    background-color: var(--color-warning) !important;
}
.sg-text-bg-info {
    color: var(--color-info_foreground) !important;
    background-color: var(--color-info) !important;
}
.sg-text-bg-light {
    color: var(--color-light_foreground) !important;
    background-color: var(--color-light) !important;
}
.sg-text-bg-dark {
    color: var(--color-dark_foreground) !important;
    background-color: var(--color-dark) !important;
}
.sg-text-bg-white {
    color: #000 !important;
    background-color: #fff !important;
}
.sg-table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}
.sg-table > :not(caption) > * > * {
    padding: 0.5rem;
    border-bottom: 1px solid;
    border-bottom-color: inherit;
}
.sg-table > thead {
    vertical-align: bottom;
}
.sg-table > tbody {
    vertical-align: inherit;
}
.sg-table-striped > tbody > tr:nth-of-type(odd) > * {
    background-color: rgba(0, 0, 0, 0.05);
}
.sg-table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
/* Bootstrap Reboot — table element base. Normalises bare table markup so the
 * .sg-table* classes (and authored content) build on a clean reset: collapsed
 * borders, bottom caption, inheriting cell borders that stay invisible until a
 * table style opts in. Mirrors Bootstrap 5's _reboot.scss (vars resolved:
 * $table-cell-padding-y .5rem, $table-caption-color #6c757d). */
table {
    caption-side: bottom;
    border-collapse: collapse;
}
caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left;
}
/* 1. Matches default <td> alignment by inheriting text-align.
 * 2. Fix alignment for Safari. */
th {
    text-align: inherit; /* 1 */
    text-align: -webkit-match-parent; /* 2 */
}
thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
.sg-align-middle {
    vertical-align: middle !important;
}
.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s;
}
.sg-accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    overflow-anchor: none;
    cursor: pointer;
}
.sg-accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}
.sg-accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}
.sg-accordion-item {
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.sg-accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.sg-accordion-item:last-of-type {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.sg-accordion-header,
.sg-popup-container .sgpopup-content p:last-child,
.topbar p:last-of-type {
    margin-bottom: 0;
}
.sg-accordion-flush > .sg-accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.sg-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.sg-offcanvas-bottom,
.sg-offcanvas-top {
    right: 0;
    height: 30vh;
    left: 0;
    max-height: 100%;
}
.sg-modal-content,
.sg-offcanvas {
    background-color: #fff;
    background-clip: padding-box;
    display: flex;
    outline: 0;
}
.sg-modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.sg-modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.sg-modal-content {
    position: relative;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
.sg-modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
}
.sg-modal-title,
.sg-offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.sg-modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
@media (min-width: 576px) {
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.333333%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .sg-modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .sg-modal-lg {
        max-width: 800px;
    }
}
.sg-offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 10050;
    flex-direction: column;
    max-width: 100%;
    color: #212529;
    visibility: hidden;
    transition: transform 0.3s ease-in-out;
}
.fade,
.sg-offcanvas-backdrop {
    transition: opacity 0.15s linear;
}
.sg-offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
}
.sg-offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
}
.sg-offcanvas-top {
    top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(-100%);
}
.sg-offcanvas-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
}
.sg-offcanvas.sg-show,
.sg-offcanvas.showing {
    transform: none;
    visibility: visible;
}
.sg-offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0;
}
.sg-offcanvas-backdrop.sg-show {
    opacity: 0.5;
}
.sg-offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}
.sg-spinner,
.sg-spinner-border,
.sg-spinner-border-sm {
    display: inline-block;
    vertical-align: -0.125em;
    animation: 0.75s linear infinite sg-spinner;
}
.sg-offcanvas-body {
    flex-grow: 1;
    padding: 1rem;
    overflow-y: auto;
}
.sg-list-unstyled,
.sg-pagination {
    padding-left: 0;
    list-style: none;
}
.sg-spinner,
.sg-spinner-border {
    width: 2rem;
    height: 2rem;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
}
.sg-spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border: 0.2em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
}
@keyframes sg-spinner {
    to {
        transform: rotate(360deg);
    }
}
.sg-img-fluid {
    max-width: 100%;
    height: auto;
}
.sg-rounded {
    border-radius: 0.25rem !important;
}
.sg-rounded-circle {
    border-radius: 50% !important;
}
.sg-border {
    border: 1px solid #dee2e6 !important;
}
.sg-border-0 {
    border: 0 !important;
}
.sg-shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.sg-object-fit-cover {
    object-fit: cover !important;
}
.sg-invisible {
    visibility: hidden !important;
}
.sg-visible {
    visibility: visible !important;
}
.sg-opacity-0 {
    opacity: 0 !important;
}
.sg-opacity-25 {
    opacity: 0.25 !important;
}
.sg-opacity-50 {
    opacity: 0.5 !important;
}
.sg-opacity-75 {
    opacity: 0.75 !important;
}
.sg-opacity-90 {
    opacity: 0.9 !important;
}
.sg-opacity-100 {
    opacity: 1 !important;
}
.sg-position-relative {
    position: relative !important;
}
.sg-position-absolute {
    position: absolute !important;
}
.sg-position-fixed {
    position: fixed !important;
}
.sg-position-sticky {
    position: sticky !important;
}
.sg-navbar-nav .sg-nav-item.is-mega-menu,
.sg-position-static {
    position: static !important;
}
.sg-fixed-bottom,
.sg-fixed-top {
    position: fixed !important;
    left: 0;
    z-index: 1030;
    right: 0;
}
.sg-fixed-top {
    top: 0;
}
.sg-fixed-bottom {
    bottom: 0;
}
.sg-sticky-top {
    position: sticky !important;
    top: 0;
    z-index: 1020;
}
.sg-top-0 {
    top: 0 !important;
}
.sg-bottom-0 {
    bottom: 0 !important;
}
.sg-start-0 {
    left: 0 !important;
}
.sg-end-0 {
    right: 0 !important;
}
.sg-top-50 {
    top: 50% !important;
}
.sg-start-50 {
    left: 50% !important;
}
.sg-translate-middle {
    transform: translate(-50%, -50%) !important;
}
.sg-overflow-auto {
    overflow: auto !important;
}
.sg-overflow-hidden,
body.ap-lock {
    overflow: hidden !important;
}
.sg-overflow-visible {
    overflow: visible !important;
}
.sg-overflow-scroll {
    overflow: scroll !important;
}
.sg-pe-none {
    pointer-events: none !important;
}
.sg-pe-auto {
    pointer-events: auto !important;
}
.sg-user-select-none {
    user-select: none !important;
}
.sg-user-select-all {
    user-select: all !important;
}
.sg-clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.sg-cursor-pointer {
    cursor: pointer !important;
}
.sg-ratio {
    position: relative;
    width: 100%;
}
.sg-ratio::before {
    display: block;
    padding-top: var(--sg-aspect-ratio);
    content: "";
}
.sg-ratio > *,
.sgb-video-player .media-container,
.sgb-video-player .media-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.alert,
.sg-page-link,
.site-content {
    position: relative;
}
.sg-ratio-16x9 {
    --sg-aspect-ratio: 56.25%;
}
.sg-ratio-4x3 {
    --sg-aspect-ratio: 75%;
}
.fade:not(.show),
.sg-accordion > .sg-accordion-item .sg-accordion-collapse.collapsing,
.sgpopup.sg-popup-closing .sg-popup-backdrop {
    opacity: 0;
}
.sg-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
}
.sg-progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.sg-progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: width 0.6s;
}
.btn,
.btn > .icon {
    align-items: center;
}
.sg-float-end {
    float: right !important;
}
.sg-float-start {
    float: left !important;
}
.sg-pagination {
    display: flex;
}
.sg-page-link {
    display: block;
    padding: 0.375rem 0.75rem;
    color: var(--color-primary);
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.progress-bar,
.sg-dropdown-item.active,
.sg-dropdown-item:active,
.sg-page-item.active .sg-page-link {
    background-color: var(--color-primary);
}
.sg-page-item.active .sg-page-link {
    z-index: 3;
    color: var(--color-primary_foreground);
    border-color: var(--color-primary);
}
body.has-sticky-cta-footer {
    margin-bottom: 50px;
}
[data-lazyload="true"] {
    opacity: 0;
    height: revert-layer;
    transition: 0.35s;
}
.placeholder {
    min-height: 1.75em;
    border-radius: 3px;
    opacity: 0.3;
}
.placeholder.placeholder-xs {
    min-height: 0.5em;
}
.placeholder.placeholder-sm {
    min-height: 1em;
}
.placeholder.placeholder-lg {
    min-height: 3.5em;
}
.btn-group-lg > .btn,
.btn.btn-lg {
    font-size: 140%;
}
.btn-group-sm > .btn,
.btn.btn-sm {
    font-size: 80%;
    padding: 5px 15px;
}
.container {
    max-width: var(--container-width);
}
.container-xxl {
    max-width: 1700px;
}
#mobile-nav > .inner img,
.img-fluid,
.sg-embed iframe {
    max-width: 100%;
}
.site-content {
    z-index: 26;
}
.box-shadow {
    box-shadow: rgba(100, 100, 100, 0.5) 0 7px 29px 0;
}
.img-fluid {
    height: auto;
    vertical-align: middle;
}
header#masterhead .sg-navbar-brand .site-img-logo,
header#masterhead .site-img-logo {
    min-height: 2.5rem;
    display: inline-block;
}
header#masterhead .site-img-logo img {
    max-height: 130px;
    width: auto;
}
a {
    color: var(--color-accent);
}
a:hover {
    color: var(--color-accent_hover);
}
.h1,
h1 {
    font-size: var(--headings_1-font-size);
    font-family: var(--headings_1-font-family), sans-serif;
}
.h2,
.sgb-component-pricing-card > .inner .title,
h2 {
    font-family: var(--headings_2-font-family), sans-serif;
}
.h2,
h2 {
    font-size: var(--headings_2-font-size);
}
.h3,
h3 {
    font-size: var(--headings_3-font-size);
    font-family: var(--headings_3-font-family), sans-serif;
}
.btn,
.btn-link {
    font-weight: 400;
}
.h4,
h4 {
    font-size: var(--headings_4-font-size);
    font-family: var(--headings_4-font-family), sans-serif;
}
.h5,
h5 {
    font-size: var(--headings_5-font-size);
    font-family: var(--headings_5-font-family), sans-serif;
}
.h6,
h6 {
    font-size: var(--headings_6-font-size);
    font-family: var(--headings_6-font-family), sans-serif;
}
.sg-navbar-nav .sg-nav-item > .sg-nav-link .caret {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    margin-left: 5px;
}
.sg-navbar-nav .sg-nav-item > .sg-nav-link .caret:before {
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid;
}
.sg-navbar-nav .sg-nav-item.is-mega-menu > .sg-dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    max-height: 90vh;
    overflow: auto;
}
.sg-navbar ul.sg-nav li.sg-nav-item.active > a,
.sg-pagination .sg-page-item .sg-page-link {
    color: var(--color-primary);
}
.sg-navbar.style_2 ul.sg-nav > li,
.sg-navbar.style_3 ul.sg-nav > li {
    margin: 3px;
}
.sg-navbar.style_2 ul.sg-nav li.sg-nav-item > a {
    color: #000;
    background-color: #e3e3e3;
    border-radius: 25px;
    padding: 7px 25px;
}
.sg-navbar.style_2 ul.sg-nav li.sg-nav-item.active > a {
    background-color: var(--color-primary);
    color: var(--color-light);
}
.sg-navbar.style_3 ul.sg-nav li.sg-nav-item > a {
    border-bottom: 3px solid transparent;
    padding: 7px 20px;
}
.sg-navbar.style_3 ul.sg-nav li.sg-nav-item.active > a {
    color: var(--color-primary);
    border-bottom-color: var(--color-primary);
}
.sg-text-accent {
    color: var(--color-accent) !important;
}
.sg-bg-accent {
    background-color: var(--color-accent) !important;
}
.alert {
    padding: 1rem;
    margin-bottom: 1rem;
    border-left: 5px solid transparent;
    border-radius: 0.25rem;
}
.alert a {
    color: inherit;
    text-decoration: underline;
}
.alert.alert-accent {
    background-color: rgba(var(--color-accent-rgb), 0.75);
    border-color: var(--color-accent);
}
.alert.alert-primary {
    background-color: rgba(var(--color-primary-rgb), 0.75);
    border-color: var(--color-primary);
}
.alert.alert-secondary {
    background-color: rgba(var(--color-secondary-rgb), 0.75);
    border-color: var(--color-secondary);
}
.alert.alert-info {
    background-color: rgba(var(--color-info-rgb), 0.75);
    border-color: var(--color-info);
}
.alert.alert-success {
    background-color: rgba(var(--color-success-rgb), 0.75);
    border-color: var(--color-success);
}
.alert.alert-warning {
    background-color: rgba(var(--color-warning-rgb), 0.75);
    border-color: var(--color-warning);
}
.alert.alert-danger {
    background-color: rgba(var(--color-danger-rgb), 0.75);
    border-color: var(--color-danger);
}
.alert.alert-light {
    background-color: rgba(var(--color-light-rgb), 0.75);
    border-color: var(--color-light);
    color: var(--color-dark);
}
.alert.alert-dark {
    background-color: rgba(var(--color-dark-rgb), 0.75);
    border-color: var(--color-dark);
    color: var(--color-light);
}
.btn {
    display: inline-flex;
    justify-content: center;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: var(--button-padding-y) var(--button-padding-x);
    border-radius: var(--button-radius);
    font-size: 1rem;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
.btn.disabled,
.btn:disabled {
    pointer-events: none;
    opacity: 0.65;
}
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
}
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em;
    color: #000;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
        center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
    cursor: pointer;
}
.topbar,
header#masterhead {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
}
.btn-close:hover {
    opacity: 0.75;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-link {
    color: var(--color-primary);
    text-decoration: underline;
    background-color: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}
.btn:active,
.btn:active:focus,
.btn:focus {
    box-shadow: none;
    outline: 0;
}
.btn.btn-default,
.btn.btn-outline-default:hover {
    background-color: #ededed;
    border-color: #ededed;
    color: #000;
}
.btn.btn-default:hover {
    background-color: #e3e3e3;
    border-color: #e3e3e3;
}
.btn.btn-accent,
.btn.btn-outline-accent:hover,
.topbar,
header#masterhead {
    background-color: var(--color-accent);
}
.btn.btn-outline-default {
    border-color: #ededed;
    color: #e3e3e3;
}
.btn.btn-accent,
.btn.btn-outline-accent:hover {
    border-color: var(--color-accent);
    color: var(--color-light);
}
#mobile-nav > .inner > .navi > ul.sg-nav li a:hover,
.btn.btn-accent:hover {
    background-color: var(--color-accent_hover);
}
.btn.btn-accent:hover {
    border-color: var(--color-accent_hover);
}
.btn.btn-outline-accent {
    border-color: var(--color-accent);
    color: var(--color-accent);
}
.btn-outline-primary:active,
.btn.btn-outline-primary:hover,
.btn.btn-primary,
.sg-pagination .sg-page-item.active .sg-page-link,
.sgSelectBtnOptions > .selectoptions-item input:checked ~ .selectoptions-button {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-light);
}
.btn.btn-primary:hover {
    background-color: var(--color-primary_hover);
    border-color: var(--color-primary_hover);
}
.btn.btn-outline-primary {
    border-color: var(--color-primary);
    color: var(--color-primary);
}
.btn-outline-secondary:active,
.btn.btn-outline-secondary:hover,
.btn.btn-secondary {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: var(--color-dark);
}
.btn.btn-secondary:hover {
    background-color: var(--color-secondary_hover);
    border-color: var(--color-secondary_hover);
}
.btn.btn-outline-secondary {
    border-color: var(--color-secondary);
    color: var(--color-secondary);
}
.btn-outline-info:active,
.btn.btn-info,
.btn.btn-outline-info:hover {
    background-color: var(--color-info);
    border-color: var(--color-info);
    color: var(--color-light);
}
.btn.btn-info:hover {
    background-color: var(--color-info_hover);
    border-color: var(--color-info_hover);
}
.btn.btn-outline-info {
    border-color: var(--color-info);
    color: var(--color-info);
}
.btn-outline-success:active,
.btn.btn-outline-success:hover,
.btn.btn-success {
    background-color: var(--color-success);
    border-color: var(--color-success);
    color: var(--color-light);
}
.btn.btn-success:hover {
    background-color: var(--color-success_hover);
    border-color: var(--color-success_hover);
}
.btn.btn-outline-success {
    border-color: var(--color-success);
    color: var(--color-success);
}
.btn-outline-warning:active,
.btn.btn-outline-warning:hover,
.btn.btn-warning {
    background-color: var(--color-warning);
    border-color: var(--color-warning);
    color: var(--color-light);
}
.btn.btn-warning:hover {
    background-color: var(--color-warning_hover);
    border-color: var(--color-warning_hover);
}
.btn.btn-outline-warning {
    border-color: var(--color-warning);
    color: var(--color-warning);
}
.btn-outline-danger:active,
.btn.btn-danger,
.btn.btn-outline-danger:hover {
    background-color: var(--color-danger);
    border-color: var(--color-danger);
    color: var(--color-light);
}
.btn.btn-danger:hover {
    background-color: var(--color-danger_hover);
    border-color: var(--color-danger_hover);
}
.btn.btn-outline-danger {
    border-color: var(--color-danger);
    color: var(--color-danger);
}
.btn.btn-light,
.btn.btn-outline-light:hover {
    background-color: var(--color-light);
    border-color: var(--color-light);
    color: var(--color-dark);
}
.btn.btn-light:hover {
    background-color: var(--color-light_hover);
    border-color: var(--color-light_hover);
}
.btn.btn-outline-light {
    border-color: var(--color-light);
    color: var(--color-light);
}
.btn.btn-dark,
.btn.btn-outline-dark:hover {
    background-color: var(--color-dark);
    border-color: var(--color-dark);
    color: var(--color-light);
}
.btn.btn-dark:hover {
    background-color: var(--color-dark_hover);
    border-color: var(--color-dark_hover);
}
.btn.btn-outline-dark {
    border-color: var(--color-dark);
    color: var(--color-dark);
}
.btn > .text,
.sgb-component-testimonials .testimonial-items.style_1 .testimonial-item {
    display: inline-block;
    text-align: left;
}
.btn > .text > span.subtext {
    display: block;
    font-size: 70%;
}
.btn > .icon {
    display: inline-flex;
    justify-content: center;
}
.btn > .icon:not(:last-of-type) {
    margin-right: 10px;
}
.topbar {
    padding: 10px 0;
    color: var(--color-light);
    z-index: 2;
}
.topbar.a-left {
    text-align: left;
}
.sgb-component-gallery .gallery-items.layout-carousel .swiper-slide,
.topbar.a-center,
header#masterhead.header-alignment-logo_center .sg-navbar-wrapper > .sg-navbar-brand {
    text-align: center;
}
.topbar.a-right {
    text-align: right;
}
header#masterhead {
    color: var(--color-light);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
    z-index: 9999;
}
header#masterhead .primary-navbar {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
}
header#masterhead .primary-navbar > .navbar--float_left,
header#masterhead .primary-navbar > .navbar--float_right {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}
#mobile-nav > .inner .nav .sg-nav-item a,
footer#masterfoot a:not(.btn),
header#masterhead a:not(.btn):not(:hover) {
    color: inherit;
}
.sgb-component-testimonials .testimonial-items.style_1 .testimonial-item .info .image,
.sgb-component-testimonials .testimonial-items.style_1 .testimonial-item .info .title,
header#masterhead .sg-navbar-brand {
    margin: 0;
}
header#masterhead .sg-navbar-brand img {
    display: block;
    max-height: 100%;
}
header#masterhead .sg-navbar-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
header#masterhead .sg-navbar-ctas {
    position: relative;
    margin-left: 25px;
}
.sg-site-navigation.sg-navbar-nav > .sg-nav-item,
header#masterhead .sg-navbar-ctas > .sg-nav-cta-item {
    padding: 5px;
}
header#masterhead .sg-navbar-extra ul {
    margin-bottom: 0;
    padding: 0;
}
header#masterhead .sg-navbar-wrapper .sg-navbar-brand {
    max-width: 250px;
    flex: 0 0 250px;
}
header#masterhead.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10001;
}
header#masterhead.header-alignment-logo_center .sg-navbar-wrapper {
    justify-content: space-between;
    flex-wrap: wrap;
}
header#masterhead.header-alignment-logo_center .sg-navbar-wrapper > * {
    margin: 0;
    flex: 1;
}
.sgsc--myform .fg-steps-wrap .step-actions,
header#masterhead.header-alignment-logo_center .sg-navbar-wrapper > :first-child {
    justify-content: flex-end;
}
header#masterhead.header-alignment-logo_center .sg-navbar-wrapper > .sg-navbar-brand img {
    margin: 0 auto;
}
header#masterhead.header-alignment-logo_center .sg-navbar-wrapper > .sg-navbar-ctas {
    margin-top: 5px;
    flex-basis: 100%;
    justify-content: center;
}
header#masterhead.header-alignment-logo_right .sg-navbar-nav {
    order: 1;
    margin-right: auto;
    margin-left: 0;
}
.sgb-component-testimonials .testimonial-items.style_2 .testimonial-item .rating,
header#masterhead.header-alignment-logo_right .sg-navbar-ctas {
    order: 2;
}
.sgb-component-testimonials .testimonial-items.style_2 .testimonial-item .content,
header#masterhead.header-alignment-logo_right .sg-navbar-brand {
    order: 3;
}
.sg-post-navigation > ul.post-nav-list > li.post-nav-next,
header#masterhead.header-alignment-logo_right .sg-navbar-brand img {
    margin-left: auto;
}
header#masterhead .sg-mega-menus-wrapper > .mega-menu-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 15px;
    background-color: #fff;
    color: #000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.sg-site-navigation.sg-navbar-nav {
    margin-left: auto;
    align-items: center;
}
.sg-site-navigation.sg-navbar-nav .sg-nav-link {
    padding: 7px 15px;
    text-align: center;
    transition: 0.35s;
}
.sg-site-navigation.sg-navbar-nav .sg-nav-link:not(.btn):hover {
    color: var(--color-primary_hover);
    background-color: unset;
}
.sg-site-navigation.sg-navbar-nav .sg-nav-link.btn {
    margin: 5px 15px;
}
.sg-site-navigation.sg-navbar-nav .sg-nav-item.has-child > a.sg-nav-link:after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    vertical-align: middle;
}
.sg-site-navigation.sg-navbar-nav .sg-nav-item.has-child > .sub-menu {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    width: 250px;
    visibility: hidden;
    transform: translateY(20px);
    transition: 0.35s;
    z-index: 1;
}
.sg-site-navigation.sg-navbar-nav .sg-nav-item.has-child.open > .sub-menu,
.sg-site-navigation.sg-navbar-nav .sg-nav-item.has-child:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.sg-site-navigation.sg-navbar-nav .sg-nav-item.has-child > .sub-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sg-site-navigation.sg-navbar-nav .sg-nav-item.has-child > .sub-menu li:nth-child(2n) {
    border-top: 1px solid;
}
.sg-site-navigation.sg-navbar-nav .sg-nav-item.has-child > .sub-menu a {
    position: relative;
    background-color: var(--color-accent);
}
.sg-site-navigation.sg-navbar-nav .sg-nav-item.has-child > .sub-menu a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: 0.35s;
}
.sg-site-navigation.sg-navbar-nav .sg-nav-item.has-child > .sub-menu a:hover:before,
.sgen-searchbar-close:hover {
    opacity: 1;
}
.sg-site-navigation-list ul.nav-submenu {
    padding-left: 15px !important;
    margin-bottom: 5px !important;
}
.mobile-toggler-burger {
    position: relative;
    display: none;
    padding-top: 5px;
    width: 40px;
    height: 40px;
    background-color: var(--color-primary);
    z-index: 15;
}
.mobile-toggler-burger > span {
    position: relative;
    display: block;
    width: 30px;
    height: 4px;
    margin: 5px auto;
    border-radius: 3px;
    background-color: #fff;
    transition: 0.35s;
}
.mobile-toggler-burger.close > span.top-bun {
    transform: rotate(-45deg);
    margin-top: 12px;
}
.mobile-toggler-burger.close > span.bottom-bun {
    opacity: 0;
    transform: rotate(45deg);
}
.mobile-toggler-burger.close > span.meat {
    transform: rotate(45deg);
    margin-top: -9px;
}
#mobile-nav {
    position: fixed;
    display: none;
    font-size: 15px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10009;
}
#mobile-nav:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 15;
}
#mobile-nav > .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding: 60px 25px 25px;
    width: 320px;
    height: 100%;
    color: var(--color-light);
    background-color: var(--color-accent);
    transform: translateX(320px);
    transition: 0.35s;
    overflow: auto;
    z-index: 22;
}
#mobile-nav > .inner .brand > .sg-navbar-brand {
    max-width: 70%;
    margin: 0 auto;
    transform: none;
    display: block;
}
#mobile-nav > .inner .site-img-logo > img {
    display: block;
    max-height: 150px;
    margin: 0 auto;
    object-fit: contain;
}
#mobile-nav > .inner > .navi {
    position: relative;
    display: block;
    margin-top: 25px;
}
#mobile-nav > .inner > .navi > ul.nav,
#mobile-nav > .inner > .navi > ul.sg-nav ul {
    list-style: none;
    color: inherit;
}
#mobile-nav .sg-navbar-ctas .sg-nav-cta-item > a,
#mobile-nav > .inner > .navi > ul.sg-nav li {
    width: 100%;
}
#mobile-nav > .inner > .navi > ul.sg-nav li > .sg-nav-link,
#mobile-nav > .inner > .navi > ul.sg-nav li > a {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    text-align: left;
}
#mobile-nav > .inner > .navi > ul.sg-nav ul {
    position: relative !important;
    transform: none !important;
    border: 0 !important;
    margin-top: 5px !important;
    margin-bottom: 15px !important;
    background-color: transparent;
    padding-left: 15px;
}
#mobile-nav > .inner > .navi > ul.sg-nav ul ul.sg-dropdown-submenu {
    display: block !important;
    left: 0;
}
#mobile-nav > .inner > .navi > ul.sg-nav > li:last-child,
.sg-section-search .sg-search-item:last-child {
    border-bottom: 0;
}
#mobile-nav > .inner > .navi > ul.sg-nav li .sg-nav-link,
#mobile-nav > .inner > .navi > ul.sg-nav li a {
    display: block;
    padding: 10px;
    color: inherit;
    transition: 0.35s;
}
#mobile-nav .close {
    position: absolute;
    top: 5px;
    left: 5px;
}
#mobile-nav .sg-navbar-ctas .sg-nav-cta-item {
    flex: 0 0 100%;
    max-width: 100%;
}
#mobile-nav.slideNav.open > .inner,
.location-selector-steps.is-steps-2.is-panel-states .location-selector-steps-track,
.location-selector-steps.is-steps-3.is-panel-countries .location-selector-steps-track {
    transform: translateX(0);
}
.sgsc--myform .radio-field-groups {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.sgsc--myform .form-check.form-check--btn {
    position: relative;
    padding: 0;
}
.sgsc--myform .form-check.form-check--btn > input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.sgsc--myform .form-check.form-check--btn > .form-check-label {
    padding: 7px 15px;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    min-width: 150px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 0 !important;
    cursor: pointer;
}
.sgsc--myform .form-check.form-check--btn > input:checked ~ .form-check-label {
    background-color: var(--color-primary);
    color: var(--color-light);
}
.sgsc--myform .fg-steps-wrap .step-actions .fg-step-prev {
    margin-right: auto;
}
.ap-popup,
.ap-popup .ap-panel {
    display: contents;
}
.ap-popup .ap-close {
    display: inline-block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background-color: #f2f4f7;
    cursor: pointer;
    font-size: 20px;
    z-index: 22;
}
.ap-popup .ap-close:hover {
    background: #e4e7ec;
}
.ap-popup .ap-close:focus {
    outline: #2563eb solid 2px;
    outline-offset: 2px;
}
.ap-popup.is-popup {
    display: flex;
    position: fixed;
    inset: 0;
    z-index: 10001 !important;
    align-items: center;
    justify-content: center;
    padding: clamp(12px, 2vw, 24px);
}
.ap-popup.is-popup .ap-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(9, 12, 16, 0.45);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}
.ap-popup.is-popup .ap-panel {
    display: block;
    position: relative;
    background-color: #fff;
    color: #000;
    width: min(92vw, 650px);
    max-height: 90vh;
    padding: 25px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3);
    transform: translateY(-6px);
    opacity: 0;
    transition:
        transform 0.2s,
        opacity 0.15s;
    overflow: unset;
    z-index: 1;
}
.ap-popup.is-popup .ap-panel.ap-show {
    opacity: 1;
    transform: translateY(0);
}
.sg-discussions-list {
    margin-top: 1rem;
}
.sg-discussion-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 1rem;
}
.sg-discussion-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    box-shadow: 0 10px 20px -18px rgba(15, 23, 42, 0.3);
}
.sg-discussion-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}
.sg-discussion-avatar {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: #e2e8f0;
    color: #475569;
    font-weight: 700;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    overflow: hidden;
}
.sg-discussion-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.sg-discussion-author {
    font-weight: 600;
    color: #0f172a;
}
.sg-discussion-date {
    font-size: 12px;
    color: #64748b;
}
.sg-discussion-rating {
    margin-left: auto;
    color: #f5c518;
    display: inline-flex;
    gap: 2px;
}
.sg-discussion-content {
    color: #1f2937;
    line-height: 1.6;
}
.copyright,
footer#masterfoot {
    background-color: var(--color-accent);
    color: var(--color-light);
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
.sg-discussion-item .sg-discussion-list {
    margin-top: 1rem;
    padding-left: 1.25rem;
    border-left: 2px solid #e5e7eb;
}
@media (max-width: 768px) {
    .sg-discussion-item {
        padding: 0.9rem 1rem;
    }
    .sg-discussion-rating {
        margin-left: 0;
    }
}
.sg-home-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
}
.sg-home-feature-icon svg,
.sgb-video-player .play-icon svg,
.sgb-video-player iframe,
.sgb-video-player video {
    width: 100%;
    height: 100%;
}
.sg-home-feature-icon--sm {
    width: 1.5rem;
    height: 1.5rem;
}
.sg-home-step-num {
    width: 2.5rem;
    height: 2.5rem;
    font-weight: 700;
    font-size: 1rem;
}
@media screen and (min-width: 768px) {
    .sg-site-navigation.sg-navbar-nav .sg-dropdown-menu {
        margin-top: 0;
    }
    .sg-site-navigation.sg-navbar-nav .sg-dropdown:hover > .sg-dropdown-menu {
        display: block;
    }
}
footer#masterfoot {
    background-position: top center;
    padding: 0;
    z-index: 30;
}
footer#masterfoot .footer-widget .h4,
footer#masterfoot .footer-widget h4 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 25px;
}
.sgb-component-pricing-card > .inner .feature-lists ul,
footer#masterfoot .footer-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.copyright {
    padding: 25px 0;
    text-align: center;
    background-position: center;
}
.copyright ul {
    padding: 0;
    margin: 0 0 15px;
}
.copyright ul > li {
    display: inline-block;
    padding: 0 15px;
    border-right: 1px solid;
}
.copyright ul > li:last-child {
    border: 0;
}
.sg-section_title {
    display: block;
    margin-bottom: 30px;
}
.sg-section.sg-section-contact .sg-section_ctas a.btn {
    display: flex;
    border-radius: 0;
    font-size: 150%;
    justify-content: flex-start;
    padding: 25px 115px 25px 25px;
}
.sg-section.sg-section-contact .sg-section_ctas a.btn .icon,
.sgb-component-tmp-contact-row .ctaItems > a.btn > .icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.15);
    margin: 0;
    width: 100px;
    font-size: 150%;
    text-align: center;
}
.sg-section.sg-section-contact .sg-section_ctas a.btn .text span:not(.subtext) {
    font-size: 120%;
    font-weight: 700;
}
.sg-section.sg-section-contact .sg-section_ctas a.btn .icon > *,
.sgb-component-tmp-contact-row .ctaItems > a.btn > .icon > * {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
}
.section,
.sg-section,
section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}
.section:before,
.sg-section:before,
section:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.section > *,
.sg-section > *,
section > * {
    position: relative;
    z-index: 11;
}
.sg-section-search .sg-search-header {
    margin-bottom: 2rem;
    text-align: center;
}
.sg-section-search .sg-search-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}
.sg-section-search .sg-search-subtitle {
    color: var(--color-text);
    opacity: 0.9;
    margin-bottom: 1.25rem;
    font-size: 1.05rem;
}
.sg-section-search .sg-search-form {
    max-width: 32rem;
    margin: 0 auto 0.5rem;
}
.sg-section-search .sg-search-form-inner,
.sgen-searchbar-form {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.sg-section-search .sg-search-input {
    flex: 1;
    min-width: 12rem;
    padding: 0.6rem 1rem;
    font-size: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    font-family: inherit;
}
.sg-section-search .sg-search-input:focus,
.sgen-searchbar-input:focus {
    outline: 0;
    border-color: var(--color-primary, #0d6efd);
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
}
.sg-section-search .sg-search-submit {
    flex-shrink: 0;
    padding: 0.6rem 1.25rem;
}
.sg-section-search .sg-search-results-wrap {
    max-width: 42rem;
    margin: 0 auto;
}
.sg-section-search .sg-search-summary {
    font-size: 0.8125rem;
    color: var(--color-text);
    opacity: 0.7;
    margin: 0 0 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.sg-section-search .sg-search-item,
header#masterhead .primary-navbar.primary-navbar--theme_header_classic {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.sg-section-search .sg-search-list {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: search-item;
}
.sg-section-search .sg-search-item {
    margin: 0;
}
.sg-section-search .sg-search-item-link {
    display: block;
    padding: 1rem 0;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.15s;
}
.sg-section-search .sg-search-item-link:hover {
    background-color: rgba(0, 0, 0, 0.02);
}
.sg-section-search .sg-search-item-link:hover .sg-search-item-title {
    color: var(--color-primary, #0d6efd);
}
.sg-section-search .sg-search-item-type {
    display: inline-block;
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--color-text);
    opacity: 0.6;
    margin-bottom: 0.2rem;
}
.sg-section-search .sg-search-item-title {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 0.25rem;
}
.sg-section-search .sg-search-item-excerpt {
    display: block;
    font-size: 0.875rem;
    line-height: 1.45;
    color: var(--color-text);
    opacity: 0.8;
}
.sg-section-search .sg-search-empty {
    text-align: center;
    padding: 2rem 1rem;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 0.375rem;
}
.sg-section-search .sg-search-empty-title {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.sg-section-search .sg-search-empty-text {
    margin: 0;
    color: var(--color-text);
    opacity: 0.9;
}
.sg-section-search .sg-search-hint {
    text-align: center;
    color: var(--color-text);
    opacity: 0.85;
    margin: 0;
}
header#masterhead
    .primary-navbar.primary-navbar--theme_header_centered
    .sg-navbar-wrapper
    > .item.item-ctas
    > .sg-navbar-ctas,
header#masterhead
    .primary-navbar.primary-navbar--theme_header_classic
    .sg-navbar-wrapper
    > .item.item-ctas
    > .sg-navbar-ctas,
header#masterhead
    .primary-navbar.primary-navbar--theme_header_elegant
    .sg-navbar-wrapper
    > .item.item-ctas
    > .sg-navbar-ctas,
header#masterhead
    .primary-navbar.primary-navbar--theme_header_minimal
    .sg-navbar-wrapper
    > .item.item-ctas
    > .sg-navbar-ctas {
    margin-left: auto;
}
.sgen-searchbar-overlay {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition:
        opacity 0.25s,
        visibility 0.25s;
}
.sgen-searchbar-open .sgen-searchbar-overlay,
.sgen-searchbar-overlay[aria-hidden="false"] {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
}
.sgen-searchbar-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}
.sgen-searchbar-dialog {
    position: relative;
    width: 100%;
    max-width: 36rem;
    background: var(--color-body, #fff);
    border-radius: 0.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    padding: 2rem 2rem 2.5rem;
}
.sgen-searchbar-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: 0;
    background: 0 0;
    font-size: 1.75rem;
    line-height: 1;
    color: inherit;
    opacity: 0.7;
    cursor: pointer;
}
.sgen-searchbar-title {
    margin: 0 0 1.25rem;
    font-size: 1.5rem;
}
.sgen-searchbar-input {
    flex: 1;
    min-width: 12rem;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    font-family: inherit;
}
.graphP-basic-wrapper,
.graphP-pie-wrapper {
    font-size: 15px;
    --c: var(--color-primary);
    color: var(--c);
}
.sgen-searchbar-submit {
    flex-shrink: 0;
    padding: 0.75rem 1.5rem;
}
body.sgen-searchbar-open {
    overflow: hidden;
}
.swiper-slide {
    height: auto;
}
.sgen--blocks_carousel {
    position: relative;
    display: -ms-flex;
    display: flex;
    --items-per-slide: 1;
}
.sgen--blocks_carousel:not(.swiper-initialized),
body.sg-popup-active {
    overflow: hidden;
}
.sgen--blocks_carousel:not(.swiper-initialized) > * {
    flex: 0 0 calc(100% / var(--items-per-slide));
    max-width: calc(100% / var(--items-per-slide));
    width: 100%;
    margin-right: 15px;
}
.sgen--blocks_carousel:not(.swiper-initialized) > :not(:first-child) {
    display: none !important;
}
.sgen--blocks_carousel .swiper-wrapper {
    display: flex;
}
.sgen--blocks_carousel .swiper-wrapper > .swiper-slide > * {
    height: 100%;
}
.sgen--blocks_carousel .slide-item {
    min-height: 400px;
    padding: 25px;
}
.sgen--blocks_carousel .swiper-slide {
    padding: 5px;
}
.sgen--blocks_carousel .swiper-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    z-index: 10;
    padding: 0 16px;
    box-sizing: border-box;
}
.sgen--blocks_carousel .swiper-controls .swiper-button-next,
.sgen--blocks_carousel .swiper-controls .swiper-button-prev {
    --swiper-navigation-size: 22px;
    --swiper-navigation-color: currentColor;
    pointer-events: auto;
    position: relative;
    top: auto;
    left: auto !important;
    right: auto !important;
    transform: none;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    background-color: var(--color-accent, #6777ef);
    color: var(--color-light, #fff);
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition:
        background-color 0.2s,
        color 0.2s,
        transform 0.15s,
        box-shadow 0.2s,
        opacity 0.2s;
}
.sgen--blocks_carousel .swiper-controls .swiper-button-next::after,
.sgen--blocks_carousel .swiper-controls .swiper-button-prev::after {
    font-size: var(--swiper-navigation-size);
    color: inherit;
}
.sgen--blocks_carousel .swiper-controls .swiper-button-next:hover,
.sgen--blocks_carousel .swiper-controls .swiper-button-prev:hover {
    background-color: var(--color-primary, #5a67d8);
    color: var(--color-light, #fff);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}
.sgen--blocks_carousel .swiper-controls .swiper-button-next:active,
.sgen--blocks_carousel .swiper-controls .swiper-button-prev:active {
    transform: scale(0.95);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}
.sgen--blocks_carousel .swiper-controls .swiper-button-next:focus,
.sgen--blocks_carousel .swiper-controls .swiper-button-prev:focus {
    outline: 0;
    background-color: var(--color-primary, #5a67d8);
}
.sgen--blocks_carousel .swiper-controls .swiper-button-next:focus-visible,
.sgen--blocks_carousel .swiper-controls .swiper-button-prev:focus-visible {
    outline: 2px solid var(--color-primary, #5a67d8);
    outline-offset: 2px;
}
.sgen--blocks_carousel .swiper-controls .swiper-button-disabled {
    opacity: 0.4;
    cursor: not-allowed;
    box-shadow: none;
}
.sgen--blocks_carousel .swiper-controls .swiper-button-disabled:hover {
    background-color: var(--color-accent, #6777ef);
    transform: none;
}
.sgen--blocks_carousel .swiper-controls .swiper-button-next > .icon,
.sgen--blocks_carousel .swiper-controls .swiper-button-prev > .icon {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
}
.sgen--blocks_carousel .swiper-controls .swiper-button-next > .icon svg,
.sgen--blocks_carousel .swiper-controls .swiper-button-prev > .icon svg {
    width: 1.25em;
    height: 1.25em;
    display: block;
}
.sgen--blocks_carousel .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
.sgen--blocks_carousel .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 3px;
}
.sgen--blocks_carousel .swiper-pagination-bullet-active {
    background-color: var(--color-accent);
}
.sgen--cards {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.sgen--cards.sgen--blocks_carousel {
    display: block;
    margin: 0;
}
.sgen--cards.sgen--blocks_carousel .swiper-slide {
    padding: 15px;
}
.sgen--cards > .sg-card-item {
    display: flex;
    flex: 0 0 calc(calc(100% / 4) - 30px);
    max-width: calc(calc(100% / 4) - 30px);
    margin: 15px;
}
.sgen--cards .sg-card-item {
    position: relative;
}
.sgen--cards .sg-card-item a.p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.sgen--cards .sg-card-item > .sg-card-item-content {
    position: relative;
    text-align: left;
    background-size: cover;
    background-position: center;
    box-shadow: rgba(0, 0, 0, 0.5) 0 4px 12px;
    overflow: hidden;
    padding: 15px;
}
.sgen--cards .sg-card-item > .sg-card-item-content .sg-card-title > .st {
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}
.sgen--cards .sg-card-item > .sg-card-item-content .sg-card-title > .t {
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.sgen--cards .sg-card-item .sg-card-ctas {
    position: relative;
    z-index: 22;
}
.event-item > .info,
.sgen--posts {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.sgen--posts.sgen--blocks_carousel {
    display: block;
    margin: 0;
}
.sgen--posts > .article-item {
    flex: 0 0 calc(calc(100% / 1) - 10px);
    max-width: calc(calc(100% / 1) - 10px);
    margin: 5px;
}
.sgen--posts.itemsPerRow-2 > .article-item {
    flex: 0 0 calc(calc(100% / 2) - 10px);
    max-width: calc(calc(100% / 2) - 10px);
}
.sgen--posts.itemsPerRow-3 > .article-item {
    flex: 0 0 calc(calc(100% / 3) - 10px);
    max-width: calc(calc(100% / 3) - 10px);
}
.sgen--posts.itemsPerRow-4 > .article-item {
    flex: 0 0 calc(calc(100% / 4) - 10px);
    max-width: calc(calc(100% / 4) - 10px);
}
.sgen--posts.itemsPerRow-5 > .article-item {
    flex: 0 0 calc(calc(100% / 5) - 10px);
    max-width: calc(calc(100% / 5) - 10px);
}
.sgen--posts.itemsPerRow-6 > .article-item {
    flex: 0 0 calc(calc(100% / 6) - 10px);
    max-width: calc(calc(100% / 6) - 10px);
}
.sgen--posts.itemsPerRow-7 > .article-item {
    flex: 0 0 calc(calc(100% / 7) - 10px);
    max-width: calc(calc(100% / 7) - 10px);
}
.sgen--posts .article-item {
    position: relative;
}
.sgen--posts .article-item a.p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 22;
}
.sgen--posts .article-item > .article-item-content {
    position: relative;
    text-align: left;
    overflow: hidden;
}
.sgen--posts .article-item > .article-item-content > .thumb {
    position: relative;
    padding-top: 85%;
    width: 100%;
    background-color: #e3e3e3;
    overflow: hidden;
}
.sgen--posts .article-item > .article-item-content > .thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.sgen--posts .article-item > .article-item-content > .thumb > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 5s;
    z-index: 1;
}
.sgb-component-card:hover > .inner.style_2 > .thumbnail > img,
.sgen--posts .article-item:hover > .article-item-content > .thumb > img {
    transform: scale(1.2);
}
.sgen--posts .article-item > .article-item-content > .details {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    color: #fff;
    z-index: 11;
}
.ajax--form,
.sgb-component,
.sgen--posts .article-item > .article-item-content > .details > *,
[class^="sgb-component"] {
    position: relative;
}
.sgen--posts .article-item > .article-item-content .article-title {
    font-weight: 700;
    margin: 0 0 5px;
    padding: 0;
    text-transform: uppercase;
}
.sgen--posts .article-item .article-date {
    font-weight: 500;
    font-size: 80%;
}
@media only screen and (min-width: 576px) {
    .sgen--posts .article-item.style_1 > .article-item-content {
        display: flex;
    }
    .sgen--posts .article-item.style_1 > .article-item-content > .thumb {
        padding: 0 !important;
        min-height: 250px;
        margin: 0 !important;
    }
    .sgen--posts .article-item.style_1 > .article-item-content > .thumb ~ .details {
        padding: 25px;
    }
    .sg-hero-slider .slider-item > .cover.cover-mobile {
        display: none;
    }
}
.sgb-component-pricing-card > .inner .info,
.sgen--posts.archived-posts .article-item > .article-item-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.sgen--posts.archived-posts .article-item > .article-item-content > .thumb {
    padding-top: 60%;
}
.sgen--posts.archived-posts .article-item > .article-item-content > .details {
    position: relative;
    padding: 25px;
    background-color: #fff;
    color: #000;
    flex: 1;
}
.sgen--posts.sidebar-posts {
    display: block;
    margin: 0;
}
.sgen--posts.sidebar-posts > .article-item {
    flex: 1;
    max-width: 100%;
    margin: 0 0 25px;
}
.sg-post-navigation {
    position: relative;
    display: block;
    margin-bottom: 15px;
    overflow: auto;
}
.sg-post-navigation > ul.post-nav-list {
    display: flex;
    padding: 0;
    list-style: none;
}
.sg-post-navigation > ul.post-nav-list > li a {
    position: relative;
    padding-left: 30px;
    display: inline-block;
}
.sg-post-navigation > ul.post-nav-list > li a.btn {
    display: flex;
    gap: 15px;
    text-align: left;
}
.sg-post-navigation > ul.post-nav-list > li .nav-label span.nav-label-txt {
    font-size: 85%;
}
.sg-posts--category-nav {
    position: relative;
    display: flex;
    margin-bottom: 15px;
    overflow: auto;
}
.sg-posts--category-nav > .item,
ul.sgb-icon-items .icon {
    display: inline-block;
    text-align: center;
}
.sg-posts--category-nav > .item:not(:last-child) {
    border-right: 1px solid #e3e3e3;
}
.sg-posts--category-nav > .item a {
    display: block;
    padding: 10px 15px;
    white-space: nowrap;
}
.sg-posts--category-nav > .item.active a {
    background-color: var(--color-primary);
    color: #fff;
}
.quantityField,
.sg-article-row {
    position: relative;
    display: flex;
}
.sg-article-row > .thumb {
    position: relative;
    flex: 0 0 35%;
    max-width: 35%;
    min-height: 200px;
}
.sg-article-row > .thumb > img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sg-article-row > .details {
    position: relative;
    padding: 25px;
    flex: auto;
}
.sg-article-row .article-category {
    display: block;
    margin-bottom: 10px;
}
.sg-article-row .article-category > .cat-item {
    display: inline-block;
    padding: 7px 15px;
    border-radius: 15px;
    line-height: 1em;
    background-color: #dee2e6;
    color: #000;
    font-size: 90%;
}
.sg-article-row .article-title .title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
}
.sg-article-row .actions,
.sg-pagination {
    margin-top: 25px;
}
.sgen--testimonials.swiper .testimonial-item > .testimonial-item-content {
    position: relative;
    text-align: center;
    margin: 0;
    width: 100%;
    height: auto;
    padding: 15px;
    border-radius: 0;
    background-color: transparent;
}
.sgen--testimonials.swiper .testimonial-item > .testimonial-item-content > .testimonial-comment {
    background-color: #fff;
    color: #000;
    padding: 25px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    margin-bottom: 15px;
}
.sgen--testimonials.swiper .testimonial-item > .testimonial-item-content > .testimonial-comment:before {
    content: "“";
    display: block;
    width: 70px;
    height: 70px;
    font-size: 10rem;
    line-height: 1em;
    color: var(--color-primary);
    font-family: Arial, Georgia, Serif;
    margin: 0 auto 15px;
}
.sgen--testimonials.swiper .testimonial-item > .testimonial-item-content .testimonial-author > .t {
    font-weight: 700;
    margin: 0;
}
.sgb-component-testimonials .testimonial-item .title span.pos,
.sgen--testimonials.swiper .testimonial-item > .testimonial-item-content .testimonial-author > .st {
    font-size: 80%;
}
.sgen--testimonials.swiper .testimonial-item > .testimonial-item-content .testimonial-image {
    position: relative;
    bottom: 0;
}
.sgen--testimonials.swiper .testimonial-item > .testimonial-item-content .testimonial-image > img {
    display: inline-block;
    width: 70px;
    height: 70px;
    object-fit: contain;
    object-position: center;
    border-radius: 70px;
}
.sgen--gallery {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.sgen--gallery.sgen--blocks_carousel {
    display: block;
    margin: 0;
}
.sgen--gallery.sgen--blocks_carousel .swiper-slide {
    padding: 15px;
}
.sgen--gallery > .gallery-item {
    flex: 0 0 calc(calc(100% / 4) - 30px);
    max-width: calc(calc(100% / 4) - 30px);
    margin: 15px;
}
.sgen--gallery .gallery-item a.p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.sgen--gallery .gallery-item > .gallery-item-content {
    position: relative;
    text-align: left;
}
.sgen--gallery .gallery-item > .gallery-item-content .st {
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}
.sgen--gallery .gallery-item > .gallery-item-content .t {
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.sgen--gallery .gallery-item .item-ctas {
    position: relative;
    z-index: 22;
}
ul.socials {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}
.event-item > .info .ctas .sgEvents-add-calendar-btn,
ul.sgsc--socials > li,
ul.socials > li {
    display: inline-block;
}
ul.socials > li > a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 2em;
}
.card.card-auth {
    max-width: 500px;
    margin: 0 auto;
}
.card.card-auth .form-group,
.sgb-component-pricing-card > .inner .content {
    margin-bottom: 15px;
}
.card.card-auth .float-right {
    float: right;
}
.sg-accordion {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: 0 -7.5px;
}
.sg-accordion > .sg-accordion-item {
    text-align: left;
    flex: 0 0 100%;
    max-width: 100%;
    flex: 0 0 calc(calc(100% / 1) - 15px);
    max-width: calc(calc(100% / 1) - 15px);
    margin: 0 7.5px 15px;
    border: 0;
    background-color: #fff;
    color: #222;
}
.archived-events.sidebar-posts .event-item > .info .title,
.sg-accordion > .sg-accordion-item > .sg-accordion-header {
    font-size: inherit;
}
.sg-accordion > .sg-accordion-item > .sg-accordion-header > .sg-accordion-button.collapsed {
    background-color: #e3e3e3;
    color: #222;
}
.sg-accordion > .sg-accordion-item > .sg-accordion-header > .sg-accordion-button {
    font-size: inherit;
    background-color: var(--color-accent);
    color: var(--color-light);
    line-height: 1.25em;
    border-radius: 0;
}
.sg-accordion > .sg-accordion-item > .sg-accordion-header > .sg-accordion-button:focus {
    outline: 0;
    box-shadow: none;
}
.sg-accordion > .sg-accordion-item > .sg-accordion-header > .sg-accordion-button.collapsed:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23222222'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.sg-accordion > .sg-accordion-item > .sg-accordion-header > .sg-accordion-button:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.sg-accordion > .sg-accordion-item .sg-accordion-collapse {
    transition: 0.35s;
}
ul.icon-list,
ul.sgsc--contact_info,
ul.sgsc--socials {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.icon-list > li {
    position: relative;
    padding-top: 5px;
    padding-left: 30px;
    min-height: 30px;
}
ul.icon-list > li .icon {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 0;
    left: 0;
}
ul.list-info {
    list-style: none;
    padding: 0;
}
.graphP-bar-wrapper > label,
ul.list-info > li > .l {
    padding-right: 15px;
}
ul.list-info > li {
    display: flex;
    margin-bottom: 5px;
    line-height: 1em;
}
ul.list-info > li > .l {
    flex: 0 0 90px;
    max-width: 90px;
    margin-bottom: 5px;
}
ul.list-info > li label {
    display: block;
    font-weight: 600;
}
ul.list-info > li img,
ul.list-info > li svg {
    display: block;
    margin: 0 auto;
    height: 40px;
    width: 40px;
    object-fit: contain;
    object-position: center;
}
ul.sgsc--socials > li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin: 2px;
    border-radius: 4px;
    background-color: var(--color-accent);
    color: var(--color-light);
}
.ajax--form.loading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.5);
}
.graphP-basic-wrapper {
    position: relative;
    display: inline-block;
    text-align: center;
}
.graphP-basic-wrapper > .ui {
    display: block;
    font-size: 16px;
    line-height: 1em;
    padding: 7px 15px;
    background-color: var(--c);
    color: #fff;
}
.graphP-pie-wrapper {
    --p: 0%;
    --v: calc(((18 / 5) * var(--p) - 90) * 1deg);
    --w: 100px;
    --bw: 20px;
    --mw: 250px;
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: var(--mw);
    text-align: center;
}
.graphP-pie-wrapper > .ui {
    position: relative;
    width: 100%;
    padding: var(--bw);
    border-radius: 50%;
    text-align: center;
    background:
        linear-gradient(#fff, #fff) content-box,
        linear-gradient(var(--v), #f2f2f2 50%, transparent 0) 0 / min(100%, (50 - var(--p)) * 100%),
        linear-gradient(var(--v), transparent 50%, var(--c) 0) 0 / min(100%, (var(--p) - 50) * 100%),
        linear-gradient(to right, #f2f2f2 50%, var(--c) 0);
}
.graphP-pie-wrapper > .ui:before {
    display: block;
    content: "";
    padding-top: 100%;
}
.graphP-pie-wrapper > .ui > span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.graphP-pie-wrapper > label {
    font-weight: 700;
    margin: 5px 0;
}
svg.ossg_radial-progress {
    height: auto;
    max-width: 250px;
    transform: rotate(-90deg);
    width: 100%;
}
svg.ossg_radial-progress circle {
    fill: rgba(0, 0, 0, 0);
    stroke: #000;
    stroke-dashoffset: 219.91148575129;
    stroke-width: 9;
    stroke: var(--color-primary);
}
svg.ossg_radial-progress circle.incomplete {
    stroke: #ededed;
}
svg.ossg_radial-progress circle.complete {
    stroke-dasharray: 219.91148575129;
}
svg.ossg_radial-progress text {
    fill: #000;
    font-size: 10px;
    font-weight: 700;
    text-anchor: middle;
}
svg.ossg_radial-progress text.subtext {
    font-weight: 700;
    font-size: 8px;
    fill: var(--color-primary);
}
.ossg_animated-progress {
    position: relative;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1em;
}
.ossg_animated-progress > .progress {
    position: relative;
    display: block;
    height: 30px;
    width: 100%;
    border-radius: 50px;
    margin: 10px auto;
    background-color: #ededed;
    overflow: hidden;
}
.ossg_animated-progress > .progress span.bar {
    position: absolute;
    height: 100%;
    display: block;
    width: 0;
    color: #fffbfb;
    background-color: var(--color-primary);
    line-height: 30px;
    text-align: end;
    padding-right: 5px;
}
.ossg_animated-progress > .progress span.amount {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.ossg_animated-progress > .title {
    position: relative;
    display: block;
    text-align: left;
    font-weight: 700;
}
.graphP-bar-wrapper {
    --p: 0%;
    --c: var(--color-primary);
    --sc: var(--color-primary);
    --h: 20px;
    position: relative;
    display: block;
    font-size: 15px;
    color: var(--c);
}
.graphP-bar-wrapper > .ui {
    position: relative;
    display: block;
    width: 100%;
    height: var(--h);
    background-color: #f2f2f2;
    overflow: hidden;
}
.graphP-bar-wrapper > .ui:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: var(--p);
    height: var(--h);
    background-color: var(--c);
}
.graphP-bar-wrapper > .ui > span {
    position: absolute;
    color: var(--sc);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 12px;
    text-align: right;
    padding: 0 5px;
    line-height: var(--h);
}
.quantityField button {
    border: 1px solid #e3e3e3;
    background-color: unset;
    border-radius: 0;
    padding: 5px 15px;
}
.quantityField button:hover {
    background-color: #dfdfdf;
}
.quantityField input[type="number"] {
    border: 1px solid #e3e3e3;
    border-left: 0;
    border-right: 0;
    padding: 7px 15px;
    border-radius: 0;
    text-align: center;
    max-width: 100px;
    width: 100%;
    appearance: textfield;
    -moz-appearance: textfield;
}
.quantityField input[type="number"]:focus {
    outline: 0;
}
.quantityField input[type="number"]::-webkit-inner-spin-button,
.quantityField input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
iframe {
    max-width: 100%;
    width: 100%;
}
.sg-layoutGrid {
    display: flex;
    flex-wrap: wrap;
    --grid-spacing: 5px;
}
.sg-layoutGrid > * {
    flex: 0 0 calc(calc(100% / 1) - calc(var(--grid-spacing) * 2));
    max-width: calc(calc(100% / 1) - calc(var(--grid-spacing) * 2));
    margin: var(--grid-spacing);
}
.sg-layoutGrid.itemsPerRow-2 > * {
    flex: 0 0 calc(calc(100% / 2) - calc(var(--grid-spacing) * 2));
    max-width: calc(calc(100% / 2) - calc(var(--grid-spacing) * 2));
}
.sg-layoutGrid.itemsPerRow-3 > * {
    flex: 0 0 calc(calc(100% / 3) - calc(var(--grid-spacing) * 2));
    max-width: calc(calc(100% / 3) - calc(var(--grid-spacing) * 2));
}
.sg-layoutGrid.itemsPerRow-4 > * {
    flex: 0 0 calc(calc(100% / 4) - calc(var(--grid-spacing) * 2));
    max-width: calc(calc(100% / 4) - calc(var(--grid-spacing) * 2));
}
.sg-layoutGrid.itemsPerRow-5 > * {
    flex: 0 0 calc(calc(100% / 5) - calc(var(--grid-spacing) * 2));
    max-width: calc(calc(100% / 5) - calc(var(--grid-spacing) * 2));
}
.sg-layoutGrid.itemsPerRow-6 > * {
    flex: 0 0 calc(calc(100% / 6) - calc(var(--grid-spacing) * 2));
    max-width: calc(calc(100% / 6) - calc(var(--grid-spacing) * 2));
}
.sg-layoutGrid.itemsPerRow-7 > * {
    flex: 0 0 calc(calc(100% / 7) - calc(var(--grid-spacing) * 2));
    max-width: calc(calc(100% / 7) - calc(var(--grid-spacing) * 2));
}
.sg-layoutGrid[data-grid-style="hero_tiles"].itemsPerRow-2 > :nth-child(3n + 1),
.sg-layoutGrid[data-grid-style="hero_tiles"].itemsPerRow-3 > :nth-child(4n + 1),
.sg-layoutGrid[data-grid-style="hero_tiles"].itemsPerRow-4 > :nth-child(5n + 1),
.sg-layoutGrid[data-grid-style="hero_tiles"].itemsPerRow-5 > :nth-child(6n + 1),
.sg-layoutGrid[data-grid-style="hero_tiles"].itemsPerRow-6 > :nth-child(7n + 1),
.sg-layoutGrid[data-grid-style="hero_tiles"].itemsPerRow-7 > :nth-child(8n + 1) {
    flex: 0 0 auto;
    max-width: 100%;
}
.sg-layoutGrid[data-grid-style="masonry"] {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: auto;
    gap: 1rem;
    padding: 1rem;
}
.sg-layoutGrid[data-grid-style="masonry"] > * {
    flex: 0 0 auto !important;
    max-width: 100% !important;
    grid-column: span 2;
    margin: 0;
}
.sg-layoutGrid[data-grid-style="masonry"] > :nth-child(8n + 1),
.sg-layoutGrid[data-grid-style="masonry"] > :nth-child(8n + 6) {
    grid-column: span 4;
    grid-row: span 2;
}
.sg-layoutGrid[data-grid-style="masonry"] > :nth-child(8n + 2) {
    grid-column: span 4;
}
.sg-layoutGrid[data-grid-style="masonry"] > :nth-child(8n + 3),
.sg-layoutGrid[data-grid-style="masonry"] > :nth-child(8n + 4),
.sg-layoutGrid[data-grid-style="masonry"] > :nth-child(8n + 7),
.sg-layoutGrid[data-grid-style="masonry"] > :nth-child(8n + 8) {
    grid-column: span 2;
}
.sg-layoutGrid[data-grid-style="masonry"] > :nth-child(8n + 5) {
    grid-column: span 4;
    grid-row: auto;
}
.sgSelectBtnOptions {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2px;
}
.sgSelectBtnOptions > .selectoptions-item {
    padding: 2px;
    flex: 0 0 50%;
    max-width: 50%;
}
.sgSelectBtnOptions > .selectoptions-item input {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}
.sgSelectBtnOptions > .selectoptions-item .selectoptions-button {
    position: relative;
    padding: 5px;
    font-size: inherit;
    border-radius: 5px;
    text-align: center;
    background-color: #fff;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    display: block;
    cursor: pointer;
    width: 100%;
}
.mdp-readabler-trigger-button-box {
    z-index: 9995 !important;
}
.sg-video-bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    background-color: #000;
    overflow: hidden;
}
.sg-video-bg-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
}
.sg-video-bg-wrapper iframe,
.sg-video-bg-wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100vw;
    max-width: none;
    transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
    .sticky-mobile-ctas {
        display: none;
    }
}
.sg-section-posts-archived.sg-section-posts-archived--theme-featured,
.sg-section-posts-archived.sg-section-posts-archived--theme-list {
    padding: 40px 0 60px;
}
header#masterhead .primary-navbar.primary-navbar--theme_1_header .sg-navbar-wrapper > * {
    padding: 10px;
    flex: auto;
}
header#masterhead .primary-navbar.primary-navbar--theme_1_header .sg-navbar-wrapper > .item.item-navigations {
    padding-left: 50px;
    padding-right: 50px;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_classic .sg-navbar-wrapper {
    gap: 15px;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_classic .sg-navbar-wrapper > * {
    padding: 10px;
    flex: auto;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_classic .sg-navbar-wrapper > .item > .nav {
    justify-content: flex-end;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_classic .sg-navbar-wrapper > .item.item-logo {
    padding: 0;
    flex: 0 0 auto;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_classic .sg-navbar-wrapper .site-img-logo > img {
    max-height: 80px;
    width: auto;
}
header#masterhead
    .primary-navbar.primary-navbar--theme_header_classic
    .sg-navbar-wrapper
    .sg-site-navigation.sg-navbar-nav
    > .sg-nav-item
    > .sg-nav-link {
    padding: 12px 18px;
    font-weight: 500;
    transition:
        color 0.2s,
        background-color 0.2s;
}
header#masterhead
    .primary-navbar.primary-navbar--theme_header_classic
    .sg-navbar-wrapper
    .sg-site-navigation.sg-navbar-nav
    > .sg-nav-item
    > .sg-nav-link:hover {
    color: var(--color-primary);
}
header#masterhead .primary-navbar.primary-navbar--theme_header_classic .sg-navbar-wrapper > .item.item-ctas .btn {
    border-radius: 6px;
    font-weight: 600;
    padding: 10px 24px;
}
header#masterhead
    .primary-navbar.primary-navbar--theme_header_classic
    .navbar--float_right
    > .sgDispenzaLocation--selection-btn {
    display: inline-block;
    height: 100%;
}
header#masterhead
    .primary-navbar.primary-navbar--theme_header_classic
    .navbar--float_right
    > .sgDispenzaLocation--selection-btn
    a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    background-color: var(--color-primary);
    color: #fff;
    padding: 25px;
    border-bottom-left-radius: 50px;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_elegant {
    border-top: 3px solid var(--color-primary);
}
header#masterhead .primary-navbar.primary-navbar--theme_header_elegant .sg-navbar {
    padding-top: 15px;
    padding-bottom: 15px;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_elegant .sg-navbar-wrapper {
    gap: 20px;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_elegant .sg-navbar-wrapper > * {
    padding: 10px;
    flex: auto;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_elegant .sg-navbar-wrapper > .item > .nav {
    justify-content: flex-end;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_elegant .sg-navbar-wrapper > .item.item-logo {
    padding: 0;
    flex: 0 0 auto;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_elegant .sg-navbar-wrapper .site-img-logo > img {
    max-height: 70px;
    width: auto;
}
header#masterhead
    .primary-navbar.primary-navbar--theme_header_elegant
    .sg-navbar-wrapper
    .sg-site-navigation.sg-navbar-nav
    > .sg-nav-item
    > .sg-nav-link {
    padding: 10px 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    transition:
        border-color 0.3s,
        color 0.3s;
}
header#masterhead
    .primary-navbar.primary-navbar--theme_header_elegant
    .sg-navbar-wrapper
    .sg-site-navigation.sg-navbar-nav
    > .sg-nav-item
    > .sg-nav-link:hover {
    border-bottom-color: var(--color-primary);
    color: var(--color-primary);
}
header#masterhead .primary-navbar.primary-navbar--theme_header_elegant .sg-navbar-wrapper > .item.item-ctas .btn {
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    border-radius: 0;
    padding: 10px 28px;
    border-width: 2px;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_centered {
    padding: 10px 0;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_centered .sg-navbar-wrapper {
    justify-content: center;
    align-items: center;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_centered .sg-navbar-wrapper > * {
    padding: 10px;
    flex: auto;
    text-align: center;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_centered .sg-navbar-wrapper > .nav {
    justify-content: center;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_centered .sg-navbar-wrapper > .sg-navbar-brand {
    display: flex;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0 30px;
}
header#masterhead
    .primary-navbar.primary-navbar--theme_header_centered
    .sg-navbar-wrapper
    > .sg-navbar-brand
    > .site-img-logo {
    display: flex;
    background-color: var(--color-primary);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: 3px solid #fff;
    margin-bottom: -50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s;
}
header#masterhead
    .primary-navbar.primary-navbar--theme_header_centered
    .sg-navbar-wrapper
    > .sg-navbar-brand
    > .site-img-logo:hover {
    transform: scale(1.05);
}
header#masterhead .primary-navbar.primary-navbar--theme_header_centered .sg-navbar-wrapper .site-img-logo > img {
    max-height: 80px;
    width: auto;
}
header#masterhead
    .primary-navbar.primary-navbar--theme_header_centered
    .sg-navbar-wrapper
    .sg-site-navigation.sg-navbar-nav {
    gap: 5px;
}
header#masterhead
    .primary-navbar.primary-navbar--theme_header_centered
    .sg-navbar-wrapper
    .sg-site-navigation.sg-navbar-nav
    > .sg-nav-item
    > .sg-nav-link {
    padding: 8px 16px;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    transition:
        border-color 0.3s,
        color 0.3s;
}
header#masterhead
    .primary-navbar.primary-navbar--theme_header_centered
    .sg-navbar-wrapper
    .sg-site-navigation.sg-navbar-nav
    > .sg-nav-item
    > .sg-nav-link:hover {
    border-bottom-color: var(--color-primary);
    color: var(--color-primary);
}
.sgb-component-gallery .gallery-items.layout-carousel .swiper-wrapper,
header#masterhead .primary-navbar.primary-navbar--theme_header_centered .navbar--float_right {
    display: flex;
    align-items: center;
}
/* True visual centering: brand stays fixed in the middle, nav halves flex equally and push content toward the logo. */
header#masterhead .primary-navbar.primary-navbar--theme_header_centered .sg-navbar-wrapper > .sg-navbar-brand {
    min-width: 200px;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_centered .sg-navbar-wrapper > .sg-site-navigation {
    flex: 1 1 0;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_centered .sg-navbar-wrapper > .sg-site-navigation:first-child {
    text-align: right;
    justify-content: flex-end;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_centered .sg-navbar-wrapper > .sg-site-navigation:last-child {
    text-align: left;
    justify-content: flex-start;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_minimal {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
header#masterhead .primary-navbar.primary-navbar--theme_header_minimal .sg-navbar {
    padding-top: 8px;
    padding-bottom: 8px;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_minimal .sg-navbar-wrapper {
    gap: 10px;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_minimal .sg-navbar-wrapper > * {
    padding: 5px 10px;
    flex: auto;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_minimal .sg-navbar-wrapper > .item > .nav {
    justify-content: flex-end;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_minimal .sg-navbar-wrapper > .item.item-logo {
    padding: 0;
    flex: 0 0 auto;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_minimal .sg-navbar-wrapper .site-img-logo > img {
    max-height: 50px;
    width: auto;
}
header#masterhead
    .primary-navbar.primary-navbar--theme_header_minimal
    .sg-navbar-wrapper
    .sg-site-navigation.sg-navbar-nav
    > .sg-nav-item
    > .sg-nav-link {
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 3px solid transparent;
    transition: border-color 0.25s;
}
header#masterhead
    .primary-navbar.primary-navbar--theme_header_minimal
    .sg-navbar-wrapper
    .sg-site-navigation.sg-navbar-nav
    > .sg-nav-item
    > .sg-nav-link:hover {
    border-bottom-color: var(--color-primary);
}
header#masterhead .primary-navbar.primary-navbar--theme_header_minimal .sg-navbar-wrapper > .item.item-ctas .btn {
    font-size: 13px;
    padding: 8px 20px;
    border-radius: 4px;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_bold {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
header#masterhead .primary-navbar.primary-navbar--theme_header_bold .sg-navbar {
    padding-top: 0;
    padding-bottom: 0;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_bold .sg-navbar-wrapper {
    gap: 0;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_bold .sg-navbar-wrapper > * {
    padding: 15px 10px;
    flex: auto;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_bold .sg-navbar-wrapper > .item > .nav {
    justify-content: flex-end;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_bold .sg-navbar-wrapper > .item.item-logo {
    padding: 10px 15px 10px 0;
    flex: 0 0 auto;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_bold .sg-navbar-wrapper .site-img-logo > img {
    max-height: 60px;
    width: auto;
}
header#masterhead
    .primary-navbar.primary-navbar--theme_header_bold
    .sg-navbar-wrapper
    .sg-site-navigation.sg-navbar-nav
    > .sg-nav-item
    > .sg-nav-link {
    padding: 18px 20px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition:
        background-color 0.2s,
        color 0.2s;
}
header#masterhead
    .primary-navbar.primary-navbar--theme_header_bold
    .sg-navbar-wrapper
    .sg-site-navigation.sg-navbar-nav
    > .sg-nav-item
    > .sg-nav-link:hover,
ul.sgb-icon-items.style-box .icon {
    background-color: var(--color-primary);
    color: #fff;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_bold .sg-navbar-wrapper > .item.item-ctas {
    display: flex;
    align-items: stretch;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_bold .sg-navbar-wrapper > .item.item-ctas .btn {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    border-radius: 0;
    padding: 12px 30px;
}
header#masterhead
    .primary-navbar.primary-navbar--theme_header_bold
    .navbar--float_right
    > .sgDispenzaLocation--selection-btn {
    display: inline-block;
    height: 100%;
    max-width: 300px;
}
header#masterhead
    .primary-navbar.primary-navbar--theme_header_bold
    .navbar--float_right
    > .sgDispenzaLocation--selection-btn
    a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 20px 25px;
    border-left: 4px solid var(--color-primary);
    background-color: rgba(0, 0, 0, 0.03);
    transition: background-color 0.2s;
}
header#masterhead
    .primary-navbar.primary-navbar--theme_header_bold
    .navbar--float_right
    > .sgDispenzaLocation--selection-btn
    a:hover {
    background-color: rgba(0, 0, 0, 0.06);
}
header#masterhead
    .primary-navbar.primary-navbar--theme_header_bold
    .navbar--float_right
    > .sgDispenzaLocation--selection-btn
    .locname {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600;
}
.sg-section-posts-archived.sg-section-posts-archived--theme-featured .sg-posts--featured-post {
    margin-bottom: 40px;
}
.sg-section-posts-archived.sg-section-posts-archived--theme-featured .sg-posts--featured-post .sg-post-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    min-height: 400px;
}
.sg-section-posts-archived.sg-section-posts-archived--theme-featured .sg-posts--category-nav {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}
.sg-section-posts-archived.sg-section-posts-archived--theme-featured .sg-posts--category-nav > .item {
    flex: 1 1 0%;
}
.sg-section-posts-archived.sg-section-posts-archived--theme-featured .sg-posts--category-nav > .item a {
    font-weight: 500;
}
.sg-section-posts-archived.sg-section-posts-archived--theme-grid {
    padding: 40px 0 60px;
    background-color: #f8f9fa;
}
.sg-section-posts-archived.sg-section-posts-archived--theme-grid .sg-posts--category-nav {
    justify-content: center;
    gap: 8px;
    border: none;
    margin-bottom: 35px;
}
.sg-section-posts-archived.sg-section-posts-archived--theme-grid .sg-posts--category-nav > .item {
    border: none;
}
.sg-section-posts-archived.sg-section-posts-archived--theme-grid .sg-posts--category-nav > .item:not(:last-child) {
    border-right: none;
}
.sg-section-posts-archived.sg-section-posts-archived--theme-grid .sg-posts--category-nav > .item a {
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: 0.2s;
}
.sg-section-posts-archived.sg-section-posts-archived--theme-grid .sg-posts--category-nav > .item a:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
}
.sg-section-posts-archived.sg-section-posts-archived--theme-grid .sg-posts--category-nav > .item.active a {
    border-color: var(--color-primary);
}
.sg-section-posts-archived.sg-section-posts-archived--theme-list .sg-posts--category-nav > .item:not(:last-child),
.sg-section-posts-archived.sg-section-posts-archived--theme-masonry .sg-posts--category-nav > .item:not(:last-child),
.sg-section-posts-archived.sg-section-posts-archived--theme-minimal .sg-posts--category-nav > .item:not(:last-child) {
    border-right: none;
}
.sg-section-posts-archived.sg-section-posts-archived--theme-grid .sg-posts--items .sg-post-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition:
        transform 0.25s,
        box-shadow 0.25s;
}
.sg-section-posts-archived.sg-section-posts-archived--theme-grid .sg-posts--items .sg-post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.sg-section-posts-archived.sg-section-posts-archived--theme-list .sg-posts--category-nav {
    border-bottom: 2px solid #e3e3e3;
    margin-bottom: 30px;
}
.sg-section-posts-archived.sg-section-posts-archived--theme-list .sg-posts--category-nav > .item a {
    padding: 12px 20px;
    font-weight: 500;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    transition: border-color 0.2s;
}
.sg-section-posts-archived.sg-section-posts-archived--theme-list .sg-posts--category-nav > .item.active a {
    border-bottom-color: var(--color-primary);
    background-color: transparent;
    color: var(--color-primary);
}
.sg-section-posts-archived.sg-section-posts-archived--theme-list .sg-posts--items .sg-post-card {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.sg-section-posts-archived.sg-section-posts-archived--theme-masonry {
    padding: 30px 0 60px;
}
.sg-section-posts-archived.sg-section-posts-archived--theme-masonry .sg-posts--category-nav {
    justify-content: flex-start;
    gap: 5px;
    border: none;
    margin-bottom: 25px;
}
.sg-section-posts-archived.sg-section-posts-archived--theme-masonry .sg-posts--category-nav > .item a {
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.sg-section-posts-archived.sg-section-posts-archived--theme-masonry .sg-posts--items .sg-post-card {
    border-radius: 0;
    overflow: hidden;
}
.sg-section-posts-archived.sg-section-posts-archived--theme-minimal {
    padding: 60px 0;
    max-width: 800px;
    margin: 0 auto;
}
.sg-section-posts-archived.sg-section-posts-archived--theme-minimal .sg-posts--category-nav {
    justify-content: center;
    border: none;
    margin-bottom: 40px;
    gap: 15px;
}
.sg-section-posts-archived.sg-section-posts-archived--theme-minimal .sg-posts--category-nav > .item a {
    padding: 5px 0;
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid transparent;
    transition:
        color 0.2s,
        border-color 0.2s;
}
.sg-section-posts-archived.sg-section-posts-archived--theme-minimal .sg-posts--category-nav > .item a:hover {
    color: #333;
}
.sg-section-posts-archived.sg-section-posts-archived--theme-minimal .sg-posts--category-nav > .item.active a {
    color: #333;
    background-color: transparent;
    border-bottom-color: #333;
}
.sg-section-posts-archived.sg-section-posts-archived--theme-minimal .sg-posts--items .sg-post-card {
    border: none;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    padding: 25px 0;
    box-shadow: none;
}
body.sg-cta-theme--cta_global_bold .btn {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-width: 2px;
    padding: 12px 28px;
    border-radius: 0;
    transition:
        transform 0.2s,
        box-shadow 0.2s;
}
body.sg-cta-theme--cta_global_bold .btn.btn-primary {
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
}
body.sg-cta-theme--cta_global_bold .btn:hover {
    transform: translateY(-3px);
}
body.sg-cta-theme--cta_global_bold .btn.btn-primary:hover {
    box-shadow:
        0 6px 0 rgba(0, 0, 0, 0.2),
        0 8px 16px rgba(0, 0, 0, 0.15);
}
body.sg-cta-theme--cta_global_bold .btn:active {
    transform: translateY(-1px);
}
body.sg-cta-theme--cta_global_outline .btn {
    background-color: transparent !important;
    border-width: 2px;
    font-weight: 600;
    transition:
        transform 0.25s,
        background-color 0.25s,
        color 0.25s,
        border-color 0.25s;
}
body.sg-cta-theme--cta_global_outline .btn.btn-primary {
    color: var(--color-primary);
    border-color: var(--color-primary);
}
body.sg-cta-theme--cta_global_outline .btn:hover {
    transform: scale(1.04);
}
body.sg-cta-theme--cta_global_outline .btn.btn-primary:hover {
    background-color: var(--color-primary) !important;
    color: #fff;
}
body.sg-cta-theme--cta_global_outline .btn:active {
    transform: scale(0.98);
}
body.sg-cta-theme--cta_global_rounded .btn {
    border-radius: 50px;
    padding: 12px 28px;
    font-weight: 600;
    transition:
        transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.3s;
}
body.sg-cta-theme--cta_global_rounded .btn:hover {
    transform: scale(1.06);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
body.sg-cta-theme--cta_global_rounded .btn:active {
    transform: scale(0.97);
}
body.sg-cta-theme--cta_global_gradient .btn.btn-primary {
    background: linear-gradient(135deg, var(--color-primary) 0, var(--color-primary_hover) 100%) !important;
    border: none;
    color: #fff;
    font-weight: 600;
    transition:
        transform 0.25s,
        filter 0.25s,
        box-shadow 0.25s;
}
body.sg-cta-theme--cta_global_gradient .btn.btn-primary:hover {
    transform: scale(1.03);
    filter: brightness(1.1);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
}
body.sg-cta-theme--cta_global_gradient .btn.btn-primary:active {
    transform: scale(0.98);
}
body.sg-cta-theme--cta_global_flat .btn {
    border-radius: 4px;
    font-weight: 500;
    box-shadow: none;
    border: 1px solid transparent;
    transition:
        transform 0.2s,
        background-color 0.2s,
        opacity 0.2s;
}
body.sg-cta-theme--cta_global_flat .btn:hover {
    transform: scale(1.02);
}
body.sg-cta-theme--cta_global_flat .btn.btn-primary:hover {
    filter: brightness(0.92);
}
body.sg-cta-theme--cta_global_flat .btn:active {
    transform: scale(0.99);
    opacity: 0.9;
}
@media only screen and (max-width: 991px) {
    .sg-layoutGrid.itemsPerRow-4 > *,
    .sg-layoutGrid.itemsPerRow-5 > * {
        flex: 0 0 calc(calc(100% / 3) - calc(var(--grid-spacing) * 2));
        max-width: calc(calc(100% / 3) - calc(var(--grid-spacing) * 2));
    }
    .sg-layoutGrid.itemsPerRow-6 > *,
    .sg-layoutGrid.itemsPerRow-7 > * {
        flex: 0 0 calc(calc(100% / 4) - calc(var(--grid-spacing) * 2));
        max-width: calc(calc(100% / 4) - calc(var(--grid-spacing) * 2));
    }
    .sg-layoutGrid[data-grid-style="hero_tiles"].itemsPerRow-4 > *,
    .sg-layoutGrid[data-grid-style="hero_tiles"].itemsPerRow-5 > * {
        flex: 0 0 calc(calc(100% / 3) - calc(var(--grid-spacing) * 2)) !important;
        max-width: calc(calc(100% / 3) - calc(var(--grid-spacing) * 2)) !important;
    }
    .sg-layoutGrid[data-grid-style="hero_tiles"].itemsPerRow-6 > *,
    .sg-layoutGrid[data-grid-style="hero_tiles"].itemsPerRow-7 > * {
        flex: 0 0 calc(calc(100% / 4) - calc(var(--grid-spacing) * 2)) !important;
        max-width: calc(calc(100% / 4) - calc(var(--grid-spacing) * 2)) !important;
    }
    .sticky-mobile-ctas.sticky-mobile-ctas--cta_sticky_classic {
        background-color: var(--color-primary);
        padding: 12px 15px;
        box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.15);
    }
    .sticky-mobile-ctas.sticky-mobile-ctas--cta_sticky_classic > .btn {
        flex: 1;
        max-width: 280px;
        margin: 0 4px;
        border-radius: 8px;
        font-weight: 600;
    }
    .sticky-mobile-ctas.sticky-mobile-ctas--cta_sticky_classic > .btn.btn-primary {
        background-color: #fff !important;
        color: var(--color-primary);
        border-color: #fff;
    }
    .sticky-mobile-ctas.sticky-mobile-ctas--cta_sticky_compact {
        background-color: #1a1a1a;
        padding: 8px 10px;
        min-height: auto;
    }
    .sticky-mobile-ctas.sticky-mobile-ctas--cta_sticky_compact > .btn {
        flex: 1;
        padding: 10px 16px !important;
        font-size: 14px;
        border-radius: 6px;
    }
    .sticky-mobile-ctas.sticky-mobile-ctas--cta_sticky_pill {
        background-color: transparent;
        padding: 10px 15px 25px;
        box-shadow: none;
    }
    .sticky-mobile-ctas.sticky-mobile-ctas--cta_sticky_pill > .btn {
        flex: 1;
        max-width: 200px;
        border-radius: 50px;
        font-weight: 600;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    }
    .sticky-mobile-ctas.sticky-mobile-ctas--cta_sticky_banner {
        background-color: var(--color-primary);
        padding: 15px 20px;
        flex-wrap: wrap;
        gap: 10px;
    }
    .sticky-mobile-ctas.sticky-mobile-ctas--cta_sticky_banner > .btn {
        flex: 1 1 auto;
        min-width: 140px;
        border-radius: 8px;
        font-weight: 600;
    }
    .sticky-mobile-ctas.sticky-mobile-ctas--cta_sticky_banner > .btn.btn-primary {
        background-color: #fff !important;
        color: var(--color-primary);
    }
    .sticky-mobile-ctas.sticky-mobile-ctas--cta_sticky_split {
        background-color: #111;
        padding: 0;
        gap: 0;
    }
    .sticky-mobile-ctas.sticky-mobile-ctas--cta_sticky_split > .btn {
        flex: 1;
        border-radius: 0;
        padding: 14px 10px !important;
        font-weight: 600;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    .sticky-mobile-ctas.sticky-mobile-ctas--cta_sticky_split > .btn:last-child {
        border-right: none;
    }
}
.sg-popup-close,
.sgpopup.sg-popup-open {
    align-items: center;
    pointer-events: auto;
    display: flex;
}
.sgpopup.sg-popup-open {
    position: fixed;
    inset: 0;
    z-index: 99999;
    justify-content: center;
    padding: 20px;
    visibility: visible;
    opacity: 1;
    transition:
        opacity 0.22s ease-out,
        visibility 0.22s ease-out;
}
.sgpopup.sg-popup-closing {
    opacity: 0;
    pointer-events: none;
}
.sgpopup.sg-popup-closing .sg-popup-container {
    opacity: 0;
    transform: scale(0.97);
}
.sg-popup-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    cursor: pointer;
    transition: opacity 0.22s ease-out;
}
.sg-popup-container {
    position: relative;
    min-width: 320px;
    min-height: 200px;
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.2);
    overflow: auto;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    transition:
        opacity 0.2s ease-out,
        transform 0.2s ease-out;
    z-index: 1;
}
.sg-popup-close,
.sg-popup-gallery-nav button {
    width: 44px;
    height: 44px;
    padding: 0;
    cursor: pointer;
}
.sg-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    min-width: 44px;
    min-height: 44px;
    border: none;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    justify-content: center;
    transition: background 0.15s;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    z-index: 300;
}
.sg-popup-close span {
    pointer-events: none;
}
.sg-popup-close::before {
    content: "\00D7";
    font-size: 24px;
    line-height: 1;
    color: #444;
    pointer-events: none;
}
.sg-popup-close:focus,
.sg-popup-close:hover {
    background: rgba(0, 0, 0, 0.14);
    outline: 0;
}
.sg-popup-close:focus-visible {
    outline: rgba(0, 0, 0, 0.3) solid 2px;
    outline-offset: 2px;
}
.sg-popup-container .sgpopup-title {
    margin: 0 0 1rem;
    padding: 1.5rem 1.5rem 0.75rem;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3;
    color: #1a1a1a;
    letter-spacing: -0.01em;
    border-bottom: 1px solid #eee;
}
.sg-popup-container .sgpopup-content {
    padding: 1.5rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
}
.sg-popup-container .sgpopup-content p {
    margin: 0 0 0.75rem;
}
.sg-popup-container .sgpopup-content a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}
.sg-popup-container .sgpopup-content a:hover {
    opacity: 0.85;
}
.sg-popup-container .sgpopup-content.sg-popup-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    padding: 2rem;
}
.sg-popup-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #e5e5e5;
    border-top-color: #333;
    border-radius: 50%;
    animation: 0.7s linear infinite sg-popup-spin;
}
@keyframes sg-popup-spin {
    to {
        transform: rotate(360deg);
    }
}
.sg-popup-error {
    margin: 0;
    color: #999;
    font-size: 0.9375rem;
}
.sg-popup-container.sg-popup--has-body .sg-popup-body {
    padding: 24px;
    overflow: auto;
    flex: 1;
    min-height: 0;
}
.sg-popup-container.sg-popup--image .sg-popup-body {
    padding: 40px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sg-popup-image {
    max-width: 100%;
    max-height: 80vh;
    height: auto;
    display: block;
}
.sg-popup-gallery-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 10px;
    z-index: 2;
}
.sg-popup-gallery-nav button {
    pointer-events: auto;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    line-height: 1;
}
.sg-popup-gallery-nav button:hover {
    background: rgba(0, 0, 0, 0.75);
}
.location-selector-steps {
    margin: 12px 0;
    overflow: hidden;
    position: relative;
}
.location-selector-steps-track {
    display: flex;
    transition: transform 0.35s;
}
.location-selector-steps.is-steps-2 .location-selector-steps-track {
    width: 200%;
}
.location-selector-steps.is-steps-3 .location-selector-steps-track {
    width: 300%;
}
.location-selector-steps.is-steps-2.is-panel-locations .location-selector-steps-track {
    transform: translateX(-50%);
}
.location-selector-steps.is-steps-3.is-panel-states .location-selector-steps-track {
    transform: translateX(-33.3333%);
}
.location-selector-steps.is-steps-3.is-panel-locations .location-selector-steps-track {
    transform: translateX(-66.6667%);
}
.location-selector-step-title {
    font-weight: 600;
    margin-bottom: 8px;
}
.location-selector-card {
    display: block;
    padding: 12px 14px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #000;
    text-decoration: none;
    transition:
        border-color 0.2s,
        box-shadow 0.2s,
        transform 0.1s;
}
.location-selector-card:hover {
    color: #000;
    border-color: #cbd5e1;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
}
.location-selector-card.is-active {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
}
.location-selector-step-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 8px;
}
.location-selector-panel {
    padding-right: 12px;
}
.location-selector-steps.is-steps-2 .location-selector-panel {
    width: 50%;
    flex: 0 0 50%;
}
.location-selector-steps.is-steps-3 .location-selector-panel {
    width: 33.3333%;
    flex: 0 0 33.3333%;
}
.location-selector-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    padding: 6px 10px;
    font-size: 14px;
    margin-bottom: 10px;
    cursor: pointer;
}
.location-gallery-item,
.location-map-embed {
    overflow: hidden;
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}
.location-selector-back:hover {
    background: #eef2f7;
}
.location-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 16px;
}
.location-gallery-item {
    position: relative;
    background: #fff;
    transition:
        transform 0.2s,
        box-shadow 0.2s;
    aspect-ratio: 4/3;
}
.archived-events.layout-list .event-item:nth-child(2n),
.sGevents-filter {
    background-color: #f1f2f2;
}
.location-gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 60%, rgba(15, 23, 42, 0.25) 100%);
    pointer-events: none;
    opacity: 0.9;
}
.location-gallery-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.14);
}
.location-gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.location-map-embed {
    width: 100%;
}
.location-map-embed iframe {
    display: block;
    width: 100%;
    height: 360px;
    border: 0;
}
.event-item {
    position: relative;
    flex: auto;
    line-height: 1.25em;
    margin: 0 15px 15px;
}
.event-item > .info > .event-date {
    display: flex;
    flex-direction: column;
    text-align: center;
    flex: 0 0 70px;
    max-width: 70px;
    padding: 5px;
    line-height: 1.5em;
}
.archived-events.layout-list .event-item > .info > .offset-event-date > .d,
.event-item > .info > .event-date > .d {
    font-size: 50px;
    line-height: 40px;
    font-weight: 700;
}
.archived-events.layout-list .event-item > .info > .offset-event-date > .m,
.event-item > .info > .event-date > .m,
ul.sgb-icon-items.size-large {
    font-size: 30px;
}
.archived-events.layout-list .event-item > .info > .offset-event-date > .y,
.event-item > .info > .event-date > .y {
    font-size: 20px;
}
.event-item > .info > .event-details {
    padding: 5px;
    flex: 0 0 calc(100% - 70px);
    max-width: calc(100% - 70px);
}
.event-item > .info .title {
    font-size: 24px;
    font-weight: 700;
}
.event-item > .info .meta {
    margin-top: 10px;
    font-size: 14px;
}
.event-item > .info .thumb {
    position: relative;
    width: 100%;
    height: 150px;
    background-color: #e3e3e3;
    margin-bottom: 10px;
}
.event-item > .info .thumb > img,
.sg-hero-slider .slider-item > .cover > img,
.sgb-video-player .media-poster > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.event-item > .info .description {
    margin-bottom: 5px;
    font-size: 14px;
}
.event-item > .info .ctas,
.sgb-component-pricing-card > .inner .pricing ~ .pricing-note {
    margin-top: 15px;
}
.sgEvents-add-calendar-btn svg {
    width: 20px;
}
.sgEvents-add-calendar-btn .sg-dropdown-menu {
    min-width: 250px;
}
.sgEvents-add-calendar-btn .sg-dropdown-menu li > a {
    padding: 10px 20px;
}
.archived-events,
.sgb-component-gallery > .gallery-items {
    display: flex;
    flex-wrap: wrap;
}
.archived-events.layout-list .event-item {
    padding: 25px;
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 0 15px;
}
.archived-events.layout-list .event-item > .info {
    position: relative;
    padding-left: 80px;
}
.archived-events.layout-list .event-item > .info > .offset-event-date {
    position: absolute;
    width: 80px;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.archived-events.layout-list .event-item > .info .thumb {
    max-width: 150px;
    flex: 0 0 150px;
}
.archived-events.layout-list .event-item > .info .thumb ~ .event-details {
    max-width: calc(100% - 150px);
    flex: 0 0 calc(100% - 150px);
    padding: 15px;
}
.archived-events.sidebar-posts .event-item > .info {
    padding-left: 0;
}
.archived-events.sidebar-posts .event-item > .info .thumb {
    flex: 0 0 100%;
    max-width: 100%;
    height: 70px;
}
.archived-events.sidebar-posts .event-item > .info > .event-details {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 5px !important;
}
.sGevents-filter {
    display: flex;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.sGevents-filter > * {
    flex: 1;
}
.sGevents-filter .filter-group {
    display: flex;
    margin-left: 25px;
    text-align: right;
    justify-content: flex-end;
}
.sGevents-filter .filter-group .sg-dropdown {
    margin-left: 15px;
}
.sGevents-filter .filter-group .sg-dropdown > .btn {
    padding: 7px 15px;
    height: 100%;
    width: 100%;
}
.sGevents-filter .filter-group .sg-input-group > .btn {
    padding: 7px 15px;
}
.sGevents-filter .filter-group .layout-switcher {
    margin-left: 15px;
    width: auto;
}
@media only screen and (max-width: 767px) {
    .mobile-navbar-brand,
    .mobile-toggler-burger,
    .sg-site-navigation.sg-navbar-nav .sg-nav-item.has-child.open > .sub-menu {
        display: block;
    }
    header#masterhead .primary-navbar .inner-nav {
        display: none !important;
    }
    .sticky-mobile-ctas:not(.is-visible),
    header#masterhead .primary-navbar .sg-navbar-wrapper {
        display: none;
    }
    header#masterhead .primary-navbar .sg-navbar {
        padding: 5px;
    }
    header#masterhead .primary-navbar .sg-navbar .sg-navbar-toggler {
        margin-right: 15px;
    }
    header#masterhead .primary-navbar .sg-navbar .sg-navbar-brand {
        max-width: 200px;
    }
    header#masterhead.sticky .primary-navbar .sg-navbar .sg-navbar-brand {
        max-width: 120px;
    }
    .sg-site-navigation.sg-navbar-nav .sg-nav-item.has-child > .sub-menu {
        position: relative;
        display: none;
        width: 100%;
        max-width: 500px;
        margin: 0 auto 15px;
    }
    .sg-site-navigation.sg-navbar-nav .sg-nav-item.has-child > .sub-menu > ul > li > a {
        text-align: center;
    }
    header#masterhead .sg-navbar-extra {
        -ms-flex-direction: column;
        flex-direction: column;
        flex-basis: 100%;
        flex-grow: 1;
        margin: 15px 0 0;
    }
    .sticky-mobile-ctas {
        position: fixed;
        display: flex;
        justify-content: center;
        background-color: var(--color-accent);
        bottom: 0;
        left: 0;
        right: 0;
        padding: 5px;
        z-index: 9999;
        --items: 2;
    }
    .sticky-mobile-ctas > a.btn {
        position: relative;
        -ms-flex: 1;
        flex: 1;
        font-size: inherit;
        margin: 0 5px;
        border: 0;
        box-shadow: rgb(0 0 0 / 50%) 0 10px 50px;
        flex: 0 0 calc(calc(100% / var(--items)) - 10px);
    }
    .sticky-mobile-ctas ~ .mdp-readabler-trigger-button-box.bottom-left,
    .sticky-mobile-ctas ~ .mdp-readabler-trigger-button-box.bottom-right {
        bottom: 60px;
    }
    .sticky-mobile-ctas.sticky-mobile-ctas-theme-1 {
        display: flex;
        width: 100%;
        background-color: #fff;
        color: #000;
        font-size: 14px;
        margin: 50px auto 0;
        padding: 0;
        box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
    }
    .sticky-mobile-ctas.sticky-mobile-ctas-theme-1::before {
        content: "";
        position: absolute;
        top: -25px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 140px;
        height: 50px;
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 80"><defs><filter id="shadow" x="-50%" y="-50%" width="200%" height="200%"><feDropShadow dx="0" dy="0" stdDeviation="4" flood-color="rgba(0,0,0,0.1)"/></filter></defs><path fill="%23ffffff" filter="url(%23shadow)" d="M0,40 C60,40 60,0 100,0 C140,0 140,40 200,40 L200,80 L0,80 Z"></path></svg>')
            top center/contain no-repeat;
    }
    .sticky-mobile-ctas.sticky-mobile-ctas-theme-1 > .item,
    .sticky-mobile-ctas.sticky-mobile-ctas-theme-2 > .item {
        position: relative;
        flex: 1;
        text-align: center;
    }
    .sticky-mobile-ctas.sticky-mobile-ctas-theme-1 > .item > a.item-link {
        display: block;
        padding: 10px 15px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .sticky-mobile-ctas.sticky-mobile-ctas-theme-1 > .item.item-round {
        flex: 0 0 100px;
        border-left: 1px solid #e3e3e3;
        border-right: 1px solid #e3e3e3;
    }
    .sticky-mobile-ctas.sticky-mobile-ctas-theme-1 > .item.item-round > a {
        display: block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        background-color: var(--color-primary);
        color: #fff;
        border-radius: 50%;
        text-align: center;
        margin: -20px auto 0;
        font-size: 13px;
    }
    .sticky-mobile-ctas.sticky-mobile-ctas-theme-1 > .item .sgDutchie-cart_countBtn,
    .sticky-mobile-ctas.sticky-mobile-ctas-theme-2 > .item .sgDutchie-cart_countBtn {
        font-size: 20px !important;
    }
    .sticky-mobile-ctas.sticky-mobile-ctas-theme-1 > .item .sgDutchie-cart_countBtn .count {
        top: 0;
        right: 0;
        background-color: red;
    }
    .sticky-mobile-ctas.sticky-mobile-ctas-theme-2 {
        display: flex;
        align-items: center;
        width: 100%;
        font-size: 14px;
        margin: 50px auto 0;
        padding: 5px 0;
        background-color: transparent;
    }
    .sticky-mobile-ctas.sticky-mobile-ctas-theme-2 > .item > a.item-link {
        position: relative;
        display: block;
        padding: 10px 20px;
        border: none;
        background-color: #fff;
        color: #000;
        border-radius: 0 50px 50px 0;
        margin: 0 7px;
        cursor: pointer;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    .sticky-mobile-ctas.sticky-mobile-ctas-theme-2 > .item > a.item-link:before {
        content: "";
        position: absolute;
        top: 0;
        left: -22px;
        width: 35px;
        height: 100%;
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.97 43.84"><defs></defs><path fill="%23ffffff" d="M7,1.92v.31a31.83,31.83,0,0,1,6.79,19.69A31.83,31.83,0,0,1,7,41.61v.31h9v-40Z"/></svg>')
            left center/cover no-repeat;
        z-index: 1;
    }
    .sticky-mobile-ctas.sticky-mobile-ctas-theme-2 > .item > a.item-link span {
        position: relative;
        z-index: 3;
    }
    .sticky-mobile-ctas.sticky-mobile-ctas-theme-2 > .item.item-round {
        flex: 0 0 50px;
    }
    .sticky-mobile-ctas.sticky-mobile-ctas-theme-2 > .item.item-round > a {
        display: block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        background-color: var(--color-primary);
        color: #fff;
        border-radius: 50%;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        font-size: 13px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    .sticky-mobile-ctas.sticky-mobile-ctas-theme-2 > .item > a.item-link.item-link-cta-1 {
        border-radius: 50px 0 0 50px;
    }
    .sticky-mobile-ctas.sticky-mobile-ctas-theme-2 > .item > a.item-link.item-link-cta-1:before {
        transform: rotate(180deg);
        left: auto;
        right: -22px;
    }
    .sticky-mobile-ctas.sticky-mobile-ctas-theme-2 > .item .sgDutchie-cart_countBtn .count {
        top: 5px;
        right: 10px;
        background-color: red;
    }
    .sg-layoutGrid.itemsPerRow-3 > *,
    .sg-layoutGrid.itemsPerRow-4 > *,
    .sg-layoutGrid.itemsPerRow-5 > * {
        flex: 0 0 calc(calc(100% / 2) - calc(var(--grid-spacing) * 2));
        max-width: calc(calc(100% / 2) - calc(var(--grid-spacing) * 2));
    }
    .sg-layoutGrid.itemsPerRow-6 > *,
    .sg-layoutGrid.itemsPerRow-7 > * {
        flex: 0 0 calc(calc(100% / 3) - calc(var(--grid-spacing) * 2));
        max-width: calc(calc(100% / 3) - calc(var(--grid-spacing) * 2));
    }
    .sg-layoutGrid[data-grid-style="hero_tiles"].itemsPerRow-3 > *,
    .sg-layoutGrid[data-grid-style="hero_tiles"].itemsPerRow-4 > *,
    .sg-layoutGrid[data-grid-style="hero_tiles"].itemsPerRow-5 > *,
    .sg-layoutGrid[data-grid-style="hero_tiles"].itemsPerRow-6 > *,
    .sg-layoutGrid[data-grid-style="hero_tiles"].itemsPerRow-7 > * {
        flex: 0 0 calc(calc(100% / 2) - calc(var(--grid-spacing) * 2)) !important;
        max-width: calc(calc(100% / 2) - calc(var(--grid-spacing) * 2)) !important;
    }
    .sg-layoutGrid[data-grid-style="hero_tiles"].itemsPerRow-3 > :nth-child(3n + 1),
    .sg-layoutGrid[data-grid-style="hero_tiles"].itemsPerRow-4 > :nth-child(3n + 1),
    .sg-layoutGrid[data-grid-style="hero_tiles"].itemsPerRow-5 > :nth-child(3n + 1),
    .sg-layoutGrid[data-grid-style="hero_tiles"].itemsPerRow-6 > :nth-child(5n + 1),
    .sg-layoutGrid[data-grid-style="hero_tiles"].itemsPerRow-7 > :nth-child(5n + 1) {
        flex: 0 0 auto !important;
        max-width: 100% !important;
    }
    .sg-layoutGrid[data-grid-style="masonry"] > :nth-child(6n + 1),
    .sg-layoutGrid[data-grid-style="masonry"] > :nth-child(6n + 5) {
        grid-column: span 4;
        grid-row: span 2;
    }
    .sg-layoutGrid[data-grid-style="masonry"] > :nth-child(6n + 2),
    .sg-layoutGrid[data-grid-style="masonry"] > :nth-child(6n + 3),
    .sg-layoutGrid[data-grid-style="masonry"] > :nth-child(6n + 4),
    .sg-layoutGrid[data-grid-style="masonry"] > :nth-child(6n + 6) {
        grid-column: span 4;
        grid-row: auto;
    }
    .event-item {
        flex: 0 0 calc(calc(100% / 2) - 30px) !important;
        max-width: calc(calc(100% / 2) - 30px) !important;
    }
}
.sgb-component-div {
    padding: 5px;
    flex: 1;
}
.sgb-component-div > .sgb-component-div {
    margin: 10px;
}
@media screen and (min-width: 1200px) {
    [data-hidden-sg-desktop] {
        display: none !important;
    }
}
@media screen and (max-width: 1200px) and (min-width: 993px) {
    [data-hidden-sg-laptop] {
        display: none !important;
    }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
    [data-hidden-sg-notebook] {
        display: none !important;
    }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
    [data-hidden-sg-tablet] {
        display: none !important;
    }
}
@media screen and (max-width: 575px) and (min-width: 481px) {
    [data-hidden-sg-mobile-lg] {
        display: none !important;
    }
}
@media screen and (max-width: 480px) {
    [data-hidden-sg-mobile-sm] {
        display: none !important;
    }
}
.sgb-component.sg-component-has--overlay:before,
[class^="sgb-component"].sg-component-has--overlay:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--overlay-color);
}
.sgb-component.sgb-component-cta {
    margin: 7px;
}
.sgb-component-shape-divider {
    position: absolute !important;
    width: 100%;
    left: 0;
    line-height: 0;
    overflow: hidden;
}
.sgb-component-card,
.sgb-component-pricing-card {
    display: flex;
    font-size: inherit;
    line-height: 1.5em;
    background-color: #fff;
    color: #000;
    overflow: hidden;
}
.sgb-component-shape-divider > svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    left: 50%;
    transform: translateX(-50%);
}
.sgb-component-shape-divider .shape-fill {
    fill: #fff;
    transform: rotateY(0);
    transform-origin: center;
}
.sgb-component-shape-divider.sgb-component-shape-divider--top {
    top: -1px;
}
.sgb-component-shape-divider.sgb-component-shape-divider--top > svg {
    width: calc(var(--shape-divider-width-top) + 1.3px);
    height: var(--shape-divider-height-top);
}
.sgb-component-shape-divider.sgb-component-shape-divider--top .shape-fill {
    fill: var(--shape-divider-color-top);
}
.sgb-component-shape-divider.sgb-component-shape-divider--bottom {
    bottom: -1px;
    transform: rotate(180deg);
}
.sgb-component-shape-divider.sgb-component-shape-divider--bottom > svg {
    width: calc(var(--shape-divider-width-bottom) + 1.3px);
    height: var(--shape-divider-height-bottom);
}
.sgb-component-shape-divider.sgb-component-shape-divider--bottom .shape-fill {
    fill: var(--shape-divider-color-bottom);
}
.sgb-component-card {
    position: relative;
    flex-direction: column;
    width: 100%;
    border: 1px solid #e3e3e3;
}
.sgb-component-card > .inner,
.sgb-component-pricing-card > .inner {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.sgb-component-card a.p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 22;
}
.sgb-component-card .thumbnail {
    position: relative;
    overflow: hidden;
}
.sgb-component-card .thumbnail > img {
    width: 100%;
    transition: 0.35s;
}
.sgb-component-card .info {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 15px;
    text-align: center;
}
.sgb-component-card .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}
.sgb-component-card .content {
    margin-bottom: 5px;
}
.sgb-component-card .ctas {
    display: block;
    margin-top: auto;
    padding-top: 15px;
}
.sgb-component-card .ctas a {
    margin: 2px;
    z-index: 10;
}
.sgb-component-card > .inner.style_2 > .thumbnail {
    position: relative;
    padding-top: 100%;
}
.sgb-component-card > .inner.style_2 > .thumbnail > img,
.sgb-component-card > .inner.style_3 > .thumbnail > img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}
.sgb-component-card > .inner.style_2 > .info {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 15px;
    text-align: left;
}
.sgb-component-card > .inner.style_3,
.sgb-component-testimonials {
    padding: 25px;
}
.sgb-component-card > .inner.style_3 > .thumbnail {
    position: relative;
    padding-top: 100%;
    border-radius: 50%;
}
.sgb-component-pricing-card {
    position: relative;
    flex-direction: column;
    width: 100%;
    border: 1px solid #e3e3e3;
    padding: 25px;
    text-align: center;
}
.sgb-component-pricing-card > .inner .title {
    font-weight: 700;
    font-size: 32px;
}
.sgb-component-pricing-card > .inner .pricing-section {
    display: block;
    text-align: center;
    margin: 15px 0;
}
.sgb-component-pricing-card > .inner .pricing {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.sgb-component-pricing-card > .inner .pricing del {
    opacity: 0.5;
    font-size: 80%;
}
.sgb-component-pricing-card > .inner .pricing-note {
    display: block;
    font-size: 14px;
}
.sgb-component-pricing-card > .inner .feature-lists ul .icon {
    margin-right: 5px;
}
.sgb-component-pricing-card > .inner .ctas {
    display: block;
    margin-top: auto;
    padding-top: 25px;
}
.sgb-component-testimonials .testimonial-items {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.sgb-component-testimonials .testimonial-item {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    max-width: 100%;
    width: auto;
    padding: 25px;
    background-color: #f0f0f0;
    color: #000;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    margin: 5px;
}
.sgb-component-testimonials .testimonial-item .rating {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.sgb-component-testimonials .testimonial-item .rating span {
    opacity: 0.15;
}
.sgb-component-testimonials .testimonial-item .rating span.checked {
    color: var(--color-primary);
    opacity: 1;
}
.sgb-component-testimonials .testimonial-item .image {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    margin: 10px auto;
    border-radius: 100px;
    overflow: hidden;
}
.sg-hero-slider .slider-item > .cover,
.sgb-component-testimonials .testimonial-item .image > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sgb-component-testimonials .testimonial-item .title {
    font-weight: 700;
    margin-top: 15px;
}
.sgb-component-testimonials .testimonial-items.layout-carousel .testimonial-item {
    display: block;
    width: auto;
}
.sgb-component-testimonials .testimonial-items.style_1 .testimonial-item .rating,
.sgb-component-testimonials .testimonial-items.style_3 .testimonial-item .rating {
    justify-content: flex-start;
}
.sgb-component-testimonials .testimonial-items.style_1 .testimonial-item .info {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.sgb-component-testimonials .testimonial-items.style_2 .testimonial-item {
    display: flex;
    flex-direction: column;
}
.sgb-component-testimonials .testimonial-items.style_2 .testimonial-item .info {
    margin: 0 0 15px;
}
.sgb-component-testimonials .testimonial-items.style_2 .testimonial-item .image {
    margin: 0 auto 10px;
    order: 0;
}
.sgb-component-testimonials .testimonial-items.style_2 .testimonial-item .title {
    margin: 0;
    order: 1;
}
.sgb-component-testimonials .testimonial-items.style_3 .testimonial-item {
    text-align: left;
    margin-left: 80px;
    padding-left: 80px;
    font-size: 14px;
}
.sgb-component-testimonials .testimonial-items.style_3 .testimonial-item .content {
    order: 0;
}
.sgb-component-testimonials .testimonial-items.style_3 .testimonial-item .title {
    order: 1;
}
.sgb-component-testimonials .testimonial-items.style_3 .testimonial-item .image {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    overflow: hidden;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    background-color: #e3e3e3;
}
.sg-hero-slider .slider-item {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.sg-hero-slider .slider-item > .inner {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}
.sg-hero-slider .slider-item > .inner > .thumb {
    flex: 0 0 30%;
    max-width: 30%;
}
.sg-hero-slider .slider-item > .inner > .slide-content {
    flex: auto;
    padding: 25px;
}
.sg-hero-slider .slider-item > .inner .ctas {
    display: inline-flex;
    gap: 5px;
    margin-top: 15px;
}
.sg-hero-slider .slider-item .p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.sg-hero-slider.swiper .swiper-slide {
    padding: 0;
}
.sgb-component-gallery .gallery-item {
    position: relative;
    display: inline-block;
    width: 100%;
}
.sgb-component-gallery .gallery-items.layout-carousel .gallery-item {
    position: relative;
    width: auto;
    max-width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}
.sgb-component-gallery .gallery-items.layout-carousel .gallery-item .caption {
    display: block;
    text-align: center;
    padding: 5px;
}
.sgb-component-gallery .gallery-items.layout-carousel .gallery-item.gallery-item-custom {
    display: block;
    text-align: left;
}
.sgb-component-tmp-contact-row .ctaItems {
    margin-bottom: 25px;
}
.sgb-component-tmp-contact-row .ctaItems > a.btn {
    position: relative;
    display: flex;
    border-radius: 0;
    font-size: 150%;
    justify-content: flex-start;
    padding: 25px 115px 25px 25px;
    margin-bottom: 10px;
}
ul.sgb-icon-items,
ul.sgb-iconlists-items {
    position: relative;
    list-style: none;
    padding: 0;
}
ul.sgb-icon-items > li {
    position: relative;
    display: inline-block;
    margin: 2px;
}
ul.sgb-icon-items.style-round .icon {
    background-color: var(--color-primary);
    color: #fff;
    border-radius: 5px;
}
ul.sgb-icon-items.style-circle .icon {
    background-color: var(--color-primary);
    color: #fff;
    border-radius: 50%;
}
ul.sgb-icon-items.size-small {
    font-size: 13px;
}
ul.sgb-icon-items.size-small .icon {
    width: 15px;
    height: 15px;
    line-height: 15px;
}
ul.sgb-icon-items.size-medium {
    font-size: 18px;
}
ul.sgb-icon-items.size-medium .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
ul.sgb-icon-items.size-medium svg.icon {
    padding: 0.4rem;
}
ul.sgb-icon-items.size-large .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
ul.sgb-iconlists-items.inline-list > li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
ul.sgb-iconlists-items .iconlists-item {
    margin-bottom: 10px;
}
ul.sgb-iconlists-items .icon {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}
ul.sgb-iconlists-items .icon ~ .text {
    margin-left: 5px;
}
.sgb-video-player {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    padding-top: 56.25%;
    background-color: #111;
}
.sgb-video-player .media-controller {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    z-index: 1;
    transition: 0.35s;
}
.sgb-video-player:hover .media-controller {
    background-color: rgba(0, 0, 0, 0.5);
}
.sgb-video-player .play-icon {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background-color: #000;
    padding: 15px;
}
@media only screen and (max-width: 575px) {
    .sGevents-filter,
    .sg-article-row,
    .sgen--posts {
        display: block;
    }
    body {
        font-size: calc(var(--body-font-size) / 1.1);
    }
    .h1,
    h1 {
        font-size: calc(var(--headings_1-font-size) / 1.35);
    }
    .h2,
    h2 {
        font-size: calc(var(--headings_2-font-size) / 1.25);
    }
    .h3,
    h3 {
        font-size: calc(var(--headings_3-font-size) / 1.25);
    }
    .h4,
    h4 {
        font-size: calc(var(--headings_4-font-size) / 1.05);
    }
    .h5,
    h5 {
        font-size: calc(var(--headings_5-font-size) / 1.05);
    }
    .h6,
    h6 {
        font-size: calc(var(--headings_6-font-size) / 1);
    }
    .section,
    .sg-section,
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sgen--cards > .sg-card-item {
        flex: 0 0 calc(calc(100% / 1) - 30px) !important;
        max-width: calc(calc(100% / 1) - 30px) !important;
        margin: 0 15px 15px;
    }
    .sg-accordion > .sg-accordion-item {
        flex: 0 0 calc(calc(100% / 1) - 15px) !important;
        max-width: calc(calc(100% / 1) - 15px) !important;
    }
    .sgen--posts {
        margin: 0;
    }
    header#masterhead .primary-navbar {
        flex-direction: column;
    }
    header#masterhead .primary-navbar > .navbar--float_left,
    header#masterhead .primary-navbar > .navbar--float_right {
        align-self: unset;
        width: 100%;
        justify-content: unset;
    }
    .sg-navbar-nav .sg-nav-item.sg-dropdown > .sg-nav-link {
        display: flex !important;
        padding-right: 50px !important;
    }
    .sg-navbar-nav .sg-nav-item > .sg-nav-link {
        position: relative;
    }
    .sg-navbar-nav .sg-nav-item > .sg-nav-link > .caret {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 100%;
        margin-left: auto !important;
        z-index: 2;
    }
    .sg-article-row > .thumb {
        position: relative;
        flex: auto;
        max-width: 100%;
        margin-bottom: 15px;
        overflow: hidden;
    }
    .sg-article-row > .details {
        padding: 15px;
    }
    .sg-layoutGrid.itemsPerRow-2 > *,
    .sg-layoutGrid.itemsPerRow-3 > *,
    .sg-layoutGrid.itemsPerRow-4 > *,
    .sg-layoutGrid.itemsPerRow-5 > * {
        flex: 100%;
        max-width: 100%;
    }
    .sg-layoutGrid.itemsPerRow-6 > *,
    .sg-layoutGrid.itemsPerRow-7 > * {
        flex: 0 0 calc(calc(100% / 2) - calc(var(--grid-spacing) * 2));
        max-width: calc(calc(100% / 2) - calc(var(--grid-spacing) * 2));
    }
    .sg-layoutGrid[data-grid-style="masonry"] > :nth-child(3n + 1) {
        grid-column: span 8;
        grid-row: span 2;
    }
    .sg-layoutGrid[data-grid-style="masonry"] > :nth-child(3n + 2),
    .sg-layoutGrid[data-grid-style="masonry"] > :nth-child(3n + 3) {
        grid-column: span 4;
        grid-row: auto;
    }
    .sticky-mobile-ctas > a.btn {
        padding: 1rem;
    }
    header#masterhead
        .primary-navbar.primary-navbar--theme_header_bold
        .navbar--float_right
        > .sgDispenzaLocation--selection-btn {
        max-width: 100%;
        width: 100%;
    }
    .sg-section-posts-archived.sg-section-posts-archived--theme-grid .sg-posts--category-nav {
        flex-wrap: wrap;
    }
    .sg-section-posts-archived.sg-section-posts-archived--theme-minimal {
        padding: 30px 15px;
    }
    .event-item {
        flex: 0 0 calc(100%) !important;
        max-width: calc(100%) !important;
        margin: 0 0 15px;
        padding: 15px;
        border-bottom: 1px solid #e3e3e3;
    }
    .archived-events.layout-list .event-item > .info {
        padding-left: 0;
    }
    .archived-events.layout-list .event-item > .info > .offset-event-date,
    .sg-hero-slider .slider-item > .cover.cover-mobile ~ .cover {
        display: none;
    }
    .archived-events.layout-list .event-item > .info .thumb {
        max-width: 100px;
        flex: 0 0 100px;
        height: 100px;
    }
    .archived-events.layout-list .event-item > .info .thumb ~ .event-details {
        max-width: calc(100% - 100px);
        flex: 0 0 calc(100% - 100px);
    }
    .sGevents-filter .filter-group {
        flex-direction: column;
        margin: 15px 0 0;
    }
    .sGevents-filter .filter-group .sg-dropdown {
        margin: 5px 0 0;
    }
    .sGevents-filter .filter-group .sg-dropdown-menu {
        width: 100%;
    }
    .sGevents-filter .filter-group .layout-switcher {
        max-width: 100%;
        flex: 1;
        margin: 5px 0 0;
    }
    .sGevents-filter .filter-group .layout-switcher .btn {
        flex: 1;
    }
}


/* ============================================================
   Posts archive — filter bar + cards
   Uses theme tokens from :root (--color-*, --radius, etc.).
   ============================================================ */

/* ---------- Filter bar ---------- */
.sg-archive-filters {
    --af-text: var(--color-text, #111);
    --af-accent: var(--color-primary, #0a58ca);
    --af-accent-rgb: var(--color-primary-rgb, 10, 88, 202);
    --af-bg: var(--color-body, #fff);
    --af-bg-soft: rgba(0, 0, 0, 0.025);
    --af-muted: rgba(0, 0, 0, 0.55);
    --af-border: rgba(0, 0, 0, 0.1);
    --af-border-strong: rgba(0, 0, 0, 0.2);
    --af-radius: var(--radius, 1rem);
    --af-radius-input: var(--form-control-radius, 0.375rem);
    --af-control-h: 44px;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0 0 32px;
    padding: 10px;
    background: var(--af-bg);
    border: 1px solid var(--af-border);
    border-radius: var(--af-radius);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.sg-archive-filters__field {
    position: relative;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}
.sg-archive-filters__field--search {
    flex: 1 1 320px;
    height: var(--af-control-h);
    background: var(--af-bg-soft);
    border: 1px solid var(--af-border);
    border-radius: var(--af-radius-input);
    padding: 0 6px 0 40px;
    transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.sg-archive-filters__field--search:hover {
    border-color: var(--af-border-strong);
}
.sg-archive-filters__field--search:focus-within {
    background: var(--af-bg);
    border-color: var(--af-accent);
    box-shadow: 0 0 0 3px rgba(var(--af-accent-rgb), 0.15);
}
.sg-archive-filters__field--search input {
    flex: 1;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    color: var(--af-text);
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4;
    padding: 0;
    outline: none;
    box-shadow: none;
}
.sg-archive-filters__field--search input::placeholder {
    color: var(--af-muted);
}
.sg-archive-filters__field--search input::-webkit-search-cancel-button {
    display: none;
}
.sg-archive-filters__icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--af-muted);
    pointer-events: none;
}
.sg-archive-filters__icon svg {
    width: 16px;
    height: 16px;
}
.sg-archive-filters__clear-input {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    color: var(--af-muted);
    border-radius: 6px;
    cursor: pointer;
    margin-right: 2px;
}
.sg-archive-filters__clear-input:hover {
    background: rgba(0, 0, 0, 0.06);
    color: var(--af-text);
}
.sg-archive-filters__clear-input svg {
    width: 14px;
    height: 14px;
}
.sg-archive-filters select {
    appearance: none;
    -webkit-appearance: none;
    height: var(--af-control-h);
    border: 1px solid var(--af-border);
    background-color: var(--af-bg);
    color: var(--af-text);
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4;
    border-radius: var(--af-radius-input);
    padding: 0 38px 0 14px;
    cursor: pointer;
    min-width: 180px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23808080' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px;
    transition: border-color .15s ease, box-shadow .15s ease;
}
.sg-archive-filters select:hover {
    border-color: var(--af-border-strong);
}
.sg-archive-filters select:focus {
    outline: none;
    border-color: var(--af-accent);
    box-shadow: 0 0 0 3px rgba(var(--af-accent-rgb), 0.15);
}
.sg-archive-filters__actions {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
}
.sg-archive-filters__submit {
    appearance: none;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--af-accent);
    color: var(--color-primary_foreground, #fff);
    height: var(--af-control-h);
    padding: 0 18px;
    border-radius: var(--af-radius-input);
    font-size: 14px;
    font-weight: 600;
    font-family: inherit;
    letter-spacing: .01em;
    transition: transform .12s ease, filter .15s ease, box-shadow .15s ease;
}
.sg-archive-filters__submit:hover {
    filter: brightness(0.92);
    box-shadow: 0 4px 12px rgba(var(--af-accent-rgb), 0.25);
}
.sg-archive-filters__submit:active {
    transform: translateY(1px);
}
.sg-archive-filters__submit svg {
    width: 15px;
    height: 15px;
}
.sg-archive-filters__reset {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: var(--af-muted);
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 8px;
}
.sg-archive-filters__reset:hover {
    color: var(--af-text);
    background: rgba(0, 0, 0, 0.05);
    text-decoration: none;
}
.sg-archive-filters__reset svg {
    width: 14px;
    height: 14px;
}
@media (max-width: 720px) {
    .sg-archive-filters {
        padding: 8px;
        gap: 8px;
    }
    .sg-archive-filters__field--search {
        flex: 1 1 100%;
    }
    .sg-archive-filters__field:not(.sg-archive-filters__field--search) {
        flex: 1 1 calc(50% - 4px);
    }
    .sg-archive-filters__field select {
        width: 100%;
        min-width: 0;
    }
    .sg-archive-filters__actions {
        flex: 1 1 100%;
        justify-content: flex-end;
    }
    .sg-archive-filters__submit {
        flex: 1;
        justify-content: center;
    }
}

/* ---------- Archive cards ---------- */
.sg-section-posts-archived .sgen--posts.archived-posts {
    --card-text: var(--color-text, #111);
    --card-muted: rgba(0, 0, 0, 0.55);
    --card-accent: var(--color-primary, #0a58ca);
    --card-accent-rgb: var(--color-primary-rgb, 10, 88, 202);
    --card-border: rgba(0, 0, 0, 0.1);
    --card-border-strong: rgba(0, 0, 0, 0.18);
    --card-radius: var(--radius, 1rem);
    --card-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    --card-shadow-hover: 0 14px 32px rgba(0, 0, 0, 0.10);
    gap: 24px;
    margin: 0;
}
.sg-section-posts-archived .sgen--posts.archived-posts > .article-item {
    /* default (no itemsPerRow-N class) = 4 columns, gap-aware */
    margin: 0;
    flex: 0 0 calc((100% - 24px * 3) / 4);
    max-width: calc((100% - 24px * 3) / 4);
    transition: transform .25s ease;
}
.sg-section-posts-archived .sgen--posts.archived-posts.itemsPerRow-1 > .article-item {
    flex: 0 0 100%;
    max-width: 100%;
}
.sg-section-posts-archived .sgen--posts.archived-posts.itemsPerRow-2 > .article-item {
    flex: 0 0 calc((100% - 24px) / 2);
    max-width: calc((100% - 24px) / 2);
}
.sg-section-posts-archived .sgen--posts.archived-posts.itemsPerRow-3 > .article-item {
    flex: 0 0 calc((100% - 24px * 2) / 3);
    max-width: calc((100% - 24px * 2) / 3);
}
.sg-section-posts-archived .sgen--posts.archived-posts.itemsPerRow-4 > .article-item {
    flex: 0 0 calc((100% - 24px * 3) / 4);
    max-width: calc((100% - 24px * 3) / 4);
}
.sg-section-posts-archived .sgen--posts.archived-posts.itemsPerRow-5 > .article-item {
    flex: 0 0 calc((100% - 24px * 4) / 5);
    max-width: calc((100% - 24px * 4) / 5);
}
.sg-section-posts-archived .sgen--posts.archived-posts.itemsPerRow-6 > .article-item {
    flex: 0 0 calc((100% - 24px * 5) / 6);
    max-width: calc((100% - 24px * 5) / 6);
}
.sg-section-posts-archived .sgen--posts.archived-posts.itemsPerRow-7 > .article-item {
    flex: 0 0 calc((100% - 24px * 6) / 7);
    max-width: calc((100% - 24px * 6) / 7);
}
.sg-section-posts-archived .sgen--posts.archived-posts.itemsPerRow-8 > .article-item {
    flex: 0 0 calc((100% - 24px * 7) / 8);
    max-width: calc((100% - 24px * 7) / 8);
}
@media (max-width: 991px) {
    /* tablet: collapse 3+ columns to 2-col */
    .sg-section-posts-archived .sgen--posts.archived-posts > .article-item,
    .sg-section-posts-archived .sgen--posts.archived-posts.itemsPerRow-3 > .article-item,
    .sg-section-posts-archived .sgen--posts.archived-posts.itemsPerRow-4 > .article-item,
    .sg-section-posts-archived .sgen--posts.archived-posts.itemsPerRow-5 > .article-item,
    .sg-section-posts-archived .sgen--posts.archived-posts.itemsPerRow-6 > .article-item,
    .sg-section-posts-archived .sgen--posts.archived-posts.itemsPerRow-7 > .article-item,
    .sg-section-posts-archived .sgen--posts.archived-posts.itemsPerRow-8 > .article-item {
        flex: 0 0 calc((100% - 24px) / 2);
        max-width: calc((100% - 24px) / 2);
    }
}
@media (max-width: 600px) {
    /* mobile: collapse everything to 1-col */
    .sg-section-posts-archived .sgen--posts.archived-posts {
        gap: 18px;
    }
    .sg-section-posts-archived .sgen--posts.archived-posts > .article-item,
    .sg-section-posts-archived .sgen--posts.archived-posts.itemsPerRow-2 > .article-item,
    .sg-section-posts-archived .sgen--posts.archived-posts.itemsPerRow-3 > .article-item,
    .sg-section-posts-archived .sgen--posts.archived-posts.itemsPerRow-4 > .article-item,
    .sg-section-posts-archived .sgen--posts.archived-posts.itemsPerRow-5 > .article-item,
    .sg-section-posts-archived .sgen--posts.archived-posts.itemsPerRow-6 > .article-item,
    .sg-section-posts-archived .sgen--posts.archived-posts.itemsPerRow-7 > .article-item,
    .sg-section-posts-archived .sgen--posts.archived-posts.itemsPerRow-8 > .article-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.sg-section-posts-archived .sgen--posts.archived-posts > .article-item:hover {
    transform: translateY(-3px);
}
.sg-section-posts-archived .sgen--posts.archived-posts > .article-item > .article-item-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: var(--color-body, #fff);
    border: 1px solid var(--card-border);
    border-radius: var(--card-radius);
    box-shadow: var(--card-shadow);
    overflow: hidden;
    transition: border-color .25s ease, box-shadow .25s ease;
}
.sg-section-posts-archived .sgen--posts.archived-posts > .article-item:hover > .article-item-content {
    border-color: var(--card-border-strong);
    box-shadow: var(--card-shadow-hover);
}
.sg-section-posts-archived .sgen--posts.archived-posts .article-item > .article-item-content > .thumb {
    position: relative;
    padding-top: 60%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1));
    overflow: hidden;
}
.sg-section-posts-archived .sgen--posts.archived-posts .article-item > .article-item-content > .thumb:before {
    display: none;
}
.sg-section-posts-archived .sgen--posts.archived-posts .article-item > .article-item-content > .thumb > img {
    transition: transform .6s ease;
}
.sg-section-posts-archived .sgen--posts.archived-posts .article-item:hover > .article-item-content > .thumb > img {
    transform: scale(1.06);
}
.sg-section-posts-archived .sgen--posts.archived-posts .article-item > .article-item-content > .details {
    position: relative;
    padding: 20px 22px 22px;
    background: var(--color-body, #fff);
    color: var(--card-text);
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.sg-section-posts-archived .sgen--posts.archived-posts .article-item .article-category {
    order: -1;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.sg-section-posts-archived .sgen--posts.archived-posts .article-item .article-category .cat-item {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    background: rgba(var(--card-accent-rgb), 0.1);
    color: var(--card-accent);
    padding: 4px 10px;
    border-radius: 999px;
}
.sg-section-posts-archived .sgen--posts.archived-posts .article-item .article-title {
    margin: 0;
    padding: 0;
    text-transform: none;
    font-weight: 700;
}
.sg-section-posts-archived .sgen--posts.archived-posts .article-item .article-title .t {
    font-size: var(--headings_6-font-size, 18px);
    line-height: 1.35;
    color: var(--card-text);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}
.sg-section-posts-archived .sgen--posts.archived-posts .article-item .article-title .title-link {
    color: inherit;
    text-decoration: none;
}
.sg-section-posts-archived .sgen--posts.archived-posts .article-item:hover .article-title .t {
    color: var(--card-accent);
}
.sg-section-posts-archived .sgen--posts.archived-posts .article-item .article-date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 500;
    color: var(--card-muted);
    margin: 0;
}
.sg-section-posts-archived .sgen--posts.archived-posts .article-item .article-date svg {
    width: 13px;
    height: 13px;
}
.sg-section-posts-archived .sgen--posts.archived-posts .article-item .description {
    font-size: 14px;
    line-height: 1.55;
    color: rgba(0, 0, 0, 0.7);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sg-section-posts-archived .sgen--posts.archived-posts .article-item .description:empty {
    display: none;
}
.sg-section-posts-archived .sgen--posts.archived-posts .article-item .meta_fields ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    font-size: 12px;
    color: var(--card-muted);
}
.sg-section-posts-archived .sgen--posts.archived-posts .article-item .ctas {
    margin-top: auto;
    padding-top: 6px;
}
.sg-section-posts-archived .sgen--posts.archived-posts .article-item .ctas .cta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 600;
    color: var(--card-accent);
    text-decoration: none;
    transition: gap .2s ease, color .15s ease;
}
.sg-section-posts-archived .sgen--posts.archived-posts .article-item .ctas .cta:after {
    content: "→";
    display: inline-block;
    transition: transform .2s ease;
}
.sg-section-posts-archived .sgen--posts.archived-posts .article-item:hover .ctas .cta {
    gap: 8px;
}
.sg-section-posts-archived .sgen--posts.archived-posts .article-item:hover .ctas .cta:after {
    transform: translateX(2px);
}
.sg-section-posts-archived .alert.alert-warning {
    background: rgba(var(--color-warning-rgb, 233, 175, 67), 0.12);
    border: 1px solid rgba(var(--color-warning-rgb, 233, 175, 67), 0.4);
    color: var(--color-text, #111);
    border-radius: var(--radius, 1rem);
    padding: 18px 20px;
    margin: 0;
}
/* ---------- Pagination (generalized for all front .pagination instances) ---------- */
.pagination {
    --pg-text: var(--color-text, #111);
    --pg-muted: rgba(0, 0, 0, 0.55);
    --pg-bg: var(--color-body, #fff);
    --pg-bg-hover: rgba(0, 0, 0, 0.06);
    --pg-border: rgba(0, 0, 0, 0.1);
    --pg-border-strong: rgba(0, 0, 0, 0.2);
    --pg-accent: var(--color-primary, #0a58ca);
    --pg-accent-rgb: var(--color-primary-rgb, 10, 88, 202);
    --pg-radius: var(--form-control-radius, 0.375rem);
    --pg-size: 40px;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px;
    list-style: none;
    margin: 32px 0 0;
    padding: 0;
}
.pagination .page-item {
    list-style: none;
    margin: 0;
}
.pagination .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: var(--pg-size);
    height: var(--pg-size);
    padding: 0 12px;
    border: 1px solid var(--pg-border);
    border-radius: var(--pg-radius);
    background: var(--pg-bg);
    color: var(--pg-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: background .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease, transform .12s ease;
}
.pagination .page-link:hover {
    background: var(--pg-bg-hover);
    border-color: var(--pg-border-strong);
    color: var(--pg-text);
    text-decoration: none;
}
.pagination .page-link:active {
    transform: translateY(1px);
}
.pagination .page-link:focus,
.pagination .page-link:focus-visible {
    outline: none;
    border-color: var(--pg-accent);
    box-shadow: 0 0 0 3px rgba(var(--pg-accent-rgb), 0.18);
}
.pagination .page-link svg {
    width: 16px;
    height: 16px;
}
.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:hover,
.pagination .page-item.active .page-link:focus {
    background: var(--pg-accent);
    border-color: var(--pg-accent);
    color: var(--color-primary_foreground, #fff);
    cursor: default;
    box-shadow: 0 4px 12px rgba(var(--pg-accent-rgb), 0.25);
}
.pagination .page-item.disabled .page-link,
.pagination .page-item.disabled .page-link:hover {
    color: var(--pg-muted);
    background: var(--pg-bg);
    border-color: var(--pg-border);
    pointer-events: none;
    opacity: 0.5;
    box-shadow: none;
}
.pagination .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.pagination-wrapper {
    display: flex;
    justify-content: center;
}
.pagination-wrapper > .pagination {
    margin-top: 0;
}
@media (max-width: 480px) {
    .pagination {
        --pg-size: 36px;
        gap: 4px;
    }
    .pagination .page-link {
        font-size: 13px;
        padding: 0 10px;
    }
}

/* ============================================================
   Single post — header, content typography, sidebar, footer
   ============================================================ */
.sg-section-post-single {
    --pv-text: var(--color-text, #111);
    --pv-muted: rgba(0, 0, 0, 0.6);
    --pv-accent: var(--color-primary, #0a58ca);
    --pv-accent-rgb: var(--color-primary-rgb, 10, 88, 202);
    --pv-border: rgba(0, 0, 0, 0.1);
    --pv-radius: var(--radius, 1rem);
    --pv-radius-sm: var(--form-control-radius, 0.375rem);
    color: var(--pv-text);
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Post header */
.sg-post-header {
    max-width: 760px;
    margin: 0 auto 28px;
    text-align: center;
}
.sg-post-header__crumbs {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: var(--pv-muted);
    text-decoration: none;
    margin-bottom: 18px;
    transition: color .15s ease;
}
.sg-post-header__crumbs:hover {
    color: var(--pv-accent);
    text-decoration: none;
}
.sg-post-header__crumbs svg {
    width: 14px;
    height: 14px;
}
.sg-post-header .sg-post-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin: 0 0 14px;
    padding: 0;
    list-style: none;
}
.sg-post-header .sg-post-categories ul {
    display: contents;
}
.sg-post-header .sg-post-categories li {
    list-style: none;
}
.sg-post-header .sg-post-categories a {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    background: rgba(var(--pv-accent-rgb), 0.1);
    color: var(--pv-accent);
    padding: 5px 12px;
    border-radius: 999px;
    text-decoration: none;
    transition: background .15s ease;
}
.sg-post-header .sg-post-categories a:hover {
    background: rgba(var(--pv-accent-rgb), 0.18);
    text-decoration: none;
}
.sg-post-title {
    font-size: clamp(28px, 4vw, var(--headings_2-font-size, 46px));
    line-height: 1.15;
    font-weight: 800;
    color: var(--pv-text);
    margin: 0 0 16px;
    letter-spacing: -0.01em;
}
.sg-post-excerpt {
    font-size: clamp(15px, 1.4vw, 18px);
    line-height: 1.6;
    color: var(--pv-muted);
    margin: 0 0 18px;
}
.sg-post-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 16px;
    font-size: 13px;
    color: var(--pv-muted);
}
.sg-post-meta__item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.sg-post-meta__item svg {
    width: 14px;
    height: 14px;
}
.sg-post-meta__sep {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.4;
}

/* Hero image */
.sg-post-hero {
    margin: 0 0 40px;
    border-radius: var(--pv-radius);
    overflow: hidden;
    background: rgba(0, 0, 0, 0.04);
}
.sg-post-hero img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

/* Body row + sidebar */
.sg-section-post-single .row {
    align-items: flex-start;
}
.sg-post-body {
    max-width: 760px;
    margin: 0 auto;
}
@media (min-width: 992px) {
    .sg-post-body {
        max-width: none;
        margin: 0;
    }
}

/* Article typography (applied to .article-description from get_post_html) */
.sg-post-content {
    color: var(--pv-text);
    font-size: 16px;
    line-height: 1.75;
}
.sg-post-content > * + * { margin-top: 1.1em; }
.sg-post-content p { margin: 0; }
.sg-post-content h1,
.sg-post-content h2,
.sg-post-content h3,
.sg-post-content h4,
.sg-post-content h5,
.sg-post-content h6 {
    margin: 1.6em 0 0.4em;
    line-height: 1.25;
    font-weight: 700;
    color: var(--pv-text);
}
.sg-post-content h2 { font-size: clamp(22px, 2.2vw, 30px); }
.sg-post-content h3 { font-size: clamp(20px, 2vw, 24px); }
.sg-post-content h4 { font-size: clamp(18px, 1.6vw, 20px); }
.sg-post-content a {
    color: var(--pv-accent);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
.sg-post-content a:hover {
    text-decoration-thickness: 2px;
}
.sg-post-content ul,
.sg-post-content ol {
    padding-left: 1.4em;
    margin: 0;
}
.sg-post-content ul li,
.sg-post-content ol li {
    margin-bottom: 0.4em;
}
.sg-post-content blockquote {
    border-left: 3px solid var(--pv-accent);
    background: rgba(var(--pv-accent-rgb), 0.05);
    padding: 14px 20px;
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    color: var(--pv-text);
    border-radius: 0 var(--pv-radius-sm) var(--pv-radius-sm) 0;
}
.sg-post-content blockquote p { margin: 0; }
.sg-post-content code {
    background: rgba(0, 0, 0, 0.06);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.92em;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
.sg-post-content pre {
    background: rgba(0, 0, 0, 0.85);
    color: #f8fafc;
    padding: 16px 18px;
    border-radius: var(--pv-radius-sm);
    overflow-x: auto;
    line-height: 1.55;
    font-size: 14px;
}
.sg-post-content pre code {
    background: transparent;
    padding: 0;
    color: inherit;
}
.sg-post-content img,
.sg-post-content figure img,
.sg-post-content video {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: var(--pv-radius-sm);
}
.sg-post-content figure {
    margin: 0;
}
.sg-post-content figure figcaption {
    font-size: 13px;
    color: var(--pv-muted);
    text-align: center;
    margin-top: 8px;
}
.sg-post-content hr {
    border: none;
    height: 1px;
    background: var(--pv-border);
    margin: 2em 0;
}
.sg-post-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.sg-post-content table th,
.sg-post-content table td {
    border: 1px solid var(--pv-border);
    padding: 10px 12px;
    text-align: left;
}
.sg-post-content table th {
    background: rgba(0, 0, 0, 0.03);
    font-weight: 600;
}

/* Footer of the article */
.sg-post-footer {
    margin-top: 44px;
    padding-top: 24px;
    border-top: 1px solid var(--pv-border);
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}
.sg-post-share {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.sg-post-share__label {
    font-size: 13px;
    color: var(--pv-muted);
    margin-right: 4px;
}
.sg-post-share__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--pv-border);
    color: var(--pv-text);
    background: transparent;
    text-decoration: none;
    transition: background .15s ease, color .15s ease, border-color .15s ease, transform .15s ease;
    cursor: pointer;
}
.sg-post-share__btn:hover {
    background: var(--pv-accent);
    color: var(--color-primary_foreground, #fff);
    border-color: var(--pv-accent);
    transform: translateY(-1px);
}
.sg-post-share__btn svg {
    width: 16px;
    height: 16px;
}
.sg-post-share__copied {
    font-size: 12px;
    color: var(--pv-accent);
    font-weight: 600;
    opacity: 0;
    transition: opacity .2s ease;
}
.sg-post-share__copied.is-shown {
    opacity: 1;
}

/* Prev/next post navigation — works on single-post pages, sgbuilder components, and shortcodes */
.sg-post-navigation {
    --pn-text: var(--color-text, #111);
    --pn-muted: rgba(0, 0, 0, 0.55);
    --pn-border: rgba(0, 0, 0, 0.1);
    --pn-accent: var(--color-primary, #0a58ca);
    --pn-accent-rgb: var(--color-primary-rgb, 10, 88, 202);
    --pn-radius: var(--form-control-radius, 0.375rem);

    margin: 36px 0 0;
    overflow: visible;
}
.sg-post-navigation > ul.post-nav-list,
.sg-post-navigation .post-nav-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.sg-post-navigation .post-nav-list > li {
    list-style: none;
    margin: 0;
}
.sg-post-navigation .post-nav-list > li.post-nav-prev { grid-column: 1; }
.sg-post-navigation .post-nav-list > li.post-nav-next { grid-column: 2; }
.sg-post-navigation .post-nav-list > li:only-child {
    grid-column: 1 / -1;
}

/* Override Bootstrap .btn / .btn-primary on the anchor */
.sg-post-navigation .post-nav-list > li > a,
.sg-post-navigation .post-nav-list > li > a.btn,
.sg-post-navigation .post-nav-list > li > a.btn-primary {
    position: static;
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 16px 18px;
    background: transparent;
    border: 1px solid var(--pn-border);
    border-radius: var(--pn-radius);
    color: var(--pn-text);
    text-align: left;
    text-decoration: none;
    box-shadow: none;
    transition: border-color .15s ease, background .15s ease, transform .15s ease, box-shadow .15s ease;
}
.sg-post-navigation .post-nav-list > li > a:hover,
.sg-post-navigation .post-nav-list > li > a.btn:hover,
.sg-post-navigation .post-nav-list > li > a.btn-primary:hover,
.sg-post-navigation .post-nav-list > li > a:focus,
.sg-post-navigation .post-nav-list > li > a.btn:focus {
    background: rgba(var(--pn-accent-rgb), 0.04);
    border-color: var(--pn-accent);
    color: var(--pn-text);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
    text-decoration: none;
    outline: none;
}

/* Next item — flip so icon sits on the right */
.sg-post-navigation .post-nav-list > li.post-nav-next > a {
    justify-content: flex-end;
    text-align: right;
}

/* Circular icon badge */
.sg-post-navigation .post-nav-list .nav-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: rgba(var(--pn-accent-rgb), 0.1);
    color: var(--pn-accent);
    transition: background .15s ease, color .15s ease;
}
.sg-post-navigation .post-nav-list > li > a:hover .nav-icon {
    background: var(--pn-accent);
    color: var(--color-primary_foreground, #fff);
}
.sg-post-navigation .post-nav-list .nav-icon svg,
.sg-post-navigation .post-nav-list .nav-icon i {
    width: 18px;
    height: 18px;
}

/* Two-line label, truncating long titles */
.sg-post-navigation .post-nav-list .nav-label {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    overflow: hidden;
}
.sg-post-navigation .post-nav-list > li.post-nav-prev .nav-label { text-align: left; }
.sg-post-navigation .post-nav-list > li.post-nav-next .nav-label { text-align: right; }
.sg-post-navigation .post-nav-list .nav-label .nav-label-txt {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--pn-muted);
}
.sg-post-navigation .post-nav-list .nav-label .nav-label-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--pn-text);
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 600px) {
    .sg-post-navigation .post-nav-list {
        grid-template-columns: 1fr;
    }
    .sg-post-navigation .post-nav-list > li.post-nav-prev,
    .sg-post-navigation .post-nav-list > li.post-nav-next {
        grid-column: 1;
    }
    .sg-post-navigation .post-nav-list > li.post-nav-next > a {
        justify-content: flex-start;
        text-align: left;
    }
    .sg-post-navigation .post-nav-list > li.post-nav-next .nav-label {
        text-align: left;
    }
}

/* Comments spacing */
.sg-section-post-single .post-comments,
.sg-section-post-single #comments,
.sg-section-post-single .sg-comments {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid var(--pv-border);
}

/* Sidebar */
.sg-post-sidebar {
    position: relative;
}
@media (min-width: 992px) {
    .sg-post-sidebar__inner {
        position: sticky;
        top: 80px;
    }
}
.sg-post-sidebar__title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--pv-muted);
    margin: 0 0 14px;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--pv-border);
}
.sg-post-sidebar .sgen--posts.sidebar-posts {
    gap: 14px;
}
.sg-post-sidebar .sgen--posts.sidebar-posts > .article-item {
    margin: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.sg-post-sidebar .sgen--posts.sidebar-posts > .article-item > .article-item-content {
    display: flex;
    align-items: stretch;
    gap: 12px;
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    padding: 0 0 14px;
    border-bottom: 1px solid var(--pv-border);
}
.sg-post-sidebar .sgen--posts.sidebar-posts > .article-item:last-child > .article-item-content {
    border-bottom: none;
    padding-bottom: 0;
}
.sg-post-sidebar .sgen--posts.sidebar-posts .article-item > .article-item-content > .thumb {
    flex: 0 0 88px;
    width: 88px;
    height: 88px;
    padding: 0;
    border-radius: var(--pv-radius-sm);
    overflow: hidden;
    background: rgba(0, 0, 0, 0.05);
}
.sg-post-sidebar .sgen--posts.sidebar-posts .article-item > .article-item-content > .thumb:before {
    display: none;
}
.sg-post-sidebar .sgen--posts.sidebar-posts .article-item > .article-item-content > .thumb > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sg-post-sidebar .sgen--posts.sidebar-posts .article-item > .article-item-content > .details {
    position: relative;
    flex: 1;
    padding: 0;
    background: transparent;
    color: var(--pv-text);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}
.sg-post-sidebar .sgen--posts.sidebar-posts .article-item .article-category,
.sg-post-sidebar .sgen--posts.sidebar-posts .article-item .description,
.sg-post-sidebar .sgen--posts.sidebar-posts .article-item .meta_fields,
.sg-post-sidebar .sgen--posts.sidebar-posts .article-item .ctas {
    display: none;
}
.sg-post-sidebar .sgen--posts.sidebar-posts .article-item .article-title .t {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
    text-transform: none;
    color: var(--pv-text);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sg-post-sidebar .sgen--posts.sidebar-posts .article-item:hover .article-title .t {
    color: var(--pv-accent);
}
.sg-post-sidebar .sgen--posts.sidebar-posts .article-item .article-date {
    font-size: 11px;
    color: var(--pv-muted);
}
@media (max-width: 991px) {
    .sg-post-sidebar {
        margin-top: 40px;
    }
}

/* ===== SG Builder — Spacer / Alert / Social / Logos / Table components ===== */

/* spacer / divider */
.sgb-spacer {
    display: flex;
    align-items: center;
    width: 100%;
}
.sgb-spacer__rule {
    width: 100%;
    margin: 0;
    border: 0;
    border-top: 1px solid currentColor;
    opacity: 0.25;
}
.sgb-spacer__rule--dashed { border-top-style: dashed; }
.sgb-spacer__rule--dotted { border-top-style: dotted; }

/* alert / notice */
.sgb-alert {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid;
    border-radius: 8px;
    line-height: 1.5;
}
.sgb-alert__icon {
    flex: 0 0 auto;
    display: inline-flex;
    line-height: 0;
    margin-top: 2px;
}
.sgb-alert__body { flex: 1 1 auto; }
.sgb-alert__title {
    display: block;
    font-weight: 700;
}
.sgb-alert__title + .sgb-alert__text { margin-top: 2px; }
.sgb-alert__text { display: block; }
.sgb-alert__cta {
    display: inline-block;
    margin-top: 8px;
    font-weight: 600;
    text-decoration: underline;
    color: inherit;
}
.sgb-alert__close {
    flex: 0 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    line-height: 0;
    opacity: 0.6;
}
.sgb-alert__close:hover { opacity: 1; }
.sgb-alert.is-dismissing { display: none; }
.sgb-alert--info,
.sgb-alert--primary   { background: #e7f1ff; border-color: #b6d4fe; color: #084298; }
.sgb-alert--success   { background: #d1e7dd; border-color: #a3cfbb; color: #0a3622; }
.sgb-alert--warning   { background: #fff3cd; border-color: #ffe69c; color: #664d03; }
.sgb-alert--danger    { background: #f8d7da; border-color: #f1aeb5; color: #58151c; }
.sgb-alert--secondary { background: #f8f9fa; border-color: #dee2e6; color: #41464b; }
.sgb-alert--light     { background: #fcfcfd; border-color: #e9ecef; color: #41464b; }
.sgb-alert--dark      { background: #ced4da; border-color: #adb5bd; color: #141619; }

/* social icons */
ul.sgb-social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sgb-social__item { display: inline-flex; }
.sgb-social__item > a {
    display: inline-flex;
    color: inherit;
    text-decoration: none;
}
.sgb-social__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e9ecef;
    color: #1a1a1a;
    transition: transform .2s ease, background-color .2s ease, color .2s ease;
}
.sgb-social__item:hover .sgb-social__icon { transform: translateY(-2px); }
.sgb-social--shape-bare .sgb-social__icon { background: transparent; }
.sgb-social--shape-rounded .sgb-social__icon { border-radius: 8px; }
.sgb-social--shape-circle .sgb-social__icon { border-radius: 50%; }
.sgb-social--shape-square .sgb-social__icon { border-radius: 0; }
.sgb-social--size-small .sgb-social__icon { width: 32px; height: 32px; }
.sgb-social--size-small .sgb-social__icon svg { width: 16px; height: 16px; }
.sgb-social--size-medium .sgb-social__icon { width: 40px; height: 40px; }
.sgb-social--size-medium .sgb-social__icon svg { width: 20px; height: 20px; }
.sgb-social--size-large .sgb-social__icon { width: 52px; height: 52px; }
.sgb-social--size-large .sgb-social__icon svg { width: 26px; height: 26px; }
.sgb-social.is-brand .brand-facebook .sgb-social__icon  { background: #1877f2; color: #fff; }
.sgb-social.is-brand .brand-instagram .sgb-social__icon { background: #e4405f; color: #fff; }
.sgb-social.is-brand .brand-linkedin .sgb-social__icon  { background: #0a66c2; color: #fff; }
.sgb-social.is-brand .brand-youtube .sgb-social__icon   { background: #ff0000; color: #fff; }
.sgb-social.is-brand .brand-twitter .sgb-social__icon   { background: #1da1f2; color: #fff; }
.sgb-social.is-brand .brand-x .sgb-social__icon         { background: #000000; color: #fff; }
.sgb-social.is-brand .brand-tiktok .sgb-social__icon    { background: #010101; color: #fff; }
.sgb-social.is-brand .brand-pinterest .sgb-social__icon { background: #bd081c; color: #fff; }
.sgb-social.is-brand .brand-github .sgb-social__icon    { background: #181717; color: #fff; }
.sgb-social.is-brand .brand-whatsapp .sgb-social__icon  { background: #25d366; color: #fff; }

/* logo carousel — layout (grid/carousel) handled by sg-layoutGrid / sgen--blocks_carousel */
.sgb-logos__item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.sgb-logos__item img {
    max-height: 80px;
    width: auto;
    object-fit: contain;
}
.sgb-logos.is-grayscale .sgb-logos__item img {
    filter: grayscale(1);
    opacity: 0.65;
    transition: filter .25s ease, opacity .25s ease;
}
.sgb-logos.is-grayscale .sgb-logos__item:hover img {
    filter: grayscale(0);
    opacity: 1;
}
.sgb-logos--bordered .sgb-logos__item {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
}
.sgb-logos--boxed .sgb-logos__item {
    background: #f4f5f7;
    border-radius: 8px;
}

/* table */
.sgb-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.sgb-table {
    width: 100%;
    border-collapse: collapse;
    font-size: inherit;
}
.sgb-table th,
.sgb-table td {
    border: 0;
    padding: 12px 14px;
    text-align: left;
    vertical-align: top;
}
.sgb-table--compact th,
.sgb-table--compact td { padding: 7px 10px; }
.sgb-table thead th {
    font-weight: 700;
    background: #f4f5f7;
    border-bottom: 2px solid #d9dce1;
}
.sgb-table tbody th[scope="row"] {
    font-weight: 700;
    background: #f8f9fa;
}
.sgb-table--striped tbody tr:nth-child(even) > td,
.sgb-table--striped tbody tr:nth-child(even) > th { background: #f8f9fa; }
.sgb-table--bordered th,
.sgb-table--bordered td { border: 1px solid #d9dce1; }
.sgb-table--plain tbody td,
.sgb-table--plain tbody th { border-bottom: 1px solid #eaecef; }

/* ===== SG Builder — Countdown / Counter / Announcement / Sticky CTA / Team / Timeline / Bento / Marquee ===== */

/* countdown */
.sgb-countdown {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: flex-start;
}
.sgb-countdown__unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 64px;
}
.sgb-countdown__num {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
}
.sgb-countdown__label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
    opacity: .7;
    margin-top: 4px;
}
.sgb-countdown--boxed .sgb-countdown__unit {
    background: #1a1a1a;
    color: #fff;
    border-radius: 10px;
    padding: 14px 10px;
}
.sgb-countdown--circle .sgb-countdown__unit {
    background: #1a1a1a;
    color: #fff;
    border-radius: 50%;
    width: 86px;
    height: 86px;
    justify-content: center;
}
.sgb-countdown__msg {
    flex-basis: 100%;
    font-size: 18px;
    font-weight: 600;
}

/* counter */
.sgb-counter {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 40px;
}
.sgb-counter--inline { justify-content: space-around; }
.sgb-counter--grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
.sgb-counter__item {
    text-align: center;
    flex: 1;
    min-width: 140px;
}
.sgb-counter--grid .sgb-counter__item { flex: none; }
.sgb-counter__icon {
    display: inline-flex;
    margin-bottom: 8px;
    color: var(--sg-color-primary, #d51522);
}
.sgb-counter__icon svg { width: 32px; height: 32px; }
.sgb-counter__num {
    display: block;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
}
.sgb-counter__label {
    font-size: 14px;
    opacity: .75;
    margin-top: 4px;
}

/* announcement bar */
.sgb-announcement {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 10px 44px;
    background: #1a1a1a;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.sgb-announcement.is-sticky {
    position: sticky;
    top: 0;
    z-index: 1000;
}
.sgb-announcement__inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.sgb-announcement__link {
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
}
.sgb-announcement__close {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: inherit;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    opacity: .7;
}
.sgb-announcement__close:hover { opacity: 1; }
.sgb-announcement.is-dismissing { display: none; }

/* team */
.sgb-team__member { text-align: center; }
.sgb-team__photo {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 12px;
    aspect-ratio: 1 / 1;
}
.sgb-team__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sgb-team--style_2 .sgb-team__photo {
    border-radius: 50%;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
}
.sgb-team__name {
    font-size: 18px;
    font-weight: 700;
}
a.sgb-team__name {
    text-decoration: none;
    color: inherit;
}
.sgb-team__role {
    font-size: 14px;
    opacity: .7;
    margin-top: 2px;
}
.sgb-team__bio {
    font-size: 14px;
    margin-top: 8px;
}

/* timeline */
.sgb-timeline { display: flex; }
.sgb-timeline--vertical { flex-direction: column; }
.sgb-timeline__step {
    position: relative;
    display: flex;
    gap: 16px;
}
.sgb-timeline--vertical .sgb-timeline__step { padding-bottom: 28px; }
.sgb-timeline__marker {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--sgb-timeline-color, var(--sg-color-primary, #d51522));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    z-index: 1;
}
.sgb-timeline__marker svg { width: 20px; height: 20px; }
.sgb-timeline--vertical .sgb-timeline__step::before {
    content: "";
    position: absolute;
    left: 21px;
    top: 44px;
    bottom: 0;
    width: 2px;
    background: #e0e0e0;
}
.sgb-timeline--vertical .sgb-timeline__step:last-child::before { display: none; }
.sgb-timeline__title {
    font-size: 17px;
    font-weight: 700;
}
.sgb-timeline__text {
    font-size: 14px;
    opacity: .8;
    margin-top: 4px;
}
.sgb-timeline--horizontal {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
}
.sgb-timeline--horizontal .sgb-timeline__step {
    flex-direction: column;
    text-align: center;
    flex: 1;
    min-width: 160px;
    padding: 0 12px;
}
.sgb-timeline--horizontal .sgb-timeline__step::before {
    content: "";
    position: absolute;
    top: 21px;
    left: 50%;
    right: -50%;
    height: 2px;
    background: #e0e0e0;
}
.sgb-timeline--horizontal .sgb-timeline__step:last-child::before { display: none; }
.sgb-timeline--horizontal .sgb-timeline__marker { margin: 0 auto 12px; }

/* bento — grid_style layout option for Cards / Gallery (any .sg-layoutGrid) */
.sg-layoutGrid[data-grid-style="bento"] {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: auto;
    grid-auto-flow: dense;
    gap: 1rem;
    padding: 1rem;
}
.sg-layoutGrid[data-grid-style="bento"] > * {
    flex: 0 0 auto !important;
    max-width: 100% !important;
    margin: 0;
    grid-column: span 2;
}
.sg-layoutGrid[data-grid-style="bento"] > :nth-child(6n + 1) {
    grid-column: span 4;
    grid-row: span 2;
}
.sg-layoutGrid[data-grid-style="bento"] > :nth-child(6n + 4) {
    grid-column: span 4;
}
@media (max-width: 767px) {
    .sg-layoutGrid[data-grid-style="bento"] {
        grid-template-columns: repeat(2, 1fr);
    }
    .sg-layoutGrid[data-grid-style="bento"] > *,
    .sg-layoutGrid[data-grid-style="bento"] > :nth-child(6n + 1),
    .sg-layoutGrid[data-grid-style="bento"] > :nth-child(6n + 4) {
        grid-column: span 2;
        grid-row: auto;
    }
}

/* GrapesJS row/cell layout primitives — flex by default, stacks on mobile.
   Templates use class="gjs-row" and class="gjs-cell" for column layouts; without
   these rules cells fall back to plain blocks and stack at every width. */
.row,
.gjs-row,
[data-sg-type="row"] {
    display: flex;
    flex-wrap: wrap;
}
.col,
.cell,
.gjs-cell,
[data-sg-type="col"],
[data-sg-type="cell"] {
    flex: 1 1 0;
    min-width: 0;
}
@media (max-width: 767px) {
    .col,
    .cell,
    .gjs-cell,
    [data-sg-type="col"],
    [data-sg-type="cell"] {
        flex: 1 1 100% !important;
        max-width: 100% !important;
    }
}

/* marquee — JS-driven (sgbuilder.min.js); CSS only sets layout */
.sgb-marquee {
    overflow: hidden;
    white-space: nowrap;
}
.sgb-marquee__track {
    display: flex;
    width: max-content;
    will-change: transform;
}
.sgb-marquee__set {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}
.sgb-marquee__item {
    font-size: 22px;
    font-weight: 700;
    padding: 8px 0;
}
.sgb-marquee__sep {
    padding: 0 24px;
    opacity: .5;
}
/* marquee — vertical variant (direction=up|down) */
.sgb-marquee--vertical {
    white-space: normal;
    height: 100%;
    min-height: 240px;
}
.sgb-marquee--vertical .sgb-marquee__track {
    flex-direction: column;
    width: auto;
    height: max-content;
}
.sgb-marquee--vertical .sgb-marquee__set {
    flex-direction: column;
    align-items: center;
}
.sgb-marquee--vertical .sgb-marquee__item,
.sgb-marquee--vertical .sgb-marquee__sep {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 14px 0;
    font-size: 13px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}
.sgb-marquee--vertical .sgb-marquee__sep {
    font-size: 13px;
    padding: 6px 0;
}

/* ===== SG Builder — extra Card / Pricing Card / Team style variants ===== */

/* Card / Cards — Shadow */
.sgb-component-card:has(> .inner.style_4) {
    border: 0;
    border-radius: 12px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .10);
    transition: transform .25s ease, box-shadow .25s ease;
}
.sgb-component-card:has(> .inner.style_4):hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .16);
}
/* Card / Cards — Horizontal */
.sgb-component-card > .inner.style_5 {
    flex-direction: row;
    align-items: stretch;
}
.sgb-component-card > .inner.style_5 > .thumbnail {
    flex: 0 0 42%;
    max-width: 42%;
}
.sgb-component-card > .inner.style_5 > .thumbnail > img {
    height: 100%;
    object-fit: cover;
}
.sgb-component-card > .inner.style_5 > .info {
    flex: 1;
    text-align: left;
}
/* Card / Cards — Minimal */
.sgb-component-card:has(> .inner.style_6) {
    border: 0;
    background: transparent;
}
.sgb-component-card > .inner.style_6 > .info {
    padding-left: 0;
    padding-right: 0;
}

/* Pricing Card — Bordered */
.sgb-component-pricing-card:has(> .inner.style_2) {
    border: 2px solid var(--sg-color-primary, #d51522);
}
/* Pricing Card — Highlight */
.sgb-component-pricing-card:has(> .inner.style_3) {
    border: 0;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .14);
    overflow: hidden;
}
.sgb-component-pricing-card > .inner.style_3 .title {
    background: var(--sg-color-primary, #d51522);
    color: #fff;
    margin: -25px -25px 18px;
    padding: 22px 15px;
}
/* Pricing Card — Minimal */
.sgb-component-pricing-card:has(> .inner.style_4) {
    border: 0;
    background: transparent;
}

/* Team — Overlay */
.sgb-team--style_3 .sgb-team__member {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.sgb-team--style_3 .sgb-team__photo {
    margin-bottom: 0;
    border-radius: 0;
}
.sgb-team--style_3 .sgb-team__info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px;
    text-align: left;
    background: linear-gradient(to top, rgba(0, 0, 0, .85), rgba(0, 0, 0, 0));
    color: #fff;
}
.sgb-team--style_3 .sgb-team__role { opacity: .85; }
/* Team — Card */
.sgb-team--style_4 .sgb-team__member {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 12px;
    overflow: hidden;
    color: #1a1a1a; /* white card owns its dark text — don't inherit a dark section's light color */
}
.sgb-team--style_4 .sgb-team__photo {
    margin-bottom: 0;
    border-radius: 0;
}
.sgb-team--style_4 .sgb-team__info {
    padding: 16px;
}

/* ===== SG Builder — Progress Bars / Before-After / Star Rating ===== */

/* progress bars */
@property --sgb-progress-pct {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
}
.sgb-progress__item { margin-bottom: 16px; }
.sgb-progress__item:last-child { margin-bottom: 0; }
.sgb-progress__head {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 6px;
}
.sgb-progress__label { font-weight: 600; }
.sgb-progress__value { opacity: .7; }
.sgb-progress__track {
    height: 10px;
    background: #e9ecef;
    border-radius: 999px;
    overflow: hidden;
}
.sgb-progress__fill {
    height: 100%;
    width: 0;
    background-color: var(--sgb-progress-color, var(--sg-color-primary, #d51522));
    border-radius: 999px;
    transition: width 1s ease;
}
/* thickness */
.sgb-progress--thin .sgb-progress__track { height: 6px; }
.sgb-progress--medium .sgb-progress__track { height: 10px; }
.sgb-progress--thick .sgb-progress__track { height: 18px; }
/* striped */
.sgb-progress--striped .sgb-progress__fill {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .25) 50%, rgba(255, 255, 255, .25) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
    animation: sgb-progress-stripes 1s linear infinite;
}
@keyframes sgb-progress-stripes {
    from { background-position: 0 0; }
    to { background-position: 1rem 0; }
}
@media (prefers-reduced-motion: reduce) {
    .sgb-progress--striped .sgb-progress__fill { animation: none; }
}
/* circle */
.sgb-progress--circle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
}
.sgb-progress__circle-item { text-align: center; }
.sgb-progress__circle {
    --sgb-progress-pct: 0;
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: conic-gradient(var(--sgb-progress-color, var(--sg-color-primary, #d51522)) calc(var(--sgb-progress-pct) * 1%), #e9ecef 0);
    transition: --sgb-progress-pct 1s ease;
}
.sgb-progress__circle::before {
    content: "";
    position: absolute;
    inset: 12px;
    background: #fff;
    border-radius: 50%;
}
.sgb-progress__circle-num {
    position: relative;
    font-size: 22px;
    font-weight: 700;
}
.sgb-progress__circle-label {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
}

/* before / after compare */
.sgb-compare {
    --sgb-compare-pos: 50%;
    position: relative;
    overflow: hidden;
    user-select: none;
    touch-action: none;
    cursor: ew-resize;
}
.sgb-compare__media { display: block; }
.sgb-compare__media img {
    display: block;
    width: 100%;
    height: auto;
}
.sgb-compare__after { position: relative; background-color: #fafafa; }
.sgb-compare__before {
    position: absolute;
    inset: 0;
    background-color: #fafafa;
    clip-path: inset(0 calc(100% - var(--sgb-compare-pos)) 0 0);
}
.sgb-compare__before img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sgb-compare__handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--sgb-compare-pos);
    width: 3px;
    background: #fff;
    transform: translateX(-50%);
}
.sgb-compare__grip {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    color: #1f2937;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .35);
    transform: translate(-50%, -50%);
}
.sgb-compare__grip svg {
    display: block;
    width: 20px;
    height: 20px;
}
.sgb-compare__label {
    position: absolute;
    top: 12px;
    padding: 4px 10px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
}
.sgb-compare__label--before { left: 12px; }
.sgb-compare__label--after { right: 12px; }

/* star rating */
.sgb-rating {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.sgb-rating__stars {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    line-height: 1;
}
.sgb-rating__empty { color: #d9d9d9; }
.sgb-rating__fill {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #f5a623;
}
.sgb-rating--small .sgb-rating__stars { font-size: 16px; }
.sgb-rating--medium .sgb-rating__stars { font-size: 22px; }
.sgb-rating--large .sgb-rating__stars { font-size: 30px; }
.sgb-rating__value { font-weight: 600; }

/* heading highlight (rich heading editor) — per-highlight colour via --sgb-hl-color;
   base = marker (also covers legacy bare highlights) */
.sgb-heading-hl,
.sgb-heading-hl--marker {
    background-image: linear-gradient(120deg, var(--sgb-hl-color, var(--sg-color-primary, #d51522)), var(--sgb-hl-color, var(--sg-color-primary, #d51522)));
    background-repeat: no-repeat;
    background-position: 0 85%;
    background-size: 100% 32%;
    border-radius: 2px;
}
.sgb-heading-hl--underline {
    background-image: linear-gradient(var(--sgb-hl-color, var(--sg-color-primary, #d51522)), var(--sgb-hl-color, var(--sg-color-primary, #d51522)));
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 0.14em;
    border-radius: 0;
}
.sgb-heading-hl--box {
    background: var(--sgb-hl-color, var(--sg-color-primary, #d51522));
    color: #fff;
    padding: 0.04em 0.28em;
    border-radius: 0.18em;
}
.sgb-heading-hl--gradient {
    background: linear-gradient(90deg, var(--sgb-hl-color, var(--sg-color-primary, #d51522)), color-mix(in srgb, var(--sgb-hl-color, var(--sg-color-primary, #d51522)) 45%, #ffffff));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* ===== SG Builder — Avatar Group / Opening Hours / Numbered List ===== */

/* avatar group */
.sgb-avatars {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}
.sgb-avatars__stack { display: flex; }
.sgb-avatars__item {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    background: #e9ecef;
}
.sgb-avatars__item:not(:first-child) { margin-left: -12px; }
.sgb-avatars__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sgb-avatars--small .sgb-avatars__item { width: 32px; height: 32px; }
.sgb-avatars--small .sgb-avatars__item:not(:first-child) { margin-left: -10px; }
.sgb-avatars--medium .sgb-avatars__item { width: 44px; height: 44px; }
.sgb-avatars--large .sgb-avatars__item { width: 56px; height: 56px; }
.sgb-avatars--large .sgb-avatars__item:not(:first-child) { margin-left: -16px; }
.sgb-avatars__meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.sgb-avatars__caption {
    font-size: 14px;
    opacity: .8;
}

/* opening hours */
.sgb-hours { font-size: 15px; }
.sgb-hours__status {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 999px;
    margin-bottom: 12px;
}
.sgb-hours__status--open { background: #d1e7dd; color: #0a3622; }
.sgb-hours__status--closed { background: #f8d7da; color: #58151c; }
.sgb-hours__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sgb-hours__row {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 9px 0;
    border-bottom: 1px solid #eaecef;
}
.sgb-hours__row:last-child { border-bottom: 0; }
.sgb-hours__row.is-today { font-weight: 700; }
.sgb-hours__day { text-transform: capitalize; }
.sgb-hours__row.is-closed .sgb-hours__time { opacity: .55; }

/* numbered list */
.sgb-numbered__num {
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    color: var(--sg-color-primary, #d51522);
    margin-bottom: 10px;
}
.sgb-numbered__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}
.sgb-numbered__text {
    font-size: 14px;
    opacity: .8;
}

/* numbered list — style variants */
.sgb-numbered--circle .sgb-numbered__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--sg-color-primary, #d51522);
    color: #fff;
    font-size: 22px;
}
.sgb-numbered--card .sgb-numbered__item {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 12px;
    padding: 24px;
}
.sgb-numbered--inline .sgb-numbered__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.sgb-numbered--inline .sgb-numbered__num {
    margin-bottom: 0;
    flex: 0 0 auto;
}

/* pricing card — Featured (dark) style */
.sgb-component-pricing-card:has(> .inner.is-featured) {
    background: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
}

/* ===== SG Builder — CTA Banner / Button Group / Pull Quote / Newsletter / Chips / Schedule ===== */

/* cta banner */
.sgb-cta-banner {
    border-radius: 14px;
    padding: 48px 32px;
}
.sgb-cta-banner--accent { background: var(--sg-color-primary, #d51522); color: #fff; }
.sgb-cta-banner--dark { background: #1a1a1a; color: #fff; }
.sgb-cta-banner--light { background: #f4f5f7; color: #1a1a1a; }
.sgb-cta-banner__inner { max-width: 720px; }
.sgb-cta-banner--center { text-align: center; }
.sgb-cta-banner--center .sgb-cta-banner__inner { margin: 0 auto; }
.sgb-cta-banner__heading {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
}
.sgb-cta-banner__text {
    font-size: 16px;
    margin-top: 10px;
    opacity: .9;
}
.sgb-cta-banner__actions {
    display: flex;
    gap: 10px;
    margin-top: 22px;
    flex-wrap: wrap;
}
.sgb-cta-banner--center .sgb-cta-banner__actions { justify-content: center; }

/* button group */
.sgb-btn-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.sgb-btn-group--stacked {
    flex-direction: column;
    align-items: flex-start;
}
.sgb-btn-group--align-center { justify-content: center; }
.sgb-btn-group--align-center.sgb-btn-group--stacked { align-items: center; }
.sgb-btn-group--align-right { justify-content: flex-end; }
.sgb-btn-group--align-right.sgb-btn-group--stacked { align-items: flex-end; }

/* pull quote */
.sgb-pullquote {
    margin: 0;
    border: 0;
    padding: 0;
}
.sgb-pullquote--center { text-align: center; }
.sgb-pullquote__text {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.45;
    margin: 0;
}
.sgb-pullquote__cite {
    display: block;
    margin-top: 14px;
    font-size: 14px;
    font-style: normal;
    opacity: .65;
}
.sgb-pullquote__cite::before { content: "— "; }
.sgb-pullquote--mark .sgb-pullquote__text::before {
    content: "\201C";
    display: block;
    font-size: 64px;
    line-height: .6;
    color: var(--sg-color-primary, #d51522);
    margin-bottom: 8px;
}
.sgb-pullquote--bordered {
    border-left: 4px solid var(--sg-color-primary, #d51522);
    padding-left: 22px;
}

/* newsletter */
.sgb-newsletter {
    border-radius: 16px;
}
.sgb-newsletter__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .06);
    color: var(--sg-color-primary, #d51522);
    margin-bottom: 14px;
}
.sgb-newsletter__icon svg {
    width: 26px;
    height: 26px;
}
.sgb-newsletter__heading {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}
.sgb-newsletter__text {
    font-size: 15px;
    line-height: 1.55;
    opacity: .82;
    margin-top: 8px;
}

/* layout: card — centered, capped width, vertical stack */
.sgb-newsletter--card {
    background: #f4f5f7;
    padding: 40px 32px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.sgb-newsletter--card .sgb-newsletter__form {
    margin-top: 22px;
}
.sgb-newsletter--card.sgb-newsletter--align-left {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
}

/* layout: inline — body on the left, form on the right; real chrome */
.sgb-newsletter--inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
    background: #f4f5f7;
    padding: 28px 32px;
}
.sgb-newsletter--inline .sgb-newsletter__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
}
.sgb-newsletter--inline .sgb-newsletter__icon svg {
    width: 22px;
    height: 22px;
}
.sgb-newsletter--inline .sgb-newsletter__body {
    flex: 1 1 260px;
    min-width: 0;
}
.sgb-newsletter--inline .sgb-newsletter__heading {
    font-size: 22px;
}
.sgb-newsletter--inline .sgb-newsletter__form {
    flex: 1 1 320px;
    min-width: 0;
}

/* layout: banner — accent fill, larger type, centered max-width form */
.sgb-newsletter--banner {
    background: var(--sg-color-primary, #d51522);
    color: #fff;
    padding: 48px 40px;
    text-align: center;
}
.sgb-newsletter--banner .sgb-newsletter__icon {
    background: rgba(255, 255, 255, .18);
    color: #fff;
}
.sgb-newsletter--banner .sgb-newsletter__heading {
    font-size: 32px;
}
.sgb-newsletter--banner .sgb-newsletter__text {
    font-size: 16px;
    opacity: .9;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.sgb-newsletter--banner .sgb-newsletter__form {
    margin-top: 26px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.sgb-newsletter--banner.sgb-newsletter--align-left {
    text-align: left;
}
.sgb-newsletter--banner.sgb-newsletter--align-left .sgb-newsletter__text,
.sgb-newsletter--banner.sgb-newsletter--align-left .sgb-newsletter__form {
    margin-left: 0;
    margin-right: 0;
}

/* chips */
.sgb-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.sgb-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid transparent;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}
.sgb-chips--medium .sgb-chip { padding: 8px 16px; font-size: 14px; }
.sgb-chips--small .sgb-chip { padding: 5px 12px; font-size: 12px; }
.sgb-chips--soft .sgb-chip { background: #eef0f2; color: #1a1a1a; }
.sgb-chips--soft .sgb-chip.is-active { background: var(--sg-color-primary, #d51522); color: #fff; }
.sgb-chips--solid .sgb-chip { background: #1a1a1a; color: #fff; }
.sgb-chips--solid .sgb-chip.is-active { background: var(--sg-color-primary, #d51522); }
.sgb-chips--outline .sgb-chip { border-color: #d9dce1; color: #1a1a1a; }
.sgb-chips--outline .sgb-chip.is-active {
    border-color: var(--sg-color-primary, #d51522);
    color: var(--sg-color-primary, #d51522);
}

/* schedule */
.sgb-schedule {
    display: flex;
    flex-direction: column;
}
.sgb-schedule__item {
    display: flex;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid #eaecef;
}
.sgb-schedule__item:last-child { border-bottom: 0; }
.sgb-schedule__time {
    flex: 0 0 110px;
    font-weight: 700;
    font-size: 15px;
    color: var(--sg-color-primary, #d51522);
}
.sgb-schedule__body {
    flex: 1;
    min-width: 0;
}
.sgb-schedule__title {
    font-size: 17px;
    font-weight: 700;
}
.sgb-schedule__desc {
    font-size: 14px;
    opacity: .8;
    margin-top: 4px;
}
.sgb-schedule__meta {
    font-size: 13px;
    opacity: .6;
    margin-top: 6px;
}

/* comparison table */
.sgb-comparison__scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.sgb-comparison__table {
    width: 100%;
    border-collapse: collapse;
    min-width: 480px;
    text-align: left;
}
.sgb-comparison__table th,
.sgb-comparison__table td {
    padding: 14px 18px;
    font-size: 15px;
    vertical-align: middle;
}
.sgb-comparison__feature-head,
.sgb-comparison__feature {
    font-weight: 700;
    color: #1a1a1a;
}
.sgb-comparison__col {
    text-align: center;
    font-weight: 700;
}
.sgb-comparison__col-name {
    display: block;
    font-size: 16px;
}
.sgb-comparison__col-note {
    display: block;
    font-size: 13px;
    font-weight: 500;
    opacity: .65;
    margin-top: 2px;
}
.sgb-comparison__badge {
    display: inline-block;
    margin-bottom: 6px;
    padding: 3px 10px;
    border-radius: 999px;
    background: var(--sg-color-primary, #d51522);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.sgb-comparison__cell {
    text-align: center;
}
.sgb-comparison__icon {
    width: 20px;
    height: 20px;
}
.sgb-comparison__icon--yes { fill: #1aa260; }
.sgb-comparison__icon--no { fill: #c2c7cf; }
.sgb-comparison__sr {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}
.sgb-comparison--boxed .sgb-comparison__table th,
.sgb-comparison--boxed .sgb-comparison__table td { border: 1px solid #eaecef; }
.sgb-comparison--striped .sgb-comparison__table th,
.sgb-comparison--striped .sgb-comparison__table td,
.sgb-comparison--plain .sgb-comparison__table th,
.sgb-comparison--plain .sgb-comparison__table td { border-bottom: 1px solid #eaecef; }
.sgb-comparison--striped .sgb-comparison__table tbody tr:nth-child(even) { background: #f7f8f9; }
.sgb-comparison__col--recommended,
.sgb-comparison__cell--recommended {
    background: color-mix(in srgb, var(--sg-color-primary, #d51522) 7%, #fff);
}
.sgb-comparison__col--recommended { border-top: 3px solid var(--sg-color-primary, #d51522); }

/* surface presets (Phase 2A) — reusable radius / shadow / border treatment */
.sgb-surface--flat {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    box-shadow: none;
}
.sgb-surface--soft {
    border: 1px solid #eceef0;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .04), 0 1px 3px rgba(0, 0, 0, .06);
}
.sgb-surface--elevated {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, .08), 0 8px 10px -6px rgba(0, 0, 0, .04);
}
.sgb-surface--outlined {
    border: 1px solid #d9dce1;
    border-radius: 0;
    box-shadow: none;
}
.sgb-surface--sharp {
    border: 2px solid #1a1a1a;
    border-radius: 0;
    box-shadow: 6px 6px 0 0 #1a1a1a;
}

/* hover presets (Phase 2B) — reusable hover-state treatment */
.sgb-hover--lift,
.sgb-hover--grow,
.sgb-hover--raise,
.sgb-hover--glow {
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
@media (hover: hover) {
    .sgb-hover--lift:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 24px -10px rgba(0, 0, 0, .18);
    }
    .sgb-hover--grow:hover {
        transform: scale(1.03);
    }
}
.sgb-hover--raise:hover {
    box-shadow: 0 8px 20px -8px rgba(0, 0, 0, .16);
    border-color: var(--sg-color-primary, #d51522);
}
.sgb-hover--glow:hover {
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--sg-color-primary, #d51522) 22%, transparent);
}

/* pricing billing toggle */
.sgb-billing-toggle-row {
    text-align: center;
    margin-bottom: 28px;
}
.sgb-billing-toggle {
    display: inline-flex;
    padding: 4px;
    background: #f1f3f5;
    border-radius: 999px;
}
.sgb-billing-toggle__btn {
    border: 0;
    background: transparent;
    padding: 8px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    color: #495057;
    cursor: pointer;
    transition: background .18s ease, color .18s ease;
}
.sgb-billing-toggle__btn.is-active {
    background: #fff;
    color: #1a1a1a;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .14);
}
.sg-pricing-card-items.has-billing-toggle .billing-period--yearly {
    display: none;
}
.sg-pricing-card-items[data-billing="yearly"] .billing-period--monthly {
    display: none;
}
.sg-pricing-card-items[data-billing="yearly"] .billing-period--yearly {
    display: block;
}

/* flip card */
.sgb-flipcard {
    perspective: 1400px;
}
.sgb-flipcard--click {
    cursor: pointer;
}
.sgb-flipcard__inner {
    position: relative;
    width: 100%;
    height: var(--sgb-flipcard-h, 320px);
    transition: transform .6s cubic-bezier(.2, .7, .2, 1);
    transform-style: preserve-3d;
}
.sgb-flipcard--horizontal.sgb-flipcard--hover:hover .sgb-flipcard__inner,
.sgb-flipcard--horizontal.is-flipped .sgb-flipcard__inner {
    transform: rotateY(180deg);
}
.sgb-flipcard--vertical.sgb-flipcard--hover:hover .sgb-flipcard__inner,
.sgb-flipcard--vertical.is-flipped .sgb-flipcard__inner {
    transform: rotateX(180deg);
}
.sgb-flipcard__face {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    padding: 28px;
    border-radius: 14px;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.sgb-flipcard__back {
    transform: rotateY(180deg);
}
.sgb-flipcard--vertical .sgb-flipcard__back {
    transform: rotateX(180deg);
}
.sgb-flipcard--bg-light {
    background: #f4f5f7;
    color: #1a1a1a;
}
.sgb-flipcard--bg-dark {
    background: #1a1a1a;
    color: #fff;
}
.sgb-flipcard--bg-accent {
    background: var(--sg-color-primary, #d51522);
    color: #fff;
}
.sgb-flipcard__img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
}
.sgb-flipcard__icon {
    display: inline-flex;
}
.sgb-flipcard__icon svg {
    width: 40px;
    height: 40px;
}
.sgb-flipcard__title {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.25;
}
.sgb-flipcard__text {
    font-size: 14px;
    line-height: 1.55;
    opacity: .9;
}
.sgb-flipcard__ctas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 6px;
}
@media (prefers-reduced-motion: reduce) {
    .sgb-flipcard__inner {
        transition: none;
    }
}

/* social share */
.sgb-share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.sgb-share__label {
    font-size: 14px;
    font-weight: 600;
    margin-right: 2px;
}
.sgb-share__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid transparent;
    background: #eef0f2;
    color: #1a1a1a;
    cursor: pointer;
    text-decoration: none;
    transition: opacity .18s ease, background .18s ease;
}
.sgb-share__btn:hover {
    opacity: .85;
}
.sgb-share--size-small .sgb-share__btn {
    width: 32px;
    height: 32px;
}
.sgb-share--size-medium .sgb-share__btn {
    width: 40px;
    height: 40px;
}
.sgb-share--size-large .sgb-share__btn {
    width: 48px;
    height: 48px;
}
.sgb-share--shape-rounded .sgb-share__btn {
    border-radius: 8px;
}
.sgb-share--shape-circle .sgb-share__btn {
    border-radius: 50%;
}
.sgb-share--shape-square .sgb-share__btn {
    border-radius: 0;
}
.sgb-share__icon {
    display: inline-flex;
}
.sgb-share--size-small .sgb-share__icon svg {
    width: 15px;
    height: 15px;
}
.sgb-share--size-medium .sgb-share__icon svg {
    width: 18px;
    height: 18px;
}
.sgb-share--size-large .sgb-share__icon svg {
    width: 21px;
    height: 21px;
}
.sgb-share--solid .sgb-share__btn {
    background: var(--sg-color-primary, #d51522);
    color: #fff;
}
.sgb-share--brand .sgb-share__btn {
    color: #fff;
}
.sgb-share--brand .sgb-share__btn--facebook {
    background: #1877f2;
}
.sgb-share--brand .sgb-share__btn--x {
    background: #000;
}
.sgb-share--brand .sgb-share__btn--linkedin {
    background: #0a66c2;
}
.sgb-share--brand .sgb-share__btn--email,
.sgb-share--brand .sgb-share__btn--copy {
    background: #5f6b7a;
}
.sgb-share__btn.is-copied {
    background: #1aa260;
    color: #fff;
    opacity: 1;
}

/* scroll cue — animated "scroll down" indicator */
.sgb-scroll-cue {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    opacity: .6;
    color: inherit;
}
a.sgb-scroll-cue {
    text-decoration: none;
    transition: opacity .18s ease;
}
a.sgb-scroll-cue:hover { opacity: .9; }
.sgb-scroll-cue--align-left { align-items: flex-start; }
.sgb-scroll-cue--align-right { align-items: flex-end; }
.sgb-scroll-cue__label { line-height: 1; }
.sgb-scroll-cue__indicator {
    width: 1px;
    height: 32px;
    background: currentColor;
    animation: sgb-scroll-bounce 2s ease-in-out infinite;
}
.sgb-scroll-cue--arrow .sgb-scroll-cue__indicator {
    width: 0;
    height: 0;
    background: transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid currentColor;
}
.sgb-scroll-cue--chevron .sgb-scroll-cue__indicator {
    background: transparent;
    width: 12px;
    height: 12px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    animation: sgb-scroll-bounce-chevron 2s ease-in-out infinite;
}
.sgb-scroll-cue--caret .sgb-scroll-cue__indicator {
    width: 18px;
    height: 22px;
    background: transparent;
    position: relative;
    animation: none;
}
.sgb-scroll-cue--caret .sgb-scroll-cue__indicator i {
    position: absolute;
    left: 50%;
    width: 11px;
    height: 11px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateX(-50%) rotate(45deg);
    animation: sgb-scroll-bounce-caret 1.8s ease-in-out infinite;
}
.sgb-scroll-cue--caret .sgb-scroll-cue__indicator i:nth-child(1) {
    top: 0;
    opacity: .4;
}
.sgb-scroll-cue--caret .sgb-scroll-cue__indicator i:nth-child(2) {
    top: 8px;
    animation-delay: .25s;
}
.sgb-scroll-cue--mouse .sgb-scroll-cue__indicator {
    width: 22px;
    height: 34px;
    background: transparent;
    border: 2px solid currentColor;
    border-radius: 12px;
    position: relative;
    animation: none;
}
.sgb-scroll-cue--mouse .sgb-scroll-cue__indicator i {
    position: absolute;
    top: 6px;
    left: 50%;
    width: 2px;
    height: 6px;
    background: currentColor;
    border-radius: 2px;
    transform: translateX(-50%);
    animation: sgb-scroll-mouse 2s ease-in-out infinite;
}
.sgb-scroll-cue--dots .sgb-scroll-cue__indicator {
    width: auto;
    height: auto;
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    animation: none;
}
.sgb-scroll-cue--dots .sgb-scroll-cue__indicator i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
    opacity: .25;
    animation: sgb-scroll-dots 1.6s ease-in-out infinite;
}
.sgb-scroll-cue--dots .sgb-scroll-cue__indicator i:nth-child(2) { animation-delay: .2s; }
.sgb-scroll-cue--dots .sgb-scroll-cue__indicator i:nth-child(3) { animation-delay: .4s; }
@keyframes sgb-scroll-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(6px); }
}
@keyframes sgb-scroll-bounce-chevron {
    0%, 100% { transform: rotate(45deg) translate(0, 0); }
    50% { transform: rotate(45deg) translate(4px, 4px); }
}
@keyframes sgb-scroll-bounce-caret {
    0%, 100% { transform: translateX(-50%) rotate(45deg) translate(0, 0); }
    50% { transform: translateX(-50%) rotate(45deg) translate(3px, 3px); }
}
@keyframes sgb-scroll-mouse {
    0% { transform: translate(-50%, 0); opacity: 1; }
    60% { transform: translate(-50%, 12px); opacity: 0; }
    100% { transform: translate(-50%, 0); opacity: 0; }
}
@keyframes sgb-scroll-dots {
    0%, 100% { opacity: .25; }
    50% { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
    .sgb-scroll-cue__indicator,
    .sgb-scroll-cue__indicator i { animation: none; }
}


/* awards — row of {year, name} badges */
.sgb-awards {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.sgb-awards--align-center { justify-content: center; }
.sgb-awards--align-left   { justify-content: flex-start; }
.sgb-awards--align-right  { justify-content: flex-end; }
.sgb-awards__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 22px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    background: #fff;
    border: 1px solid #d9dce1;
    transition: background .15s ease, border-color .15s ease, transform .15s ease;
}
.sgb-awards--outline .sgb-awards__badge { background: transparent; }
.sgb-awards--minimal { gap: 48px; }
.sgb-awards--minimal .sgb-awards__badge {
    background: transparent;
    border: 0;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}
.sgb-awards--minimal .sgb-awards__year {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    color: var(--sg-color-primary, #c8a24f);
}
.sgb-awards--minimal .sgb-awards__name {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: inherit;
    opacity: 0.85;
}
a.sgb-awards__badge:hover { transform: translateY(-1px); border-color: var(--sg-color-primary, #d51522); }
.sgb-awards__year {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    color: var(--sg-color-primary, #d51522);
}
.sgb-awards__name { color: inherit; }

/* vs — two-column "old vs new" comparison */
.sgb-vs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    text-align: left;
}
.sgb-vs__col {
    padding: 32px 28px;
    border-radius: 16px;
}
.sgb-vs__col--left  { background: #f4f5f7; color: #1a1a1a; }
.sgb-vs__col--right { background: #1a1a1a; color: #fff; }
.sgb-vs__label {
    font: 700 11px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    letter-spacing: .22em;
    text-transform: uppercase;
    opacity: .65;
    margin: 0 0 14px;
}
.sgb-vs__heading {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 20px;
}
.sgb-vs__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sgb-vs__col li {
    padding: 10px 0 10px 26px;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, .1);
    font-size: 15px;
    line-height: 1.5;
}
.sgb-vs__col--right li { border-top-color: rgba(255, 255, 255, .12); }
.sgb-vs__col--right li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #6bd6a6;
    font-weight: 700;
}
.sgb-vs__col--left li::before {
    content: "\00d7";
    position: absolute;
    left: 0;
    opacity: .55;
    font-weight: 700;
}
@media (max-width: 768px) {
    .sgb-vs { grid-template-columns: 1fr; }
}

/* bento — flexible grid of mixed-content tiles */
.sgb-bento {
    display: grid;
    grid-template-columns: repeat(var(--sgb-bento-cols, 4), 1fr);
    gap: 14px;
}
.sgb-bento__tile {
    grid-column: span var(--sgb-bento-col, 1);
    grid-row: span var(--sgb-bento-row, 1);
    padding: 26px;
    border-radius: 16px;
    background: #f4f5f7;
    color: #1a1a1a;
}
.sgb-bento__tile--dark   { background: #1a1a1a; color: #fff; }
.sgb-bento__tile--accent { background: var(--sg-color-primary, #d51522); color: #fff; }
.sgb-bento__tile--custom { color: #fff; }
.sgb-bento__tile--big {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 460px;
    padding: 32px;
}
.sgb-bento__tile--big .sgb-bento__title {
    font-size: 56px;
    line-height: 1.02;
    letter-spacing: -0.03em;
    margin-top: 12px;
}
.sgb-bento__tile--big .sgb-bento__content { margin-top: auto; padding-top: 24px; }
.sgb-bento__eyebrow {
    font: 700 11px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    letter-spacing: .22em;
    text-transform: uppercase;
    opacity: .7;
    margin: 0 0 10px;
}
.sgb-bento__title {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0;
}
.sgb-bento__content {
    font-size: 14px;
    line-height: 1.55;
    opacity: .85;
    margin: 8px 0 0;
}
.sgb-bento__tile--accent .sgb-bento__title { font-size: 36px; line-height: 1.08; }
.sgb-bento__tile--has-image {
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 200px;
}
.sgb-bento__tile--has-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .55));
    border-radius: inherit;
}
.sgb-bento__tile--has-image > * { position: relative; z-index: 1; }
.sgb-bento__tile--has-image .sgb-bento__eyebrow { opacity: .9; }
.sgb-bento__tile--has-image .sgb-bento__title { font-size: 18px; }
@media (max-width: 768px) {
    .sgb-bento { grid-template-columns: 1fr 1fr !important; }
    .sgb-bento__tile { grid-column: span 1 !important; grid-row: span 1 !important; }
}

/* mosaic — asymmetric tile grid with optional centered overlay card */
.sgb-mosaic {
    position: relative;
    min-height: var(--sgb-mosaic-min-h, 480px);
    isolation: isolate;
}
.sgb-mosaic__grid {
    display: grid;
    grid-template-columns: repeat(var(--sgb-mosaic-cols, 4), 1fr);
    grid-auto-rows: 1fr;
    gap: var(--sgb-mosaic-gap, 12px);
    min-height: inherit;
}
.sgb-mosaic__tile {
    grid-column: span var(--col-span, 1);
    grid-row: span var(--row-span, 1);
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #2a2a2a;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    color: inherit;
    transition: transform .2s ease;
}
a.sgb-mosaic__tile:hover { transform: translateY(-2px); }
.sgb-mosaic__label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font: 700 11px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .85);
    text-align: center;
    pointer-events: none;
}
.sgb-mosaic__overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(90%, 460px);
    padding: 32px 36px;
    border-radius: 16px;
    text-align: center;
    z-index: 2;
}
.sgb-mosaic__overlay--glass {
    background: rgba(20, 20, 30, .35);
    backdrop-filter: blur(24px) saturate(140%);
    -webkit-backdrop-filter: blur(24px) saturate(140%);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .12);
}
.sgb-mosaic__overlay--solid-light {
    background: #fff;
    color: #1a1a1a;
    box-shadow: 0 12px 36px -8px rgba(0, 0, 0, .25);
}
.sgb-mosaic__overlay--solid-dark {
    background: #1a1a1a;
    color: #fff;
    box-shadow: 0 12px 36px -8px rgba(0, 0, 0, .35);
}
.sgb-mosaic__overlay-eyebrow {
    font: 700 11px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    opacity: .65;
    margin: 0 0 14px;
}
.sgb-mosaic__overlay-heading {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0 0 12px;
}
.sgb-mosaic__overlay-text {
    font-size: 15px;
    line-height: 1.55;
    opacity: .9;
    margin: 0 0 22px;
}
.sgb-mosaic__overlay-ctas {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}
@media (max-width: 768px) {
    .sgb-mosaic__grid { grid-template-columns: 1fr 1fr !important; }
    .sgb-mosaic__tile { grid-column: span 1 !important; grid-row: span 1 !important; }
    .sgb-mosaic__overlay { width: 92%; padding: 24px 22px; }
    .sgb-mosaic__overlay-heading { font-size: 24px; }
}

/* card icons — fallback when a card item has no image */
.sgb-component-card .thumbnail-icon {
    position: absolute;
    inset: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--sg-color-primary, #d51522);
}
.sgb-component-card .thumbnail-icon svg {
    width: 42%;
    height: 42%;
}

/* style_7 — feature card with icon top-left, text below, left-aligned */
.sgb-component-card > .inner.style_7 {
    padding: 24px;
    text-align: left;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.sgb-component-card > .inner.style_7 > .thumbnail {
    position: static;
    padding-top: 0;
    width: auto;
    height: auto;
    margin-bottom: 14px;
}
.sgb-component-card > .inner.style_7 > .thumbnail > img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 8px;
}
.sgb-component-card > .inner.style_7 > .thumbnail .thumbnail-icon {
    position: static;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--sg-color-primary, #d51522);
    color: #fff;
}
.sgb-component-card > .inner.style_7 > .thumbnail .thumbnail-icon svg {
    width: 20px;
    height: 20px;
}
.sgb-component-card > .inner.style_7 > .info {
    padding: 0;
    text-align: left;
    flex: 0 0 auto;
    display: block;
}
.sgb-component-card > .inner.style_7 > .info .subtitle {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sg-color-primary, #d51522);
    margin-bottom: 6px;
}
.sgb-component-card > .inner.style_7 > .info .title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
    line-height: 1.3;
}
.sgb-component-card > .inner.style_7 > .info .content {
    font-size: 14px;
    line-height: 1.5;
    color: #6b7280;
    margin: 0;
}
.sgb-component-card > .inner.style_7 > .info .ctas {
    margin-top: 10px;
    padding-top: 0;
}

/* LIVE-badge pulse (Hero_6 video hero) */
@keyframes sgb-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.45; transform: scale(0.75); }
}

/* Decorative blobs — section trait. Renders 2 blurred radial accents via pseudos. */
.sgb-has-blobs { position: relative; overflow: hidden; isolation: isolate; }
.sgb-has-blobs > * { position: relative; z-index: 1; }
.sgb-has-blobs::before,
.sgb-has-blobs::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    opacity: .5;
    z-index: 0;
    pointer-events: none;
}
.sgb-has-blobs::before { width: 360px; height: 360px; top: 40px; right: 80px; }
.sgb-has-blobs::after  { width: 280px; height: 280px; bottom: 80px; left: 8%; }
.sgb-has-blobs[data-blob-palette="cool"]::before   { background: #4263eb; }
.sgb-has-blobs[data-blob-palette="cool"]::after    { background: #c8a24f; }
.sgb-has-blobs[data-blob-palette="warm"]::before   { background: #f59e6b; }
.sgb-has-blobs[data-blob-palette="warm"]::after    { background: #f4c042; }
.sgb-has-blobs[data-blob-palette="sunset"]::before { background: #e85a5a; }
.sgb-has-blobs[data-blob-palette="sunset"]::after  { background: #f5a623; }
.sgb-has-blobs[data-blob-palette="mono"]::before   { background: #b0b4be; }
.sgb-has-blobs[data-blob-palette="mono"]::after    { background: #6b7280; }
.sgb-has-blobs[data-blob-palette="brand"]::before  { background: var(--sg-color-primary, #d51522); }
.sgb-has-blobs[data-blob-palette="brand"]::after   { background: var(--sg-color-accent, #051e37); }

/* announcement bar — slim utility strip variant */
.sgb-announcement--slim {
    padding: 6px 32px;
    font-size: 12px;
    letter-spacing: 0.02em;
}
.sgb-announcement--slim .sgb-announcement__inner { gap: 8px; }
.sgb-announcement--slim .sgb-announcement__close { right: 8px; font-size: 16px; }

/* mega menu — hover-open multi-column dropdown panel */
.sgb-mega-menu { position: relative; display: inline-block; }
.sgb-mega-menu__trigger {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 12px 16px;
    background: transparent;
    border: 0;
    color: inherit;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
}
.sgb-mega-menu__caret {
    width: 0; height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid currentColor;
    opacity: .7;
    transition: transform .2s ease;
}
.sgb-mega-menu:hover .sgb-mega-menu__caret,
.sgb-mega-menu[aria-expanded="true"] .sgb-mega-menu__caret { transform: rotate(180deg); }
.sgb-mega-menu__panel {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    min-width: 720px;
    max-width: 1100px;
    width: max-content;
    background: #fff;
    color: #1a1a1a;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.14);
    padding: 28px 32px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease, visibility .18s;
    z-index: 100;
}
.sgb-mega-menu:hover .sgb-mega-menu__panel,
.sgb-mega-menu:focus-within .sgb-mega-menu__panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(2px);
}
.sgb-mega-menu__grid {
    display: grid;
    grid-template-columns: repeat(var(--sgb-mega-cols, 4), minmax(0, 1fr));
    gap: 32px;
}
.sgb-mega-menu__heading {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--sg-color-primary, #d51522);
    margin-bottom: 14px;
}
.sgb-mega-menu__links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.sgb-mega-menu__links a {
    color: #1a1a1a;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    transition: color .15s ease;
}
.sgb-mega-menu__links a:hover { color: var(--sg-color-primary, #d51522); }
.sgb-mega-menu__feature {
    grid-column: span 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sgb-mega-menu__feature-img {
    aspect-ratio: 4/3;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}
.sgb-mega-menu__feature-text {
    font-size: 13px;
    line-height: 1.5;
    color: #525866;
}
@media (max-width: 991px) {
    .sgb-mega-menu__panel {
        position: static;
        transform: none !important;
        min-width: 0;
        width: 100%;
        box-shadow: none;
        padding: 16px 0;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .sgb-mega-menu__grid { grid-template-columns: 1fr; gap: 18px; }
}

/* numbered nav — editorial 01/02/03 link rows */
.sgb-numbered-nav {
    display: flex;
    align-items: center;
}
.sgb-numbered-nav--inline { flex-direction: row; gap: clamp(20px, 4vw, 56px); flex-wrap: wrap; }
.sgb-numbered-nav--stack  { flex-direction: column; gap: 14px; align-items: flex-start; }
.sgb-numbered-nav__item {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    text-decoration: none;
    color: inherit;
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: opacity .15s ease;
}
.sgb-numbered-nav__item:hover { opacity: .65; }
.sgb-numbered-nav__num {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: var(--sg-color-primary, #d51522);
    opacity: .8;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
.sgb-numbered-nav--stack .sgb-numbered-nav__num { min-width: 28px; }
.sgb-numbered-nav__label { font-size: 14px; }
.sgb-numbered-nav--stack .sgb-numbered-nav__label { font-size: 16px; }
.sgb-numbered-nav__empty { color: #888; font-style: italic; }

/* ============ HEADER THEME: floating_pill ============ */
/* Pill container floats above the page; glass-blurred backdrop. */
header#masterhead .primary-navbar.primary-navbar--theme_header_floating_pill {
    background: transparent;
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    z-index: 100;
}
header#masterhead.sticky .primary-navbar.primary-navbar--theme_header_floating_pill {
    position: fixed;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_floating_pill > .container {
    background: rgba(20, 16, 40, 0.55);
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 9999px;
    max-width: 1080px;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_floating_pill .sg-navbar {
    padding: 10px 24px;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_floating_pill .sg-navbar-wrapper {
    gap: 18px;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_floating_pill .sg-navbar-wrapper > * {
    padding: 4px 8px;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_floating_pill .site-img-logo > img {
    max-height: 32px;
    width: auto;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_floating_pill .sg-site-navigation.sg-navbar-nav {
    margin: 0 auto;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_floating_pill .sg-site-navigation.sg-navbar-nav > .sg-nav-item > .sg-nav-link {
    padding: 6px 12px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    font-weight: 600;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_floating_pill .sg-site-navigation.sg-navbar-nav > .sg-nav-item.active > .sg-nav-link,
header#masterhead .primary-navbar.primary-navbar--theme_header_floating_pill .sg-site-navigation.sg-navbar-nav > .sg-nav-item > .sg-nav-link:hover {
    color: #fff;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_floating_pill .item.item-ctas .btn {
    border-radius: 9999px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 600;
}

/* ============ HEADER THEME: editorial_numbered ============ */
/* Two rows: brand row on top, numbered nav row below with hairline separator. */
header#masterhead .primary-navbar.primary-navbar--theme_header_editorial_numbered {
    background: #fff;
    color: #1a1a1a;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_editorial_numbered .row1 {
    display: flex;
    align-items: center;
    padding: 28px 32px 18px;
    max-width: var(--container-width);
    margin: 0 auto;
    gap: 16px;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_editorial_numbered .row1 .item-ctas {
    margin-left: auto;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_editorial_numbered .site-img-logo > img {
    max-height: 50px;
    width: auto;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_editorial_numbered .row2 {
    border-top: 1px solid #1a1a1a;
    padding: 18px 32px 22px;
    max-width: var(--container-width);
    margin: 0 auto;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_editorial_numbered .navbar-numbered .sg-site-navigation.sg-navbar-nav {
    counter-reset: navnum;
    display: flex;
    margin: 0;
    gap: 0;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_editorial_numbered .navbar-numbered .sg-site-navigation.sg-navbar-nav > .sg-nav-item {
    flex: 1;
    counter-increment: navnum;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_editorial_numbered .navbar-numbered .sg-site-navigation.sg-navbar-nav > .sg-nav-item > .sg-nav-link {
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    padding: 4px 0;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_editorial_numbered .navbar-numbered .sg-site-navigation.sg-navbar-nav > .sg-nav-item > .sg-nav-link::before {
    content: "0" counter(navnum);
    font: 500 11px / 1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    color: #999;
    letter-spacing: 0.04em;
}

/* ============ HEADER THEME: ecom_mega_nav ============ */
/* Double-row: logo + search + utilities on top, category tabs below. */
header#masterhead .primary-navbar.primary-navbar--theme_header_ecom_mega_nav {
    background: #fff;
    color: #1a1a1a;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_ecom_mega_nav .row1 .container {
    display: flex;
    align-items: center;
    padding: 16px 15px;
    gap: 18px;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_ecom_mega_nav .site-img-logo > img {
    max-height: 44px;
    width: auto;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_ecom_mega_nav .item-search {
    flex: 1;
    max-width: 600px;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_ecom_mega_nav .ecom-search {
    display: flex;
    align-items: center;
    background: #f4f4f6;
    border-radius: 9999px;
    padding: 4px 6px 4px 18px;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_ecom_mega_nav .ecom-search input {
    flex: 1;
    border: 0;
    background: transparent;
    padding: 10px 0;
    font-size: 13px;
    color: #1a1a1a;
    outline: none;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_ecom_mega_nav .ecom-search button {
    border: 0;
    background: var(--sg-color-primary, #d51522);
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_ecom_mega_nav .row2 {
    border-top: 1px solid #eee;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_ecom_mega_nav .row2 .container {
    padding: 0 15px;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_ecom_mega_nav .sg-site-navigation.sg-navbar-nav {
    display: flex;
    margin: 0;
    width: 100%;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_ecom_mega_nav .sg-site-navigation.sg-navbar-nav > .sg-nav-item {
    flex: 1;
    text-align: center;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_ecom_mega_nav .sg-site-navigation.sg-navbar-nav > .sg-nav-item > .sg-nav-link {
    padding: 18px 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1a1a1a;
}

/* ============ HEADER THEME: centered_below_nav ============ */
/* Two rows: utility row with centered logo, nav row below. */
header#masterhead .primary-navbar.primary-navbar--theme_header_centered_below_nav {
    background: #fff;
    color: #1a1a1a;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_centered_below_nav .row1 .container {
    display: flex;
    align-items: center;
    padding: 14px 15px;
    gap: 16px;
    position: relative;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_centered_below_nav .item-utility-left {
    font-size: 11px;
    color: #666;
    flex: 1;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_centered_below_nav .item-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_centered_below_nav .site-img-logo > img {
    max-height: 56px;
    width: auto;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_centered_below_nav .item-utility-right {
    margin-left: auto;
    display: flex;
    gap: 16px;
    align-items: center;
    font-size: 11px;
    color: #1a1a1a;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_centered_below_nav .row2 {
    border-top: 1px solid #eee;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_centered_below_nav .row2 .container {
    padding: 12px 15px;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_centered_below_nav .sg-site-navigation.sg-navbar-nav {
    justify-content: center;
    width: 100%;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_centered_below_nav .sg-site-navigation.sg-navbar-nav > .sg-nav-item > .sg-nav-link {
    padding: 8px 18px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* ============ HEADER THEME: hamburger_hybrid ============ */
/* Always-visible hamburger next to logo, full nav remains, right CTA. */
header#masterhead .primary-navbar.primary-navbar--theme_header_hamburger_hybrid {
    background: #fff;
    color: #1a1a1a;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_hamburger_hybrid .sg-navbar {
    padding: 18px 0;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_hamburger_hybrid .item-left {
    display: flex;
    align-items: center;
    gap: 14px;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_hamburger_hybrid .hamb-always {
    width: 28px;
    height: 22px;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    color: inherit;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_hamburger_hybrid .hamb-always span {
    display: block;
    height: 2px;
    width: 100%;
    background: currentColor;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_hamburger_hybrid .site-img-logo > img {
    max-height: 36px;
    width: auto;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_hamburger_hybrid .sg-site-navigation.sg-navbar-nav {
    margin: 0 auto;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_hamburger_hybrid .sg-site-navigation.sg-navbar-nav > .sg-nav-item > .sg-nav-link {
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_hamburger_hybrid .item-ctas .btn {
    border-radius: 9999px;
    padding: 10px 22px;
    font-weight: 600;
}

/* ============ HEADER THEME: minimal_cta ============ */
/* Logo left, CTA(s) right, no inline nav (mobile-style at all widths). */
header#masterhead .primary-navbar.primary-navbar--theme_header_minimal_cta {
    background: #f5f0e6;
    color: #1a1a1a;
    border-bottom: 0;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_minimal_cta .sg-navbar {
    padding: 18px 0;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_minimal_cta .sg-site-navigation {
    display: none;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_minimal_cta .site-img-logo > img {
    max-height: 44px;
    width: auto;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_minimal_cta .item-ctas {
    margin-left: auto;
    display: flex;
    gap: 10px;
    align-items: center;
}
header#masterhead .primary-navbar.primary-navbar--theme_header_minimal_cta .item-ctas .btn {
    border-radius: 9999px;
    padding: 12px 22px;
    font-weight: 700;
    font-size: 13px;
}

/* ============ FOOTER THEMES — shared primitives ============ */
.footer-theme { font-size: 14px; line-height: 1.6; }
.footer-theme .ft-grid {
    display: grid;
    gap: 48px;
    padding: 64px 0;
}
.footer-theme .ft-cols {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 32px;
}
.footer-theme .footer-widget .h4,
.footer-theme .footer-widget h4 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 18px;
    opacity: .9;
}
.footer-theme .footer-widget ul li { margin-bottom: 10px; }
.footer-theme .footer-widget ul li a {
    color: inherit;
    text-decoration: none;
    opacity: .75;
    transition: opacity .15s ease;
}
.footer-theme .footer-widget ul li a:hover { opacity: 1; }
.footer-theme .footer-brand { display: flex; flex-direction: column; gap: 18px; }
.footer-theme .footer-brand__logo img { max-width: 180px; height: auto; display: block; }
.footer-theme .footer-brand__desc { font-size: 14px; line-height: 1.6; opacity: .75; }
.footer-theme .footer-brand__social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.footer-theme .footer-brand__social li { margin: 0; }
.footer-theme .footer-brand__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    color: inherit;
    text-decoration: none;
    transition: background .15s ease;
}
.footer-theme .footer-brand__social a:hover { background: rgba(255, 255, 255, .18); }
.footer-theme .footer-brand__social svg { width: 16px; height: 16px; }
.footer-theme--4col-light .footer-brand__social a { background: rgba(0, 0, 0, .06); }
.footer-theme--4col-light .footer-brand__social a:hover { background: rgba(0, 0, 0, .12); }

/* ============ FOOTER THEME: 4col-dark ============ */
.footer-theme--4col-dark {
    background: #0f1419;
    color: rgba(255, 255, 255, .85);
}
.footer-theme--4col-dark .ft-grid {
    grid-template-columns: minmax(220px, 1fr) 2fr;
    align-items: start;
}
.footer-theme--4col-dark .ft-brand { padding-right: 32px; }

/* ============ FOOTER THEME: 4col-light ============ */
.footer-theme--4col-light {
    background: #f7f4ec;
    color: #1a1a1a;
}
.footer-theme--4col-light .ft-grid {
    grid-template-columns: minmax(220px, 1fr) 2fr;
    align-items: start;
}
.footer-theme--4col-light .ft-brand { padding-right: 32px; }
.footer-theme--4col-light .footer-widget ul li a { color: #1a1a1a; }

/* ============ FOOTER THEME: image-bg ============ */
.footer-theme--image-bg {
    background-color: #1a1a1a;
    background-image: linear-gradient(180deg, rgba(0,0,0,.4) 0%, rgba(0,0,0,.85) 100%), url('/assets/defaults/modules/sgbuilder/img/placeholders/bg-dark.jpg');
    background-size: cover;
    background-position: center;
    color: rgba(255, 255, 255, .9);
}
.footer-theme--image-bg .ft-grid {
    grid-template-columns: minmax(220px, 1fr) 2fr;
    padding: 96px 0;
    align-items: start;
}

/* ============ FOOTER THEME: bento ============ */
.footer-theme--bento {
    background: #fafaf7;
    color: #1a1a1a;
    padding: 56px 0;
}
.footer-theme--bento .ft-bento {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(120px, auto);
    gap: 14px;
}
.footer-theme--bento .ft-bento > * {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
}
.footer-theme--bento .ft-bento__brand {
    grid-column: span 2;
    grid-row: span 2;
    background: #0f1419;
    color: #fff;
}
.footer-theme--bento .ft-bento__promo {
    grid-column: span 2;
    background: var(--sg-color-primary, #d51522);
    color: #fff;
}
.footer-theme--bento .ft-bento__cols {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.footer-theme--bento .ft-bento--no-promo .ft-bento__brand { grid-row: span 1; }
@media (max-width: 768px) {
    .footer-theme--bento .ft-bento {
        grid-template-columns: 1fr;
    }
    .footer-theme--bento .ft-bento > * { grid-column: span 1 !important; grid-row: auto !important; }
}


/* ===== SG Builder — Author Card ===== */
.sgb-author__photo { overflow: hidden; border-radius: 10px; }
.sgb-author__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.sgb-author__name { font-size: 24px; font-weight: 700; letter-spacing: -0.01em; }
.sgb-author__role { font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; opacity: 0.65; margin-top: 4px; }
.sgb-author__bio { font-size: var(--body-font-size); line-height: 1.6; opacity: 0.8; margin-top: 14px; }
.sgb-author__social { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 16px 0 0; }
.sgb-author__social-icon { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; border: 1px solid var(--color-border); border-radius: 50%; color: inherit; }
.sgb-author__social a { color: inherit; text-decoration: none; }
.sgb-author__social svg { width: 16px; height: 16px; }
/* split */
.sgb-author--split { display: grid; grid-template-columns: 1fr 1.4fr; gap: 36px; align-items: center; }
.sgb-author--split .sgb-author__photo { aspect-ratio: 4 / 5; }
/* stacked */
.sgb-author--stacked { text-align: center; max-width: 520px; margin: 0 auto; }
.sgb-author--stacked .sgb-author__photo { width: 140px; height: 140px; border-radius: 50%; margin: 0 auto 16px; }
.sgb-author--stacked .sgb-author__social { justify-content: center; }
/* overlay */
.sgb-author--overlay { position: relative; border-radius: 12px; overflow: hidden; min-height: 420px; display: flex; align-items: flex-end; }
.sgb-author--overlay .sgb-author__photo { position: absolute; inset: 0; border-radius: 0; }
.sgb-author--overlay .sgb-author__info { position: relative; z-index: 2; max-width: 480px; margin: 24px; padding: 24px; background: rgba(0, 0, 0, 0.45); border-radius: 8px; color: #fff; }
.sgb-author--overlay .sgb-author__social-icon { border-color: rgba(255, 255, 255, 0.4); }
@media (max-width: 767px) {
    .sgb-author--split { grid-template-columns: 1fr; }
    .sgb-author--overlay { min-height: 340px; }
}

/* ===== SG Builder — Mosaic grid style (featured first tile) ===== */
.sg-layoutGrid[data-grid-style="mosaic"] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    gap: 14px;
    padding: 0;
}
.sg-layoutGrid[data-grid-style="mosaic"] > * {
    flex: 0 0 auto !important;
    max-width: 100% !important;
    margin: 0;
    grid-column: span 1;
    min-width: 0;
}
.sg-layoutGrid[data-grid-style="mosaic"] > :first-child {
    grid-column: span 2;
    grid-row: span 2;
}
.sgb-team[data-grid-style="mosaic"] .sgb-team__member { position: relative; height: 100%; overflow: hidden; border-radius: 12px; }
.sgb-team[data-grid-style="mosaic"] .sgb-team__photo { height: 100%; aspect-ratio: auto; margin: 0; border-radius: 0; }
.sgb-team[data-grid-style="mosaic"] .sgb-team__photo img { width: 100%; height: 100%; object-fit: cover; }
.sgb-team[data-grid-style="mosaic"] .sgb-team__info { position: absolute; left: 0; right: 0; bottom: 0; padding: 14px 16px; text-align: left; background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0)); color: #fff; }
.sgb-team[data-grid-style="mosaic"] .sgb-team__name { color: #fff; }
.sgb-team[data-grid-style="mosaic"] .sgb-team__role { opacity: 0.85; }
@media (max-width: 767px) {
    .sg-layoutGrid[data-grid-style="mosaic"] { grid-template-columns: repeat(2, 1fr); }
    .sg-layoutGrid[data-grid-style="mosaic"] > :first-child { grid-column: span 2; grid-row: span 1; }
}

/* ===== SG Builder — Footer link columns (iconlists used as link lists) ===== */
.sgb-footer ul.sgb-iconlists-items a { color: inherit; text-decoration: none; opacity: .7; transition: opacity .15s ease; }
.sgb-footer ul.sgb-iconlists-items a:hover { opacity: 1; }

/* ===== Bootstrap ratio utilities (aspect-ratio embeds: maps, video, iframes) ===== */
.ratio {
    position: relative;
    width: 100%;
}
.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ratio-1x1 { --bs-aspect-ratio: 100%; }
.ratio-4x3 { --bs-aspect-ratio: 75%; }
.ratio-16x9 { --bs-aspect-ratio: 56.25%; }
.ratio-21x9 { --bs-aspect-ratio: 42.857143%; }

/* ===== SG Builder — Embedded map full-height (map + info splits) ===== */
.sgb-sec--map .ratio { height: 100%; }
.sgb-sec--map .ratio::before { content: none; }

/* ===== SG Builder — Gallery masonry (CSS columns: true masonry, any item count) ===== */
.gallery-items[data-grid-style="masonry"] {
    display: block;
    grid-template-columns: none;
    column-count: 3;
    column-gap: 14px;
    padding: 0;
}
.gallery-items[data-grid-style="masonry"] > .gallery-item {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    width: 100%;
    max-width: 100% !important;
    margin: 0 0 14px;
}
.gallery-items[data-grid-style="masonry"] > .gallery-item > a,
.gallery-items[data-grid-style="masonry"] > .gallery-item .thumb { display: block; }
.gallery-items[data-grid-style="masonry"] > .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 991px) { .gallery-items[data-grid-style="masonry"] { column-count: 2; } }
@media (max-width: 575px) { .gallery-items[data-grid-style="masonry"] { column-count: 1; } }

/* ===== SG Builder — Filterable gallery (filter bar) ===== */
.sgb-gallery-filter { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 0 0 18px; }
.sgb-gallery-filter__btn {
    border: 1px solid var(--color-border);
    background: transparent;
    color: var(--color-text-muted);
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 16px;
    border-radius: 100px;
    cursor: pointer;
    transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.sgb-gallery-filter__btn:hover { color: var(--color-text); border-color: var(--color-text); }
.sgb-gallery-filter__btn.is-active { background: var(--color-text); color: var(--color-body); border-color: var(--color-text); }

/* Display Utilities */
.d-none { display: none !important; }

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

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

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

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

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

/* Visibility Utilities */
.visible { visibility: visible !important; }
.invisible { visibility: hidden !important; }

/* SM ≥576px */
@media (min-width: 576px) {
    .d-sm-none { display: none !important; }
    .d-sm-block { display: block !important; }
    .d-sm-inline { display: inline !important; }
    .d-sm-inline-block { display: inline-block !important; }
    .d-sm-flex { display: flex !important; }
    .d-sm-inline-flex { display: inline-flex !important; }
}

/* MD ≥768px */
@media (min-width: 768px) {
    .d-md-none { display: none !important; }
    .d-md-block { display: block !important; }
    .d-md-inline { display: inline !important; }
    .d-md-inline-block { display: inline-block !important; }
    .d-md-flex { display: flex !important; }
    .d-md-inline-flex { display: inline-flex !important; }
}

/* LG ≥992px */
@media (min-width: 992px) {
    .d-lg-none { display: none !important; }
    .d-lg-block { display: block !important; }
    .d-lg-inline { display: inline !important; }
    .d-lg-inline-block { display: inline-block !important; }
    .d-lg-flex { display: flex !important; }
    .d-lg-inline-flex { display: inline-flex !important; }
}

/* XL ≥1200px */
@media (min-width: 1200px) {
    .d-xl-none { display: none !important; }
    .d-xl-block { display: block !important; }
    .d-xl-inline { display: inline !important; }
    .d-xl-inline-block { display: inline-block !important; }
    .d-xl-flex { display: flex !important; }
    .d-xl-inline-flex { display: inline-flex !important; }
}

/* XXL ≥1400px */
@media (min-width: 1400px) {
    .d-xxl-none { display: none !important; }
    .d-xxl-block { display: block !important; }
    .d-xxl-inline { display: inline !important; }
    .d-xxl-inline-block { display: inline-block !important; }
    .d-xxl-flex { display: flex !important; }
    .d-xxl-inline-flex { display: inline-flex !important; }
}

/* ── Box link overlay ───────────────────────────────────────────────────────
   Makes a container (column / div / section) clickable via an absolutely
   positioned overlay <a>, instead of wrapping its children in an anchor, so
   nested buttons / links / forms keep working. Emitted by
   Sgbuilder::generateHtml and the Vue canvas renderer (render.ts boxLinkFor). */
.sgb-linked-box { position: relative; }
.sgb-linked-box > .sgb-box-link {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
}
.sgb-linked-box > .sgb-box-link:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: -2px;
}
/* Keep genuinely interactive descendants clickable above the overlay. */
.sgb-linked-box a:not(.sgb-box-link),
.sgb-linked-box button,
.sgb-linked-box input,
.sgb-linked-box select,
.sgb-linked-box textarea,
.sgb-linked-box label,
.sgb-linked-box [role="button"] { position: relative; z-index: 2; }
