@charset "UTF-8";
:root { --g55-black:       #000000;
--g55-white:       #ffffff;
--g55-text:        #000000;
--g55-text-muted:  #6b6b6b;
--g55-border:      #e5e5e5; --g55-bg:          #f7f7f7;
--g55-card-bg:     #ffffff;
--g55-bg-soft:     #f5f5f5;
--g55-bg-invert:   #000000;
--g55-accent:      #000000; --g55-brand-navy:  #1B365D; --g55-brand-sage:  #678D58; --g55-brand-linen: #F2EEE5; --g55-brand-brown: #444441;  --g55-font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
--g55-header-height: 80px;
--g55-content-max:   1300px; --g55-h2-size:     clamp(28px, 3vw, 40px);
--g55-h2-line:     1.2;
--g55-h2-weight:   600;
--g55-h2-tracking: -0.02em;
}
html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body {
margin: 0;
font-family: var(--g55-font-sans);
font-feature-settings: "cv11", "ss01", "ss03";
color: var(--g55-text);
background: var(--g55-bg);
line-height: 1.5;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; }
a   { color: inherit; } .g55-site-main p a:hover,
.g55-site-main li a:hover {
color: var(--g55-brand-navy);
}
.skip-link {
position: absolute;
left: -9999px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}
.skip-link:focus {
left: 1rem;
top: 1rem;
width: auto;
height: auto;
padding: 0.75rem 1rem;
background: #000;
color: #fff;
z-index: 100000;
}
.g55-site-main { min-height: 60vh; } .g55-site-main > .alignfull { width: 100%; }.g55-site-header {
position: relative;
z-index: 9999;
background: var(--g55-bg, #f7f7f7);
height: var(--g55-header-height, 80px);
} .smart-hide-header {
position: sticky;
top: 0;
z-index: 99999;
transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
will-change: transform;
}
.smart-hide-header.is-hidden {
transform: translateY(-100%);
} body.elementor-editor-active .smart-hide-header {
position: relative !important;
transform: none !important;
z-index: 1 !important;
} html.lenis,
html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }
.lenis.lenis-smooth iframe { pointer-events: none; }
.g55-site-header-inner {
max-width: 1400px;
height: 100%;
margin: 0 auto;
padding: 0 60px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
}
.g55-site-brand {
text-decoration: none;
color: #000;
font-weight: 600;
letter-spacing: -0.02em;
font-size: 22px;
display: inline-flex;
align-items: center;
} .g55-site-brand--logo .custom-logo-link {
display: inline-flex;
align-items: center;
line-height: 0;
text-decoration: none;
}
.g55-site-brand--logo .custom-logo {
display: block;
height: auto;
width: auto;
max-height: 40px;
max-width: 200px;
} .g55-header-center-nav {
display: flex;
align-items: center;
gap: 32px;
}
.g55-header-center-nav__link {
color: #000;
text-decoration: none;
font-size: 15px;
font-weight: 500;
letter-spacing: -0.005em;
line-height: 1;
padding: 6px 0;
display: inline-block;
} .g55-header-center-nav__link:hover .hover-fx,
.g55-header-center-nav__link:focus-visible .hover-fx {
animation: snappyBlurIn 0.45s ease-out forwards;
color: #000 !important;
}
@media (max-width: 1024px) {
.g55-site-header-inner { padding: 0 24px; }
.g55-header-center-nav { display: none; }
} .custom-mega-menu-wrapper {
display: flex;
justify-content: flex-end;
}
.custom-mega-menu-wrapper .menu-burger {
cursor: pointer;
z-index: 9999999;
position: relative;
color: #000;
display: inline-flex;
padding: 10px;
margin: -10px;
background: transparent;
border: 0;
}
.menu-burger svg rect {
transform-box: fill-box;
transform-origin: center;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-burger.is-active .line-top { transform: translateY(7px) rotate(45deg); }
.menu-burger.is-active .line-mid { opacity: 0; transform: scaleX(0); }
.menu-burger.is-active .line-bot { transform: translateY(-7px) rotate(-45deg); x: 0px; width: 24px; } .mega-overlay {
position: fixed;
top: var(--g55-header-height, 80px);
left: 0;
width: 100%;
min-height: 50vh;
max-height: calc(100vh - var(--g55-header-height, 80px));
overflow-y: auto;
background: var(--g55-bg, #f7f7f7);
z-index: 999999;
visibility: hidden;
opacity: 0;
pointer-events: none;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s, visibility 0.6s;
transform: translateY(-10px);
box-sizing: border-box;
text-align: left;
}
.mega-overlay.is-active {
visibility: visible;
opacity: 1;
pointer-events: all;
transform: translateY(0);
}
.overlay-inner {
max-width: 1400px;
margin: 0 auto;
padding: 40px 60px;
height: 100%;
display: flex;
flex-direction: column;
box-sizing: border-box;
} .mega-nav {
margin-top: 10px;
display: flex;
flex-direction: row;
justify-content: flex-start;
gap: 70px;
flex-wrap: wrap;
row-gap: 32px;
align-items: flex-start;
}
.mega-nav-item {
display: flex;
flex-direction: column;
gap: 14px;
}
.mega-nav-link {
font-size: 36px;
text-decoration: none;
color: #000;
font-weight: 500;
letter-spacing: -0.02em;
white-space: nowrap;
position: relative;
display: inline-block;
} .hover-fx {
display: inline-block;
will-change: transform, opacity, filter;
}
@keyframes snappyBlurIn {
0%   { opacity: 0; filter: blur(8px); transform: translateY(12px); }
100% { opacity: 1; filter: blur(0px); transform: translateY(0); }
}
.mega-nav-link:hover .hover-fx {
animation: snappyBlurIn 0.45s ease-out forwards;
color: #000000 !important;
} .mega-sub-list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 8px;
}
.mega-sub-link {
font-size: 15px;
text-decoration: none;
color: #6a6a6a;
font-weight: 400;
letter-spacing: -0.005em;
transition: color 0.2s ease;
display: inline-block;
}
.mega-sub-link:hover,
.mega-sub-link:focus-visible {
color: #000;
} .mega-footer {
margin-top: auto;
display: flex;
justify-content: space-between;
align-items: flex-end;
padding-top: 40px;
padding-bottom: 20px;
}
.newsletter-title {
font-size: 22px;
font-weight: 500;
margin: 0 0 20px 0;
letter-spacing: -0.02em;
}
.newsletter-form { display: flex; gap: 15px; }
.newsletter-form input {
background: #f4f5f5;
border-radius: 50px;
padding: 14px 24px;
border: none;
font-size: 15px;
width: 280px;
outline: none;
color: #333;
}
.newsletter-form button {
background: #000;
color: #fff;
border-radius: 50px;
border: none;
padding: 14px 32px;
cursor: pointer;
font-size: 15px;
font-weight: 500;
white-space: nowrap;
transition: background 0.3s ease;
}
.newsletter-form button:hover { background: #333; } .footer-col-left { padding-bottom: 10px; }
.mega-cta {
display: inline-flex;
align-items: center;
gap: 8px;
background-color: #000;
color: #fff;
border: none;
border-radius: 30px;
padding: 14px 22px;
font-size: 14px;
font-weight: 500;
text-decoration: none;
white-space: nowrap;
transition: opacity 0.2s ease;
}
.mega-cta:hover,
.mega-cta:focus-visible {
opacity: 0.85;
color: #fff;
}
.mega-cta svg {
transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.mega-cta:hover svg,
.mega-cta:focus-visible svg {
transform: translateX(3px);
}
.footer-col-center { padding-bottom: 10px; }
.email-link {
font-size: 16px;
text-decoration: none;
color: #000;
display: flex;
align-items: center;
gap: 10px;
font-weight: 500;
}
.footer-col-right { padding-bottom: 14px; }
.social-links { font-size: 15px; color: #666; }
.social-links a {
text-decoration: none;
color: #666;
transition: color 0.2s ease;
}
.social-links a:hover { color: #000; } .fade-up-item {
opacity: 0;
transform: translateY(20px);
transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.mega-overlay.is-active .fade-up-item                  { opacity: 1; transform: translateY(0); }
.mega-overlay.is-active .fade-up-item:nth-child(1)     { transition-delay: 0.10s; }
.mega-overlay.is-active .fade-up-item:nth-child(2)     { transition-delay: 0.15s; }
.mega-overlay.is-active .fade-up-item:nth-child(3)     { transition-delay: 0.20s; }
.mega-overlay.is-active .fade-up-item:nth-child(4)     { transition-delay: 0.25s; }
.mega-overlay.is-active .fade-up-item:nth-child(5)     { transition-delay: 0.30s; }
.mega-overlay.is-active .mega-footer                   { transition-delay: 0.40s; }
@media (max-width: 1024px) {
.mega-footer  { flex-direction: column; align-items: flex-start; gap: 30px; }
.mega-nav     { gap: 32px 40px; }
.overlay-inner { padding: 30px; }
.mega-nav-link { font-size: 28px; }
}
@media (max-width: 600px) { .mega-overlay {
min-height: 0;
max-height: calc(100dvh - var(--g55-header-height, 80px));
}
.overlay-inner { padding: 24px 20px; }
.mega-nav {
flex-direction: column;
row-gap: 18px;
margin-top: 0;
}
.mega-nav-item { gap: 6px; }
.mega-nav-link { font-size: 22px; }
.mega-sub-list { gap: 4px; padding-top: 2px; }
.mega-sub-link { font-size: 14px; } .mega-footer {
position: sticky;
bottom: 0;
margin: 24px -20px 0;
padding: 16px 20px calc(16px + env(safe-area-inset-bottom));
gap: 16px;
background: var(--g55-bg, #f7f7f7);
border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.footer-col-left,
.footer-col-center,
.footer-col-right { padding-bottom: 0; }
}.g55-elementor-footer {
--text-main:    #111111;
--text-muted:   #737373;
--border-color: #eaeaea;
width: 100%;
}
.g55-elementor-footer * {
box-sizing: border-box;
}
.g55-footer-stage {
color: var(--text-main);
padding: 80px 20px 32px;
}
.g55-footer-inner {
width: 100%;
max-width: 1300px;
margin: 0 auto;
} .g55-footer-top {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 60px;
padding-bottom: 56px;
border-bottom: 1px solid var(--border-color);
}
.g55-footer-brand {
display: flex;
flex-direction: column;
gap: 20px;
max-width: 360px;
}
.g55-footer-logo {
color: var(--text-main);
margin: 0;
}
.g55-footer-logo--image .custom-logo-link {
display: inline-block;
line-height: 0;
}
.g55-footer-logo--image .custom-logo {
display: block;
height: auto;
width: auto;
max-width: 200px;
max-height: 64px;
object-fit: contain;
} .g55-footer-credit {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
border: 0;
overflow: hidden;
clip: rect(0 0 0 0);
clip-path: inset(50%);
white-space: nowrap;
}
.g55-footer-tagline {
color: var(--text-muted);
margin: 0;
}
.g55-footer-newsletter {
display: flex;
gap: 8px;
margin-top: 8px;
background: #ffffff;
border: 1px solid var(--border-color);
border-radius: 30px;
padding: 4px 4px 4px 18px;
align-items: center;
}
.g55-footer-newsletter input {
flex: 1;
background: transparent;
border: none;
outline: none;
color: var(--text-main);
padding: 10px 0;
}
.g55-footer-newsletter input::placeholder { color: #a3a3a3; }
.g55-footer-newsletter button {
background: #000;
color: #fff;
border: none;
border-radius: 30px;
padding: 10px 18px;
cursor: pointer;
transition: opacity 0.2s;
}
.g55-footer-newsletter button:hover { opacity: 0.85; } .g55-footer-col h4 {
color: var(--text-muted);
margin: 0 0 20px 0;
}
.g55-footer-col ul,
.g55-footer-menu {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 12px;
}
.g55-footer-col a,
.g55-footer-menu a {
color: var(--text-main);
text-decoration: none;
transition: opacity 0.2s;
}
.g55-footer-col a:hover,
.g55-footer-menu a:hover { opacity: 0.6; }
.g55-footer-contact {
display: flex;
align-items: center;
gap: 8px;
color: var(--text-main);
}
.g55-footer-contact svg {
width: 16px;
height: 16px;
color: var(--text-muted);
flex-shrink: 0;
} .g55-footer-bottom {
display: flex;
flex-wrap: wrap;
gap: 24px;
justify-content: space-between;
align-items: center;
padding-top: 28px;
}
.g55-footer-copy {
color: var(--text-muted);
margin: 0;
} .g55-footer-legal {
display: flex;
flex-wrap: wrap;
gap: 10px 24px;
margin: 0;
padding: 0;
list-style: none;
}
.g55-footer-legal li {
list-style: none;
margin: 0;
padding: 0;
}
.g55-footer-legal a {
color: var(--text-muted);
text-decoration: none;
font-size: 14px;
transition: color 0.2s;
}
.g55-footer-legal a:hover { color: var(--text-main); }
.g55-footer-socials {
display: flex;
gap: 10px;
}
.g55-footer-socials a {
width: 36px;
height: 36px;
border-radius: 50%;
border: 1px solid var(--border-color);
background: #fff;
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--text-main);
transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.g55-footer-socials a:hover {
background: #000;
color: #fff;
border-color: #000;
}
.g55-footer-socials svg {
width: 16px;
height: 16px;
} @media (max-width: 992px) {
.g55-footer-top {
grid-template-columns: 1fr 1fr;
gap: 40px;
}
.g55-footer-brand {
grid-column: 1 / -1;
max-width: none;
}
}
@media (max-width: 560px) {
.g55-footer-stage  { padding: 56px 20px 24px; }
.g55-footer-top    { grid-template-columns: 1fr; gap: 32px; padding-bottom: 40px; }
.g55-footer-bottom { flex-direction: column; align-items: flex-start; gap: 20px; } .g55-footer-socials { order: 1; }
.g55-footer-legal   { order: 2; }
.g55-footer-copy    { order: 3; } .g55-footer-legal {
flex-direction: column;
gap: 10px;
}
}@supports (animation-timeline: view()) {
.g55-fade-up,
.g55-fade-up-item {
animation: g55SlideUp cubic-bezier(0.22, 0.61, 0.36, 1) both;
animation-timeline: view();
animation-range: entry 0% cover 30%;
} .g55-fade-up-stagger > .g55-fade-up-item:nth-child(1)   { animation-range: entry 0%   cover 25%; }
.g55-fade-up-stagger > .g55-fade-up-item:nth-child(2)   { animation-range: entry 8%   cover 33%; }
.g55-fade-up-stagger > .g55-fade-up-item:nth-child(3)   { animation-range: entry 16%  cover 41%; }
.g55-fade-up-stagger > .g55-fade-up-item:nth-child(4)   { animation-range: entry 24%  cover 49%; }
.g55-fade-up-stagger > .g55-fade-up-item:nth-child(5)   { animation-range: entry 32%  cover 57%; }
.g55-fade-up-stagger > .g55-fade-up-item:nth-child(n+6) { animation-range: entry 40%  cover 65%; }
@keyframes g55SlideUp {
from { transform: translateY(60px); }
to   { transform: none; }
}
}
@media (prefers-reduced-motion: reduce) {
.g55-fade-up,
.g55-fade-up-item { animation: none; }
}

.ahm-content-end-marker {
all: initial;
display: block;
height: 0;
width: 100%;
}
.ahm-heatmap-container {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9999;
font-family: Arial, sans-serif;
font-size: 30px;
font-weight: bold;
text-shadow: 1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff;
color: #000;
background-color: rgba(0, 0, 0, 0.2);
overflow: hidden;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-user-select: none;
cursor: default;
pointer-events: none;
}
.ahm-heatmap-flow {
position: relative;
}
.ahm-heatmap-container .height-40px {
display: flex;
align-items: center;
justify-content: center;
height: 40px;
width: 100%;
}
.ahm-heatmap-container .count-bar {
font-size: 12px;
position: absolute;
right: 0;
min-width: 48px;
height: 40px;
text-align: center;
line-height: 40px;
background: #ef96;
}
.ahm-nav .nav-tab-disabled {
opacity: 0.64;
pointer-events: none;
}
.ahm-nav .nav-tab {
display: flex;
flex-flow: row nowrap;
align-items: center;
}
.ahm-nav .nav-tab .dashicons {
position: relative;
top: 1px;
}
.ahm-nav .nav-tab-active,
.ahm-nav .nav-tab-active:hover,
.ahm-nav .nav-tab-active:focus {
background: #fff;
}
.ahm-footer {
font-weight: bold;
font-size: larger;
text-align: right;
color: #aaa;
text-shadow: 1px 1px 1px #fff;
}
#ahm-description {
border: 1px solid #ccc;
border-radius: 0.5em;
padding: 0.5em 1em 0;
margin: 0.5em 0;
width: 100%;
box-sizing: border-box;
}
#ahm-description legend {
font-weight: bold;
}
#ahm-description img {
max-width: 100%;
}
#ahm-description .outer {
width: 100%;
overflow: hidden;
}
#ahm-description .inner {
display: flex;
width: 300%;
flex-flow: row nowrap;
position: relative;
}
#ahm-description .description {
width: 100%;
}
#ahm-description.click-heatmap .inner {
left: 0;
}
#ahm-description.breakaway-heatmap .inner {
left: -100%;
}
#ahm-description.attention-heatmap .inner {
left: -200%;
}
#ahm-view-form .wp-list-table thead a .dashicons,
#ahm-view-form .wp-list-table tfoot a .dashicons {
position: relative;
top: 1px;
}
#ahm-view-form .wp-list-table .sorting-indicator {
display: inline-block;
}
#ahm-view-form .wp-list-table thead,
#ahm-view-form .wp-list-table tfoot {
white-space: nowrap;
}
#ahm-view-form .wp-list-table th.sortable:not(.column-page) a span,
#ahm-view-form .wp-list-table th.sorted:not(.column-page) a span {
float: unset;
}
#ahm-view-form .wp-list-table .column-page {
word-break: break-all;
}
#ahm-view-form .wp-list-table .click_pc,
#ahm-view-form .wp-list-table .breakaway_pc,
#ahm-view-form .wp-list-table .attention_pc,
#ahm-view-form .wp-list-table .click_mobile,
#ahm-view-form .wp-list-table .breakaway_mobile,
#ahm-view-form .wp-list-table .attention_mobile {
white-space: nowrap;
text-align: right;
}
#ahm-view-form .wp-list-table .ahm-cell {
display: inline-block;
width: 100%;
text-align: right;
font-variant-numeric: tabular-nums;
cursor: pointer;
white-space: nowrap;
-ms-user-select: none;
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
}
#ahm-view-form .wp-list-table .ahm-cell-blank,
#ahm-unread-form .wp-list-table .ahm-cell-blank {
color: #ccc;
cursor: default;
-ms-user-select: none;
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
display: inline-block;
text-align: center;
min-width: 57px;
}
#ahm-view-form .wp-list-table .ahm-cell:not(:hover):not(:active):not(:focus) {
color: #555;
}
#ahm-view-form .wp-list-table .ahm-cell .dashicons {
vertical-align: text-bottom;
position: relative;
top: 2px;
}
#ahm-view-form .wp-list-table .ahm-cell:not(:hover):not(:active):not(:focus) .dashicons {
visibility: hidden;
}
@media screen and (max-width: 782px) {
#ahm-view-form .ahm-footer {
visibility: hidden;
}
#ahm-view-form .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.column-primary ~ td:not(.check-column) {
padding-left: 50%;
}
#ahm-view-form .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary)::before {
width: 50%;
line-height: 2;
}
#ahm-view-form .ahm-cell,
#ahm-view-form .ahm-cell-blank {
line-height: 2;
}
#ahm-description ~ .subsubsub {
display: none;
}
}
#ahm-unread-form .wp-list-table .pc,
#ahm-unread-form .wp-list-table .mobile {
white-space: nowrap;
min-width: calc(200px + 4.5em);
}
#ahm-unread-form .ahm-ratio {
line-height: 60px;
font-size: 150%;
width: 3em;
display: inline-block;
text-align: right;
}
#ahm-unread-form .ahm-ratio::after {
content: "%";
}
#ahm-unread-form .ahm-ratio.warning {
color: #f00;
}
#ahm-unread-form .ahm-ratio.normal,
#ahm-unread-form .ahm-ratio.na {
color: #ccc;
}
#ahm-unread-form .ahm-ratio.na::after {
visibility: hidden;
}
#ahm-unread-form .ahm-heatmap-databox {
display: none;
width: 192px;
padding-right: 6px;
margin-left: 2px;
text-align: right;
position: relative;
}
#ahm-unread-form tr.ahm-show-databox .ahm-heatmap-databox {
display: block;
}
#ahm-unread-form .ahm-heatmap-databox-column {
display: inline-block;
min-width: 64px;
}
#ahm-unread-form .ahm-heatmap-databox-column .dashicons-external {
visibility: hidden;
}
#ahm-unread-form .ahm-heatmap-databox-column:hover .dashicons-external {
visibility: visible;
}
.ahm-unread-legend {
display: inline-block;
width: 1.5em;
height: 1em;
border: 1px solid rgba(0, 0, 0, 40%);
}
#ahm-options-form .ahm-inline-block {
display: inline-block;
}
#ahm-options-form input[type="range"] {
float: left;
margin-right: 0.5em;
}
#ahm-options-form input[type="range"]:not(:disabled) {
cursor: pointer;
}
#ahm-options-form input[type="range"] + span {
display: inline-block;
}
#ahm-options-form .premium-options {
font-size: smaller;
font-weight: bold;
background: #800080;
color: #fff;
padding: 0.1em 0.3em;
border-radius: 0.2em;
}
#ahm-options-form th .dashicons-editor-help {
cursor: pointer;
opacity: 0.4;
}
#ahm-options-form th .ahm-tooltip:focus .dashicons-editor-help,
#ahm-options-form th .ahm-tooltip:hover .dashicons-editor-help {
opacity: 1;
}
#ahm-options-form th .ahm-tooltip > div {
display: none;
position: absolute;
z-index: 9999;
border-radius: 0.25em;
border: 2px solid rgba(0, 0, 0, 0.4);
background: rgba(255, 255, 255, 0.9375);
padding: 0.25em 1.5em;
font-weight: normal;
}
div.ahm-unread-list-page {
width: 100%;
border-radius: 0.3em;
}
div.ahm-unread-list-page-inner {
min-height: 60px;
}
div.ahm-pt {
display: flex;
flex-flow: row wrap;
text-align: center;
}
div.ahm-c2 {
width: 50%;
}
div.ahm-c6 {
width: 16.6666%;
}
div.ahm-unread-list-page-hover {
display: none;
position: absolute;
z-index: 9999;
border-radius: 0.25em;
border: 2px solid rgba(0, 0, 0, 0.4);
background: rgba(255, 255, 255, 0.9375);
padding: 0.25em 1.5em;
font-weight: normal;
cursor: auto;
}
@media not screen and (max-width: 782px) {
div.ahm-unread-list-page {
cursor: pointer;
}
div.ahm-unread-list-page:focus,
div.ahm-unread-list-page:hover {
background-color: rgba(127, 127, 127, 0.125);
box-shadow: 0 0 0 0.35em rgba(127, 127, 127, 0.125);
}
div.ahm-unread-list-page:focus {
outline: solid 0.1em rgba(127, 127, 127, 0.5);
outline-offset: 0.25em;
}
div.ahm-unread-list-page:focus div.ahm-unread-list-page-hover,
div.ahm-unread-list-page:hover div.ahm-unread-list-page-hover {
display: block;
}
div.ahm-c2,
div.ahm-c6 {
margin: 0.1em 0;
}
div.ahm-c2::after {
display: block;
content: "";
width: 95%;
height: 0.125em;
margin: 0 auto;
border-radius: 0.1em;
background: #ccc;
}
}
@media screen and (max-width: 782px) {
div.ahm-unread-list-page-inner {
min-height: unset;
}
.is-expanded div.ahm-unread-list-page-hover {
position: static;
display: block;
}
.is-expanded div.ahm-pt {
flex-flow: column wrap;
height: 9em;
}
.is-expanded div.ahm-c2 {
width: unset;
height: 4.5em;
line-height: 4.5;
}
.is-expanded div.ahm-c2::after {
content: "";
display: inline-block;
float: right;
width: 0.15em;
height: 3.7em;
margin: 0.4em 0;
border-radius: 0.1em;
background: #ccc;
}
.is-expanded div.ahm-c6 {
width: unset;
height: 1.5em;
}
}
#ahm-options-form input[type="radio"] + label > div {
padding-left: 20px;
}
#ahm-options-form th .ahm-tooltip:focus > div,
#ahm-options-form th .ahm-tooltip:hover > div {
display: block;
}
#ahm-options-form input[type="radio"]:checked + span,
#ahm-options-form input[type="radio"]:checked + label > span:first-child {
font-weight: bold;
}
#ahm-options-form input[type="text"] {
display: block;
width: 100%;
}
#ahm-vs {
border-collapse: collapse;
table-layout: fixed;
}
#ahm-vs td {
text-align: center;
border-left: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
}
#ahm-vs th {
text-align: center;
font-weight: bold;
border-left: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
}
#ahm-vs tbody th {
text-align: left;
}
#ahm-vs th:first-child {
width: 18em;
}
#ahm-vs td:first-child,
#ahm-vs th:first-child {
border-left: none;
}
#ahm-vs td:last-child,
#ahm-vs th:last-child {
border-right: none;
}
#ahm-vs .dashicons-no-alt {
color: #aaa;
}
#ahm-vs .current .dashicons-yes-alt {
color: #36f;
}
#ahm-vs .current .dashicons-no-alt {
color: #f00;
}
#ahm-vs .ib {
display: inline-block;
}.wpcf7 {
font-family: var(--g55-font-sans, inherit);
color: var(--g55-text, #111111);
}
.wpcf7-form {
display: flex;
flex-direction: column;
gap: 18px;
} .wpcf7-form > p {
margin: 0;
} .wpcf7-form label {
display: flex;
flex-wrap: wrap;
align-items: baseline;
column-gap: 4px;
row-gap: 8px;
color: var(--g55-text, #111111);
font-size: 14px;
font-weight: 500;
letter-spacing: 0;
} .wpcf7-form label > .wpcf7-form-control-wrap {
flex-basis: 100%;
margin: 0;
order: 2;
} .wpcf7-form label:has([aria-required="true"])::after,
.wpcf7-form label:has(+ .wpcf7-form-control-wrap [aria-required="true"])::after {
content: "*";
color: #d92d20;
font-weight: 600;
order: 1;
} .wpcf7-form .wpcf7-list-item label::after {
content: none;
} .wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="time"],
.wpcf7-form textarea,
.wpcf7-form select {
background: #f3f3f3;
border: 1px solid transparent;
border-radius: 10px;
padding: 14px 16px;
color: var(--g55-text, #111111);
font-family: inherit;
font-size: 15px;
line-height: 1.4;
width: 100%;
box-sizing: border-box;
transition: border-color 0.2s ease, background 0.2s ease;
box-shadow: none;
appearance: none;
-webkit-appearance: none;
} .wpcf7-form select {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%23737373' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='1 1 6 7 11 1'/></svg>");
background-repeat: no-repeat;
background-position: right 18px center;
padding-right: 44px;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
outline: none;
border-color: var(--g55-brand-navy, #1B365D);
background: #ffffff;
box-shadow: none;
}
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
color: #a3a3a3;
opacity: 1;
}
.wpcf7-form textarea {
resize: vertical;
min-height: 130px;
} .wpcf7-form input[type="file"] {
background: #f3f3f3;
border: 1px solid transparent;
border-radius: 10px;
padding: 10px 12px;
color: var(--g55-text-muted, #6b6b6b);
font-family: inherit;
font-size: 14px;
width: 100%;
box-sizing: border-box;
cursor: pointer;
}
.wpcf7-form input[type="file"]::file-selector-button,
.wpcf7-form input[type="file"]::-webkit-file-upload-button {
background: var(--g55-bg-invert, #000000);
color: #ffffff;
border: none;
border-radius: 999px;
padding: 8px 16px;
margin-right: 12px;
font-family: inherit;
font-size: 13px;
font-weight: 500;
cursor: pointer;
transition: opacity 0.2s ease;
}
.wpcf7-form input[type="file"]::file-selector-button:hover,
.wpcf7-form input[type="file"]::-webkit-file-upload-button:hover {
opacity: 0.85;
} .wpcf7-form .wpcf7-list-item {
display: block;
margin: 0;
}
.wpcf7-form .wpcf7-list-item label {
display: inline-flex;
flex-direction: row;
align-items: center;
gap: 10px;
font-size: 14px;
font-weight: 400;
}
.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"] {
accent-color: var(--g55-bg-invert, #000000);
width: 18px;
height: 18px;
} .wpcf7-form .wpcf7-submit,
.wpcf7-form input[type="submit"],
.wpcf7-form button[type="submit"] {
background: var(--g55-bg-invert, #000000);
color: #ffffff;
border: none;
border-radius: 30px;
padding: 14px 28px;
font-family: inherit;
font-size: 14px;
font-weight: 500;
letter-spacing: 0;
cursor: pointer;
transition: opacity 0.2s ease;
box-shadow: none;
align-self: flex-start;
}
.wpcf7-form .wpcf7-submit:hover,
.wpcf7-form .wpcf7-submit:focus,
.wpcf7-form input[type="submit"]:hover,
.wpcf7-form button[type="submit"]:hover {
background: var(--g55-bg-invert, #000000);
color: #ffffff;
opacity: 0.85;
outline: none;
}
.wpcf7-form .wpcf7-spinner {
margin-left: 12px;
vertical-align: middle;
background-color: var(--g55-text-muted, #6b6b6b);
} .wpcf7-form .wpcf7-not-valid {
border-color: #d92d20 !important;
background: #ffffff !important;
}
.wpcf7-form .wpcf7-not-valid-tip {
color: #d92d20;
font-size: 13px;
font-weight: 400;
margin-top: 6px;
}
.wpcf7-form .wpcf7-response-output {
margin: 24px 0 0;
padding: 14px 16px;
border-radius: 10px;
border: 1px solid var(--g55-border, #e5e5e5);
font-size: 14px;
line-height: 1.5;
color: var(--g55-text, #111111);
} .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #fecdca;
background: #fef3f2;
color: #b42318;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #abefc6;
background: #ecfdf3;
color: #067647;
} .wpcf7 .screen-reader-response {
position: absolute !important;
clip: rect(1px,1px,1px,1px);
height: 1px;
width: 1px;
overflow: hidden;
}