:root {
--sslb-red: var(--ast-global-color-1, #f90000);
--sslb-dark: #111111;
} .site-header .custom-logo-link img.custom-logo {
max-height: 48px;
width: auto;
}
.site-header {
background: #ffffff;
border-bottom: 1px solid #ececec;
} .ast-theme-transparent-header #masthead {
position: relative;
left: auto;
right: auto;
}
.ast-theme-transparent-header .main-header-bar,
.ast-theme-transparent-header .site-header .ast-primary-header-bar {
background: #ffffff;
}
.main-header-menu > .menu-item > .menu-link {
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .05em;
position: relative;
} .main-header-menu > .menu-item > .menu-link::after {
content: "";
position: absolute;
left: 1em;
right: 1em;
bottom: 4px;
height: 2px;
background: var(--sslb-red);
transform: scaleX(0);
transform-origin: left;
transition: transform .2s ease;
}
.main-header-menu > .menu-item:hover > .menu-link::after,
.main-header-menu > .current-menu-item > .menu-link::after {
transform: scaleX(1);
}
.main-header-menu > .current-menu-item > .menu-link {
color: var(--sslb-red);
} .sslb-menu-fb .menu-link svg {
display: inline-block;
vertical-align: middle;
transition: color .2s;
}
.sslb-menu-fb .menu-link:hover {
color: var(--sslb-red);
}
.sslb-menu-fb .menu-link::after {
display: none;
} .sslb-menu-fb .sslb-menu-fb-label {
display: none;
}
@media (max-width: 921px) {
.site-header .custom-logo-link img.custom-logo {
max-height: 40px;
}
.sslb-menu-fb .sslb-menu-fb-label {
display: inline;
margin-left: 10px;
}
} .sslb-credit {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
font-size: .82rem;
color: #888888;
padding: 14px 20px 18px;
background: #ffffff;
border-top: 1px solid #efefef;
}
.sslb-credit a {
display: inline-flex;
align-items: center;
}
.sslb-credit img {
height: 30px;
width: auto;
display: block;
}  #primary.sslb-primary,
.ast-separate-container #primary.sslb-primary,
.ast-separate-container.ast-right-sidebar #primary.sslb-primary,
.ast-separate-container.ast-left-sidebar #primary.sslb-primary,
.ast-plain-container.ast-no-sidebar #primary.sslb-primary {
width: 100%;
max-width: 100%;
margin: 0;
padding: 0;
border: 0;
background: transparent;
} html,
body {
overflow-x: hidden;
}
.sslb-inner {
max-width: 1120px;
margin: 0 auto;
padding: 0 20px;
}
.sslb-kicker {
display: block;
color: var(--sslb-red);
font-weight: 700;
text-transform: uppercase;
letter-spacing: .08em;
font-size: .85rem;
margin-bottom: 10px;
}
.sslb-button {
display: inline-block;
background: var(--sslb-red);
color: #ffffff;
font-weight: 700;
padding: 14px 34px;
border-radius: 4px;
text-decoration: none;
transition: opacity .2s;
}
.sslb-button:hover,
.sslb-button:focus {
opacity: .85;
color: #ffffff;
}
.sslb-button--ghost {
background: transparent;
color: #ffffff;
border: 2px solid #ffffff;
}
.sslb-button--ghost:hover {
background: #ffffff;
color: var(--sslb-dark);
opacity: 1;
} .sslb-pagehead {
background: var(--sslb-dark);
padding: 56px 0;
margin-bottom: 48px;
width: 100vw;
margin-left: calc(50% - 50vw);
}
.sslb-pagehead h1 {
color: #ffffff;
margin: 0 0 6px;
font-size: clamp(1.8rem, 4vw, 2.6rem);
}
.sslb-pagehead p {
color: #cccccc;
margin: 0;
}
.sslb-pagehead .sslb-line {
display: inline-block;
width: 56px;
height: 4px;
background: var(--sslb-red);
margin-bottom: 20px;
} .sslp-section {
padding: 48px 0 64px;
font-size: 17px;
line-height: 1.65;
}
.sslp-section h2 {
font-size: clamp(1.35rem, 2.8vw, 1.7rem);
margin: 1.6em 0 .7em;
}
.sslp-section h2:first-child {
margin-top: 0;
}
.sslp-split {
display: grid;
grid-template-columns: 1.1fr .9fr;
gap: 48px;
align-items: center;
}
.sslp-split img {
width: 100%;
height: auto;
border-radius: 6px;
display: block;
}
@media (max-width: 880px) {
.sslp-split {
grid-template-columns: 1fr;
gap: 28px;
}
} .sslp-callout {
border-left: 5px solid var(--sslb-red);
background: #f7f7f7;
padding: 22px 26px;
margin: 24px 0;
}
.sslp-callout p {
margin: 0 0 6px;
}
.sslp-callout p:last-child {
margin: 0;
}
.sslp-callout a {
color: var(--sslb-red);
font-weight: 700;
text-decoration: none;
}
.sslp-callout a:hover {
text-decoration: underline;
} .sslp-steps {
list-style: none;
counter-reset: sslp-step;
margin: 24px 0;
padding: 0;
}
.sslp-steps li {
counter-increment: sslp-step;
position: relative;
padding: 0 0 18px 56px;
margin: 0;
}
.sslp-steps li::before {
content: counter(sslp-step);
position: absolute;
left: 0;
top: -4px;
width: 38px;
height: 38px;
border-radius: 50%;
background: var(--sslb-red);
color: #ffffff;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
} .sslp-cards {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin: 24px 0;
}
.sslp-cards--two {
grid-template-columns: repeat(2, 1fr);
}
.sslp-card {
border: 1px solid #e3e3e3;
border-radius: 6px;
padding: 24px;
}
.sslp-card h3 {
font-size: 1.05rem;
margin: 0 0 10px;
}
.sslp-card p {
margin: 0 0 8px;
font-size: .97rem;
}
.sslp-card p:last-child {
margin: 0;
}
.sslp-card .sslp-price {
display: block;
font-size: 1.5rem;
font-weight: 700;
color: var(--sslb-red);
margin-bottom: 6px;
}
@media (max-width: 880px) {
.sslp-cards,
.sslp-cards--two {
grid-template-columns: 1fr;
}
} .sslp-linklist {
list-style: none;
margin: 0;
padding: 0;
}
.sslp-linklist li {
position: relative;
padding: 0 0 10px 26px;
margin: 0;
}
.sslp-linklist li::before {
content: "\203A";
position: absolute;
left: 4px;
top: -2px;
color: var(--sslb-red);
font-weight: 700;
font-size: 1.2em;
}
.sslp-linklist a {
color: var(--sslb-dark);
font-weight: 600;
text-decoration: none;
}
.sslp-linklist a:hover {
color: var(--sslb-red);
text-decoration: underline;
} .sslp-facts {
list-style: none;
margin: 20px 0;
padding: 0;
}
.sslp-facts li {
padding: 10px 0;
border-bottom: 1px solid #eeeeee;
margin: 0;
}
.sslp-facts li strong {
display: inline-block;
min-width: 180px;
} .sslb-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 28px;
}
@media (max-width: 980px) {
.sslb-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 640px) {
.sslb-grid {
grid-template-columns: 1fr;
}
}
.sslb-card {
background: #ffffff;
border: 1px solid #e8e8e8;
border-radius: 6px;
overflow: hidden;
display: flex;
flex-direction: column;
transition: box-shadow .2s ease, transform .2s ease;
}
.sslb-card:hover {
box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
transform: translateY(-3px);
}
.sslb-card-img {
display: block;
aspect-ratio: 16 / 10;
overflow: hidden;
}
.sslb-card-img img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.sslb-card-body {
padding: 22px 24px 24px;
display: flex;
flex-direction: column;
flex: 1;
}
.sslb-card-meta {
display: flex;
align-items: center;
gap: 12px;
font-size: .82rem;
color: #777777;
margin-bottom: 12px;
}
.sslb-chip {
background: var(--sslb-red);
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .04em;
font-size: .72rem;
padding: 3px 10px;
border-radius: 3px;
}
.sslb-card h2,
.sslb-card h3 {
font-size: 1.15rem;
line-height: 1.4;
margin: 0 0 10px;
}
.sslb-card h2 a,
.sslb-card h3 a {
color: var(--sslb-dark);
text-decoration: none;
}
.sslb-card h2 a:hover,
.sslb-card h3 a:hover {
color: var(--sslb-red);
}
.sslb-card p {
font-size: .95rem;
color: #555555;
margin: 0 0 16px;
}
.sslb-more {
margin-top: auto;
font-weight: 700;
font-size: .9rem;
color: var(--sslb-red);
text-decoration: none;
}
.sslb-more:hover {
text-decoration: underline;
color: var(--sslb-red);
} .sslb-pagination {
margin: 48px 0 64px;
text-align: center;
}
.sslb-pagination .page-numbers {
display: inline-block;
min-width: 42px;
padding: 9px 12px;
margin: 0 3px;
border: 1px solid #dddddd;
border-radius: 4px;
color: var(--sslb-dark);
text-decoration: none;
font-weight: 600;
}
.sslb-pagination .page-numbers.current,
.sslb-pagination .page-numbers:hover {
background: var(--sslb-red);
border-color: var(--sslb-red);
color: #ffffff;
} .sslb-article-head {
background: var(--sslb-dark);
padding: 56px 0 48px;
width: 100vw;
margin-left: calc(50% - 50vw);
}
.sslb-article-head h1 {
color: #ffffff;
font-size: clamp(1.6rem, 3.6vw, 2.4rem);
line-height: 1.3;
margin: 0 0 18px;
max-width: 840px;
}
.sslb-article-meta {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 12px;
color: #bbbbbb;
font-size: .9rem;
}
.sslb-article-body {
max-width: 800px;
margin: 0 auto;
padding: 48px 20px 24px;
font-size: 17px;
line-height: 1.7;
}
.sslb-article-body img {
border-radius: 6px;
height: auto;
}
.sslb-article-thumb {
max-width: 1000px;
margin: -80px auto 0;
padding: 0 20px;
}
.sslb-article-thumb img {
width: 100%;
height: auto;
border-radius: 6px;
box-shadow: 0 12px 32px rgba(0, 0, 0, .2);
display: block;
}
.sslb-article-head--withthumb {
padding-bottom: 110px;
} .sslb-postnav {
max-width: 800px;
margin: 0 auto;
padding: 12px 20px 64px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
border-top: 1px solid #eeeeee;
}
.sslb-postnav a {
text-decoration: none;
color: var(--sslb-dark);
font-weight: 600;
line-height: 1.4;
padding-top: 18px;
display: block;
}
.sslb-postnav a:hover {
color: var(--sslb-red);
}
.sslb-postnav .sslb-postnav-label {
display: block;
font-size: .78rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .06em;
color: #999999;
margin-bottom: 6px;
}
.sslb-postnav-next {
text-align: right;
}
@media (max-width: 640px) {
.sslb-postnav {
grid-template-columns: 1fr;
}
.sslb-postnav-next {
text-align: left;
}
} @media (max-width: 768px) {
.sslb-pagehead {
padding: 32px 0;
margin-bottom: 26px;
}
.sslb-pagehead .sslb-line {
margin-bottom: 12px;
}
.sslp-section {
padding: 6px 0 48px;
}
.sslb-article-head {
padding: 32px 0 36px;
}
.sslb-article-head--withthumb {
padding-bottom: 90px;
}
.sslb-article-thumb {
margin-top: -64px;
}
.sslb-article-body {
padding-top: 28px;
}
}