.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}:root {
--pm-accent: #0b63ce;
--pm-accent-dark: #084b9a;
--pm-ink: #0a1f33;
--pm-paper: #ffffff;
--pm-surface: #f4f7fb;
--pm-muted: #5f6f7f;
--pm-content-width: 1180px;
--pm-section-space: 88px;
--pm-h1-size: 64px;
--pm-h2-size: 40px;
--pm-body-size: 18px;
--pm-button-size: 16px;
--pm-radius: 18px;
--pm-mobile-gutter: 20px;
--pm-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
html { scroll-behavior: smooth; }
body {
font-family: var(--pm-font-family);
font-size: var(--pm-body-size);
color: var(--pm-ink);
background: var(--pm-paper);
}
h1, .wp-block-post-title { font-size: clamp(42px, 5vw, var(--pm-h1-size)); line-height: 1.04; letter-spacing: -0.035em; }
h2 { font-size: clamp(30px, 3.2vw, var(--pm-h2-size)); line-height: 1.12; letter-spacing: -0.025em; }
h3 { line-height: 1.2; }
p, li { line-height: 1.72; }
a { text-underline-offset: .16em; }
.wp-site-blocks { overflow-x: clip; }
.pm-section {
padding-top: var(--pm-section-space);
padding-bottom: var(--pm-section-space);
}
.pm-section-tight {
padding-top: calc(var(--pm-section-space) * .62);
padding-bottom: calc(var(--pm-section-space) * .62);
}
.pm-hero {
padding-top: clamp(72px, 9vw, 132px);
padding-bottom: clamp(72px, 9vw, 132px);
background:
radial-gradient(circle at 90% 10%, rgba(11,99,206,.13), transparent 34%),
linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}
.pm-hero p { max-width: 760px; font-size: 1.13em; }
.pm-eyebrow {
font-weight: 700;
text-transform: uppercase;
letter-spacing: .12em;
font-size: .76em;
color: var(--pm-accent);
}
.pm-card {
background: var(--pm-paper);
border: 1px solid #dfe7ef;
border-radius: var(--pm-radius);
padding: clamp(24px, 3vw, 36px);
box-shadow: 0 14px 42px rgba(10,31,51,.06);
height: 100%;
}
.pm-surface { background: var(--pm-surface); }
.pm-dark { background: var(--pm-ink); color: var(--pm-paper); }
.pm-dark a { color: #ffffff; }
.pm-dark .wp-block-button.is-style-outline .wp-block-button__link {
color: #fff;
border-color: rgba(255,255,255,.75);
}
.pm-trust {
margin-top: -34px;
position: relative;
z-index: 3;
}
.pm-stat strong { display:block; font-size: clamp(30px,4vw,48px); line-height:1; margin-bottom:8px; }
.pm-checklist { list-style: none; padding-left: 0; }
.pm-checklist li { position: relative; padding-left: 1.7em; margin-bottom: .55em; }
.pm-checklist li::before { content: "✓"; position: absolute; left: 0; font-weight: 800; color: var(--pm-accent); }
.pm-process-number {
display:inline-grid;
place-items:center;
width:42px;
height:42px;
border-radius:999px;
background:var(--pm-accent);
color:#fff;
font-weight:800;
margin-bottom:14px;
}
.pm-review {
border-left: 5px solid var(--pm-accent);
padding-left: 26px;
font-size: 1.1em;
}
.pm-review cite { display:block; margin-top:12px; font-size:.86em; color:var(--pm-muted); }
.pm-faq details {
border-top: 1px solid #dfe7ef;
padding: 20px 0;
}
.pm-faq details:last-child { border-bottom: 1px solid #dfe7ef; }
.pm-faq summary { cursor: pointer; font-weight: 750; }
.pm-contact-strip { border-radius: var(--pm-radius); }
.pm-breadcrumbs { font-size: .88em; color: var(--pm-muted); }
.pm-breadcrumbs a { color: inherit; }
.wp-block-button__link {
font-size: var(--pm-button-size);
border-radius: 999px;
font-weight: 750;
padding: .9em 1.35em;
transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.wp-block-button__link:hover {
transform: translateY(-1px);
box-shadow: 0 10px 24px rgba(10,31,51,.12);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link {
background: var(--pm-accent);
color: #fff;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover { background: var(--pm-accent-dark); }
.pm-desktop-only { display: block; }
.pm-mobile-only { display: none; }
.pm-hide { display:none !important; }
header.wp-block-template-part {
position: relative;
z-index: 10;
}
.pm-header {
border-bottom: 1px solid #e5ebf1;
background: rgba(255,255,255,.96);
}
.pm-header .wp-block-navigation__responsive-container.is-menu-open {
padding: 28px var(--pm-mobile-gutter);
}
.pm-footer { border-top: 1px solid rgba(255,255,255,.12); }
@media (max-width: 781px) {
:root {
--pm-section-space: 48px;
--pm-h1-size: 40px;
--pm-h2-size: 30px;
--pm-body-size: 17px;
--pm-button-size: 16px;
}
.wp-site-blocks > *,
.wp-block-group.alignfull > .wp-block-group__inner-container {
max-width: 100%;
}
.pm-section, .pm-section-tight, .pm-hero {
padding-left: var(--pm-mobile-gutter);
padding-right: var(--pm-mobile-gutter);
}
.pm-hero { padding-top: 62px; padding-bottom: 70px; }
.pm-trust { margin-top: 0; }
.pm-desktop-only { display: none !important; }
.pm-mobile-only { display: block !important; }
.wp-block-buttons { gap: 10px; }
.wp-block-buttons .wp-block-button { width: 100%; }
.wp-block-buttons .wp-block-button__link { width: 100%; text-align: center; }
.pm-header .wp-block-buttons { display:none; }
}
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior:auto; }
* { transition:none !important; animation:none !important; }
} .pm-brand-lockup {
display: inline-flex;
align-items: center;
gap: 12px;
flex-shrink: 0;
}
.pm-brand-icon-link {
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
line-height: 0;
}
.pm-brand-icon {
display: block;
width: 54px;
height: 54px;
object-fit: contain;
}
.pm-header .wp-block-site-title {
margin: 0;
white-space: nowrap;
}
@media (max-width: 781px) {
.pm-brand-icon { width: 44px; height: 44px; }
.pm-brand-lockup { gap: 9px; }
.pm-header .wp-block-site-title { font-size: 18px !important; }
}