.wp-block-group.is-style-inverted,
.wp-block-cover.is-style-inverted {
background-color: var(--wp--preset--color--contrast);
color: var(--wp--preset--color--base);
}
.wp-block-group.is-style-inverted h1,
.wp-block-group.is-style-inverted h2,
.wp-block-group.is-style-inverted h3,
.wp-block-cover.is-style-inverted h1,
.wp-block-cover.is-style-inverted h2,
.wp-block-cover.is-style-inverted h3 {
color: var(--wp--preset--color--base);
} .wp-block-group.is-style-soft {
background-color: var(--wp--preset--color--accent-4);
} body { --mark2-header-bg: var(--wp--preset--color--accent-3, #111); } .sticky-header {
position: fixed !important;
top: 0; left: 0; right: 0;
z-index: 999999;
background: var(--mark2-header-bg, var(--wp--preset--color--accent-3, #111));
transition: background-color 300ms ease, padding 200ms ease, box-shadow 200ms ease;
}
body.admin-bar .sticky-header { top: 32px; } .wp-site-blocks {
padding-top: var(--headerH, 110px); transition: padding-top 200ms ease;
} .sticky-header .header-inner {
padding: 18px 16px;
transition: padding 200ms ease;
}
.sticky-header .header-logo img,
.sticky-header .header-logo svg {
max-height: 100px;
height: auto;
width: auto;
transition: max-height 200ms ease;
}
.sticky-header .header-nav .wp-block-navigation-item__content {
padding: 10px 10px;
transition: padding 200ms ease, font-size 200ms ease;
}
.sticky-header .header-cta .wp-block-button__link {
padding: 12px 16px;
transition: padding 200ms ease, font-size 200ms ease;
} body.has-scrolled .sticky-header {
box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
}
body.has-scrolled .sticky-header .header-inner {
padding: 8px 16px;
}
body.has-scrolled .sticky-header .header-logo img,
body.has-scrolled .sticky-header .header-logo svg {
max-height: 34px;
}
body.has-scrolled .sticky-header .header-nav .wp-block-navigation-item__content {
padding: 6px 8px;
font-size: 0.95em;
}
body.has-scrolled .sticky-header .header-cta .wp-block-button__link {
padding: 8px 12px;
font-size: 0.95em;
} body:has(main > .entry-content > .wp-block-cover.alignfull:first-child) .sticky-header {
background: transparent !important;
box-shadow: none !important;
}
body:has(main > .entry-content > .wp-block-cover.alignfull:first-child) .wp-site-blocks {
padding-top: 0 !important;
}
body:has(main > .entry-content > .wp-block-cover.alignfull:first-child) main {
margin-top: 0 !important;
margin-block-start: 0 !important;
padding-top: 0 !important;
} body:has(main > .entry-content > .wp-block-cover.alignfull:first-child)
main > .entry-content > .wp-block-cover.alignfull:first-child {
padding-top: 8rem !important;
} body.has-scrolled:has(main > .entry-content > .wp-block-cover.alignfull:first-child) .sticky-header {
background: var(--mark2-header-bg, var(--wp--preset--color--accent-3, #111)) !important;
box-shadow: 0 6px 18px rgba(0, 0, 0, .18) !important;
} @media (max-width: 600px) {
.sticky-header .header-inner { flex-wrap: nowrap; gap: 8px; }
.sticky-header .header-nav,
.sticky-header .header-cta  { flex: 1 1 0; min-width: 0; }
.sticky-header .header-nav  { justify-content: flex-start; }
.sticky-header .header-cta  { justify-content: flex-end; }
.sticky-header .header-logo { flex: 0 0 auto; }
.sticky-header .header-logo img { max-height: 40px; }
body.has-scrolled .sticky-header .header-logo img { max-height: 32px; }
.sticky-header .header-cta .wp-block-button__link,
body.has-scrolled .sticky-header .header-cta .wp-block-button__link {
font-size: 0;
line-height: 0;
min-width: 0;
padding: 0.6rem 0.65rem;
}
.sticky-header .header-cta .wp-block-button__link::before {
content: "";
display: inline-block;
width: 1.15rem;
height: 1.15rem;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") center / contain no-repeat;
mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") center / contain no-repeat;
}
}  .wp-block-image.is-style-mark2-rounded-soft img,
.wp-block-image.is-style-mark2-rounded-soft figure {
border-radius: 8px;
overflow: hidden;
} .wp-block-image.is-style-mark2-rounded-medium img,
.wp-block-image.is-style-mark2-rounded-medium figure {
border-radius: 12px;
overflow: hidden;
} .wp-block-list.is-style-checkmark-list {
list-style: none;
padding-left: 0;
}
.wp-block-list.is-style-checkmark-list li {
padding-left: 1.5em;
position: relative;
margin-bottom: 0.4em;
}
.wp-block-list.is-style-checkmark-list li::before {
content: "✓";
position: absolute;
left: 0;
color: var(--wp--preset--color--accent-2, #2d8a3e);
font-weight: 500;
} .wp-block-details.is-style-mark2-accordion {
background: var(--wp--preset--color--base-2, #f8f7f3);
border-radius: 8px;
padding: 18px 22px;
margin-bottom: 12px;
border: 0 !important;
}
.wp-block-details.is-style-mark2-accordion summary {
cursor: pointer;
font-weight: 500;
color: var(--wp--preset--color--contrast, #1e3a2e);
list-style: none;
display: flex;
align-items: center;
justify-content: space-between;
min-height: 44px; padding: 0;
margin: 0;
user-select: none;
} .wp-block-details.is-style-mark2-accordion summary::-webkit-details-marker {
display: none;
}
.wp-block-details.is-style-mark2-accordion summary::marker {
display: none;
content: "";
} .wp-block-details.is-style-mark2-accordion summary::after {
content: "";
width: 18px;
height: 18px;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'><polyline points='6 9 12 15 18 9'/></svg>");
background-size: contain;
background-repeat: no-repeat;
transition: transform 0.2s ease, color 0.2s ease;
flex-shrink: 0;
margin-left: 12px;
} .wp-block-details.is-style-mark2-accordion[open] summary::after {
transform: rotate(180deg);
color: var(--wp--preset--color--accent-2, #2d8a3e);
} .wp-block-details.is-style-mark2-accordion[open] > *:not(summary) {
padding-top: 12px;
margin-top: 10px;
border-top: 0.5px solid rgba(0, 0, 0, 0.08); color: var(--wp--preset--color--contrast-2, #4a5650);
line-height: 1.6;
} @media (max-width: 600px) {
.wp-block-details.is-style-mark2-accordion {
padding: 14px 16px;
}
.wp-block-details.is-style-mark2-accordion summary {
font-size: 14px;
}
.wp-block-details.is-style-mark2-accordion summary::after {
width: 16px;
height: 16px;
}
} .wp-block-button.is-style-mark2-submit-gradient .wp-block-button__link {
background-image: linear-gradient(
135deg,
var(--wp--preset--color--accent-2) 0%,
var(--wp--preset--color--accent) 100%
);
background-color: var(--wp--preset--color--accent-2); color: var(--wp--preset--color--base);
border: none;
transition: opacity 0.2s ease, transform 0.1s ease;
}
.wp-block-button.is-style-mark2-submit-gradient .wp-block-button__link:hover {
opacity: 0.92;
}
.wp-block-button.is-style-mark2-submit-gradient .wp-block-button__link:active {
transform: translateY(1px);
} @media (max-width: 600px) {
.wp-block-button.is-style-mark2-submit-fullwidth-mobile {
width: 100%;
}
.wp-block-button.is-style-mark2-submit-fullwidth-mobile .wp-block-button__link {
width: 100%;
text-align: center;
display: block;
}
}  @media (min-width: 600px) {
.wp-block-columns.mark2-pair-reverse {
flex-direction: row-reverse;
}
} @media (min-width: 600px) {
.mark2-img-text-reverse .wp-block-columns {
flex-direction: row-reverse;
}
}    .wp-block-button.is-style-mark2-pill .wp-block-button__link {
background-color: transparent;
border: 1px solid var(--wp--preset--color--accent-3);
border-radius: 999px;
padding: 0.5em 1em;
color: inherit;
font-size: 0.95em;
font-weight: 500;
transition: border-color 0.2s ease, background-color 0.2s ease;
}
.wp-block-button.is-style-mark2-pill .wp-block-button__link:hover {
border-color: var(--wp--preset--color--accent);
background-color: rgba(255, 255, 255, 0.05);
}
@media (max-width: 600px) {
.wp-block-button.is-style-mark2-pill .wp-block-button__link {
padding: 0.4em 0.8em;
font-size: 0.85em;
}
}  .wp-block-group.mark2-nap-card {
border: 1px solid var(--wp--preset--color--accent-3);
border-radius: 6px;
} .mark2-map-wrap {
width: 100%;
height: 100%;
min-height: 380px;
max-height: 700px;
overflow: hidden;
border-radius: 4px;
}
.mark2-map-wrap iframe {
width: 100%;
height: 100%;
min-height: inherit;
border: 0;
display: block;
}
@media (max-width: 600px) {
.mark2-map-wrap {
min-height: 280px;
max-height: none; }
} @media (min-width: 782px) {
.wp-block-columns:has(> .wp-block-column > .mark2-map-wrap) {
align-items: stretch;
}
.wp-block-column:has(> .mark2-map-wrap) {
display: flex;
flex-direction: column;
}
.wp-block-column > .mark2-map-wrap {
flex: 1 1 auto;
height: 100%;
aspect-ratio: auto;
min-height: 340px;
}
}  .mark2-text-pills {
font-size: 0.9em;
opacity: 0.85;
margin-top: 0.5em;
} .wp-block-gutena-forms.has-base-background-color,
.wp-block-gutena-forms.has-base-background-color * {
color: var(--wp--preset--color--contrast);
}
.wp-block-gutena-forms.has-base-background-color input::placeholder,
.wp-block-gutena-forms.has-base-background-color textarea::placeholder {
color: var(--wp--preset--color--contrast);
opacity: 0.5;
}