/*! /css/critical.css */
:root {
--primary-font: 'Poppins', sans-serif;
}
body {
font-family: var(--primary-font);
font-display: swap;
visibility: hidden;
margin: 0;
}
.no-preloader {
visibility: visible;
}
.preloader {
visibility: visible;
}
[data-w-id] {
opacity: 0;
transform: translate3d(0, 20px, 0);
transition: opacity 0.6s ease, transform 0.6s ease;
will-change: opacity, transform;
}
[data-w-id].animated {
opacity: 1;
transform: translate3d(0, 0, 0);
}
.service-list-item {
opacity: 0;
transform: translate3d(0, 30px, 0);
transition: opacity 0.8s ease, transform 0.8s ease;
transition-delay: calc(var(--item-index, 0) * 0.1s);
will-change: opacity, transform;
}
.service-list-item.animated {
opacity: 1;
transform: translate3d(0, 0, 0);
}
.new-badge {
display: inline-block;
background-color: #22c55e;
color: white;
font-size: 0.7em;
padding: 2px 6px;
border-radius: 4px;
margin-left: 8px;
font-weight: 600;
letter-spacing: 0.5px;
vertical-align: middle;
animation: pulse 2s infinite;
}
@keyframes pulse {
0% {
opacity: 1;
}
50% {
opacity: 0.7;
}
100% {
opacity: 1;
}
}
.xxl-heading em {
font-family: 'Playfair Display', serif;
font-style: italic;
font-weight: 500;
color: inherit;
letter-spacing: -0.02em;
position: relative;
}
.xxl-heading em::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
right: 0;
height: 2px;
background: linear-gradient(90deg,
rgba(255,255,255,0.4) 0%,
rgba(255,255,255,0.8) 50%,
rgba(255,255,255,0.4) 100%);
border-radius: 1px;
opacity: 0.6;
}
em, .serif-emphasis {
font-family: 'Playfair Display', serif;
font-style: italic;
font-weight: 500;
letter-spacing: -0.01em;
position: relative;
}
.body-display em::after,
.service-overview em::after {
content: '';
position: absolute;
bottom: -1px;
left: 0;
right: 0;
height: 1px;
background: linear-gradient(90deg,
transparent 0%,
rgba(0,0,0,0.2) 20%,
rgba(0,0,0,0.2) 80%,
transparent 100%);
border-radius: 0.5px;
opacity: 0.5;
}
.light em::after,
.section:not(.grey) em::after {
background: linear-gradient(90deg,
transparent 0%,
rgba(255,255,255,0.3) 20%,
rgba(255,255,255,0.3) 80%,
transparent 100%);
}
.modern-hero-wrapper {
position: relative;
overflow: hidden;
}
.floating-accent {
position: absolute;
top: -20px;
left: -100px;
width: 200px;
height: 200px;
background: radial-gradient(circle,
rgba(255,255,255,0.1) 0%,
rgba(255,255,255,0.05) 40%,
transparent 70%);
border-radius: 50%;
filter: blur(40px);
animation: floatGently 8s ease-in-out infinite;
}
.floating-accent-2 {
position: absolute;
bottom: -50px;
right: -80px;
width: 150px;
height: 150px;
background: radial-gradient(circle,
rgba(255,255,255,0.08) 0%,
rgba(255,255,255,0.03) 50%,
transparent 70%);
border-radius: 50%;
filter: blur(30px);
animation: floatGently 10s ease-in-out infinite reverse;
}
@keyframes floatGently {
0%, 100% { transform: translate(0, 0) scale(1); }
50% { transform: translate(20px, -15px) scale(1.1); }
}
.modern-headline {
font-size: clamp(2.5rem, 5vw, 4.5rem);
line-height: 1.1;
letter-spacing: -0.02em;
margin-bottom: 2rem;
font-weight: 600;
position: relative;
z-index: 2;
}
.modern-supporting-text {
font-size: 1.125rem;
line-height: 1.7;
font-weight: 400;
opacity: 0.92;
max-width: 44rem;
letter-spacing: 0.005em;
position: relative;
z-index: 2;
margin-bottom: 2.5rem;
}
.highlight-number {
font-weight: 600;
color: rgba(255,255,255,0.98);
position: relative;
white-space: nowrap;
}
.highlight-number::before {
content: '';
position: absolute;
top: 50%;
left: -4px;
right: -4px;
height: 6px;
background: linear-gradient(90deg,
transparent 0%,
rgba(255,255,255,0.15) 20%,
rgba(255,255,255,0.15) 80%,
transparent 100%);
border-radius: 3px;
transform: translateY(-50%);
z-index: -1;
}
.hero-intro {
padding: 3rem 0;
position: relative;
}
.hero-intro .subtitle.light {
margin: 0 0 1rem;
letter-spacing: 0.12em;
opacity: 0.88;
}
.home-hero .overlay,
.home-hero .overlay.light {
background:
linear-gradient(90deg, rgba(8, 12, 22, 0.74) 0%, rgba(8, 12, 22, 0.46) 44%, rgba(8, 12, 22, 0.10) 100%),
linear-gradient(0deg, rgba(8, 12, 22, 0.58) 0%, rgba(8, 12, 22, 0) 46%);
}
.hero-proof-strip {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin: 0 0 2.25rem;
position: relative;
z-index: 2;
}
.hero-proof-chip {
display: inline-flex;
align-items: center;
gap: 7px;
padding: 8px 15px;
border-radius: 100px;
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.18);
-webkit-backdrop-filter: blur(6px);
backdrop-filter: blur(6px);
color: rgba(255, 255, 255, 0.9);
font-size: 0.8rem;
letter-spacing: 0.01em;
line-height: 1;
white-space: nowrap;
}
.hero-proof-chip strong {
color: #fff;
font-weight: 600;
}
.hero-cta-row {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 14px;
}
a.hero-cta-primary {
min-height: 42px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 16px 34px;
border-radius: 100px;
border: 1px solid #fff;
background-color: #fff;
color: #0a101d;
font-family: Poppins, sans-serif;
font-size: 9px;
letter-spacing: 3px;
line-height: 1.35em;
text-transform: uppercase;
text-decoration: none;
overflow: hidden;
transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.3s ease;
}
a.hero-cta-primary .button-text {
color: #0a101d;
}
a.hero-cta-primary:hover {
transform: translateY(-2px);
box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
}
.hero-cta-note {
margin: 16px 0 0;
font-size: 0.85rem;
line-height: 1.5;
color: rgba(255, 255, 255, 0.78);
max-width: 520px;
}
@media (max-width: 767px) {
.hero-proof-chip {
font-size: 0.75rem;
padding: 7px 13px;
}
.hero-cta-row {
width: 100%;
}
.hero-cta-row .hero-cta-primary,
.hero-cta-row .outline-button {
flex: 1 1 auto;
justify-content: center;
}
}
.section.grey,
.section.grey .body-display,
.section.grey .heading-3,
.section.grey h1,
.section.grey h2,
.section.grey h3,
.section.grey .subtitle,
.section.grey .number-info h2,
.section.grey .number-info div {
color: #1a1a1a !important;
}
.section.grey .highlight-number {
color: #1a1a1a !important;
font-weight: 600;
}
.section.grey em {
color: #1a1a1a !important;
}
#how-we-work.section.grey {
padding-top: 72px;
padding-bottom: 72px;
}
#how-we-work .how-we-work-inner {
grid-column: 2;
width: 100%;
min-width: 0;
}
#how-we-work .process-intro {
display: grid;
gap: 2rem;
margin-bottom: 2.5rem;
}
#how-we-work .process-intro-header {
display: grid;
grid-template-columns: 60px minmax(0, 1fr);
gap: 1.25rem 2rem;
align-items: start;
}
#how-we-work .process-intro-copy {
max-width: none;
display: grid;
gap: 1rem;
}
#how-we-work .process-intro-title {
margin: 0;
font-size: clamp(2rem, 4.5vw, 3.25rem);
line-height: 1.08;
letter-spacing: -0.02em;
color: #111729;
}
#how-we-work .process-intro-lead {
margin: 0;
max-width: 38rem;
color: #626d86;
font-size: 1.05rem;
line-height: 1.65;
}
#how-we-work .process-metrics {
display: grid;
grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
border: 1px solid rgba(136, 158, 168, 0.28);
border-radius: 18px;
background: #fff;
overflow: hidden;
box-shadow: 0 18px 40px -24px rgba(41, 43, 78, 0.18);
}
#how-we-work .process-metric {
display: grid;
gap: 0.45rem;
padding: 1.35rem 1.5rem;
text-align: right;
align-content: center;
min-height: 7.5rem;
transition: box-shadow 0.35s ease;
}
#how-we-work .process-metric:hover {
box-shadow: inset 0 0 0 1px rgba(44, 69, 125, 0.08);
}
#how-we-work .process-metric-value {
font-family: Poppins, sans-serif;
font-size: clamp(1.35rem, 2.5vw, 1.85rem);
font-weight: 600;
line-height: 1.1;
color: #111729;
}
#how-we-work .process-metric-label {
color: #626d86;
font-size: 0.82rem;
line-height: 1.45;
}
#how-we-work .process-metric-divider {
width: 1px;
background: rgba(136, 158, 168, 0.28);
}
#how-we-work .process-journey {
margin-top: 0;
padding-top: 0;
border-top: 0;
}
#how-we-work .process-journey-intro {
display: flex;
flex-wrap: wrap;
align-items: baseline;
justify-content: space-between;
gap: 0.75rem 1.5rem;
max-width: none;
margin-bottom: 1.75rem;
padding-bottom: 1.5rem;
border-bottom: 1px solid rgba(136, 158, 168, 0.28);
}
#how-we-work .process-journey-lead {
margin: 0;
max-width: 28rem;
color: #626d86;
}
#how-we-work .process-timeline {
list-style: none;
margin: 0;
padding: 0;
display: grid;
gap: 0;
}
#how-we-work .process-phase {
display: grid;
grid-template-columns: 4.5rem minmax(0, 1fr);
gap: 1.5rem;
align-items: stretch;
position: relative;
}
#how-we-work .process-phase-marker {
display: flex;
flex-direction: column;
align-items: center;
padding-top: 1.75rem;
}
#how-we-work .process-phase-number {
display: inline-flex;
align-items: center;
justify-content: center;
width: 2.75rem;
height: 2.75rem;
border-radius: 999px;
border: 1px solid rgba(44, 69, 125, 0.18);
background: #fff;
color: #2c457d;
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.12em;
line-height: 1;
box-shadow: 0 10px 28px -14px rgba(41, 43, 78, 0.35);
position: relative;
z-index: 1;
}
#how-we-work .process-phase-line {
flex: 1;
width: 1px;
min-height: 1.5rem;
margin-top: 0.75rem;
background: linear-gradient(180deg, rgba(44, 69, 125, 0.35) 0%, rgba(136, 158, 168, 0.22) 100%);
}
#how-we-work .process-phase-last .process-phase-line {
display: none;
}
#how-we-work .process-phase-card {
background: #fff;
border: 1px solid rgba(136, 158, 168, 0.22);
border-radius: 18px;
padding: 1.5rem 1.65rem 1.35rem;
margin: 0 0 1.25rem;
transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.35s ease;
}
#how-we-work .process-phase-card:hover {
transform: translateY(-3px);
border-color: rgba(44, 69, 125, 0.22);
box-shadow: 0 18px 40px -18px rgba(41, 43, 78, 0.18);
}
#how-we-work .process-phase-header {
display: flex;
flex-wrap: wrap;
align-items: baseline;
justify-content: space-between;
gap: 0.75rem 1rem;
margin-bottom: 1.1rem;
padding-bottom: 1rem;
border-bottom: 1px solid rgba(136, 158, 168, 0.18);
}
#how-we-work .process-phase-title {
margin: 0;
font-family: Poppins, sans-serif;
font-size: 1.25rem;
font-weight: 600;
line-height: 1.25;
color: #111729;
}
#how-we-work .process-phase-duration {
display: inline-flex;
align-items: center;
padding: 0.35rem 0.7rem;
border-radius: 999px;
background: color-mix(in oklab, #2c457d 10%, #eef0f6);
color: #2c457d;
font-size: 0.72rem;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
white-space: nowrap;
}
#how-we-work .process-phase-tasks {
list-style: none;
margin: 0;
padding: 0;
display: grid;
gap: 0.65rem;
}
#how-we-work .process-phase-tasks li {
position: relative;
padding-left: 1.35rem;
color: #626d86;
font-size: 0.98rem;
line-height: 1.55;
}
#how-we-work .process-phase-tasks li::before {
content: "";
position: absolute;
left: 0;
top: 0.62em;
width: 0.45rem;
height: 0.45rem;
border-radius: 999px;
background: #2c457d;
box-shadow: 0 0 0 3px color-mix(in oklab, #2c457d 12%, white);
}
#how-we-work .process-journey-footer {
display: flex;
justify-content: flex-start;
margin-top: 0.5rem;
padding-left: 6rem;
}
@media (max-width: 991px) {
#how-we-work .process-metrics {
grid-template-columns: 1fr 1fr;
}
#how-we-work .process-metric-divider {
display: none;
}
#how-we-work .process-metric {
border-bottom: 1px solid rgba(136, 158, 168, 0.2);
}
#how-we-work .process-metric:nth-last-child(-n+2) {
border-bottom: 0;
}
#how-we-work .process-intro-lead {
max-width: none;
}
}
@media (max-width: 767px) {
#how-we-work .process-intro-header {
grid-template-columns: 1fr;
gap: 1rem;
}
#how-we-work .process-metrics {
grid-template-columns: 1fr;
}
#how-we-work .process-metric-divider {
display: none;
}
#how-we-work .process-metric {
text-align: left;
min-height: 0;
padding: 1.1rem 1.25rem;
border-bottom: 1px solid rgba(136, 158, 168, 0.2);
}
#how-we-work .process-metric:last-child {
border-bottom: 0;
}
#how-we-work .process-journey-intro {
flex-direction: column;
align-items: flex-start;
}
#how-we-work.section.grey {
padding-top: 48px;
padding-bottom: 48px;
}
#how-we-work .process-journey {
margin-top: 2.5rem;
padding-top: 2rem;
}
#how-we-work .process-phase {
grid-template-columns: 3rem minmax(0, 1fr);
gap: 1rem;
}
#how-we-work .process-phase-marker {
padding-top: 1.35rem;
}
#how-we-work .process-phase-number {
width: 2.25rem;
height: 2.25rem;
font-size: 0.64rem;
}
#how-we-work .process-phase-card {
padding: 1.15rem 1.15rem 1rem;
margin-bottom: 1rem;
}
#how-we-work .process-phase-title {
font-size: 1.08rem;
}
#how-we-work .process-journey-footer {
padding-left: 0;
margin-top: 1rem;
}
}
@media (prefers-reduced-motion: reduce) {
#how-we-work .process-phase-card {
transition: none;
}
#how-we-work .process-phase-card:hover {
transform: none;
}
}
/*! /css/site-stack-rail.css */
.site-stack-section {
padding-top: 0;
padding-bottom: 0;
}
#how-we-work.section.grey {
padding-top: 64px;
}
.site-stack-shell {
display: grid;
gap: 64px;
grid-column: 2;
width: 100%;
min-width: 0;
}
.site-stack-intro {
display: grid;
grid-template-columns: 60px 1fr;
align-items: center;
gap: 16px;
max-width: 760px;
}
.site-stack-intro-copy {
display: grid;
gap: 8px;
}
.site-stack-intro-copy .subtitle {
margin: 0;
}
.site-stack-tagline {
margin: 0;
max-width: 42rem;
color: #626d86;
font-size: 1.05rem;
line-height: 1.6;
}
.site-stack-marquee {
position: relative;
overflow: hidden;
padding: 14px 24px;
border-radius: 28px;
border: 1px solid rgba(20, 27, 45, 0.08);
background: rgba(255, 255, 255, 0.72);
box-shadow: 0 18px 42px rgba(17, 23, 41, 0.06);
}
.site-stack-marquee::before,
.site-stack-marquee::after {
content: "";
position: absolute;
top: 0;
bottom: 0;
width: min(112px, 14vw);
z-index: 2;
pointer-events: none;
}
.site-stack-marquee::before {
left: 0;
border-radius: 28px 0 0 28px;
background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0) 100%);
}
.site-stack-marquee::after {
right: 0;
border-radius: 0 28px 28px 0;
background: linear-gradient(270deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0) 100%);
}
.site-stack-track {
display: flex;
gap: 14px;
width: max-content;
will-change: transform;
animation: site-stack-marquee 52s linear infinite;
}
.site-stack-track__group {
display: flex;
flex-shrink: 0;
align-items: center;
gap: 14px;
}
.site-stack-chip {
display: inline-flex;
align-items: center;
gap: 11px;
min-height: 56px;
padding: 12px 22px 12px 16px;
border-radius: 100px;
background: #fff;
border: 1px solid rgba(20, 27, 45, 0.1);
box-shadow: 0 8px 20px rgba(17, 23, 41, 0.05);
white-space: nowrap;
transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
box-shadow 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
border-color 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-stack-chip:hover {
transform: translateY(-2px);
border-color: rgba(44, 69, 125, 0.22);
box-shadow: 0 14px 28px rgba(17, 23, 41, 0.1);
}
.site-stack-chip__icon {
flex: 0 0 28px;
width: 28px;
height: 28px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.site-stack-chip__icon img {
width: 26px;
height: 26px;
display: block;
object-fit: contain;
}
.site-stack-chip__name {
color: #141b2d;
font-family: Poppins, sans-serif;
font-size: 1rem;
font-weight: 600;
letter-spacing: 0.01em;
line-height: 1;
}
@keyframes site-stack-marquee {
0% { transform: translate3d(0, 0, 0); }
100% { transform: translate3d(calc(-1 * var(--stack-loop, 50%)), 0, 0); }
}
@media (max-width: 767px) {
.site-stack-section {
padding-bottom: 0;
}
#how-we-work.section.grey {
padding-top: 48px;
}
.site-stack-shell {
gap: 40px;
}
.site-stack-intro {
grid-template-columns: 1fr;
gap: 12px;
}
.site-stack-marquee {
padding: 10px 18px;
border-radius: 22px;
}
.site-stack-chip {
min-height: 48px;
padding: 10px 18px 10px 14px;
gap: 9px;
}
.site-stack-chip__icon {
flex: 0 0 24px;
width: 24px;
height: 24px;
}
.site-stack-chip__icon img {
width: 22px;
height: 22px;
}
.site-stack-chip__name {
font-size: 0.9rem;
}
}
@media (prefers-reduced-motion: reduce) {
.site-stack-track {
animation: none;
flex-wrap: wrap;
width: 100%;
justify-content: flex-start;
}
.site-stack-track__group {
flex-wrap: wrap;
width: 100%;
gap: 10px;
}
.site-stack-track__group + .site-stack-track__group {
display: none;
}
.site-stack-marquee::before,
.site-stack-marquee::after {
display: none;
}
}
@media print {
.site-stack-section {
display: none !important;
}
}
/*! /css/site-free-tools.css */
.site-free-tools-section {
padding-top: 0;
padding-bottom: 48px;
}
.site-free-tools-inner {
grid-column: 2;
width: 100%;
min-width: 0;
display: grid;
gap: 2.5rem;
}
.site-free-tools-intro-header {
display: grid;
grid-template-columns: 60px minmax(0, 1fr);
gap: 1.25rem 2rem;
align-items: start;
}
.site-free-tools-intro-copy {
display: grid;
gap: 1rem;
max-width: 42rem;
}
.site-free-tools-title {
margin: 0;
font-size: clamp(2rem, 4.5vw, 3.25rem);
line-height: 1.08;
letter-spacing: -0.02em;
color: #111729;
}
.site-free-tools-lead {
margin: 0;
color: #626d86;
font-size: 1.05rem;
line-height: 1.65;
}
.site-free-tools-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
}
.site-free-tools-card {
display: grid;
gap: 14px;
padding: 24px 22px 22px;
border-radius: 20px;
border: 1px solid rgba(20, 27, 45, 0.1);
background: rgba(255, 255, 255, 0.82);
box-shadow: 0 18px 42px rgba(17, 23, 41, 0.06);
text-decoration: none;
color: inherit;
transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
box-shadow 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
border-color 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-free-tools-card:hover {
transform: translateY(-4px);
border-color: rgba(44, 69, 125, 0.22);
box-shadow: 0 24px 48px rgba(17, 23, 41, 0.1);
}
.site-free-tools-card:focus-visible {
outline: 2px solid #2c457d;
outline-offset: 3px;
}
.site-free-tools-card__top {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 12px;
}
.site-free-tools-card__mark {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 2.5rem;
height: 2.5rem;
padding: 0 0.55rem;
border-radius: 10px;
background: color-mix(in oklab, #2c457d 12%, white);
color: #2c457d;
font-family: Poppins, sans-serif;
font-size: 0.62rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
line-height: 1;
}
.site-free-tools-card__count {
display: inline-flex;
align-items: center;
min-height: 28px;
padding: 0 10px;
border-radius: 100px;
background: rgba(20, 27, 45, 0.05);
color: #626d86;
font-family: Poppins, sans-serif;
font-size: 0.72rem;
font-weight: 600;
letter-spacing: 0.02em;
white-space: nowrap;
}
.site-free-tools-card__title {
margin: 0;
font-family: Poppins, sans-serif;
font-size: 1.2rem;
font-weight: 600;
line-height: 1.25;
letter-spacing: -0.01em;
color: #141b2d;
}
.site-free-tools-card__body {
margin: 0;
color: #626d86;
font-family: Poppins, sans-serif;
font-size: 0.92rem;
line-height: 1.55;
}
.site-free-tools-card__cta {
display: inline-flex;
align-items: center;
gap: 6px;
margin-top: 2px;
color: #2c457d;
font-family: Poppins, sans-serif;
font-size: 0.82rem;
font-weight: 600;
letter-spacing: 0.02em;
}
.site-free-tools-card__cta svg {
width: 14px;
height: 14px;
transition: transform 0.3s ease;
}
.site-free-tools-card:hover .site-free-tools-card__cta svg {
transform: translateX(3px);
}
@media (max-width: 991px) {
.site-free-tools-grid {
grid-template-columns: 1fr;
gap: 14px;
}
.site-free-tools-section {
padding-top: 56px;
padding-bottom: 56px;
}
}
@media (max-width: 767px) {
.site-free-tools-intro-header {
grid-template-columns: 1fr;
gap: 1rem;
}
.site-free-tools-card {
padding: 20px 18px 18px;
}
}
@media (prefers-reduced-motion: reduce) {
.site-free-tools-card,
.site-free-tools-card__cta svg {
transition: none;
}
.site-free-tools-card:hover {
transform: none;
}
}
/*! /css/site-home-sections.css */
.site-home-section-inner {
grid-column: 2;
width: 100%;
min-width: 0;
display: grid;
gap: 2.5rem;
}
.site-home-section-header {
display: grid;
grid-template-columns: 60px minmax(0, 1fr);
gap: 1.25rem 2rem;
align-items: start;
}
.site-home-section-copy {
display: grid;
gap: 1rem;
max-width: 42rem;
}
.site-home-section-title {
margin: 0;
font-size: clamp(2rem, 4.5vw, 3.25rem);
line-height: 1.08;
letter-spacing: -0.02em;
color: #111729;
}
.site-home-section-lead {
margin: 0;
color: #626d86;
font-size: 1.05rem;
line-height: 1.65;
}
.site-niches-section {
padding-top: 72px;
padding-bottom: 48px;
}
#services.section.grey.no-top-padding {
padding-top: 0;
}
.site-niches-grid {
display: flex;
flex-wrap: wrap;
gap: 12px;
}
.site-niches-chip {
display: inline-flex;
align-items: center;
min-height: 44px;
padding: 10px 18px;
border-radius: 100px;
border: 1px solid rgba(20, 27, 45, 0.1);
background: rgba(255, 255, 255, 0.82);
box-shadow: 0 10px 24px rgba(17, 23, 41, 0.05);
color: #141b2d;
font-family: Poppins, sans-serif;
font-size: 0.88rem;
font-weight: 600;
letter-spacing: 0.01em;
text-decoration: none;
transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.site-niches-chip:hover {
transform: translateY(-2px);
border-color: rgba(44, 69, 125, 0.22);
background: #fff;
box-shadow: 0 16px 32px rgba(17, 23, 41, 0.08);
}
.site-niches-chip:focus-visible {
outline: 2px solid #2c457d;
outline-offset: 3px;
}
.roll-button {
--roll-distance: 48px;
}
.roll-text {
display: block;
position: relative;
}
.roll-out,
.roll-in {
display: block;
transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
will-change: transform, opacity;
}
.roll-in {
position: absolute;
inset: 0;
display: flex;
align-items: center;
transform: translateY(var(--roll-distance));
opacity: 0;
pointer-events: none;
}
.roll-button:hover .roll-out {
transform: translateY(calc(var(--roll-distance) * -1));
opacity: 0;
}
.roll-button:hover .roll-in {
transform: translateY(0);
opacity: 1;
}
.site-niches-chip.roll-button {
overflow: hidden;
}
.footer-tool-link.roll-button .tool-text {
position: relative;
overflow: hidden;
}
@media screen and (max-width: 767px) {
.footer-tool-link.roll-button {
--roll-distance: 1.25em;
overflow: visible;
}
.footer-tool-link.roll-button .tool-text {
overflow: visible;
}
.footer-tool-link.roll-button .roll-in {
display: none;
}
.footer-tool-link.roll-button:hover .roll-out {
transform: none;
opacity: 1;
}
}
@media (prefers-reduced-motion: reduce) {
.roll-out,
.roll-in {
transition: none;
}
.roll-button:hover .roll-out {
transform: none;
opacity: 1;
}
.roll-button:hover .roll-in {
opacity: 0;
}
}
.site-portal-section {
padding-top: 72px;
padding-bottom: 72px;
}
.site-portal-privacy {
display: inline-flex;
align-items: center;
gap: 8px;
width: fit-content;
min-height: 32px;
padding: 0 12px;
border-radius: 100px;
background: rgba(44, 69, 125, 0.08);
color: #2c457d;
font-family: Poppins, sans-serif;
font-size: 0.72rem;
font-weight: 600;
letter-spacing: 0.04em;
text-transform: uppercase;
}
.site-portal-privacy::before {
content: "";
width: 7px;
height: 7px;
border-radius: 50%;
background: #2c457d;
opacity: 0.65;
}
.site-portal-features {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
margin: 0;
padding: 0;
list-style: none;
}
.site-portal-feature {
display: grid;
gap: 8px;
padding: 20px 18px;
border-radius: 16px;
border: 1px solid rgba(20, 27, 45, 0.08);
background: rgba(255, 255, 255, 0.72);
}
.site-portal-feature__title {
margin: 0;
font-family: Poppins, sans-serif;
font-size: 0.95rem;
font-weight: 600;
color: #141b2d;
}
.site-portal-feature__body {
margin: 0;
color: #626d86;
font-family: Poppins, sans-serif;
font-size: 0.86rem;
line-height: 1.5;
}
.site-portal-actions {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 14px 18px;
}
.site-portal-signin {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: 0 22px;
border-radius: 8px;
background: #141b2d;
color: #fff;
font-family: Poppins, sans-serif;
font-size: 0.9rem;
font-weight: 600;
text-decoration: none;
transition: background 0.25s ease, transform 0.25s ease;
}
.site-portal-signin:hover {
background: #2c457d;
transform: translateY(-1px);
}
.site-portal-signin:focus-visible {
outline: 2px solid #2c457d;
outline-offset: 3px;
}
.site-portal-note {
margin: 0;
color: #626d86;
font-size: 0.88rem;
line-height: 1.5;
}
.site-portal-note a {
color: #2c457d;
text-decoration: underline;
text-underline-offset: 2px;
}
@media (max-width: 991px) {
.site-portal-features {
grid-template-columns: 1fr;
}
.site-niches-section,
.site-portal-section {
padding-bottom: 56px;
}
}
@media (max-width: 767px) {
.site-home-section-header {
grid-template-columns: 1fr;
gap: 1rem;
}
}
@media (prefers-reduced-motion: reduce) {
.site-niches-chip,
.site-portal-signin {
transition: none;
}
.site-niches-chip:hover,
.site-portal-signin:hover {
transform: none;
}
}
/*! /css/accessibility.css */
.subtitle {
color: var(--body-display, #4A4A4A);
}
.small-width {
color: var(--black, #2C2C2C);
}
.nav-link {
color: var(--black, #333333);
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
outline: 3px solid #2c457d;
outline-offset: 2px;
}
a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
input:focus:not(:focus-visible),
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
outline: none;
}
.skip-to-main {
position: absolute;
left: -9999px;
z-index: 999;
padding: 1em;
background-color: #ffffff;
color: #000000;
text-decoration: none;
}
.skip-to-main:focus {
left: 50%;
transform: translateX(-50%);
}
/*! /css/normalize.css */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
box-sizing: border-box;
padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
height: auto;
}
input[type='search'] {
-webkit-appearance: none;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
/*! /css/webflow.css */
@font-face {
font-family: 'webflow-icons';
src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
font-weight: normal;
font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
font-family: 'webflow-icons' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
content: "\e600";
}
.w-icon-slider-left:before {
content: "\e601";
}
.w-icon-nav-menu:before {
content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
content: "\e603";
}
.w-icon-file-upload-remove:before {
content: "\e900";
}
.w-icon-file-upload-icon:before {
content: "\e903";
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
height: 100%;
}
body {
margin: 0;
min-height: 100%;
background-color: #fff;
font-family: Arial, sans-serif;
font-size: 14px;
line-height: 20px;
color: #333;
}
img {
max-width: 100%;
vertical-align: middle;
display: inline-block;
}
html.w-mod-touch * {
background-attachment: scroll !important;
}
.w-block {
display: block;
}
.w-inline-block {
max-width: 100%;
display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
content: " ";
display: table;
grid-column-start: 1;
grid-row-start: 1;
grid-column-end: 2;
grid-row-end: 2;
}
.w-clearfix:after {
clear: both;
}
.w-hidden {
display: none;
}
.w-button {
display: inline-block;
padding: 9px 15px;
background-color: #3898EC;
color: white;
border: 0;
line-height: inherit;
text-decoration: none;
cursor: pointer;
border-radius: 0;
}
input.w-button {
-webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
color: transparent !important;
}
.w-code-block {
margin: unset;
}
.w-webflow-badge,
.w-webflow-badge * {
position: static;
left: auto;
top: auto;
right: auto;
bottom: auto;
z-index: auto;
display: block;
visibility: visible;
overflow: visible;
overflow-x: visible;
overflow-y: visible;
box-sizing: border-box;
width: auto;
height: auto;
max-height: none;
max-width: none;
min-height: 0;
min-width: 0;
margin: 0;
padding: 0;
float: none;
clear: none;
border: 0 none transparent;
border-radius: 0;
background: none;
background-image: none;
background-position: 0% 0%;
background-size: auto auto;
background-repeat: repeat;
background-origin: padding-box;
background-clip: border-box;
background-attachment: scroll;
background-color: transparent;
box-shadow: none;
opacity: 1;
transform: none;
transition: none;
direction: ltr;
font-family: inherit;
font-weight: inherit;
color: inherit;
font-size: inherit;
line-height: inherit;
font-style: inherit;
font-variant: inherit;
text-align: inherit;
letter-spacing: inherit;
text-decoration: inherit;
text-indent: 0;
text-transform: inherit;
list-style-type: disc;
text-shadow: none;
font-smoothing: auto;
vertical-align: baseline;
cursor: inherit;
white-space: inherit;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
}
.w-webflow-badge {
position: fixed !important;
display: inline-block !important;
visibility: visible !important;
z-index: 2147483647 !important;
top: auto !important;
right: 12px !important;
bottom: 12px !important;
left: auto !important;
color: #aaadb0 !important;
background-color: #fff !important;
border-radius: 3px !important;
padding: 6px !important;
font-size: 12px !important;
opacity: 1 !important;
line-height: 14px !important;
text-decoration: none !important;
transform: none !important;
margin: 0 !important;
width: auto !important;
height: auto !important;
overflow: visible !important;
white-space: nowrap;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
cursor: pointer;
}
.w-webflow-badge > img {
display: inline-block !important;
visibility: visible !important;
opacity: 1 !important;
vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: bold;
margin-bottom: 10px;
}
h1 {
font-size: 38px;
line-height: 44px;
margin-top: 20px;
}
h2 {
font-size: 32px;
line-height: 36px;
margin-top: 20px;
}
h3 {
font-size: 24px;
line-height: 30px;
margin-top: 20px;
}
h4 {
font-size: 18px;
line-height: 24px;
margin-top: 10px;
}
h5 {
font-size: 14px;
line-height: 20px;
margin-top: 10px;
}
h6 {
font-size: 12px;
line-height: 18px;
margin-top: 10px;
}
p {
margin-top: 0;
margin-bottom: 10px;
}
blockquote {
margin: 0 0 10px 0;
padding: 10px 20px;
border-left: 5px solid #E2E2E2;
font-size: 18px;
line-height: 22px;
}
figure {
margin: 0;
margin-bottom: 10px;
}
figcaption {
margin-top: 5px;
text-align: center;
}
ul,
ol {
margin-top: 0px;
margin-bottom: 10px;
padding-left: 40px;
}
.w-list-unstyled {
padding-left: 0;
list-style: none;
}
.w-embed:before,
.w-embed:after {
content: " ";
display: table;
grid-column-start: 1;
grid-row-start: 1;
grid-column-end: 2;
grid-row-end: 2;
}
.w-embed:after {
clear: both;
}
.w-video {
width: 100%;
position: relative;
padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
fieldset {
padding: 0;
margin: 0;
border: 0;
}
button,
[type='button'],
[type='reset'] {
border: 0;
cursor: pointer;
-webkit-appearance: button;
}
.w-form {
margin: 0 0 15px;
}
.w-form-done {
display: none;
padding: 20px;
text-align: center;
background-color: #dddddd;
}
.w-form-fail {
display: none;
margin-top: 10px;
padding: 10px;
background-color: #ffdede;
}
label {
display: block;
margin-bottom: 5px;
font-weight: bold;
}
.w-input,
.w-select {
display: block;
width: 100%;
height: 38px;
padding: 8px 12px;
margin-bottom: 10px;
font-size: 14px;
line-height: 1.42857143;
color: #333333;
vertical-align: middle;
background-color: #ffffff;
border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
color: #999;
opacity: 1;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
color: #999;
}
.w-input:focus,
.w-select:focus {
border-color: #3898EC;
outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
height: auto;
}
.w-select {
background-color: #f3f3f3;
}
.w-select[multiple] {
height: auto;
}
.w-form-label {
display: inline-block;
cursor: pointer;
font-weight: normal;
margin-bottom: 0px;
}
.w-radio {
display: block;
margin-bottom: 5px;
padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
content: " ";
display: table;
grid-column-start: 1;
grid-row-start: 1;
grid-column-end: 2;
grid-row-end: 2;
}
.w-radio:after {
clear: both;
}
.w-radio-input {
margin: 4px 0 0;
line-height: normal;
float: left;
margin-left: -20px;
}
.w-radio-input {
margin-top: 3px;
}
.w-file-upload {
display: block;
margin-bottom: 10px;
}
.w-file-upload-input {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
display: inline-block;
color: #333333;
}
.w-file-upload-error {
display: block;
margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
display: none;
}
.w-file-upload-uploading-btn {
display: flex;
font-size: 14px;
font-weight: normal;
cursor: pointer;
margin: 0;
padding: 8px 12px;
border: 1px solid #cccccc;
background-color: #fafafa;
}
.w-file-upload-file {
display: flex;
flex-grow: 1;
justify-content: space-between;
margin: 0;
padding: 8px 9px 8px 11px;
border: 1px solid #cccccc;
background-color: #fafafa;
}
.w-file-upload-file-name {
font-size: 14px;
font-weight: normal;
display: block;
}
.w-file-remove-link {
margin-top: 3px;
margin-left: 10px;
width: auto;
height: auto;
padding: 3px;
display: block;
cursor: pointer;
}
.w-icon-file-upload-remove {
margin: auto;
font-size: 10px;
}
.w-file-upload-error-msg {
display: inline-block;
color: #ea384c;
padding: 2px 0;
}
.w-file-upload-info {
display: inline-block;
line-height: 38px;
padding: 0 12px;
}
.w-file-upload-label {
display: inline-block;
font-size: 14px;
font-weight: normal;
cursor: pointer;
margin: 0;
padding: 8px 12px;
border: 1px solid #cccccc;
background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
display: inline-block;
margin-right: 8px;
width: 20px;
}
.w-icon-file-upload-uploading {
height: 20px;
}
.w-container {
margin-left: auto;
margin-right: auto;
max-width: 940px;
}
.w-container:before,
.w-container:after {
content: " ";
display: table;
grid-column-start: 1;
grid-row-start: 1;
grid-column-end: 2;
grid-row-end: 2;
}
.w-container:after {
clear: both;
}
.w-container .w-row {
margin-left: -10px;
margin-right: -10px;
}
.w-row:before,
.w-row:after {
content: " ";
display: table;
grid-column-start: 1;
grid-row-start: 1;
grid-column-end: 2;
grid-row-end: 2;
}
.w-row:after {
clear: both;
}
.w-row .w-row {
margin-left: 0;
margin-right: 0;
}
.w-col {
position: relative;
float: left;
width: 100%;
min-height: 1px;
padding-left: 10px;
padding-right: 10px;
}
.w-col .w-col {
padding-left: 0;
padding-right: 0;
}
.w-col-1 {
width: 8.33333333%;
}
.w-col-2 {
width: 16.66666667%;
}
.w-col-3 {
width: 25%;
}
.w-col-4 {
width: 33.33333333%;
}
.w-col-5 {
width: 41.66666667%;
}
.w-col-6 {
width: 50%;
}
.w-col-7 {
width: 58.33333333%;
}
.w-col-8 {
width: 66.66666667%;
}
.w-col-9 {
width: 75%;
}
.w-col-10 {
width: 83.33333333%;
}
.w-col-11 {
width: 91.66666667%;
}
.w-col-12 {
width: 100%;
}
.w-hidden-main {
display: none !important;
}
@media screen and (max-width: 991px) {
.w-container {
max-width: 728px;
}
.w-hidden-main {
display: inherit !important;
}
.w-hidden-medium {
display: none !important;
}
.w-col-medium-1 {
width: 8.33333333%;
}
.w-col-medium-2 {
width: 16.66666667%;
}
.w-col-medium-3 {
width: 25%;
}
.w-col-medium-4 {
width: 33.33333333%;
}
.w-col-medium-5 {
width: 41.66666667%;
}
.w-col-medium-6 {
width: 50%;
}
.w-col-medium-7 {
width: 58.33333333%;
}
.w-col-medium-8 {
width: 66.66666667%;
}
.w-col-medium-9 {
width: 75%;
}
.w-col-medium-10 {
width: 83.33333333%;
}
.w-col-medium-11 {
width: 91.66666667%;
}
.w-col-medium-12 {
width: 100%;
}
.w-col-stack {
width: 100%;
left: auto;
right: auto;
}
}
@media screen and (max-width: 767px) {
.w-hidden-main {
display: inherit !important;
}
.w-hidden-medium {
display: inherit !important;
}
.w-hidden-small {
display: none !important;
}
.w-row,
.w-container .w-row {
margin-left: 0;
margin-right: 0;
}
.w-col {
width: 100%;
left: auto;
right: auto;
}
.w-col-small-1 {
width: 8.33333333%;
}
.w-col-small-2 {
width: 16.66666667%;
}
.w-col-small-3 {
width: 25%;
}
.w-col-small-4 {
width: 33.33333333%;
}
.w-col-small-5 {
width: 41.66666667%;
}
.w-col-small-6 {
width: 50%;
}
.w-col-small-7 {
width: 58.33333333%;
}
.w-col-small-8 {
width: 66.66666667%;
}
.w-col-small-9 {
width: 75%;
}
.w-col-small-10 {
width: 83.33333333%;
}
.w-col-small-11 {
width: 91.66666667%;
}
.w-col-small-12 {
width: 100%;
}
}
@media screen and (max-width: 479px) {
.w-container {
max-width: none;
}
.w-hidden-main {
display: inherit !important;
}
.w-hidden-medium {
display: inherit !important;
}
.w-hidden-small {
display: inherit !important;
}
.w-hidden-tiny {
display: none !important;
}
.w-col {
width: 100%;
}
.w-col-tiny-1 {
width: 8.33333333%;
}
.w-col-tiny-2 {
width: 16.66666667%;
}
.w-col-tiny-3 {
width: 25%;
}
.w-col-tiny-4 {
width: 33.33333333%;
}
.w-col-tiny-5 {
width: 41.66666667%;
}
.w-col-tiny-6 {
width: 50%;
}
.w-col-tiny-7 {
width: 58.33333333%;
}
.w-col-tiny-8 {
width: 66.66666667%;
}
.w-col-tiny-9 {
width: 75%;
}
.w-col-tiny-10 {
width: 83.33333333%;
}
.w-col-tiny-11 {
width: 91.66666667%;
}
.w-col-tiny-12 {
width: 100%;
}
}
.w-widget {
position: relative;
}
.w-widget-map {
width: 100%;
height: 400px;
}
.w-widget-map label {
width: auto;
display: inline;
}
.w-widget-map img {
max-width: inherit;
}
.w-widget-map .gm-style-iw {
text-align: center;
}
.w-widget-map .gm-style-iw > button {
display: none !important;
}
.w-widget-twitter {
overflow: hidden;
}
.w-widget-twitter-count-shim {
display: inline-block;
vertical-align: top;
position: relative;
width: 28px;
height: 20px;
text-align: center;
background: white;
border: #758696 solid 1px;
border-radius: 3px;
}
.w-widget-twitter-count-shim * {
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
position: relative;
font-size: 15px;
line-height: 12px;
text-align: center;
color: #999;
font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
position: relative;
display: block;
}
.w-widget-twitter-count-shim.w--large {
width: 36px;
height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
font-size: 18px;
line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
margin-left: 5px;
margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
top: 50%;
left: 0;
border: solid transparent;
content: ' ';
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
border-color: rgba(117, 134, 150, 0);
border-right-color: #5d6c7b;
border-width: 4px;
margin-left: -9px;
margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
border-width: 5px;
margin-left: -10px;
margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
border-color: rgba(255, 255, 255, 0);
border-right-color: white;
border-width: 4px;
margin-left: -8px;
margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
border-width: 5px;
margin-left: -9px;
margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
width: 61px;
height: 33px;
margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
top: 100%;
left: 50%;
border: solid transparent;
content: ' ';
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
border-color: rgba(117, 134, 150, 0);
border-top-color: #5d6c7b;
border-width: 5px;
margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
border-color: rgba(255, 255, 255, 0);
border-top-color: white;
border-width: 4px;
margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
font-size: 18px;
line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
width: 76px;
}
.w-background-video {
position: relative;
overflow: hidden;
height: 500px;
color: white;
}
.w-background-video > video {
background-size: cover;
background-position: 50% 50%;
position: absolute;
margin: auto;
width: 100%;
height: 100%;
right: -100%;
bottom: -100%;
top: -100%;
left: -100%;
object-fit: cover;
z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
display: none !important;
-webkit-appearance: none;
}
.w-background-video--control {
position: absolute;
bottom: 1em;
right: 1em;
background-color: transparent;
padding: 0;
}
.w-background-video--control > [hidden] {
display: none !important;
}
.w-slider {
position: relative;
height: 300px;
text-align: center;
background: #dddddd;
clear: both;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
position: relative;
display: block;
overflow: hidden;
z-index: 1;
left: 0;
right: 0;
height: 100%;
white-space: nowrap;
}
.w-slide {
position: relative;
display: inline-block;
vertical-align: top;
width: 100%;
height: 100%;
white-space: normal;
text-align: left;
}
.w-slider-nav {
position: absolute;
z-index: 2;
top: auto;
right: 0;
bottom: 0;
left: 0;
margin: auto;
padding-top: 10px;
height: 40px;
text-align: center;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
border-radius: 100%;
}
.w-slider-nav.w-num > div {
width: auto;
height: auto;
padding: 0.2em 0.5em;
font-size: inherit;
line-height: inherit;
}
.w-slider-nav.w-shadow > div {
box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
color: #fff;
}
.w-slider-nav-invert > div {
background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
background-color: #222;
}
.w-slider-dot {
position: relative;
display: inline-block;
width: 1em;
height: 1em;
background-color: rgba(255, 255, 255, 0.4);
cursor: pointer;
margin: 0 3px 0.5em;
transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
background-color: #fff;
}
.w-slider-dot:focus {
outline: none;
box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
position: absolute;
width: 80px;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
cursor: pointer;
overflow: hidden;
color: white;
font-size: 40px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
outline: 0;
}
.w-slider-arrow-left {
z-index: 3;
right: auto;
}
.w-slider-arrow-right {
z-index: 4;
left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 1em;
height: 1em;
}
.w-slider-aria-label {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.w-slider-force-show {
display: block !important;
}
.w-dropdown {
display: inline-block;
position: relative;
text-align: left;
margin-left: auto;
margin-right: auto;
z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
position: relative;
vertical-align: top;
text-decoration: none;
color: #222222;
padding: 20px;
text-align: left;
margin-left: auto;
margin-right: auto;
white-space: nowrap;
}
.w-dropdown-toggle {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: inline-block;
cursor: pointer;
padding-right: 40px;
}
.w-dropdown-toggle:focus {
outline: 0;
}
.w-icon-dropdown-toggle {
position: absolute;
top: 0;
right: 0;
bottom: 0;
margin: auto;
margin-right: 20px;
width: 1em;
height: 1em;
}
.w-dropdown-list {
position: absolute;
background: #dddddd;
display: none;
min-width: 100%;
}
.w-dropdown-list.w--open {
display: block;
}
.w-dropdown-link {
padding: 10px 20px;
display: block;
color: #222222;
}
.w-dropdown-link.w--current {
color: #0082f3;
}
.w-dropdown-link:focus {
outline: 0;
}
@media screen and (max-width: 767px) {
.w-nav-brand {
padding-left: 10px;
}
}
.w-lightbox-backdrop {
cursor: auto;
font-style: normal;
letter-spacing: normal;
list-style: disc;
text-indent: 0;
text-shadow: none;
text-transform: none;
visibility: visible;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
color: #fff;
font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
font-size: 17px;
line-height: 1.2;
font-weight: 300;
text-align: center;
background: rgba(0, 0, 0, 0.9);
z-index: 2000;
outline: 0;
opacity: 0;
-webkit-user-select: none;
-moz-user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-transform: translate(0, 0);
}
.w-lightbox-backdrop,
.w-lightbox-container {
height: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
position: relative;
height: 100vh;
overflow: hidden;
}
.w-lightbox-view {
position: absolute;
width: 100vw;
height: 100vh;
opacity: 0;
}
.w-lightbox-view:before {
content: "";
height: 100vh;
}
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
display: inline-block;
vertical-align: middle;
}
.w-lightbox-figure {
position: relative;
margin: 0;
}
.w-lightbox-group .w-lightbox-figure {
cursor: pointer;
}
.w-lightbox-img {
width: auto;
height: auto;
max-width: none;
}
.w-lightbox-image {
display: block;
float: none;
max-width: 100vw;
max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
max-height: 86vh;
}
.w-lightbox-caption {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 0.5em 1em;
background: rgba(0, 0, 0, 0.4);
text-align: left;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.w-lightbox-embed {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
}
.w-lightbox-control {
position: absolute;
top: 0;
width: 4em;
background-size: 24px;
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.w-lightbox-left {
display: none;
bottom: 0;
left: 0;
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
display: none;
right: 0;
bottom: 0;
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
.w-lightbox-close {
right: 0;
height: 2.6em;
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
background-size: 18px;
}
.w-lightbox-strip {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 0 1vh;
line-height: 0;
white-space: nowrap;
overflow-x: auto;
overflow-y: hidden;
}
.w-lightbox-item {
display: inline-block;
width: 10vh;
padding: 2vh 1vh;
box-sizing: content-box;
cursor: pointer;
-webkit-transform: translate3d(0, 0, 0);
}
.w-lightbox-active {
opacity: 0.3;
}
.w-lightbox-thumbnail {
position: relative;
height: 10vh;
background: #222;
overflow: hidden;
}
.w-lightbox-thumbnail-image {
position: absolute;
top: 0;
left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
top: 50%;
width: 100%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
left: 50%;
height: 100%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.w-lightbox-spinner {
position: absolute;
top: 50%;
left: 50%;
box-sizing: border-box;
width: 40px;
height: 40px;
margin-top: -20px;
margin-left: -20px;
border: 5px solid rgba(0, 0, 0, 0.4);
border-radius: 50%;
-webkit-animation: spin 0.8s infinite linear;
animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
content: "";
position: absolute;
top: -4px;
right: -4px;
bottom: -4px;
left: -4px;
border: 3px solid transparent;
border-bottom-color: #fff;
border-radius: 50%;
}
.w-lightbox-hide {
display: none;
}
.w-lightbox-noscroll {
overflow: hidden;
}
@media (min-width: 768px) {
.w-lightbox-content {
height: 96vh;
margin-top: 2vh;
}
.w-lightbox-view,
.w-lightbox-view:before {
height: 96vh;
}
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
height: 84vh;
}
.w-lightbox-image {
max-width: 96vw;
max-height: 96vh;
}
.w-lightbox-group .w-lightbox-image {
max-width: 82.3vw;
max-height: 84vh;
}
.w-lightbox-left,
.w-lightbox-right {
display: block;
opacity: 0.5;
}
.w-lightbox-close {
opacity: 0.8;
}
.w-lightbox-control:hover {
opacity: 1;
}
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
content: " ";
display: table;
grid-column-start: 1;
grid-row-start: 1;
grid-column-end: 2;
grid-row-end: 2;
}
.w-richtext:after {
clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
content: '';
position: absolute;
display: none;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.w-richtext figure {
position: relative;
max-width: 60%;
}
.w-richtext figure > div:before {
cursor: default!important;
}
.w-richtext figure img {
width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
opacity: 0.6;
}
.w-richtext figure div {
font-size: 0px;
color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
display: table-caption;
caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
width: 60%;
height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
width: 100%;
}
.w-richtext figure.w-richtext-align-center {
margin-right: auto;
margin-left: auto;
clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
width: 100%;
max-width: 100%;
text-align: center;
clear: both;
display: block;
margin-right: auto;
margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
display: inline-block;
padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
float: left;
margin-right: 15px;
clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
float: right;
margin-left: 15px;
clear: none;
}
.w-nav {
position: relative;
background: #dddddd;
z-index: 1000;
}
.w-nav:before,
.w-nav:after {
content: " ";
display: table;
grid-column-start: 1;
grid-row-start: 1;
grid-column-end: 2;
grid-row-end: 2;
}
.w-nav:after {
clear: both;
}
.w-nav-brand {
position: relative;
float: left;
text-decoration: none;
color: #333333;
}
.w-nav-link {
position: relative;
display: inline-block;
vertical-align: top;
text-decoration: none;
color: #222222;
padding: 20px;
text-align: left;
margin-left: auto;
margin-right: auto;
}
.w-nav-link.w--current {
color: #0082f3;
}
.w-nav-menu {
position: relative;
float: right;
}
[data-nav-menu-open] {
display: block !important;
position: absolute;
top: 100%;
left: 0;
right: 0;
background: #C8C8C8;
text-align: center;
overflow: visible;
min-width: 200px;
}
.w--nav-link-open {
display: block;
position: relative;
}
.w-nav-overlay {
position: absolute;
overflow: hidden;
display: none;
top: 100%;
left: 0;
right: 0;
width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
right: auto;
z-index: 1;
top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
left: auto;
z-index: 1;
top: 0;
}
.w-nav-button {
position: relative;
float: right;
padding: 18px;
font-size: 24px;
display: none;
cursor: pointer;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.w-nav-button:focus {
outline: 0;
}
.w-nav-button.w--open {
background-color: #C8C8C8;
color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
display: block;
}
.w--nav-dropdown-open {
display: block;
}
.w--nav-dropdown-toggle-open {
display: block;
}
.w--nav-dropdown-list-open {
position: static;
}
@media screen and (max-width: 991px) {
.w-nav[data-collapse="medium"] .w-nav-menu {
display: none;
}
.w-nav[data-collapse="medium"] .w-nav-button {
display: block;
}
}
@media screen and (max-width: 767px) {
.w-nav[data-collapse="small"] .w-nav-menu {
display: none;
}
.w-nav[data-collapse="small"] .w-nav-button {
display: block;
}
.w-nav-brand {
padding-left: 10px;
}
}
@media screen and (max-width: 479px) {
.w-nav[data-collapse="tiny"] .w-nav-menu {
display: none;
}
.w-nav[data-collapse="tiny"] .w-nav-button {
display: block;
}
}
.w-tabs {
position: relative;
}
.w-tabs:before,
.w-tabs:after {
content: " ";
display: table;
grid-column-start: 1;
grid-row-start: 1;
grid-column-end: 2;
grid-row-end: 2;
}
.w-tabs:after {
clear: both;
}
.w-tab-menu {
position: relative;
}
.w-tab-link {
position: relative;
display: inline-block;
vertical-align: top;
text-decoration: none;
padding: 9px 30px;
text-align: left;
cursor: pointer;
color: #222222;
background-color: #dddddd;
}
.w-tab-link.w--current {
background-color: #C8C8C8;
}
.w-tab-link:focus {
outline: 0;
}
.w-tab-content {
position: relative;
display: block;
overflow: hidden;
}
.w-tab-pane {
position: relative;
display: none;
}
.w--tab-active {
display: block;
}
@media screen and (max-width: 479px) {
.w-tab-link {
display: block;
}
}
.w-ix-emptyfix:after {
content: "";
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.w-dyn-empty {
padding: 10px;
background-color: #dddddd;
}
.w-dyn-hide {
display: none !important;
}
.w-dyn-bind-empty {
display: none !important;
}
.w-condition-invisible {
display: none !important;
}
.wf-layout-layout {
display: grid;
}
/*! /css/fisagency.webflow.css */
:root {
--body-display: #626d86;
--pinstripe: rgba(136, 158, 168, .2);
--grey: #eef0f6;
--black: #111729;
--blue-fisagency: #2c457d;
--shaddow: rgba(41, 43, 78, .07);
--orange-red: #ff4b27;
}
.w-pagination-wrapper {
flex-wrap: wrap;
justify-content: center;
display: flex;
}
.w-pagination-previous {
color: #333;
background-color: #fafafa;
border: 1px solid #ccc;
border-radius: 2px;
margin-left: 10px;
margin-right: 10px;
padding: 9px 20px;
font-size: 14px;
display: block;
}
.w-pagination-previous-icon {
margin-right: 4px;
}
.w-pagination-next {
color: #333;
background-color: #fafafa;
border: 1px solid #ccc;
border-radius: 2px;
margin-left: 10px;
margin-right: 10px;
padding: 9px 20px;
font-size: 14px;
display: block;
}
.w-pagination-next-icon {
margin-left: 4px;
}
h1 {
letter-spacing: -.03em;
margin-top: 0;
margin-bottom: 0;
font-size: 42px;
font-weight: 600;
line-height: 1.25em;
}
h2 {
letter-spacing: -.03em;
margin-top: 0;
margin-bottom: 0;
font-size: 32px;
font-weight: 500;
line-height: 1.3em;
}
h3 {
letter-spacing: -.03em;
margin-top: 0;
margin-bottom: 0;
font-size: 24px;
font-weight: 500;
line-height: 1.3em;
}
h4 {
margin-top: 0;
margin-bottom: 0;
font-size: 18px;
font-weight: 500;
line-height: 24px;
}
h5 {
margin-top: 0;
margin-bottom: 0;
font-size: 14px;
font-weight: 500;
line-height: 20px;
}
h6 {
margin-top: 0;
margin-bottom: 0;
font-size: 12px;
font-weight: 600;
line-height: 18px;
}
p {
color: var(--body-display);
margin-bottom: 10px;
font-size: 17px;
line-height: 1.6em;
}
a {
text-decoration: underline;
}
blockquote {
border-style: solid;
border-width: 1px 1px 1px 3px;
border-color: var(--pinstripe);
margin-top: 36px;
margin-bottom: 36px;
padding: 24px;
font-size: 17px;
line-height: 1.6em;
}
.body {
color: #000;
font-family: Poppins, sans-serif;
font-weight: 400;
}
.section {
padding-top: 140px;
padding-bottom: 140px;
position: relative;
}
.section.no-padding {
padding-top: 0;
padding-bottom: 0;
font-family: Poppins, sans-serif;
}
.section.grey {
background-color: var(--grey);
}
.section.no-top-padding {
padding-top: 0;
}
.grid-wrapper {
z-index: 10;
width: 100%;
grid-column-gap: 0px;
grid-row-gap: 0px;
grid-template-rows: auto;
grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
grid-auto-rows: 1fr;
grid-auto-columns: 1fr;
display: grid;
position: relative;
}
.home-hero {
min-height: 100vh;
justify-content: center;
padding-top: 0;
display: flex;
position: relative;
overflow: hidden;
}
.background-wrapper {
position: absolute;
top: 0%;
bottom: 0%;
left: 0%;
right: 0%;
overflow: hidden;
}
.background {
background-image: url('/images/fisagency-homepage.jpeg');
background-position: 50% 35%;
background-size: cover;
position: absolute;
top: 0%;
bottom: 0%;
left: 0%;
right: 0%;
}
.background.testimonial-background {
background-image: url('/images/fisagency-testimonial.jpeg');
background-position: 50% 0;
}
.background.about-background {
background-image: url('/images/fisagency-workspace.jpeg');
}
.background.services-hero-background {
background-image: url('/images/016.jpeg');
}
.background.action-background {
background-image: url('/images/fisagency-CTA.jpeg');
}
.overlay {
background-color: rgba(10, 16, 29, .3);
font-family: Poppins, sans-serif;
position: absolute;
top: 0%;
bottom: 0%;
left: 0%;
right: 0%;
}
.overlay.light {
background-color: rgba(10, 16, 29, .2);
}
.overlay.dark {
background-color: rgba(10, 16, 29, .65);
}
.centered-line {
width: 80px;
height: 2px;
background-color: rgba(255, 255, 255, .09);
justify-content: center;
align-items: center;
display: flex;
}
.centered-line.dark {
background-color: var(--pinstripe);
}
.line-fill {
width: 40%;
height: 100%;
background-color: #a3acc2;
}
.line-fill.light {
background-color: rgba(255, 255, 255, .2);
}
.services-wrapper {
min-height: 70px;
grid-column-gap: 0px;
grid-row-gap: 16px;
background-color: #fff;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-auto-columns: 1fr;
grid-auto-flow: column;
margin-top: -80px;
display: grid;
}
.w-slider {
height: auto;
background: none;
}
.w-slider-mask {
position: relative;
display: block;
overflow: hidden;
z-index: 1;
left: 0;
right: 0;
height: 100%;
white-space: nowrap;
}
.w-slide {
position: relative;
display: inline-block;
vertical-align: top;
width: 100%;
height: 100%;
white-space: normal;
text-align: left;
}
.slider-arrow {
width: 180px;
height: 180px;
border: 1px solid rgba(255, 255, 255, .3);
border-radius: 100%;
justify-content: center;
align-items: center;
padding-left: 100px;
display: flex;
top: 0;
bottom: 80px;
left: -100px;
}
.slider-arrow.right {
padding-left: 0;
padding-right: 100px;
left: auto;
right: -100px;
}
.navbar {
height: 80px;
background-color: rgba(255, 255, 255, 0);
border: 1px solid rgba(0, 0, 0, 0);
justify-content: center;
display: flex;
position: fixed;
top: 0%;
bottom: auto;
left: 0%;
right: 0%;
}
.navigation-wrapper {
z-index: 10;
grid-column-gap: 0px;
grid-row-gap: 0px;
grid-template-rows: auto;
grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
grid-auto-columns: 1fr;
justify-content: space-between;
display: grid;
position: relative;
}
.nav-right {
z-index: 10;
grid-column-gap: 24px;
grid-row-gap: 16px;
grid-template-rows: auto;
grid-template-columns: auto auto;
grid-auto-columns: 1fr;
grid-auto-flow: column;
align-items: center;
display: grid;
position: relative;
}
.nav-link {
padding: 8px 14px;
color: var(--black);
text-decoration: none;
border-radius: 999px;
transition: all 0.3s ease;
font-weight: 500;
font-size: 15px;
line-height: 1.2;
white-space: nowrap;
}
.nav-link:hover {
background-color: transparent;
color: var(--blue-fisagency);
}
.nav-link.w--current {
color: var(--blue-fisagency);
background: color-mix(in oklab, var(--blue-fisagency) 10%, white);
}
.navbar.w-nav .nav-link.w--current {
color: var(--blue-fisagency, #2c457d);
background: transparent;
box-shadow: inset 0 -2px 0 var(--blue-fisagency, #2c457d);
}
html[data-theme="dark"] .navbar.w-nav .nav-link.w--current {
color: #93b4ff;
box-shadow: inset 0 -2px 0 #6b8cff;
}
.navbar.w-nav .nav-right .nav-link.nav-client-login,
.docs-site-nav.navbar.w-nav .nav-link.nav-link--bar-extra.nav-client-login,
.docs-site-nav.navbar.w-nav .nav-menu .nav-link.nav-client-login {
padding: 4px 8px;
font-size: 12px;
font-weight: 500;
letter-spacing: 0;
text-transform: none;
border-radius: 0;
background-color: transparent;
color: var(--body-display, #626d86);
white-space: nowrap;
border: none;
}
.navbar.w-nav .nav-right .nav-link.nav-client-login:hover,
.docs-site-nav.navbar.w-nav .nav-link.nav-link--bar-extra.nav-client-login:hover,
.docs-site-nav.navbar.w-nav .nav-menu .nav-link.nav-client-login:hover {
background-color: transparent;
color: var(--blue-fisagency, #2c457d);
text-decoration: underline;
}
html[data-theme="dark"] .navbar.w-nav .nav-link.nav-client-login,
html[data-theme="dark"] .docs-site-nav.navbar.w-nav .nav-link.nav-client-login {
color: #f1f5f9;
}
html[data-theme="dark"] .navbar.w-nav .nav-link.nav-client-login:hover,
html[data-theme="dark"] .docs-site-nav.navbar.w-nav .nav-link.nav-client-login:hover {
color: #93b4ff;
}
.navbar.w-nav .nav-right .nav-link.nav-client-login {
transition: color 0.35s ease;
}
body.site-home-page .navbar.w-nav.site-nav-at-top .nav-right .nav-link.nav-client-login {
color: #ffffff !important;
}
body.site-home-page .navbar.w-nav.site-nav-scrolled .nav-right .nav-link.nav-client-login {
color: var(--black, #111729) !important;
}
body.site-home-page .navbar.w-nav.site-nav-scrolled .nav-right .nav-link.nav-client-login:hover {
color: var(--blue-fisagency, #2c457d) !important;
background-color: transparent;
}
html:not([data-theme="dark"]) .site-tools-page .docs-site-nav .nav-link.nav-client-login,
html:not([data-theme="dark"]) .docs-intel-page .docs-site-nav .nav-link.nav-client-login,
html:not([data-theme="dark"]) .docs-page .docs-site-nav .nav-link.nav-client-login {
color: var(--docs-text, #1e293b) !important;
}
html[data-theme="dark"] .site-tools-page .docs-site-nav .nav-link.nav-client-login,
html[data-theme="dark"] .docs-intel-page .docs-site-nav .nav-link.nav-client-login,
html[data-theme="dark"] .docs-page .docs-site-nav .nav-link.nav-client-login {
color: #f1f5f9 !important;
}
html:not([data-theme="dark"]) .site-tools-page .docs-site-nav .nav-link.nav-client-login:hover,
html:not([data-theme="dark"]) .docs-intel-page .docs-site-nav .nav-link.nav-client-login:hover,
html:not([data-theme="dark"]) .docs-page .docs-site-nav .nav-link.nav-client-login:hover {
color: var(--docs-brand, #2c457d) !important;
}
html[data-theme="dark"] .site-tools-page .docs-site-nav .nav-link.nav-client-login:hover,
html[data-theme="dark"] .docs-intel-page .docs-site-nav .nav-link.nav-client-login:hover,
html[data-theme="dark"] .docs-page .docs-site-nav .nav-link.nav-client-login:hover {
color: #93b4ff !important;
}
.navigation-content {
z-index: 10;
width: min(96%, 1400px);
max-width: 1400px;
margin: 0 auto;
border-bottom: 1px solid rgba(255, 255, 255, 0);
justify-content: space-between;
align-items: center;
display: flex;
position: relative;
}
.nav-menu {
height: 100%;
max-width: none;
justify-content: center;
margin-left: auto;
margin-right: auto;
display: flex;
position: absolute;
left: 0;
right: 0;
}
.brand {
color: #000;
letter-spacing: -.03em;
align-items: center;
padding-left: 0;
font-size: 22px;
font-weight: 600;
line-height: 1em;
display: flex;
}
.service-link {
border-right: 1px none var(--pinstripe);
color: #000;
flex-direction: column;
justify-content: space-between;
align-items: stretch;
text-decoration: none;
display: flex;
position: relative;
}
.xxl-heading {
font-family: Poppins, sans-serif;
font-size: 56px;
line-height: 1.2em;
}
.dual-wrapper {
grid-column-gap: 120px;
grid-row-gap: 36px;
grid-template-rows: auto;
grid-template-columns: auto 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.body-display {
color: var(--body-display);
font-family: Poppins, sans-serif;
font-size: 17px;
line-height: 1.6em;
}
.body-display.small {
font-family: Poppins, sans-serif;
font-size: 14px;
line-height: 1.45em;
}
.body-display.light {
color: #fff;
font-family: Poppins, sans-serif;
}
.body-display.dark {
color: #000;
}
.medium-stacked-intro {
max-width: 475px;
grid-column-gap: 16px;
grid-row-gap: 36px;
grid-template-rows: auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.subtitle {
color: var(--body-display);
letter-spacing: 3px;
text-transform: uppercase;
font-size: 11px;
}
.subtitle.light {
color: rgba(255, 255, 255, .8);
}
.subtitle.light.small {
font-family: Poppins, sans-serif;
}
.subtitle.small {
font-size: 9px;
}
.solid-button {
color: #fff;
letter-spacing: 3px;
text-transform: uppercase;
background-color: #000;
border: 1px #2c457d;
border-radius: 100px;
justify-content: center;
align-items: center;
margin-left: 0;
margin-right: 0;
padding: 16px 32px;
font-size: 9px;
line-height: 1.35em;
text-decoration: none;
display: flex;
overflow: hidden;
}
.stacked-heading {
grid-column-gap: 16px;
grid-row-gap: 18px;
grid-template-rows: auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.left-line {
width: 60px;
height: 2px;
background-color: #d7dfeb;
display: flex;
}
.left-line.light {
background-color: rgba(255, 255, 255, .09);
}
.half-wrapper {
grid-column-gap: 80px;
grid-row-gap: 16px;
grid-template: ". . Area"
/ auto 1px 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.horizontal-line {
height: 1px;
background-color: var(--pinstripe);
}
.list-grid {
grid-column-gap: 16px;
grid-row-gap: 0px;
border-top: 1px solid var(--pinstripe);
grid-template-rows: 1fr 1fr;
grid-template-columns: 1fr;
grid-auto-rows: 1fr;
grid-auto-columns: 1fr;
align-content: stretch;
align-items: stretch;
display: grid;
}
.list-item {
height: 100%;
min-height: 160px;
grid-column-gap: 36px;
grid-row-gap: 18px;
border-bottom: 1px solid var(--pinstripe);
color: #000;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
align-content: center;
padding-top: 60px;
padding-bottom: 60px;
text-decoration: none;
display: grid;
position: relative;
}
.service-link-top {
z-index: 10;
height: 80px;
border-right: 1px none var(--pinstripe);
border-bottom: 1px none var(--pinstripe);
background-color: #fff;
justify-content: center;
align-items: center;
padding-left: 36px;
padding-right: 36px;
display: flex;
position: relative;
}
.service-link-top.end {
border-right-style: none;
}
.service-bottom {
width: 100%;
grid-column-gap: 16px;
grid-row-gap: 60px;
border-top: 1px none var(--grey);
border-right: 1px solid var(--pinstripe);
text-align: left;
flex-direction: column;
flex: 1;
grid-template-rows: auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
align-content: space-between;
justify-content: flex-end;
padding: 60px 36px 36px;
display: grid;
}
.service-bottom.end {
border-right-style: none;
}
.projects {
z-index: 10;
grid-column-gap: 16px;
grid-row-gap: 48px;
background-color: #fff;
grid-template-rows: auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
margin-top: -80px;
padding: 0;
display: grid;
position: relative;
}
.light-fill {
width: 100%;
background-color: #fff;
margin-top: -80px;
}
.featured-work-slider {
z-index: 25;
height: 100%;
background-color: rgba(255, 255, 255, 0);
flex-direction: column;
justify-content: center;
align-items: center;
padding-top: 240px;
padding-bottom: 320px;
display: flex;
position: relative;
overflow: hidden;
}
.slide-nav {
display: none;
}
.projects-arrow {
z-index: 15;
width: 50%;
min-height: 100vh;
justify-content: flex-end;
align-items: flex-end;
margin-top: auto;
margin-bottom: auto;
display: flex;
top: 0;
bottom: 0;
overflow: visible;
}
.projects-mask {
z-index: 25;
width: 100%;
max-width: 600px;
position: relative;
overflow: hidden;
}
.hover-slider-arrow {
width: 10vw;
height: 10vw;
max-height: 120px;
max-width: 120px;
border: 1px solid rgba(255, 255, 255, .2);
border-radius: 100%;
justify-content: center;
align-items: center;
display: flex;
}
.testimonial-slide-content {
z-index: 25;
grid-column-gap: 16px;
grid-row-gap: 36px;
color: #fff;
text-align: center;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
padding-top: 36px;
display: grid;
position: relative;
}
.underline-link {
color: #fff;
letter-spacing: 3px;
text-transform: uppercase;
border-bottom: 1px solid rgba(255, 255, 255, .8);
padding-bottom: 6px;
padding-left: 0;
font-size: 9px;
text-decoration: none;
position: relative;
}
.underline-link.dark {
border-bottom-color: var(--pinstripe);
color: var(--body-display);
}
.testimonial-slide {
z-index: 20;
position: relative;
}
.project-grid {
width: 100%;
grid-column-gap: 48px;
grid-row-gap: 48px;
grid-template-rows: 1fr;
grid-template-columns: 1fr 1fr 1fr;
grid-auto-rows: 1fr;
grid-auto-columns: 1fr;
padding-top: 48px;
padding-bottom: 60px;
padding-left: 48px;
display: grid;
position: relative;
}
.card {
grid-column-gap: 16px;
grid-row-gap: 24px;
color: #000;
grid-template-rows: 1fr auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
justify-content: center;
align-items: center;
text-decoration: none;
display: grid;
position: relative;
overflow: visible;
}
.skew-background {
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
display: flex;
position: absolute;
top: 0%;
bottom: 0%;
left: 0%;
right: 0%;
overflow: hidden;
}
.project-card-info {
grid-column-gap: 16px;
grid-row-gap: 12px;
text-align: center;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.project-meta {
grid-column-gap: 12px;
grid-row-gap: 16px;
grid-template-rows: auto;
grid-template-columns: 1fr 48px 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.verticle-line {
height: 100%;
background-color: var(--pinstripe);
position: relative;
}
.slider-section {
z-index: 5;
padding-bottom: 0;
position: relative;
overflow: hidden;
}
.action-banner {
min-height: 775px;
position: relative;
overflow: hidden;
}
.grey-cover {
height: 50%;
background-color: var(--grey);
position: absolute;
top: auto;
bottom: 0%;
left: 0%;
right: 0%;
}
.centered-intro {
z-index: 10;
max-width: 600px;
grid-column-gap: 16px;
grid-row-gap: 36px;
text-align: center;
grid-template-rows: auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
position: relative;
}
.nav-button {
color: #fff;
letter-spacing: 3px;
text-transform: uppercase;
background-color: #000;
border: 1px solid rgba(0, 0, 0, 0);
border-radius: 100px;
padding: 12px 32px;
font-family: Poppins, sans-serif;
font-size: 9px;
text-decoration: none;
overflow: hidden;
}
.social-circle {
width: 36px;
height: 36px;
border: 1px none var(--pinstripe);
cursor: pointer;
border-radius: 100%;
position: relative;
}
.hero-intro {
max-width: 650px;
grid-column-gap: 16px;
grid-row-gap: 36px;
grid-template-rows: auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
align-content: stretch;
display: grid;
}
.hero-intro.large-intro {
max-width: 775px;
}
.outline-button {
min-height: 42px;
border: 1px solid var(--pinstripe);
color: #000;
letter-spacing: 3px;
text-transform: uppercase;
border-radius: 100px;
justify-content: center;
align-items: center;
padding: 16px 32px;
font-size: 9px;
line-height: 1.35em;
text-decoration: none;
transition: background-color .5s cubic-bezier(.25, .46, .45, .94), transform .25s ease, box-shadow .25s ease;
display: flex;
overflow: hidden;
}
.outline-button:hover {
transform: translateY(-2px);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.outline-button.light {
color: #fff;
background-color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, .2);
font-family: Poppins, sans-serif;
}
.showreel-info {
z-index: 10;
max-width: 675px;
grid-column-gap: 16px;
grid-row-gap: 36px;
color: #fff;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
align-content: center;
padding-top: 140px;
padding-bottom: 140px;
display: grid;
position: relative;
}
.nav-cover {
height: 100%;
background-color: #fff;
border: 1px rgba(136, 158, 168, .05);
box-shadow: 0 12px 36px -8px rgba(62, 65, 116, .1);
}
.service-icon {
width: 48px;
height: 48px;
background-color: var(--grey);
border-radius: 100px;
justify-content: center;
align-items: center;
padding: 16px;
display: flex;
}
.service-description {
grid-column-gap: 16px;
grid-row-gap: 24px;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.service-card-hover {
height: 24px;
background-color: var(--blue-fisagency);
color: #fff;
text-align: center;
letter-spacing: 3px;
text-transform: uppercase;
justify-content: center;
align-items: center;
font-size: 9px;
line-height: 1em;
display: flex;
position: absolute;
top: -24px;
bottom: auto;
left: 0%;
right: 0%;
}
.service-link-name {
width: 100%;
height: 100%;
border-bottom: 1px solid var(--pinstripe);
text-align: center;
justify-content: center;
align-items: center;
display: flex;
}
.footer-content {
grid-column-gap: 80px;
grid-row-gap: 16px;
grid-template-rows: auto;
grid-template-columns: auto 1px 1fr 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.footer-box {
min-height: 300px;
grid-column-gap: 16px;
grid-row-gap: 0px;
border: 1px solid var(--pinstripe);
color: #000;
text-align: center;
grid-template-rows: 1fr auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
padding: 18px 18px 0;
text-decoration: none;
display: grid;
}
.footer-box-top {
grid-column-gap: 16px;
grid-row-gap: 24px;
flex-direction: column;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
justify-content: center;
align-items: center;
display: grid;
}
.footer-box-bottom {
grid-column-gap: 16px;
grid-row-gap: 16px;
border-top: 1px solid var(--pinstripe);
grid-template-rows: auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
padding: 18px;
}
.footer-brand {
max-width: 300px;
grid-column-gap: 16px;
grid-row-gap: 36px;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.footer-box-title {
grid-column-gap: 16px;
grid-row-gap: 9px;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.footer-brand-wrapper {
grid-column-gap: 16px;
grid-row-gap: 18px;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.footer-wrapper {
grid-column-gap: 16px;
grid-row-gap: 180px;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
padding-top: 200px;
padding-bottom: 24px;
display: grid;
}
.footer-credits {
grid-column-gap: 16px;
grid-row-gap: 16px;
border-top: 1px solid var(--pinstripe);
grid-template-rows: auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
padding-top: 24px;
display: grid;
}
.legal-link-wrapper {
grid-column-gap: 24px;
grid-row-gap: 16px;
grid-template-rows: auto;
grid-template-columns: auto auto;
grid-auto-columns: auto;
grid-auto-flow: column;
display: grid;
}
.footer-bottom-row {
display: flex;
justify-content: space-between;
align-items: center;
grid-column-gap: 24px;
grid-row-gap: 16px;
flex-wrap: wrap;
border-top: 1px solid var(--pinstripe);
padding-top: 16px;
margin-top: 8px;
}
.niches-link-wrapper {
justify-content: center;
grid-template-columns: repeat(auto-fit, minmax(140px, auto));
grid-auto-flow: row;
text-align: center;
}
.niche-page .niche-hero-section,
.niche-page .niche-section {
grid-column: 2;
max-width: 780px;
align-self: start;
}
.niche-hero-section {
margin-top: 40px;
margin-bottom: 64px;
}
.niche-section {
margin-bottom: 32px;
}
.niche-section + .niche-section {
margin-top: 32px;
padding-top: 24px;
border-top: 1px solid rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 767px) {
.footer-bottom-row {
flex-direction: column;
align-items: flex-start;
row-gap: 8px;
}
.niches-link-wrapper {
justify-content: flex-start;
text-align: left;
}
.niche-page .niche-hero-section,
.niche-page .niche-section {
max-width: 100%;
margin-left: 0;
margin-right: 0;
}
}
.legal-link {
color: var(--body-display);
letter-spacing: 3px;
text-transform: uppercase;
font-size: 9px;
text-decoration: none;
}
.testimonial-text {
font-family: Poppins, sans-serif;
font-size: 32px;
font-weight: 500;
line-height: 1.3em;
}
.client {
grid-column-gap: 18px;
grid-row-gap: 16px;
grid-template-rows: auto;
grid-template-columns: auto auto;
grid-auto-columns: 1fr;
display: grid;
}
.testimonial-wrapper {
grid-column-gap: 16px;
grid-row-gap: 36px;
grid-template-rows: auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.testimonial-name {
grid-column-gap: 16px;
grid-row-gap: 4px;
text-align: left;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.collection-hero {
z-index: 10;
min-height: 100vh;
background-color: var(--grey);
justify-content: center;
display: flex;
position: relative;
overflow: visible;
}
.inner-hero-content {
z-index: 10;
grid-column-gap: 16px;
grid-row-gap: 0px;
grid-template-rows: 1fr;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
padding-top: 80px;
padding-bottom: 0;
display: grid;
position: relative;
}
.inner-hero-background {
margin-bottom: -80px;
position: absolute;
top: 0%;
bottom: 0%;
left: 0%;
right: 0%;
overflow: hidden;
}
.collection-hero-banner {
min-height: 800px;
margin-bottom: -80px;
position: relative;
overflow: hidden;
}
.projects-wrapper {
background-color: #fff;
margin-top: -80px;
padding-bottom: 140px;
}
.side-fill {
width: 100%;
background-color: #fff;
}
.medium-width {
max-width: 500px;
}
.about-content {
grid-column-gap: 80px;
grid-row-gap: 16px;
background-color: #fff;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr;
grid-auto-columns: 1fr;
grid-auto-flow: column;
margin-top: -80px;
padding: 0 0 0 60px;
display: grid;
}
.inner-page-hero {
min-height: 850px;
justify-content: center;
padding-top: 80px;
padding-bottom: 80px;
display: flex;
position: relative;
}
.about-image {
min-height: 450px;
position: relative;
overflow: hidden;
}
.benefits-row {
grid-column-gap: 0px;
grid-row-gap: 16px;
border: 1px solid var(--pinstripe);
grid-template-rows: auto;
grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
grid-auto-columns: 1fr;
grid-auto-flow: row;
display: grid;
}
.number-item {
grid-column-gap: 16px;
grid-row-gap: 160px;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
align-content: space-between;
padding: 24px 36px;
transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
display: grid;
position: relative;
}
.number-item:hover {
z-index: 1;
box-shadow: 0 12px 36px -8px var(--shaddow);
}
.number-info {
grid-column-gap: 18px;
grid-row-gap: 16px;
text-align: right;
grid-template-rows: auto;
grid-template-columns: auto 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.sticky-intro {
grid-column-gap: 16px;
grid-row-gap: 36px;
grid-template-rows: auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
position: -webkit-sticky;
position: sticky;
top: 118px;
}
.hero-top {
color: #fff;
text-align: center;
margin-left: auto;
margin-right: auto;
padding: 0 0 24px;
}
.hero-bottom {
z-index: 10;
grid-column-gap: 0px;
grid-row-gap: 16px;
grid-template-rows: auto;
grid-template-columns: auto 1fr;
grid-auto-columns: 1fr;
display: grid;
position: relative;
}
.scroll-wrapper {
z-index: 25;
width: 1px;
grid-column-gap: 16px;
grid-row-gap: 30px;
color: #fff;
grid-template-rows: auto 1fr;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
align-content: space-between;
justify-content: center;
align-items: stretch;
justify-items: center;
padding-top: 12px;
display: grid;
position: relative;
}
.rotate-text {
height: 12px;
letter-spacing: 3px;
text-transform: uppercase;
justify-content: center;
align-items: center;
font-size: 9px;
display: flex;
transform: rotate(90deg);
}
.scroll-line {
width: 1px;
background-color: rgba(255, 255, 255, .2);
}
.about-hero-bottom {
min-height: 140px;
position: relative;
}
.step-card {
grid-column-gap: 16px;
grid-row-gap: 100px;
grid-template-rows: auto 1fr;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
padding-top: 60px;
padding-bottom: 60px;
display: grid;
}
.steps-description {
grid-column-gap: 16px;
grid-row-gap: 12px;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.project-block {
grid-column-gap: 16px;
grid-row-gap: 12px;
color: #fff;
text-align: center;
grid-template-rows: auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.project-body {
min-height: 400px;
grid-column-gap: 120px;
grid-row-gap: 120px;
background-color: #fff;
grid-template-rows: auto 1px auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
padding: 80px 0 80px 80px;
display: grid;
}
.post-top {
z-index: 20;
grid-column-gap: 16px;
grid-row-gap: 72px;
text-align: center;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
align-content: center;
align-items: center;
margin-top: 80px;
padding-top: 80px;
padding-bottom: 0;
display: grid;
position: relative;
}
.author {
width: 80px;
height: 80px;
border: 4px solid var(--grey);
background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
border-radius: 100%;
margin-bottom: -40px;
position: relative;
}
.post-body {
min-height: 400px;
grid-column-gap: 120px;
grid-row-gap: 16px;
background-color: #fff;
grid-template-rows: auto;
grid-template-columns: 1fr auto;
grid-auto-columns: 1fr;
padding: 80px 0 80px 80px;
display: grid;
}
.rich-text-wrapper {
padding: 0;
}
.post-author-wrapper {
max-width: 350px;
grid-column-gap: 16px;
grid-row-gap: 24px;
border: 1px solid var(--pinstripe);
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
padding: 0;
position: -webkit-sticky;
position: sticky;
top: 118px;
}
.rich-text p {
margin-top: 0;
margin-bottom: 18px;
}
.rich-text h3, .rich-text h1, .rich-text h2, .rich-text h4, .rich-text h5, .rich-text h6 {
margin-bottom: 12px;
}
.dropdown {
justify-content: center;
margin-left: 0;
margin-right: 0;
}
.dropdown-list {
background-color: rgba(0, 0, 0, 0);
}
.dropdown-list.w--open {
width: 100%;
justify-content: center;
align-items: stretch;
padding-top: 12px;
display: flex;
}
.dropdown-wrapper {
width: 250px;
min-width: 250px;
grid-column-gap: 16px;
grid-row-gap: 0px;
background-color: #fff;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
justify-items: center;
display: grid;
position: relative;
box-shadow: 0 12px 36px -8px rgba(41, 43, 78, .12);
}
.dropdown-link {
width: 100%;
border-bottom: 1px solid var(--pinstripe);
color: #000;
text-align: center;
letter-spacing: 3px;
text-transform: uppercase;
padding: 20px;
font-size: 12px;
text-decoration: none;
position: relative;
}
.dropdown-link.bottom {
border-bottom-style: none;
}
.projects-hero {
min-height: 900px;
justify-content: center;
display: flex;
overflow: hidden;
}
.slide-content {
height: 100%;
justify-content: center;
padding-bottom: 160px;
display: flex;
}
.project-hero-bottom {
z-index: 10;
grid-column-gap: 16px;
grid-row-gap: 16px;
grid-template-rows: auto;
grid-template-columns: auto 1fr;
grid-auto-columns: 1fr;
padding-bottom: 80px;
display: grid;
position: relative;
}
.project-bottom {
z-index: 10;
grid-column-gap: 80px;
grid-row-gap: 16px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr;
grid-auto-columns: 1fr;
padding-bottom: 48px;
display: grid;
position: relative;
}
.scroll-circle {
width: 80px;
height: 80px;
background-color: var(--grey);
border-radius: 100%;
justify-content: center;
align-items: flex-start;
margin-bottom: -36px;
padding-top: 44px;
padding-bottom: 0;
display: flex;
position: relative;
}
.contact-info-wrapper {
grid-column-gap: 16px;
grid-row-gap: 80px;
background-color: #fff;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
margin-top: -80px;
padding: 0 0 80px;
display: grid;
}
.quick-link-wrapper {
grid-column-gap: 0px;
grid-row-gap: 16px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.contact-form-wrapper {
width: 100%;
grid-column-gap: 120px;
grid-row-gap: 16px;
grid-template-rows: auto;
grid-template-columns: .75fr 1fr;
grid-auto-columns: 1fr;
padding-left: 60px;
padding-right: 36px;
display: grid;
}
.form-block {
width: 100%;
margin-bottom: 0;
}
.text-field {
min-height: 54px;
border: 1px solid var(--pinstripe);
margin-bottom: 0;
padding: 18px 24px;
}
.text-field.large {
min-height: 160px;
}
.field-wrapper {
grid-column-gap: 18px;
grid-row-gap: 12px;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.form-field-grid {
grid-column-gap: 16px;
grid-row-gap: 24px;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.form {
grid-column-gap: 16px;
grid-row-gap: 36px;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.about-wrapper {
grid-column-gap: 16px;
grid-row-gap: 36px;
background-color: #fff;
grid-template-rows: auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
margin-top: -80px;
padding: 60px 0 60px 60px;
display: grid;
}
.services-dual-wrapper {
grid-column-gap: 80px;
grid-row-gap: 16px;
grid-template-rows: auto;
grid-template-columns: minmax(auto, 350px) 1px 1fr;
grid-auto-columns: 1fr;
padding-left: 0;
display: grid;
}
.services-list {
grid-column-gap: 16px;
grid-row-gap: 0px;
border-top: 1px solid var(--pinstripe);
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.sticky-services-intro {
grid-template-rows: auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
padding: 0;
display: flex;
position: -webkit-sticky;
position: sticky;
top: 118px;
}
.service-list-item {
border-bottom: 1px solid var(--pinstripe);
cursor: pointer;
flex-direction: column;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
padding: 80px 0;
display: flex;
position: relative;
}
.full-stacked-intro {
grid-column-gap: 16px;
grid-row-gap: 36px;
grid-template-rows: auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.service-item-top {
grid-column-gap: 48px;
grid-row-gap: 16px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr auto;
grid-auto-columns: 1fr;
display: grid;
}
.service-item-bottom {
overflow: hidden;
}
.service-bottom-content {
grid-column-gap: 48px;
grid-row-gap: 16px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 24px;
grid-auto-columns: 1fr;
padding-top: 80px;
display: grid;
}
.story-grid {
grid-column-gap: 80px;
grid-row-gap: 16px;
grid-template-rows: auto;
grid-template-columns: .7fr 1px 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.story-wrapper {
grid-column-gap: 16px;
grid-row-gap: 80px;
grid-template-rows: auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.about-block {
grid-column-gap: 16px;
grid-row-gap: 48px;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.about-list {
min-height: 200px;
grid-column-gap: 0px;
grid-row-gap: 0px;
border: 1px solid var(--pinstripe);
grid-template-rows: auto 1px auto;
grid-template-columns: 1fr 1px 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.team-member-wrapper {
min-height: 500px;
background-color: #fff;
padding: 60px 0 140px 60px;
}
.light-cover {
width: 100%;
background-color: #fff;
}
.project-banner {
min-height: 600px;
position: relative;
overflow: hidden;
}
.top-cover {
height: 50%;
background-color: var(--grey);
position: absolute;
top: 0%;
bottom: auto;
left: 0%;
right: 0%;
}
.client-testimonial {
max-width: 600px;
grid-column-gap: 16px;
grid-row-gap: 24px;
text-align: center;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.project-details {
min-height: 650px;
grid-column-gap: 120px;
grid-row-gap: 16px;
color: #fff;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
padding-bottom: 100px;
display: grid;
}
.number-box {
grid-column-gap: 12px;
grid-row-gap: 12px;
border: 1px none var(--pinstripe);
grid-template-rows: 1fr;
grid-template-columns: 1fr 1fr;
grid-auto-rows: 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.project-numbers-section {
padding-top: 140px;
padding-bottom: 80px;
position: relative;
overflow: hidden;
}
.project-gallery-image {
height: 24vw;
justify-content: center;
align-items: center;
display: flex;
position: relative;
}
.project-intro {
grid-column-gap: 120px;
grid-row-gap: 36px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.project-gallery {
grid-column-gap: 24px;
grid-row-gap: 24px;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.box-item {
grid-column-gap: 16px;
grid-row-gap: 60px;
border: 1px solid var(--pinstripe);
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
padding: 24px;
display: grid;
}
.core-value {
z-index: 10;
grid-column-gap: 24px;
grid-row-gap: 60px;
border: 1px none var(--pinstripe);
grid-template-rows: auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
padding: 24px;
display: grid;
position: relative;
}
.check-icon {
width: 32px;
height: 32px;
background-color: #fff;
border-radius: 100px;
}
.check-icon.dark {
background-color: var(--grey);
}
.team-member-grid {
grid-column-gap: 36px;
grid-row-gap: 16px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.vertical-card {
height: 100%;
grid-column-gap: 16px;
grid-row-gap: 24px;
border: 1px solid var(--pinstripe);
color: #000;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
align-content: start;
justify-content: center;
justify-items: stretch;
padding: 0;
text-decoration: none;
display: grid;
position: relative;
}
.team-portrait {
min-height: 300px;
justify-content: center;
align-items: center;
margin-top: 17px;
margin-left: 17px;
margin-right: 17px;
padding: 0;
display: flex;
position: relative;
}
.team-card-info {
z-index: 10;
grid-column-gap: 16px;
grid-row-gap: 18px;
background-color: #fff;
grid-template-rows: auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
padding-bottom: 36px;
padding-left: 24px;
padding-right: 24px;
display: grid;
position: relative;
}
.team-card-link {
height: 28px;
max-width: 100%;
border-right: 1px none var(--blue-fisagency);
border-left: 1px none var(--blue-fisagency);
background-color: var(--blue-fisagency);
color: #fff;
letter-spacing: 3px;
text-transform: uppercase;
justify-content: center;
align-items: center;
margin-left: 0;
margin-right: 0;
font-size: 9px;
text-decoration: none;
display: flex;
position: absolute;
top: auto;
bottom: -28px;
left: 0;
right: 0;
}
.horizontal-journal-card {
min-height: 300px;
grid-column-gap: 36px;
grid-row-gap: 16px;
border: 1px solid var(--pinstripe);
color: #000;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
padding: 18px;
text-decoration: none;
display: grid;
}
.popular-posts {
grid-column-gap: 16px;
grid-row-gap: 24px;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
position: -webkit-sticky;
position: sticky;
top: 118px;
}
.journal-grid {
grid-column-gap: 80px;
grid-row-gap: 16px;
grid-template-rows: auto;
grid-template-columns: 1fr 1px .5fr;
grid-auto-columns: 1fr;
padding: 60px 0 60px 60px;
display: grid;
}
.journal-list-wrapper {
grid-column-gap: 16px;
grid-row-gap: 36px;
grid-template-rows: auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.journal-image {
justify-content: center;
align-items: center;
display: flex;
position: relative;
overflow: hidden;
}
.journal-info {
grid-column-gap: 16px;
grid-row-gap: 60px;
grid-template-rows: auto 1fr;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
padding-top: 24px;
padding-bottom: 24px;
padding-right: 24px;
display: grid;
}
.post-info {
grid-column-gap: 16px;
grid-row-gap: 12px;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.popular-posts-list {
grid-column-gap: 16px;
grid-row-gap: 18px;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.popular-post-card {
grid-column-gap: 24px;
grid-row-gap: 16px;
color: #000;
grid-template-rows: auto;
grid-template-columns: .65fr 1fr;
grid-auto-columns: 1fr;
text-decoration: none;
display: grid;
}
.popular-post-image {
min-height: 100px;
position: relative;
overflow: hidden;
}
.popular-post-info {
grid-column-gap: 16px;
grid-row-gap: 12px;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
align-content: space-between;
padding-top: 12px;
padding-bottom: 12px;
display: grid;
}
.preloader {
z-index: 10000;
background-color: #fff;
justify-content: center;
align-items: center;
padding-left: 12px;
padding-right: 12px;
display: none;
position: fixed;
top: 0%;
bottom: 0%;
left: 0%;
right: 0%;
}
.preloader-content {
width: 100%;
max-width: 275px;
grid-column-gap: 16px;
grid-row-gap: 36px;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
align-content: center;
align-items: center;
justify-items: stretch;
display: grid;
}
.preloader-indicator {
width: 100%;
}
.indicator-wrapper {
height: 3px;
background-color: var(--pinstripe);
display: flex;
}
.indicator-fill {
width: 0%;
height: 100%;
background-color: var(--blue-fisagency);
}
.preloader-brand {
font-size: 36px;
}
.slider-background-wrapper {
width: 100%;
justify-content: center;
align-items: center;
display: flex;
position: absolute;
top: 0%;
bottom: 0%;
left: 0%;
right: 0%;
overflow: hidden;
}
.slide-hero-background {
background-image: url('/images/fisagency-homepage.jpeg');
background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
position: absolute;
top: 0%;
bottom: 0%;
left: 0%;
right: 0%;
}
.slide-hero-background.slider-001 {
background-image: url('/images/fisagency-homepage.jpeg');
background-position: 50% 25%;
}
.slider-background {
justify-content: center;
align-items: center;
display: flex;
position: absolute;
top: 0%;
bottom: 0%;
left: 0%;
right: 0%;
}
.slider-arrow-icon {
width: 18px;
opacity: .3;
}
.team-bio-wrapper {
grid-column-gap: 80px;
grid-row-gap: 60px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.team-block {
grid-column-gap: 18px;
grid-row-gap: 24px;
grid-template-rows: auto 1fr;
grid-template-columns: auto 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.contact-list {
grid-column-gap: 16px;
grid-row-gap: 0px;
border-top: 1px solid var(--pinstripe);
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.contact-list-item {
grid-column-gap: 24px;
grid-row-gap: 16px;
border-bottom: 1px solid var(--pinstripe);
grid-template-rows: auto;
grid-template-columns: auto 1fr auto;
grid-auto-columns: 1fr;
padding-top: 24px;
padding-bottom: 24px;
text-decoration: none;
display: grid;
position: relative;
}
.stacked-hero-title {
grid-column-gap: 16px;
grid-row-gap: 24px;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.social-toggle {
width: 100%;
height: 100%;
border: 1px solid var(--pinstripe);
border-radius: 100%;
justify-content: center;
align-items: center;
padding: 9px;
display: flex;
}
.social-dropdown-list.w--open {
width: 100%;
background-color: rgba(0, 0, 0, 0);
justify-content: center;
padding-top: 30px;
display: flex;
}
.social-drop-wrapper {
grid-column-gap: 6px;
grid-row-gap: 16px;
border: 1px none var(--pinstripe);
background-color: #fff;
border-radius: 100px;
grid-template-rows: auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
grid-auto-flow: column;
justify-content: center;
justify-items: center;
padding: 6px;
display: grid;
position: relative;
box-shadow: 0 12px 36px -8px rgba(41, 43, 78, .12);
}
.dropdown-corner {
width: 12px;
height: 12px;
background-color: #fff;
position: absolute;
top: -5px;
bottom: auto;
left: auto;
right: auto;
transform: rotate(45deg);
}
.collection-list-wrapper, .collection-list {
height: 100%;
}
.collection-item {
height: 100%;
justify-content: center;
display: flex;
}
.outline-hover-circle {
z-index: 10;
width: 72px;
height: 72px;
border: 1px solid rgba(255, 253, 253, .4);
border-radius: 100%;
justify-content: center;
align-items: center;
display: flex;
position: relative;
}
.project-image {
height: 100%;
min-height: 375px;
justify-content: center;
align-items: center;
display: flex;
position: relative;
}
.hover-circle-wrapper {
max-height: 100%;
max-width: 100%;
justify-content: center;
align-items: center;
padding: 60px;
display: flex;
position: relative;
}
.hover-circle {
justify-content: center;
align-items: center;
display: flex;
}
.journal-list-title {
grid-column-gap: 16px;
grid-row-gap: 18px;
grid-template-rows: auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.hover-line {
height: 1px;
position: absolute;
top: auto;
bottom: -1px;
left: 0%;
right: 0%;
overflow: hidden;
}
.hover-line-fill {
width: 100%;
height: 100%;
background-color: #a3acc2;
}
.scroll-arrow {
width: 18px;
}
.collection-list-wrapper-3 {
flex-direction: column;
align-items: center;
padding-bottom: 0;
display: flex;
}
.project-title {
grid-column-gap: 16px;
grid-row-gap: 12px;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.social-media-box {
grid-column-gap: 9px;
grid-row-gap: 9px;
border: 1px none var(--pinstripe);
grid-template-rows: 1fr 1fr;
grid-template-columns: 1fr 1fr;
grid-auto-rows: 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.job-description {
grid-column-gap: 16px;
grid-row-gap: 9px;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
padding-top: 6px;
display: grid;
}
.social-box {
min-height: 100px;
border: 1px solid var(--pinstripe);
justify-content: center;
align-items: center;
padding: 0;
display: flex;
position: relative;
}
.social-box-icon {
width: 24px;
}
.list-arrow {
width: 14px;
}
.post-author-card {
z-index: 10;
grid-column-gap: 16px;
grid-row-gap: 24px;
background-color: #fff;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
padding: 36px 80px;
display: grid;
position: relative;
}
.success-message {
height: 100%;
background-color: rgba(0, 0, 0, 0);
padding: 0;
}
.success-box {
height: 100%;
min-height: 400px;
grid-column-gap: 16px;
grid-row-gap: 12px;
border: 1px solid var(--pinstripe);
background-color: var(--grey);
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
align-content: center;
justify-content: center;
align-items: center;
padding: 24px;
display: grid;
}
.core-value-top {
grid-column-gap: 18px;
grid-row-gap: 16px;
grid-template-rows: auto;
grid-template-columns: auto 1fr;
grid-auto-columns: 1fr;
justify-content: start;
justify-items: start;
display: grid;
}
.slider-bottom {
z-index: 25;
padding-bottom: 80px;
position: relative;
}
.slider-grid-wrapper {
grid-column-gap: 0px;
grid-row-gap: 16px;
grid-template-rows: auto;
grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
grid-auto-columns: 1fr;
display: grid;
overflow: hidden;
}
.lottie-animation {
width: 15px;
justify-content: center;
align-items: center;
margin-left: 6px;
margin-right: -21px;
display: flex;
}
.outline-social-icon {
width: 32px;
height: 32px;
border: 1px solid var(--pinstripe);
border-radius: 100%;
justify-content: center;
align-items: center;
padding: 9px;
display: flex;
}
.outline-social-icon.large {
width: 34px;
height: 34px;
}
.verticle-journal-grid {
grid-column-gap: 36px;
grid-row-gap: 16px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.journal-card-info {
grid-column-gap: 16px;
grid-row-gap: 12px;
text-align: center;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.recent-journal-wrapper {
grid-column-gap: 16px;
grid-row-gap: 60px;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.verticle-journal-image {
min-height: 300px;
justify-content: center;
align-items: center;
margin: 18px 18px 0;
display: flex;
position: relative;
}
.vericle-journal-info {
grid-column-gap: 16px;
grid-row-gap: 24px;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
padding: 0 36px 36px;
display: grid;
}
.menu-items {
justify-content: center;
align-items: center;
display: flex;
flex-wrap: nowrap;
gap: 4px;
}
.service-overview {
grid-column-gap: 16px;
grid-row-gap: 9px;
grid-template-rows: auto auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.plus-lottie {
width: 18px;
justify-content: center;
align-items: center;
padding-top: 6px;
display: flex;
}
.small-width {
max-width: 300px;
}
.pagination {
grid-column-gap: 16px;
grid-row-gap: 16px;
grid-template-rows: auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
grid-auto-flow: column;
margin-top: 12px;
padding-left: 48px;
display: grid;
}
.what-we-did {
grid-column-gap: 16px;
grid-row-gap: 9px;
grid-template-rows: auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
display: grid;
}
.button-text {
border: 1px solid rgba(0, 0, 0, 0);
font-family: Poppins, sans-serif;
}
.team-top-info {
grid-column-gap: 16px;
grid-row-gap: 18px;
grid-template-rows: auto;
grid-template-columns: 1fr;
grid-auto-columns: 1fr;
justify-content: center;
display: grid;
}
.team-social-wrapper {
z-index: 10;
grid-column-gap: 9px;
grid-row-gap: 16px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
grid-auto-flow: column;
padding-bottom: 18px;
display: grid;
position: absolute;
top: auto;
bottom: 0%;
left: auto;
right: auto;
}
.error-message {
background-color: var(--grey);
color: var(--body-display);
margin-top: 18px;
}
.delete-me {
z-index: 5000000;
max-width: 22rem;
grid-column-gap: 1.5rem;
grid-row-gap: 1.5rem;
background-color: #fff;
border-radius: .75rem;
flex-direction: column;
align-items: flex-start;
padding: 2rem;
display: flex;
position: fixed;
top: auto;
bottom: .5rem;
left: auto;
right: .5rem;
}
.hide-wrapper {
grid-column-gap: 1.5rem;
grid-row-gap: 1.5rem;
color: #000;
flex-direction: column;
align-items: flex-start;
display: flex;
}
.delete-me_text-wrapper {
grid-column-gap: .5rem;
grid-row-gap: .5rem;
flex-direction: column;
align-items: flex-start;
display: flex;
}
.delete-me_text-title {
font-size: 18px;
font-weight: 600;
line-height: 1.4;
}
.delete-me_text-description {
line-height: 1.5;
}
.delete-me_link {
color: #fff;
background-color: #000;
border-radius: 100px;
padding: .65rem 1.3rem .7rem;
line-height: 1.3;
text-decoration: none;
}
.text-block, .heading, .heading-2, .text-block-2, .heading-3 {
font-family: Poppins, sans-serif;
}
@media screen and (min-width: 1280px) {
.background.testimonial-background {
background-image: url('/images/fisagency-testimonial.jpeg');
}
.background.about-background {
background-image: url('/images/fisagency-workspace.jpeg');
}
.background.action-background {
background-image: url('/images/fisagency-CTA.jpeg');
}
.half-wrapper {
grid-column-gap: 100px;
}
.list-item {
grid-column-gap: 60px;
}
.service-link-top {
padding-left: 48px;
padding-right: 48px;
}
.service-bottom {
padding-bottom: 48px;
padding-left: 48px;
padding-right: 48px;
}
.number-item {
min-height: 275px;
padding: 36px 48px;
}
.service-item-top {
grid-column-gap: 48px;
}
.story-grid {
grid-column-gap: 100px;
}
.core-value {
padding: 36px;
}
.team-member-grid {
grid-column-gap: 48px;
}
.team-portrait {
min-height: 350px;
}
.slide-hero-background.slider-001 {
background-image: url('/images/fisagency-homepage.jpeg');
background-repeat: no-repeat;
background-size: cover;
}
.project-image {
min-height: 425px;
}
.verticle-journal-grid {
grid-column-gap: 48px;
}
}
@media screen and (min-width: 1440px) {
.background.testimonial-background {
background-image: url('/images/fisagency-testimonial.jpeg');
}
.background.about-background {
background-image: url('/images/fisagency-workspace.jpeg');
}
.background.action-background {
background-image: url('/images/fisagency-CTA.jpeg');
}
.half-wrapper {
grid-column-gap: 120px;
}
.list-item {
grid-column-gap: 80px;
}
.project-grid {
grid-column-gap: 60px;
grid-row-gap: 60px;
}
.about-content {
grid-column-gap: 100px;
}
.number-item {
min-height: 300px;
padding-top: 36px;
padding-bottom: 36px;
}
.service-item-top, .service-bottom-content {
grid-column-gap: 60px;
}
.story-grid {
grid-column-gap: 120px;
}
.team-portrait {
min-height: 425px;
}
.slide-hero-background.slider-001 {
background-image: url('/images/fisagency-homepage.jpeg');
background-repeat: no-repeat;
background-size: cover;
}
.project-image {
min-height: 450px;
}
}
@media screen and (min-width: 1920px) {
.section.no-padding {
background-color: #eef0f6;
}
.grid-wrapper {
border: 1px solid rgba(0, 0, 0, 0);
}
.background.testimonial-background {
background-image: url('/images/fisagency-testimonial.jpeg');
}
.background.about-background {
background-image: url('/images/fisagency-workspace.jpeg');
background-size: cover;
}
.background.action-background {
background-image: url('/images/fisagency-CTA.jpeg');
}
.navbar {
-webkit-text-fill-color: inherit;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0);
font-family: Poppins, sans-serif;
}
.xxl-heading, .body-display.light {
color: #f1f1f1;
}
.solid-button {
border-color: var(--black);
background-color: #000;
}
.slider-section {
font-family: Poppins, sans-serif;
}
.nav-button {
-webkit-text-fill-color: inherit;
background-clip: border-box;
}
.testimonial-text {
color: #f1f1f1;
}
.contact-info-wrapper {
grid-row-gap: 79px;
}
.slide-hero-background.slider-001 {
background-image: url('/images/fisagency-homepage.jpeg');
background-repeat: no-repeat;
}
.button-text {
-webkit-text-stroke-color: #f1f1f1;
}
}
@media screen and (max-width: 991px) {
h1 {
font-size: 38px;
}
.section {
padding-top: 80px;
padding-bottom: 80px;
}
.background.testimonial-background {
background-image: url('/images/fisagency-testimonial.jpeg');
}
.services-wrapper {
grid-column-gap: 24px;
grid-row-gap: 24px;
background-color: rgba(0, 0, 0, 0);
grid-template-columns: 1fr 1fr;
grid-auto-flow: row;
}
.slider {
padding-left: 0;
padding-right: 0;
}
.slider-arrow {
width: 160px;
height: 160px;
}
.nav-menu .nav-link,
.w-nav-menu .nav-link {
min-height: 60px;
border-style: solid none none;
border-width: 1px;
border-color: var(--pinstripe);
background-color: #fff;
}
.navigation-content {
padding-left: 12px;
padding-right: 12px;
}
.navbar.w-nav .nav-right {
display: flex;
align-items: center;
gap: clamp(6px, 2vw, 12px);
flex-wrap: nowrap;
min-width: 0;
}
.navbar.w-nav .nav-right .nav-link.nav-client-login {
min-height: 0;
padding: 0 4px;
border: none;
border-radius: 0;
background-color: transparent;
font-size: clamp(11px, 2.8vw, 12px);
line-height: 1;
display: inline-flex;
align-items: center;
}
.nav-menu {
width: 100%;
height: auto;
max-width: 100%;
background-color: rgba(0, 0, 0, 0);
margin-left: 0;
margin-right: 0;
padding-left: 5vw;
padding-right: 5vw;
}
.service-link {
background-color: #fff;
}
.xxl-heading {
font-size: 48px;
}
.dual-wrapper {
grid-row-gap: 60px;
grid-template-columns: 1fr;
}
.half-wrapper {
grid-row-gap: 40px;
grid-template-rows: auto;
grid-template-columns: 1fr;
}
.list-item {
padding-top: 48px;
padding-bottom: 48px;
}
.service-bottom {
padding-top: 48px;
}
.featured-work-slider {
padding-top: 180px;
padding-bottom: 280px;
}
.projects-arrow {
width: 60px;
height: 60px;
min-height: auto;
margin-left: auto;
margin-right: auto;
top: auto;
bottom: 136px;
left: 80px;
right: 0;
}
.projects-arrow.left {
left: 0;
right: 80px;
}
.hover-slider-arrow {
width: 100%;
height: 100%;
}
.project-grid {
grid-template-columns: 1fr 1fr;
padding: 36px 0 48px 36px;
}
.verticle-line {
width: 100%;
}
.action-banner {
min-height: 600px;
}
.instagram-footer {
padding-top: 80px;
}
.showreel-info {
padding-right: 160px;
}
.service-card-hover {
display: none;
}
.instagram-feed {
grid-template-columns: 1fr;
}
.instagram-grid {
grid-column-gap: 12px;
grid-row-gap: 12px;
}
.instagram {
height: 20vw;
}
.footer-content {
grid-column-gap: 60px;
grid-row-gap: 60px;
grid-template-rows: auto 1px auto;
grid-template-columns: 1fr 1fr;
}
.footer-wrapper {
grid-row-gap: 100px;
padding-top: 100px;
}
.inner-hero-content {
padding-top: 36px;
}
.collection-hero-banner {
min-height: 650px;
}
.projects-wrapper {
padding-bottom: 100px;
}
.about-content {
grid-row-gap: 0px;
grid-template-columns: 1fr;
grid-auto-flow: row;
padding-left: 48px;
}
.benefits-row {
grid-row-gap: 0px;
grid-template-rows: auto 1px auto;
grid-template-columns: 1fr 1px 1fr;
}
.number-item {
grid-row-gap: 100px;
}
.sticky-intro {
position: relative;
top: 0;
}
.step-card {
grid-row-gap: 60px;
border-bottom: 1px solid var(--pinstripe);
padding-top: 48px;
padding-bottom: 48px;
}
.step-card.end {
border-bottom-style: none;
}
.project-body {
grid-row-gap: 60px;
padding: 48px 0 48px 48px;
}
.post-top {
padding-top: 60px;
}
.post-body {
grid-row-gap: 36px;
grid-template-columns: 1fr;
padding: 48px 0 48px 48px;
}
.dropdown-list {
position: absolute;
}
.dropdown-list.w--open {
padding-top: 0;
}
.dropdown-wrapper {
width: 100%;
min-width: auto;
box-shadow: 0 18px 36px -8px rgba(41, 43, 78, .12);
}
.dropdown-link {
min-height: 60px;
border-top: 1px solid var(--pinstripe);
border-bottom-style: none;
justify-content: center;
align-items: center;
display: flex;
}
.contact-info-wrapper {
grid-row-gap: 60px;
padding-bottom: 60px;
}
.quick-link-wrapper {
grid-row-gap: 0px;
grid-template-columns: 1fr 1fr;
}
.contact-form-wrapper {
grid-row-gap: 48px;
grid-template-columns: 1fr;
padding-left: 36px;
}
.about-wrapper {
padding: 48px 0 48px 48px;
}
.services-dual-wrapper {
grid-row-gap: 24px;
grid-template-columns: 1fr;
}
.sticky-services-intro {
position: relative;
top: auto;
}
.service-bottom-content {
grid-row-gap: 36px;
grid-template-columns: 1fr;
padding-top: 60px;
}
.team-image {
min-height: 250px;
}
.team-image-wrapper {
grid-template-columns: 1fr 1fr;
}
.story-grid {
grid-row-gap: 48px;
grid-template-rows: auto 1px;
grid-template-columns: 1fr;
}
.team-member-wrapper {
padding: 36px 0 60px 36px;
}
.project-banner {
min-height: 400px;
}
.project-details {
grid-row-gap: 60px;
grid-template-columns: 1fr;
}
.project-numbers-section {
padding-top: 120px;
}
.project-gallery-image {
min-height: 275px;
}
.project-intro {
grid-template-columns: 1fr;
}
.project-gallery {
grid-template-columns: 1fr 1fr;
}
.team-member-grid {
grid-row-gap: 36px;
grid-template-columns: 1fr 1fr;
}
.team-portrait {
min-height: 375px;
}
.popular-posts {
max-width: 500px;
position: relative;
top: auto;
}
.journal-grid {
grid-row-gap: 48px;
grid-template-rows: auto 1px;
grid-template-columns: 1fr;
padding: 48px 0 48px 48px;
}
.popular-post-image {
min-height: 140px;
}
.popular-post-info {
grid-row-gap: 36px;
}
.team-bio-wrapper {
grid-column-gap: 60px;
grid-row-gap: 48px;
grid-template-columns: 1fr 1fr;
}
.social-drop-wrapper {
border-style: solid;
}
.dropdown-corner {
border-top: 1px solid var(--pinstripe);
border-left: 1px solid var(--pinstripe);
top: -6px;
}
.hover-circle-wrapper {
display: none;
}
.menu-button {
height: 100%;
justify-content: center;
align-items: center;
padding: 19px 0;
display: flex;
}
.menu-button.w--open {
background-color: rgba(0, 0, 0, 0);
}
.menu-icon-wrapper {
height: 100%;
border-style: none none none solid;
border-width: 1px;
border-color: black black black var(--pinstripe);
justify-content: center;
align-items: center;
padding: 0 0 0 24px;
display: flex;
}
.menu-icon {
width: 28px;
}
.social-box {
min-height: 120px;
}
.verticle-journal-grid {
grid-column-gap: 24px;
grid-row-gap: 24px;
grid-template-columns: 1fr 1fr;
}
.menu-items {
box-shadow: 0 18px 36px -8px var(--shaddow);
flex-direction: column;
}
.pagination {
padding-left: 36px;
}
}
@media screen and (max-width: 767px) {
h1 {
font-size: 36px;
}
.section {
padding-top: 60px;
padding-bottom: 60px;
}
.background.action-background {
background-image: url('/images/fisagency-CTA.jpeg');
}
.services-wrapper {
grid-template-columns: 1fr;
}
.slider-arrow {
width: 140px;
height: 140px;
padding-left: 80px;
left: -80px;
}
.slider-arrow.right {
padding-right: 80px;
right: -80px;
}
.nav-right {
grid-column-gap: 18px;
display: flex;
align-items: center;
gap: clamp(6px, 2vw, 12px);
flex-wrap: nowrap;
min-width: 0;
}
.navbar.w-nav .nav-right .nav-link.nav-client-login {
min-height: 0;
padding: 0 4px;
border: none;
border-radius: 0;
background-color: transparent;
font-size: clamp(11px, 2.8vw, 12px);
line-height: 1;
display: inline-flex;
align-items: center;
}
.nav-menu .nav-link,
.w-nav-menu .nav-link {
min-height: 54px;
padding-top: 18px;
padding-bottom: 18px;
}
.xxl-heading {
font-size: 42px;
}
.half-wrapper {
grid-row-gap: 24px;
}
.list-item {
grid-template-columns: 1fr;
padding-top: 36px;
padding-bottom: 36px;
}
.featured-work-slider {
padding-top: 140px;
padding-bottom: 260px;
}
.testimonial-slide-content {
padding-left: 24px;
padding-right: 24px;
}
.project-grid {
grid-template-rows: auto;
grid-template-columns: 1fr;
grid-auto-rows: auto;
padding: 30px 0 36px 30px;
}
.action-banner {
min-height: auto;
}
.instagram-footer {
padding-top: 60px;
}
.hero-intro {
padding-left: 40px;
padding-right: 40px;
}
.showreel-info {
padding-top: 80px;
padding-bottom: 80px;
padding-right: 24px;
}
.instagram-grid {
grid-template-columns: 1fr 1fr;
}
.instagram {
height: 40vw;
}
.footer-content {
grid-template-columns: 1fr;
}
.footer-brand {
max-width: none;
}
.footer-wrapper {
grid-row-gap: 60px;
padding-top: 60px;
}
.footer-credits {
grid-template-columns: 1fr;
}
.testimonial-text {
mix-blend-mode: normal;
object-fit: fill;
font-size: 28px;
}
.inner-hero-content {
padding-left: 0;
padding-right: 0;
}
.collection-hero-banner {
min-height: 500px;
}
.projects-wrapper {
padding-bottom: 80px;
}
.about-content {
padding-left: 36px;
}
.about-image {
min-height: 350px;
}
.benefits-row {
grid-template-rows: auto 1px auto 1px auto 1px auto;
grid-template-columns: 1fr;
}
.number-item {
grid-row-gap: 60px;
}
.about-hero-bottom {
min-height: 100px;
}
.step-card {
padding-top: 36px;
padding-bottom: 36px;
}
.project-block {
border-top: 1px solid var(--pinstripe);
padding-top: 24px;
padding-bottom: 24px;
}
.project-body {
grid-row-gap: 48px;
padding: 36px 0 36px 36px;
}
.post-top {
grid-row-gap: 60px;
}
.post-body {
padding: 36px 0 36px 36px;
}
.dropdown-link {
min-height: 54px;
padding-top: 18px;
padding-bottom: 18px;
}
.projects-hero {
min-height: 800px;
}
.project-bottom {
grid-row-gap: 0px;
grid-template-columns: 1fr;
padding-top: 120px;
padding-bottom: 24px;
}
.quick-link-wrapper {
grid-template-columns: 1fr;
}
.about-wrapper {
padding: 36px 0 36px 36px;
}
.service-item-top {
grid-template-columns: 1fr auto;
}
.service-bottom-content {
grid-row-gap: 24px;
padding-top: 36px;
}
.team-image {
min-height: 200px;
}
.team-image-wrapper {
grid-column-gap: 18px;
grid-row-gap: 18px;
}
.about-list {
grid-template-rows: auto 1px auto 1px auto 1px auto;
grid-template-columns: 1fr;
}
.team-member-wrapper {
padding: 24px 0 48px 24px;
}
.project-banner {
min-height: 300px;
}
.project-details {
grid-row-gap: 48px;
}
.number-box {
grid-template-columns: 1fr;
}
.project-numbers-section {
padding-top: 100px;
}
.project-gallery-image {
min-height: 200px;
}
.project-gallery {
grid-column-gap: 18px;
grid-row-gap: 18px;
}
.box-item, .core-value {
grid-row-gap: 48px;
}
.team-member-grid {
grid-template-columns: 1fr;
}
.team-portrait {
min-height: 500px;
}
.horizontal-journal-card {
grid-row-gap: 36px;
grid-template-columns: 1fr;
}
.journal-grid {
padding: 36px 0 36px 36px;
}
.journal-image {
min-height: 275px;
}
.journal-info {
grid-row-gap: 24px;
padding: 0 12px 12px;
}
.team-bio-wrapper {
grid-template-columns: 1fr;
}
.team-portrait-wrapper {
position: relative;
top: auto;
}
.social-box {
min-height: 100px;
}
.post-author-card {
padding: 36px;
}
.verticle-journal-grid {
grid-template-columns: 1fr;
}
.pagination {
margin-top: 6px;
padding-left: 30px;
}
.heading-4 {
color: #f1f1f1;
}
}
@media screen and (max-width: 479px) {
h1 {
font-size: 32px;
}
.section {
padding-top: 60px;
padding-bottom: 60px;
}
.home-hero {
min-height: 93vh;
}
.slider-arrow {
width: 120px;
height: 120px;
padding-left: 60px;
top: auto;
bottom: 140px;
left: -60px;
}
.slider-arrow.right {
padding-right: 60px;
right: -60px;
}
.xxl-heading {
font-size: 36px;
}
.dual-wrapper {
grid-row-gap: 48px;
}
.medium-stacked-intro {
grid-row-gap: 24px;
}
.half-wrapper {
grid-template-rows: auto;
}
.list-item {
padding-top: 24px;
padding-bottom: 24px;
}
.featured-work-slider {
padding-bottom: 236px;
}
.testimonial-slide-content {
padding-left: 18px;
padding-right: 18px;
}
.project-grid {
padding-top: 28px;
padding-bottom: 48px;
padding-left: 28px;
}
.nav-button {
display: none;
}
.hero-intro {
grid-row-gap: 24px;
padding-left: 0;
padding-right: 0;
}
.showreel-info {
padding-top: 80px;
padding-bottom: 80px;
}
.testimonial-text {
font-size: 26px;
}
.inner-hero-content {
padding-top: 0;
padding-left: 0;
padding-right: 0;
}
.collection-hero-banner {
min-height: 450px;
}
.projects-wrapper {
padding-bottom: 60px;
}
.about-content {
padding-left: 30px;
padding-right: 0;
}
.inner-page-hero {
min-height: 700px;
padding-top: 104px;
}
.about-image {
min-height: 250px;
}
.hero-top {
padding-top: 36px;
padding-bottom: 36px;
}
.project-body {
grid-row-gap: 36px;
padding: 30px 0 30px 30px;
}
.post-top {
grid-row-gap: 48px;
padding-top: 48px;
}
.post-body {
padding: 24px 0 48px 24px;
}
.projects-hero {
min-height: 93vh;
}
.slide-content {
padding-top: 124px;
padding-bottom: 260px;
}
.project-hero-bottom {
display: none;
}
.contact-form-wrapper {
padding-right: 0;
}
.about-wrapper {
padding: 18px 0 18px 18px;
}
.service-list-item {
padding-top: 36px;
padding-bottom: 36px;
}
.service-bottom-content {
padding-top: 36px;
}
.team-image {
min-height: 135px;
}
.team-image-wrapper {
grid-column-gap: 12px;
grid-row-gap: 12px;
}
.project-banner {
min-height: 200px;
}
.project-gallery-image {
min-height: 125px;
}
.project-gallery {
grid-column-gap: 12px;
grid-row-gap: 12px;
}
.box-item {
grid-row-gap: 36px;
}
.team-portrait {
min-height: 375px;
}
.horizontal-journal-card {
grid-row-gap: 24px;
}
.journal-grid {
padding: 24px 0 24px 24px;
}
.popular-posts-list {
grid-row-gap: 36px;
}
.popular-post-card {
grid-row-gap: 18px;
grid-template-columns: 1fr;
}
.popular-post-info {
grid-row-gap: 6px;
padding-top: 0;
padding-bottom: 0;
}
.slide-hero-background.slider-001 {
background-size: cover;
background-attachment: fixed;
}
.hover-circle-wrapper {
padding: 40px;
}
.menu-icon-wrapper {
padding-left: 18px;
}
.collection-list-wrapper-3 {
padding-bottom: 18px;
}
.social-box {
min-height: 100px;
}
.post-author-card {
padding: 24px;
}
.vericle-journal-info {
padding-left: 18px;
padding-right: 18px;
}
.pagination {
margin-top: 0;
padding-left: 28px;
}
}
#w-node-_8b49a061-8ac9-29ef-f95d-1bbe13f8dc3e-d58a6689 {
grid-area: 1 / 1 / 2 / 4;
}
#w-node-_819fb258-0938-7777-14ba-51413a9fd4d7-d58a6689 {
grid-area: 1 / 2 / 2 / 3;
align-self: center;
justify-self: center;
}
#w-node-_819fb258-0938-7777-14ba-51413a9fd4d8-d58a6689 {
align-self: center;
justify-self: center;
}
#w-node-_220fa697-7ba6-2d4a-5721-86f59c902d91-d58a6689 {
justify-self: center;
}
#w-node-_819fb258-0938-7777-14ba-51413a9fd4de-d58a6689 {
align-self: center;
justify-self: center;
}
#w-node-b685f0ca-fc6d-eca3-b415-6b19359dbf58-d58a6689 {
grid-area: 1 / 2 / 2 / 3;
align-self: center;
justify-self: center;
}
#w-node-b685f0ca-fc6d-eca3-b415-6b19359dbf59-d58a6689 {
align-self: center;
justify-self: center;
}
#w-node-b685f0ca-fc6d-eca3-b415-6b19359dbf5b-d58a6689 {
justify-self: center;
}
#w-node-b685f0ca-fc6d-eca3-b415-6b19359dbf5f-d58a6689 {
align-self: center;
justify-self: center;
}
#w-node-_1f84f02a-1561-8add-addd-f93575468c47-d58a6689 {
grid-area: 1 / 2 / 2 / 3;
align-self: center;
justify-self: center;
}
#w-node-_1f84f02a-1561-8add-addd-f93575468c48-d58a6689 {
align-self: center;
justify-self: center;
}
#w-node-_1f84f02a-1561-8add-addd-f93575468c4a-d58a6689 {
justify-self: center;
}
#w-node-_1f84f02a-1561-8add-addd-f93575468c4e-d58a6689 {
align-self: center;
justify-self: center;
}
#w-node-d440db47-823b-161c-3f50-6ace7afc9a03-d58a6689 {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-c106bab8-0123-b188-5c41-fd9bb42d15e1-d58a6689, #w-node-_9a7397c1-3804-1b8d-9d47-c0231543464e-d58a6689, #w-node-a5503781-62bc-7a36-f470-a62d4250e756-d58a6689 {
justify-self: start;
}
#w-node-a5503781-62bc-7a36-f470-a62d4250e757-d58a6689 {
align-self: end;
}
#w-node-a5503781-62bc-7a36-f470-a62d4250e75a-d58a6689, #w-node-_0ce07434-4c8e-b1e5-37eb-c164820f6931-d58a6689, #w-node-_0ce07434-4c8e-b1e5-37eb-c164820f6935-d58a6689, #w-node-db6915f9-61b5-4fb1-2fb0-8736580d2572-d58a6689, #w-node-db6915f9-61b5-4fb1-2fb0-8736580d2576-d58a6689 {
justify-self: start;
}
#w-node-_7f721e30-6a4b-32b8-57fb-e8c97c1a110a-d58a6689 {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-_550bbeb3-ad12-62b2-3b32-267633ceadb3-d58a6689 {
align-self: center;
justify-self: start;
}
#w-node-_5ec84a1f-0185-e0db-a05e-42b46efb7947-d58a6689 {
justify-self: start;
}
#w-node-_2de0c92b-51c5-2305-1687-f7ca5a4bbcb7-d58a6689, #w-node-_2de0c92b-51c5-2305-1687-f7ca5a4bbcb8-d58a6689 {
align-self: start;
}
#w-node-_2de0c92b-51c5-2305-1687-f7ca5a4bbcbb-d58a6689 {
align-self: end;
justify-self: start;
}
#w-node-_6bc977d1-1358-5b7b-0b1c-d3edabff5587-d58a6689 {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-_74ff2ad0-8589-a769-953f-a567986e8f31-d58a6689 {
justify-self: end;
}
#w-node-f84f30f3-7209-950a-88d1-75374d5da6b8-d58a6689 {
grid-area: 1 / 6 / 2 / 7;
}
#w-node-_3bc226e8-e01a-341e-b360-a0884ba96d08-d58a6689 {
justify-self: end;
}
#w-node-a322fe66-30db-b137-a47f-119c110dff01-d58a6689 {
grid-area: 1 / 4 / 2 / 5;
}
#w-node-_113b843d-db13-f308-2865-908c84074d78-d58a6689 {
justify-self: end;
}
#w-node-_7cc31694-8360-4f81-06b1-cba5d34797d3-d58a6689 {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-e9ca5033-453c-5532-f542-2f1327f68df7-d58a6689 {
justify-self: end;
}
#w-node-_852ff958-fd73-7e67-ec54-9857a8862f16-d58a6689 {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-_852ff958-fd73-7e67-ec54-9857a8862f17-d58a6689, #w-node-_852ff958-fd73-7e67-ec54-9857a8862f18-d58a6689 {
align-self: start;
}
#w-node-_852ff958-fd73-7e67-ec54-9857a8862f19-d58a6689 {
justify-self: start;
}
#w-node-_852ff958-fd73-7e67-ec54-9857a8862f1b-d58a6689, #w-node-_852ff958-fd73-7e67-ec54-9857a8862f1c-d58a6689 {
align-self: start;
}
#w-node-_852ff958-fd73-7e67-ec54-9857a8862f23-d58a6689 {
justify-self: start;
}
#w-node-_852ff958-fd73-7e67-ec54-9857a8862f27-d58a6689 {
grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_852ff958-fd73-7e67-ec54-9857a8862f2a-d58a6689 {
grid-area: span 1 / span 3 / span 1 / span 3;
}
#w-node-_852ff958-fd73-7e67-ec54-9857a8862f31-d58a6689, #w-node-_852ff958-fd73-7e67-ec54-9857a8862f34-d58a6689, #w-node-_852ff958-fd73-7e67-ec54-9857a8862f39-d58a6689 {
align-self: start;
}
#w-node-_852ff958-fd73-7e67-ec54-9857a8862f42-d58a6689 {
grid-area: span 1 / span 3 / span 1 / span 3;
}
#w-node-_852ff958-fd73-7e67-ec54-9857a8862f49-d58a6689, #w-node-_852ff958-fd73-7e67-ec54-9857a8862f4c-d58a6689, #w-node-_852ff958-fd73-7e67-ec54-9857a8862f51-d58a6689 {
align-self: start;
}
#w-node-_852ff958-fd73-7e67-ec54-9857a8862f8a-d58a6689 {
grid-area: span 1 / span 3 / span 1 / span 3;
}
#w-node-_852ff958-fd73-7e67-ec54-9857a8862f91-d58a6689, #w-node-_852ff958-fd73-7e67-ec54-9857a8862f94-d58a6689, #w-node-_852ff958-fd73-7e67-ec54-9857a8862f99-d58a6689 {
align-self: start;
}
#w-node-_852ff958-fd73-7e67-ec54-9857a8862f5a-d58a6689 {
grid-area: span 1 / span 3 / span 1 / span 3;
}
#w-node-_852ff958-fd73-7e67-ec54-9857a8862f61-d58a6689, #w-node-_852ff958-fd73-7e67-ec54-9857a8862f64-d58a6689, #w-node-_852ff958-fd73-7e67-ec54-9857a8862f69-d58a6689 {
align-self: start;
}
#w-node-_852ff958-fd73-7e67-ec54-9857a8862f72-d58a6689 {
grid-area: span 1 / span 3 / span 1 / span 3;
}
#w-node-_852ff958-fd73-7e67-ec54-9857a8862f79-d58a6689, #w-node-_852ff958-fd73-7e67-ec54-9857a8862f7c-d58a6689, #w-node-_852ff958-fd73-7e67-ec54-9857a8862f81-d58a6689 {
align-self: start;
}
#w-node-a3c8c059-aa4f-be44-16cd-a999ea9d93f7-d58a6689 {
grid-area: span 1 / span 3 / span 1 / span 3;
}
#w-node-a3c8c059-aa4f-be44-16cd-a999ea9d93fe-d58a6689, #w-node-a3c8c059-aa4f-be44-16cd-a999ea9d9401-d58a6689, #w-node-a3c8c059-aa4f-be44-16cd-a999ea9d9406-d58a6689 {
align-self: start;
}
#w-node-cb1ea6cb-d061-cc15-6f9a-522411bdfeac-d58a6689 {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-d57ff679-5623-5373-c7e5-7ee648b1b459-d58a6689 {
justify-self: center;
}
#w-node-d57ff679-5623-5373-c7e5-7ee648b1b45a-d58a6689 {
justify-self: end;
}
#w-node-d57ff679-5623-5373-c7e5-7ee648b1b45c-d58a6689 {
align-self: center;
}
#w-node-d57ff679-5623-5373-c7e5-7ee648b1b45d-d58a6689 {
justify-self: start;
}
#w-node-dc4d315c-5854-3a67-c864-ba0984d89c06-d58a6689 {
grid-area: 1 / 3 / 2 / 4;
}
#w-node-_4b677261-dd5e-f789-c7a3-367c88901b39-d58a6689 {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-_4b677261-dd5e-f789-c7a3-367c88901b3b-d58a6689, #w-node-_4b677261-dd5e-f789-c7a3-367c88901b3e-d58a6689 {
align-self: start;
}
#w-node-_4b677261-dd5e-f789-c7a3-367c88901b3c-d58a6689 {
justify-self: start;
}
#w-node-_4b677261-dd5e-f789-c7a3-367c88901b3f-d58a6689 {
align-self: start;
}
#w-node-_4b677261-dd5e-f789-c7a3-367c88901b44-d58a6689 {
align-self: end;
justify-self: start;
}
#w-node-_4b677261-dd5e-f789-c7a3-367c88901b3a-d58a6689 {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-_377a769e-47c2-d17b-917b-7d577439edff-d58a6689 {
grid-area: span 1 / span 2 / span 1 / span 2;
}
#w-node-_056965fa-12c6-28ae-93af-48138763607a-d58a6689 {
align-self: start;
}
#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476ad-9974768b {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476af-9974768b {
align-self: start;
}
#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476b5-9974768b {
justify-self: start;
}
#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476ba-9974768b {
align-self: center;
justify-self: center;
}
#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476c0-9974768b {
justify-self: center;
}
#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476c7-9974768b {
align-self: center;
justify-self: center;
}
#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476cd-9974768b {
align-self: end;
justify-self: center;
}
#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476d4-9974768b {
align-self: center;
}
#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476d6-9974768b {
justify-self: end;
}
#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb8fe-faecb8fb {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb900-faecb8fb {
grid-area: span 1 / span 2 / span 1 / span 2;
}
#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb902-faecb8fb {
align-self: start;
}
#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb908-faecb8fb {
justify-self: start;
}
#w-node-db610aa8-4dd0-87b7-14dd-5eb13ac6a6db-3ac6a6d9 {
grid-area: 1 / 1 / 2 / 3;
}
#w-node-db610aa8-4dd0-87b7-14dd-5eb13ac6a6df-3ac6a6d9 {
grid-area: 1 / 2 / 2 / 3;
align-self: center;
}
#w-node-db610aa8-4dd0-87b7-14dd-5eb13ac6a6e4-3ac6a6d9 {
align-self: end;
justify-self: start;
}
#w-node-_3a659031-11ef-3b69-082d-7d3bf9d2d740-f9d2d73e {
grid-area: 1 / 1 / 2 / 4;
}
#w-node-_3a659031-11ef-3b69-082d-7d3bf9d2d749-f9d2d73e {
justify-self: center;
}
#w-node-_3a659031-11ef-3b69-082d-7d3bf9d2d74c-f9d2d73e {
align-self: center;
}
#w-node-_520e9c4a-7338-e8c3-082b-36fc0388e3ac-f9d2d73e {
justify-self: center;
}
#w-node-_520e9c4a-7338-e8c3-082b-36fc0388e3af-f9d2d73e {
align-self: center;
}
#w-node-_6c7b53b7-06cc-e6aa-0840-a5487b3324c0-f9d2d73e {
justify-self: center;
}
#w-node-_6c7b53b7-06cc-e6aa-0840-a5487b3324c3-f9d2d73e {
align-self: center;
}
#w-node-_61d412e0-e0e9-3622-371e-eb02dab25fb8-f9d2d73e {
justify-self: center;
}
#w-node-_61d412e0-e0e9-3622-371e-eb02dab25fbb-f9d2d73e {
align-self: center;
}
#w-node-c0277afb-13e5-bb86-2142-39be3febf0af-f9d2d73e {
justify-self: center;
}
#w-node-c0277afb-13e5-bb86-2142-39be3febf0b2-f9d2d73e {
align-self: center;
}
#w-node-_80d9405c-edcc-7409-6011-d82d71a8b58d-f9d2d73e {
grid-area: 1 / 2 / 2 / 3;
align-self: end;
justify-self: start;
}
#w-node-_98fde2b7-35d4-d106-01b2-43263cc07906-f9d2d73e {
justify-self: start;
}
#w-node-_98fde2b7-35d4-d106-01b2-43263cc07909-f9d2d73e {
justify-self: center;
}
#w-node-_88df97de-bae8-9125-6a6a-06eac51105ce-c51105cc {
grid-area: 1 / 2 / 2 / 3;
justify-self: center;
}
#w-node-_88df97de-bae8-9125-6a6a-06eac51105e0-c51105cc {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-_162ae832-2422-6f93-facd-86390463cdcc-0463cdca {
justify-self: center;
}
#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a5-d58a668a {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a6-d58a668a {
align-self: center;
justify-self: center;
}
#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a8-d58a668a {
justify-self: center;
}
#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59ac-d58a668a {
align-self: center;
justify-self: center;
}
#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b0-d58a668a {
justify-self: start;
}
#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b3-d58a668a {
justify-self: center;
}
#w-node-_76715614-2a10-ff85-5085-a7a276a8e5fe-d58a668a {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-_76715614-2a10-ff85-5085-a7a276a8e60d-d58a668a {
grid-area: 1 / 3 / 2 / 4;
}
#w-node-a8387884-91ae-3291-a18c-017d97491434-d58a668a {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-a3a95098-1593-07a5-c373-97375199b507-d58a668a, #w-node-a3a95098-1593-07a5-c373-97375199b508-d58a668a {
align-self: start;
}
#w-node-a3a95098-1593-07a5-c373-97375199b509-d58a668a {
justify-self: start;
}
#w-node-a3a95098-1593-07a5-c373-97375199b50b-d58a668a, #w-node-a3a95098-1593-07a5-c373-97375199b50c-d58a668a {
align-self: start;
}
#w-node-a3a95098-1593-07a5-c373-97375199b513-d58a668a, #w-node-cea0393d-b38e-2a95-eb93-140db6617719-d58a668a {
justify-self: start;
}
#w-node-_23790518-5394-8a8d-850f-fd1c093f7235-d58a668a {
justify-self: end;
}
#w-node-f8b9909b-f1b6-8b9c-3682-fe1a83b8ab51-d58a668a {
justify-self: start;
}
#w-node-f8b9909b-f1b6-8b9c-3682-fe1a83b8ab54-d58a668a {
justify-self: end;
}
#w-node-_9e572148-ae22-074f-3081-a0d31084942b-d58a668a {
grid-area: 3 / 1 / 4 / 2;
}
#w-node-e700da9b-6f5c-2d21-f77f-f7bbe82ccf57-d58a668a {
justify-self: start;
}
#w-node-e700da9b-6f5c-2d21-f77f-f7bbe82ccf5a-d58a668a {
justify-self: end;
}
#w-node-_8826be0c-89f2-5f00-b208-0ce0963c19b3-d58a668a {
grid-area: 3 / 3 / 4 / 4;
}
#w-node-f83804a9-5792-5d3d-e69f-289c919118eb-d58a668a {
justify-self: start;
}
#w-node-f83804a9-5792-5d3d-e69f-289c919118ee-d58a668a {
justify-self: end;
}
#w-node-fe748369-64ae-37ec-beb6-ba706b74a3d4-d58a668a {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-ed56f5ac-ad98-48fb-ac27-8c3ebb61db41-d58a668a {
grid-area: 3 / 2 / 4 / 3;
}
#w-node-_81ac2f73-efb6-454b-0a79-f4b2d21728ca-d58a668a {
grid-area: 2 / 3 / 3 / 4;
}
#w-node-_30a18c92-c4e2-9d17-ce98-22e338527382-d58a668a {
grid-area: 2 / 1 / 3 / 2;
}
#w-node-e94dd498-ed62-65ff-33ad-8bcaf2e013f1-d58a668a {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-_9833f181-d67c-97a6-4189-4fe8f9745945-d58a668a, #w-node-e259701c-099d-e170-5b93-cefd50277208-d58a668a, #w-node-f812ae76-fa0f-ef90-b84d-c6061c7ac57c-d58a668a {
justify-self: center;
}
#w-node-_987053c2-7b87-8d65-a04a-9f7b3f0eaba6-d58a668a {
grid-area: 1 / 3 / 2 / 4;
}
#w-node-b86c2c31-4323-0538-dcea-d640b1e881c7-d58a668a {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-f6b81970-b0fe-7cbf-a982-118258784740-d58a668a {
justify-self: center;
}
#w-node-f6b81970-b0fe-7cbf-a982-118258784741-d58a668a {
justify-self: end;
}
#w-node-f6b81970-b0fe-7cbf-a982-118258784742-d58a668a {
align-self: center;
}
#w-node-f6b81970-b0fe-7cbf-a982-118258784743-d58a668a {
justify-self: start;
}
#w-node-b86c2c31-4323-0538-dcea-d640b1e881f3-d58a668a {
grid-area: 1 / 3 / 2 / 4;
}
#w-node-e4fc5a39-057b-8f58-8060-1c5cd6a7a608-d58a668a {
grid-area: 1 / 1 / 2 / 3;
}
#w-node-e4fc5a39-057b-8f58-8060-1c5cd6a7a60c-d58a668a {
grid-area: 1 / 2 / 2 / 3;
align-self: center;
}
#w-node-e4fc5a39-057b-8f58-8060-1c5cd6a7a611-d58a668a {
align-self: end;
justify-self: start;
}
#w-node-_04dcaa0c-bdfe-477c-cc9c-23197b9a7b75-d58a668b {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-_04dcaa0c-bdfe-477c-cc9c-23197b9a7b76-d58a668b {
align-self: center;
justify-self: center;
}
#w-node-_04dcaa0c-bdfe-477c-cc9c-23197b9a7b78-d58a668b {
justify-self: center;
}
#w-node-_04dcaa0c-bdfe-477c-cc9c-23197b9a7b80-d58a668b {
justify-self: start;
}
#w-node-_04dcaa0c-bdfe-477c-cc9c-23197b9a7b83-d58a668b {
justify-self: center;
}
#w-node-ad593df4-eeb4-282c-d066-61e5ae8ffa2a-d58a668b {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-c00efebe-e4dc-1e51-0f70-a418b6d498d2-d58a668b {
justify-self: center;
}
#w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d4916-d58a668b {
align-self: start;
}
#w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d4917-d58a668b {
justify-self: start;
}
#w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d4919-d58a668b, #w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d491a-d58a668b {
align-self: start;
}
#w-node-e572a364-e78f-7ad8-23e5-a69885b239cd-d58a668b, #w-node-_43e76f62-22f1-bc62-316f-4ba54345fa95-d58a668b, #name-2.w-node-_43e76f62-22f1-bc62-316f-4ba54345fa98-d58a668b, #w-node-_9549297c-42b1-3ae5-122e-2983a26a3a8f-d58a668b, #name-2.w-node-_9549297c-42b1-3ae5-122e-2983a26a3a91-d58a668b, #w-node-_2b490e51-7176-6809-0cb1-d8e443b695dc-d58a668b, #field.w-node-_4a4b3dc9-5f8b-1510-13a9-a8389fc1f04d-d58a668b {
grid-area: span 1 / span 2 / span 1 / span 2;
}
#w-node-_9bd5f798-de05-0e67-9c15-604007b939e3-d58a668b {
justify-self: start;
}
#w-node-ad593df4-eeb4-282c-d066-61e5ae8ffa51-d58a668b {
grid-area: 1 / 3 / 2 / 4;
}
#w-node-b969a808-e524-3cc4-90ac-2fa043afb610-d58a668c {
grid-area: 1 / 2 / 2 / 3;
align-self: center;
justify-self: center;
}
#w-node-b969a808-e524-3cc4-90ac-2fa043afb611-d58a668c {
align-self: center;
justify-self: center;
}
#w-node-b969a808-e524-3cc4-90ac-2fa043afb612-d58a668c, #w-node-b969a808-e524-3cc4-90ac-2fa043afb614-d58a668c, #w-node-b969a808-e524-3cc4-90ac-2fa043afb617-d58a668c {
justify-self: center;
}
#w-node-dbb57d42-b964-395b-64cb-f5b041f31e02-d58a668c {
align-self: center;
justify-self: center;
}
#w-node-b969a808-e524-3cc4-90ac-2fa043afb5fc-d58a668c {
grid-area: 2 / 1 / 3 / 4;
}
#w-node-_9ed63169-669b-0dd7-6906-788712583543-d58a668c {
grid-area: 2 / 2 / 3 / 3;
align-self: end;
}
#w-node-_9ed63169-669b-0dd7-6906-788712583544-d58a668c {
justify-self: start;
}
#w-node-_9ed63169-669b-0dd7-6906-788712583547-d58a668c {
justify-self: center;
}
#w-node-_9762608f-4b29-bc60-0fbb-bbecdb170e03-d58a668c {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-b6706ec4-e43a-2119-ea98-7acfcd046844-d58a668c {
justify-self: start;
}
#w-node-_16f69f18-0644-6e98-c3eb-059debe91807-d58a668c {
align-self: start;
}
#w-node-_37152615-0fe1-7cf7-c187-7f2da2fa8e2a-d58a668c, #w-node-_70fae85e-0726-eb25-b66c-a502b3a38036-d58a668c, #w-node-_5c936675-37cd-ebc8-cd25-71394519325e-d58a668c {
justify-self: center;
}
#w-node-_9762608f-4b29-bc60-0fbb-bbecdb170e59-d58a668c {
grid-area: 1 / 3 / 2 / 4;
}
#w-node-_9ae3960b-8b2e-a9f7-8e4a-7621149c4232-d58a668c {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-b21be0cc-59f5-5d18-08ee-084ca08c75cd-d58a668c, #w-node-_94823f3f-18c8-2b72-da52-749a506b9380-d58a668c {
justify-self: center;
}
#w-node-_7dbc3dbd-151f-7d07-a61b-1cc434192283-d58a668c, #w-node-_7dbc3dbd-151f-7d07-a61b-1cc434192284-d58a668c {
align-self: start;
}
#w-node-f1f09e54-6029-2406-2e8e-6aa3bda58d18-d58a668c, #w-node-d1e55ea6-aace-f302-ef2c-69923b47c791-d58a668c {
justify-self: center;
}
#w-node-_78002257-30af-74c3-df9e-143e2f250058-d58a668c {
align-self: end;
justify-self: center;
}
#scroll.w-node-_57463f39-2b43-5959-78eb-09d8e48c6165-d58a668d {
grid-area: 2 / 1 / 3 / 4;
}
#w-node-_51ce841c-8d6c-91bb-b1e8-5985f0545647-d58a668d {
grid-area: 2 / 2 / 3 / 3;
align-self: end;
}
#w-node-d24f2895-6183-db7b-f323-c5fc47580c5e-d58a668d, #w-node-_3a100899-eebf-6056-6f5e-29b2d62254ce-d58a668d, #w-node-_59a4a72d-7c73-70d7-a9ba-049330057105-d58a668d {
align-self: start;
}
#w-node-_0fc492cc-3f08-8800-179c-cb200d3320ea-d58a668d {
grid-area: 1 / 2 / 2 / 3;
align-self: center;
justify-self: center;
}
#w-node-_0fc492cc-3f08-8800-179c-cb200d3320eb-d58a668d {
align-self: center;
justify-self: center;
}
#w-node-_0fc492cc-3f08-8800-179c-cb200d3320ec-d58a668d, #w-node-_739ad824-5627-5eb8-dc3f-36456389b798-d58a668d, #w-node-_0fc492cc-3f08-8800-179c-cb200d3320ee-d58a668d, #w-node-b1af9500-e175-eb02-775d-82b1f334f3fc-d58a668d {
justify-self: center;
}
#w-node-_0fc492cc-3f08-8800-179c-cb200d3320f0-d58a668d {
align-self: end;
justify-self: center;
}
#w-node-_3d089456-f5ad-5392-7c73-7e6aa2789158-d58a668d {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf541-d58a668d {
grid-area: span 1 / span 2 / span 1 / span 2;
}
#w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf543-d58a668d, #w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf544-d58a668d {
align-self: start;
}
#w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf547-d58a668d {
justify-self: start;
}
#w-node-e5b29ab1-a4c1-9467-74ab-5211e97142d5-d58a668d {
grid-area: 1 / 3 / 2 / 4;
}
#w-node-_4b45f269-1771-548d-96bf-1cd99de73457-d58a668d {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-fb2c1532-161b-328d-c1e5-915ef4af9d67-d58a668d {
grid-area: 1 / 2 / 2 / 3;
justify-self: center;
}
#w-node-fb2c1532-161b-328d-c1e5-915ef4af9d6b-d58a668d {
justify-self: center;
}
#w-node-fb2c1532-161b-328d-c1e5-915ef4af9d6e-d58a668d {
align-self: center;
}
#w-node-d740d320-490b-38bc-0ce0-2d6f0e13d8b1-d58a668d {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-_0adffef0-f704-bee0-844a-cc0178256817-d58a668d {
align-self: center;
justify-self: start;
}
#w-node-df64bdaf-4b16-4e0f-c3d6-cc3cad65d28f-d58a668d {
justify-self: start;
}
#w-node-_0adffef0-f704-bee0-844a-cc0178256818-d58a668d, #w-node-_0adffef0-f704-bee0-844a-cc0178256819-d58a668d {
align-self: start;
}
#w-node-_474ee50d-d7e0-6afc-4c9f-705dc2b695cb-d58a668d {
align-self: end;
justify-self: start;
}
#w-node-_1eff8e35-02a5-db12-a9c3-8b38c3d0ca95-d58a668d {
align-self: start;
}
#w-node-_858f5094-c50e-4477-080e-f8c9c57e0a37-d58a668d {
align-self: end;
}
#w-node-_6a1d7461-1cc6-8451-7eba-3445d39bdfd2-d58a668d {
align-self: start;
}
#w-node-_0f48ba6b-b8f4-87e8-57ed-bbc27173d4db-d58a668d {
align-self: end;
}
#w-node-_54716730-79fd-cec2-9bea-42365c6e4a01-d58a668d {
align-self: start;
}
#w-node-e11f5738-1e05-a3c1-7d25-adfd3f968389-d58a668d {
align-self: end;
}
#w-node-_5f238971-49bc-5a15-be1f-587ab16fb361-d58a668d {
align-self: start;
}
#w-node-_77b3e910-dc2d-4a56-c9a3-d444445282af-d58a668d {
align-self: end;
}
#w-node-e3ecceef-883e-3190-f203-864e4068a1ca-d58a668d {
grid-area: 2 / 2 / 3 / 3;
}
#w-node-e3ecceef-883e-3190-f203-864e4068a1cb-d58a668d {
justify-self: start;
}
#w-node-e3ecceef-883e-3190-f203-864e4068a1ce-d58a668d {
justify-self: center;
}
#w-node-c3384b93-d923-f113-0a35-29d9b7170ae3-d58a668d {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-_3ced3831-d3c5-e02a-8e49-87b38defe482-d58a668d {
justify-self: center;
}
#w-node-_3ced3831-d3c5-e02a-8e49-87b38defe483-d58a668d {
justify-self: end;
}
#w-node-_3ced3831-d3c5-e02a-8e49-87b38defe484-d58a668d {
align-self: center;
}
#w-node-_3ced3831-d3c5-e02a-8e49-87b38defe485-d58a668d {
justify-self: start;
}
#w-node-c3384b93-d923-f113-0a35-29d9b7170b0f-d58a668d {
grid-area: 1 / 3 / 2 / 4;
}
#w-node-_484be61a-a7e1-22c1-3207-7473b36841e7-d58a668d {
grid-area: 1 / 1 / 2 / 3;
}
#w-node-_484be61a-a7e1-22c1-3207-7473b36841eb-d58a668d {
grid-area: 1 / 2 / 2 / 3;
align-self: center;
}
#w-node-_484be61a-a7e1-22c1-3207-7473b36841f1-d58a668d {
align-self: end;
justify-self: start;
}
#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba179-d58a668e {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba17a-d58a668e {
align-self: center;
justify-self: center;
}
#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba17c-d58a668e {
justify-self: center;
}
#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba184-d58a668e {
justify-self: start;
}
#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba187-d58a668e {
justify-self: center;
}
#w-node-c0b1d15b-4a0c-e59b-d02b-f4ebb0a17fed-d58a668e {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-_68d5da43-2c52-4ed5-e40f-86db9bb7861c-d58a668e {
align-self: start;
}
#w-node-e934921e-4e8e-4e1e-3601-d1234462156f-d58a668e {
grid-area: 1 / 2 / 2 / 4;
align-self: start;
}
#w-node-b93520bb-88a5-d118-c48b-134b842c5146-d58a668e {
grid-area: 2 / 2 / 3 / 3;
}
#w-node-_93300cea-5475-7d85-0864-26a19ea0c921-d58a668e, #w-node-e100a364-1795-27bf-9618-86349bee62e9-d58a668e {
grid-area: 2 / 2 / 3 / 3;
align-self: start;
}
#w-node-_6b32d081-b976-b7b6-2b6a-8694ea0404ed-d58a668e {
align-self: center;
justify-self: start;
}
#w-node-a2810c17-d8c0-306e-07f4-406b0a1818db-d58a668e {
align-self: center;
}
#w-node-b9a22901-4996-d0dc-5f49-18042c745ce1-d58a668e {
align-self: center;
justify-self: start;
}
#w-node-_17d0c79c-71e8-153a-6070-d51186b77c2d-d58a668e {
align-self: center;
}
#w-node-_9f839052-26a1-97d0-3dbd-8a7f1917f737-d58a668e {
align-self: center;
justify-self: start;
}
#w-node-_1889201b-e4e9-5c3f-e8f9-ee199074ed29-d58a668e {
align-self: center;
}
#w-node-_16bdb5b3-e6c0-5dac-1a80-df70ac32ff3d-d58a668e {
grid-area: 2 / 3 / 3 / 4;
align-self: stretch;
}
#w-node-_8cd4cd55-c462-3dd0-3cf4-2f4581f22430-d58a668e {
grid-area: 2 / 2 / 3 / 3;
align-self: stretch;
}
#w-node-a9f329f0-408c-fe4f-55b9-5f87dc64609a-d58a668e, #w-node-_40872e10-bde2-af8d-7a27-1b004f9a2993-d58a668e {
grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-c0b1d15b-4a0c-e59b-d02b-f4ebb0a17fff-d58a668e {
grid-area: 1 / 3 / 2 / 4;
}
#w-node-_32424efa-f220-1185-38fd-93afd3798675-d58a668e {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c36-d58a668e {
align-self: start;
}
#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c37-d58a668e {
justify-self: start;
}
#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c39-d58a668e, #w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c3a-d58a668e {
align-self: start;
}
#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c3f-d58a668e {
align-self: end;
justify-self: start;
}
#w-node-_32424efa-f220-1185-38fd-93afd3798682-d58a668e {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-_32424efa-f220-1185-38fd-93afd3798688-d58a668e {
grid-area: span 1 / span 2 / span 1 / span 2;
}
#w-node-_32424efa-f220-1185-38fd-93afd3798689-d58a668e {
align-self: start;
}
#w-node-_18677b8e-b9a0-d0a6-b828-c7ced3723808-d58a668e {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-_6a9cd4b0-f6e1-3031-c907-82229a2b0f18-d58a668e {
justify-self: center;
}
#w-node-_6a9cd4b0-f6e1-3031-c907-82229a2b0f19-d58a668e {
justify-self: end;
}
#w-node-_6a9cd4b0-f6e1-3031-c907-82229a2b0f1a-d58a668e {
align-self: center;
}
#w-node-_6a9cd4b0-f6e1-3031-c907-82229a2b0f1b-d58a668e {
justify-self: start;
}
#w-node-_18677b8e-b9a0-d0a6-b828-c7ced3723834-d58a668e {
grid-area: 1 / 3 / 2 / 4;
}
#w-node-_52a66566-6a20-9b67-824a-0733727dfdc4-d58a668e {
grid-area: 1 / 1 / 2 / 3;
}
#w-node-_52a66566-6a20-9b67-824a-0733727dfdc8-d58a668e {
grid-area: 1 / 2 / 2 / 3;
align-self: center;
}
#w-node-_52a66566-6a20-9b67-824a-0733727dfdce-d58a668e {
align-self: end;
justify-self: start;
}
#w-node-_25f4c647-bf44-3d91-ae4d-d0fd94a7e3e7-d58a668f {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-_25f4c647-bf44-3d91-ae4d-d0fd94a7e3e8-d58a668f {
align-self: center;
justify-self: center;
}
#w-node-_25f4c647-bf44-3d91-ae4d-d0fd94a7e3ea-d58a668f {
justify-self: center;
}
#w-node-_25f4c647-bf44-3d91-ae4d-d0fd94a7e3ee-d58a668f {
align-self: center;
justify-self: center;
}
#w-node-_25f4c647-bf44-3d91-ae4d-d0fd94a7e3f2-d58a668f {
justify-self: start;
}
#w-node-_25f4c647-bf44-3d91-ae4d-d0fd94a7e3f5-d58a668f {
justify-self: center;
}
#w-node-f0ace3c9-b231-6d57-24fb-9ee7105eec25-d58a668f {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-_56d11096-62cc-2c75-f1e2-b890f6dc9687-d58a668f {
align-self: end;
}
#w-node-_56d11096-62cc-2c75-f1e2-b890f6dc968c-d58a668f {
justify-self: start;
}
#w-node-_8b8ba4bf-7af5-69c5-2c5c-4fc91a3cefbb-d58a668f {
align-self: start;
}
#w-node-f0ace3c9-b231-6d57-24fb-9ee7105eec7b-d58a668f {
grid-area: 1 / 3 / 2 / 4;
}
#w-node-c6dbf473-d17e-1ba8-3207-2884e2932ebc-d58a6690 {
grid-area: 2 / 2 / 3 / 3;
align-self: end;
}
#w-node-c6dbf473-d17e-1ba8-3207-2884e2932ebd-d58a6690 {
justify-self: start;
}
#w-node-c6dbf473-d17e-1ba8-3207-2884e2932ec0-d58a6690 {
justify-self: center;
}
#w-node-_3247bad1-9f3b-80cd-ef1d-f2115b2f90dc-d58a6690 {
grid-area: 1 / 1 / 3 / 4;
}
#w-node-_4da7c6cb-7283-73c1-fe06-ff8f4e25b979-d58a6690 {
grid-area: 1 / 2 / 2 / 3;
align-self: center;
justify-self: center;
}
#w-node-_4da7c6cb-7283-73c1-fe06-ff8f4e25b97a-d58a6690 {
align-self: center;
justify-self: center;
}
#w-node-_9bbca884-9fd3-fcd1-90a8-4ddc87728d8c-d58a6690, #w-node-_4ddaa5f8-ec5e-b927-627c-651874eecf3c-d58a6690 {
justify-self: center;
}
#w-node-_9bbca884-9fd3-fcd1-90a8-4ddc87728d90-d58a6690 {
align-self: center;
justify-self: center;
}
#w-node-_5284449f-2706-804e-2144-65e83895dbc1-d58a6690 {
grid-area: 1 / 2 / 2 / 3;
align-self: center;
justify-self: center;
}
#w-node-_5284449f-2706-804e-2144-65e83895dbc2-d58a6690 {
align-self: center;
justify-self: center;
}
#w-node-_5ddc8b76-d6dc-ba27-c23d-7f53ae2dc1de-d58a6690, #w-node-_5ddc8b76-d6dc-ba27-c23d-7f53ae2dc1e2-d58a6690 {
justify-self: center;
}
#w-node-_5ddc8b76-d6dc-ba27-c23d-7f53ae2dc1e4-d58a6690 {
align-self: center;
justify-self: center;
}
#w-node-_30e3b9fd-e49e-fe78-a36a-627e83a6e607-d58a6690 {
grid-area: 1 / 2 / 2 / 3;
align-self: center;
justify-self: center;
}
#w-node-_30e3b9fd-e49e-fe78-a36a-627e83a6e608-d58a6690 {
align-self: center;
justify-self: center;
}
#w-node-_5545569c-2909-29bd-eaee-9fb04f8034e4-d58a6690, #w-node-_5545569c-2909-29bd-eaee-9fb04f8034e8-d58a6690 {
justify-self: center;
}
#w-node-_5545569c-2909-29bd-eaee-9fb04f8034ea-d58a6690 {
align-self: center;
justify-self: center;
}
#w-node-_25255c11-b4d9-83a0-2ee6-c0a6fd94a160-d58a6690 {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-f42e9b24-febc-f6eb-72f0-052a4a5e0eb7-d58a6690 {
justify-self: center;
}
#w-node-f42e9b24-febc-f6eb-72f0-052a4a5e0eb8-d58a6690 {
justify-self: end;
}
#w-node-f42e9b24-febc-f6eb-72f0-052a4a5e0eb9-d58a6690 {
align-self: center;
}
#w-node-f42e9b24-febc-f6eb-72f0-052a4a5e0eba-d58a6690 {
justify-self: start;
}
#w-node-a790e8ba-3900-b61f-282b-9feeccc69833-d58a6690 {
justify-self: stretch;
}
#w-node-e2ee8b3b-fece-ffba-4823-744ee0b05383-d58a6690 {
grid-area: 1 / 3 / 2 / 4;
}
#w-node-_11b06764-1183-1c31-0533-fb4acc084ef4-d58a6691 {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-a5802956-f831-d762-b11c-06eeb729e8b9-d58a6691 {
align-self: center;
justify-self: center;
}
#w-node-bc2dffdb-e974-55da-5c68-c14ed66ede8b-d58a6691 {
justify-self: center;
}
#w-node-bc2dffdb-e974-55da-5c68-c14ed66ede8f-d58a6691 {
align-self: center;
justify-self: center;
}
#w-node-ad609dfe-1ce2-30b1-b651-67445d330281-d58a6691 {
justify-self: start;
}
#w-node-d30624c5-348f-6dfa-ad01-88f3a9dcf7e9-d58a6691 {
justify-self: center;
}
#w-node-bebcf225-3287-e6d5-6828-3856474eccd9-d58a6691 {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-c9bceebb-5128-4777-18b5-fc466bc412b9-d58a6691 {
align-self: end;
}
#w-node-c9bceebb-5128-4777-18b5-fc466bc412bc-d58a6691 {
justify-self: start;
}
#w-node-_6ebf5076-0dfe-e763-fb1d-f70035c616bc-d58a6691 {
align-self: end;
}
#w-node-_6ebf5076-0dfe-e763-fb1d-f70035c616c2-d58a6691 {
justify-self: start;
}
#w-node-_62aa35df-4276-ba10-9697-42d6df5f4a22-d58a6691 {
align-self: end;
}
#w-node-_62aa35df-4276-ba10-9697-42d6df5f4a28-d58a6691 {
justify-self: start;
}
#w-node-_14257403-58ab-68d1-6d99-2ca0c92005d0-d58a6691 {
grid-area: 1 / 3 / 2 / 4;
}
#w-node-_22e5caee-c673-8b90-dfb0-0d43fdb23f7d-d58a6691 {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-b011164c-4554-fdf2-186c-a11194330457-d58a6691, #w-node-bbb03a36-3c52-5a96-7a25-9fcded3da7f9-d58a6691 {
align-self: start;
}
#w-node-bbb03a36-3c52-5a96-7a25-9fcded3da7fa-d58a6691 {
justify-self: start;
}
#w-node-bbb03a36-3c52-5a96-7a25-9fcded3da7fc-d58a6691, #w-node-bbb03a36-3c52-5a96-7a25-9fcded3da7fd-d58a6691 {
align-self: start;
}
#w-node-bc2be17f-fc50-2ddf-9255-d59a093e862f-d58a6691 {
justify-self: start;
}
#w-node-e2f40254-63aa-a646-4afd-19ddeb09b71d-d58a6691 {
grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-dd7336fc-853f-046d-2fab-fe25cee71ddc-d58a6691 {
grid-area: span 1 / span 3 / span 1 / span 3;
}
#w-node-_843a2b72-3786-bf35-997d-5dfaed06c817-d58a6691, #w-node-_7cda88c5-d9ec-8471-2ce4-cd678ec3c1d2-d58a6691, #w-node-_7cda88c5-d9ec-8471-2ce4-cd678ec3c1d7-d58a6691 {
align-self: start;
}
#w-node-_8db152fb-b913-131c-48a4-7689b9de2acc-d58a6691 {
grid-area: span 1 / span 3 / span 1 / span 3;
}
#w-node-aec37a2c-3c03-ca4e-b20a-1d799b946a29-d58a6691, #w-node-_8db152fb-b913-131c-48a4-7689b9de2ad5-d58a6691, #w-node-_8db152fb-b913-131c-48a4-7689b9de2ada-d58a6691 {
align-self: start;
}
#w-node-e14ae7eb-3d2c-140f-0362-2822bf84f504-d58a6691 {
grid-area: span 1 / span 3 / span 1 / span 3;
}
#w-node-_6077e515-06b9-c834-dec8-9d50ca542844-d58a6691, #w-node-_21abd619-c889-adba-c5b3-84559e7b9468-d58a6691, #w-node-_21abd619-c889-adba-c5b3-84559e7b946d-d58a6691 {
align-self: start;
}
#w-node-d8bddf47-fda0-e1a3-9f56-beaccbbf7f1a-d58a6691 {
grid-area: span 1 / span 3 / span 1 / span 3;
}
#w-node-_89b35ae3-1c10-63b0-84ee-290b2779aee7-d58a6691, #w-node-_7f98538e-068e-5593-b137-c63d35e53883-d58a6691, #w-node-_7f98538e-068e-5593-b137-c63d35e53888-d58a6691 {
align-self: start;
}
#w-node-_4bcb8b5e-1bb4-59cc-1529-c362b894a212-d58a6691 {
grid-area: span 1 / span 3 / span 1 / span 3;
}
#w-node-_4bcb8b5e-1bb4-59cc-1529-c362b894a219-d58a6691, #w-node-_4bcb8b5e-1bb4-59cc-1529-c362b894a21c-d58a6691, #w-node-_4bcb8b5e-1bb4-59cc-1529-c362b894a221-d58a6691 {
align-self: start;
}
#w-node-cfc3cb6f-a647-7d40-fc1c-d91295209aeb-d58a6691 {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-_6fa7dd6a-8384-aece-bebf-38f77cfefd8e-d58a6691 {
justify-self: center;
}
#w-node-_6fa7dd6a-8384-aece-bebf-38f77cfefd8f-d58a6691 {
justify-self: end;
}
#w-node-_6fa7dd6a-8384-aece-bebf-38f77cfefd90-d58a6691 {
align-self: center;
}
#w-node-_6fa7dd6a-8384-aece-bebf-38f77cfefd91-d58a6691 {
justify-self: start;
}
#w-node-cfc3cb6f-a647-7d40-fc1c-d91295209b41-d58a6691 {
grid-area: 1 / 3 / 2 / 4;
}
#w-node-_733b4fea-26ae-436d-dfe2-0e25b729aa94-d58a6691 {
grid-area: 1 / 1 / 2 / 3;
}
#w-node-_733b4fea-26ae-436d-dfe2-0e25b729aa98-d58a6691 {
grid-area: 1 / 2 / 2 / 3;
align-self: center;
}
#w-node-_733b4fea-26ae-436d-dfe2-0e25b729aa9d-d58a6691 {
align-self: end;
justify-self: start;
}
@media screen and (min-width: 1920px) {
#w-node-_819fb258-0938-7777-14ba-51413a9fd4de-d58a6689 {
align-self: center;
justify-self: center;
}
#w-node-_7f721e30-6a4b-32b8-57fb-e8c97c1a110a-d58a6689, #w-node-_852ff958-fd73-7e67-ec54-9857a8862f16-d58a6689 {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-_852ff958-fd73-7e67-ec54-9857a8862f23-d58a6689 {
justify-self: start;
}
#w-node-_852ff958-fd73-7e67-ec54-9857a8862f8a-d58a6689 {
grid-area: span 1 / span 3 / span 1 / span 3;
}
#w-node-_4b677261-dd5e-f789-c7a3-367c88901b39-d58a6689 {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-_4b677261-dd5e-f789-c7a3-367c88901b3e-d58a6689 {
align-self: start;
}
#w-node-_377a769e-47c2-d17b-917b-7d577439edff-d58a6689 {
grid-area: span 1 / span 2 / span 1 / span 2;
}
#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476d4-9974768b {
align-self: center;
}
#w-node-_3a659031-11ef-3b69-082d-7d3bf9d2d74f-f9d2d73e {
grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-ad593df4-eeb4-282c-d066-61e5ae8ffa2a-d58a668b {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-c00efebe-e4dc-1e51-0f70-a418b6d498d2-d58a668b {
justify-self: center;
}
#w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d4916-d58a668b {
align-self: start;
}
#w-node-_9bd5f798-de05-0e67-9c15-604007b939e3-d58a668b {
justify-self: start;
}
#w-node-bc2dffdb-e974-55da-5c68-c14ed66ede8f-d58a6691 {
align-self: center;
justify-self: center;
}
#w-node-bebcf225-3287-e6d5-6828-3856474eccd9-d58a6691 {
grid-area: 1 / 2 / 2 / 3;
}
#w-node-bc2be17f-fc50-2ddf-9255-d59a093e862f-d58a6691 {
justify-self: start;
}
}
@media screen and (min-width: 1440px) {
#w-node-_852ff958-fd73-7e67-ec54-9857a8862f17-d58a6689, #w-node-a3a95098-1593-07a5-c373-97375199b507-d58a668a {
align-self: start;
}
#w-node-_68d5da43-2c52-4ed5-e40f-86db9bb7861c-d58a668e {
grid-area: span 2 / span 1 / span 2 / span 1;
}
#w-node-_16bdb5b3-e6c0-5dac-1a80-df70ac32ff3d-d58a668e {
grid-area: 2 / 3 / 3 / 4;
}
#w-node-b011164c-4554-fdf2-186c-a11194330457-d58a6691 {
align-self: start;
}
}
@media screen and (min-width: 1280px) {
#w-node-c0b1d15b-4a0c-e59b-d02b-f4ebb0a17fed-d58a668e {
grid-area: 1 / 2 / 2 / 3;
}
}
@media screen and (max-width: 991px) {
#w-node-_51d4d00a-0a44-b445-2701-df9baedb0560-d58a6689 {
order: -9999;
}
#w-node-f84f30f3-7209-950a-88d1-75374d5da6b8-d58a6689 {
grid-area: 3 / 2 / 4 / 3;
}
#w-node-a322fe66-30db-b137-a47f-119c110dff01-d58a6689 {
grid-area: 2 / 1 / 3 / 4;
}
#w-node-_7cc31694-8360-4f81-06b1-cba5d34797d3-d58a6689 {
grid-row-end: 2;
}
#w-node-_4b677261-dd5e-f789-c7a3-367c88901b3b-d58a6689 {
grid-area: 1 / 1 / 2 / 2;
align-self: start;
}
#w-node-_4b677261-dd5e-f789-c7a3-367c88901b3a-d58a6689 {
grid-area: 2 / 1 / 3 / 2;
}
#w-node-_4b677261-dd5e-f789-c7a3-367c88901b47-d58a6689 {
grid-area: 3 / 1 / 4 / 2;
}
#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476af-9974768b {
grid-area: span 1 / span 2 / span 1 / span 2;
}
#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476b8-9974768b {
grid-area: 2 / 1 / 3 / 3;
}
#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb900-faecb8fb, #w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf541-d58a668d {
grid-column: span 1 / span 1;
}
#w-node-_68d5da43-2c52-4ed5-e40f-86db9bb7861c-d58a668e {
grid-area: 2 / 2 / 4 / 3;
}
#w-node-e934921e-4e8e-4e1e-3601-d1234462156f-d58a668e {
grid-area: 1 / 1 / 2 / 3;
}
#w-node-_93300cea-5475-7d85-0864-26a19ea0c921-d58a668e {
grid-area: 2 / 1 / 3 / 2;
}
#w-node-_16bdb5b3-e6c0-5dac-1a80-df70ac32ff3d-d58a668e {
grid-area: 3 / 1 / 4 / 2;
}
#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c36-d58a668e {
grid-area: 1 / 1 / 2 / 2;
align-self: start;
}
#w-node-_32424efa-f220-1185-38fd-93afd3798682-d58a668e {
grid-area: 2 / 1 / 3 / 2;
}
#w-node-_32424efa-f220-1185-38fd-93afd3798683-d58a668e {
grid-area: 3 / 1 / 4 / 2;
}
#w-node-c3afb6d2-aad7-fc85-afd0-85f86046b257-d58a668f {
order: 9999;
}
#w-node-_8b8ba4bf-7af5-69c5-2c5c-4fc91a3cefbb-d58a668f {
order: -9999;
}
#w-node-_8d64d2ee-e675-9429-713f-5fbc256f550c-d58a668f {
align-self: center;
}
#w-node-f0ace3c9-b231-6d57-24fb-9ee7105eec7b-d58a668f {
grid-area: 1 / 3 / 2 / 4;
}
}
@media screen and (max-width: 767px) {
#w-node-f84f30f3-7209-950a-88d1-75374d5da6b8-d58a6689, #w-node-a322fe66-30db-b137-a47f-119c110dff01-d58a6689, #w-node-_7cc31694-8360-4f81-06b1-cba5d34797d3-d58a6689 {
grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_852ff958-fd73-7e67-ec54-9857a8862f2a-d58a6689 {
grid-column: span 2 / span 2;
}
#w-node-_852ff958-fd73-7e67-ec54-9857a8862f2f-d58a6689 {
grid-area: 3 / 1 / 4 / 2;
}
#w-node-_852ff958-fd73-7e67-ec54-9857a8862f42-d58a6689 {
grid-column: span 2 / span 2;
}
#w-node-_852ff958-fd73-7e67-ec54-9857a8862f47-d58a6689 {
grid-area: 3 / 1 / 4 / 2;
}
#w-node-_852ff958-fd73-7e67-ec54-9857a8862f8a-d58a6689 {
grid-column: span 2 / span 2;
}
#w-node-_852ff958-fd73-7e67-ec54-9857a8862f8f-d58a6689 {
grid-area: 3 / 1 / 4 / 2;
}
#w-node-_852ff958-fd73-7e67-ec54-9857a8862f5a-d58a6689 {
grid-column: span 2 / span 2;
}
#w-node-_852ff958-fd73-7e67-ec54-9857a8862f5f-d58a6689 {
grid-area: 3 / 1 / 4 / 2;
}
#w-node-_852ff958-fd73-7e67-ec54-9857a8862f72-d58a6689 {
grid-column: span 2 / span 2;
}
#w-node-_852ff958-fd73-7e67-ec54-9857a8862f77-d58a6689 {
grid-area: 3 / 1 / 4 / 2;
}
#w-node-a3c8c059-aa4f-be44-16cd-a999ea9d93f7-d58a6689 {
grid-column: span 2 / span 2;
}
#w-node-a3c8c059-aa4f-be44-16cd-a999ea9d93fc-d58a6689 {
grid-area: 3 / 1 / 4 / 2;
}
#w-node-_377a769e-47c2-d17b-917b-7d577439edff-d58a6689, #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476af-9974768b {
grid-column: span 1 / span 1;
}
#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476b8-9974768b {
grid-column-end: 2;
}
#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476d4-9974768b, #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476d6-9974768b {
justify-self: center;
}
#w-node-_9e572148-ae22-074f-3081-a0d31084942b-d58a668a, #w-node-_8826be0c-89f2-5f00-b208-0ce0963c19b3-d58a668a {
grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-fe748369-64ae-37ec-beb6-ba706b74a3d4-d58a668a {
grid-area: 2 / 1 / 3 / 2;
}
#w-node-ed56f5ac-ad98-48fb-ac27-8c3ebb61db41-d58a668a {
grid-area: 4 / 1 / 5 / 2;
}
#w-node-_81ac2f73-efb6-454b-0a79-f4b2d21728ca-d58a668a {
grid-area: 6 / 1 / 7 / 2;
}
#w-node-_68d5da43-2c52-4ed5-e40f-86db9bb7861c-d58a668e {
grid-area: 1 / 1 / 2 / 2;
}
#w-node-e934921e-4e8e-4e1e-3601-d1234462156f-d58a668e {
grid-row: 2 / 3;
grid-column-end: 2;
}
#w-node-_93300cea-5475-7d85-0864-26a19ea0c921-d58a668e {
grid-row: 3 / 4;
}
#w-node-_16bdb5b3-e6c0-5dac-1a80-df70ac32ff3d-d58a668e {
grid-row: 4 / 5;
}
#w-node-_32424efa-f220-1185-38fd-93afd3798688-d58a668e {
grid-column: span 1 / span 1;
}
#w-node-dd7336fc-853f-046d-2fab-fe25cee71ddc-d58a6691 {
grid-column: span 2 / span 2;
}
#w-node-dd7336fc-853f-046d-2fab-fe25cee71de0-d58a6691 {
grid-area: 3 / 1 / 4 / 2;
}
#w-node-_8db152fb-b913-131c-48a4-7689b9de2acc-d58a6691 {
grid-column: span 2 / span 2;
}
#w-node-_8db152fb-b913-131c-48a4-7689b9de2ad0-d58a6691 {
grid-area: 3 / 1 / 4 / 2;
}
#w-node-e14ae7eb-3d2c-140f-0362-2822bf84f504-d58a6691 {
grid-column: span 2 / span 2;
}
#w-node-e14ae7eb-3d2c-140f-0362-2822bf84f508-d58a6691 {
grid-area: 3 / 1 / 4 / 2;
}
#w-node-d8bddf47-fda0-e1a3-9f56-beaccbbf7f1a-d58a6691 {
grid-column: span 2 / span 2;
}
#w-node-d8bddf47-fda0-e1a3-9f56-beaccbbf7f1e-d58a6691 {
grid-area: 3 / 1 / 4 / 2;
}
#w-node-_4bcb8b5e-1bb4-59cc-1529-c362b894a212-d58a6691 {
grid-column: span 2 / span 2;
}
#w-node-_4bcb8b5e-1bb4-59cc-1529-c362b894a217-d58a6691 {
grid-area: 3 / 1 / 4 / 2;
}
}
@media screen and (max-width: 479px) {
#w-node-_0fc492cc-3f08-8800-179c-cb200d3320ea-d58a668d {
grid-area: 1 / 2 / 2 / 3;
align-self: center;
justify-self: center;
}
}
.section.legal {
padding: 80px 0;
background-color: var(--grey);
}
.container-default {
max-width: 800px;
margin: 0 auto;
padding: 0 24px;
}
.legal-content {
background-color: #fff;
padding: 40px;
border-radius: 8px;
box-shadow: 0 1px 3px var(--shadow);
}
.legal-content .heading-large {
color: var(--black);
font-size: 32px;
line-height: 1.2;
margin: 0 0 8px;
font-weight: 600;
}
.text-date {
color: var(--body-display);
font-size: 14px;
margin-bottom: 40px;
}
.legal-section {
margin-bottom: 40px;
}
.legal-section h2 {
color: var(--black);
font-size: 24px;
margin: 0 0 16px;
line-height: 1.3;
font-weight: 500;
}
.legal-section h3 {
color: var(--black);
font-size: 18px;
margin: 0 0 12px;
line-height: 1.3;
font-weight: 500;
}
.legal-section p {
color: var(--body-display);
font-size: 16px;
line-height: 1.6;
margin-bottom: 16px;
}
.legal-section ul {
list-style-type: disc;
padding-left: 20px;
margin-bottom: 16px;
}
.legal-section li {
color: var(--body-display);
font-size: 16px;
line-height: 1.6;
margin-bottom: 8px;
}
.protected-email {
color: var(--blue-fisagency);
text-decoration: none;
transition: color 0.3s ease;
}
.protected-email:hover {
color: var(--black);
text-decoration: underline;
}
@media screen and (max-width: 767px) {
.section.legal {
padding: 40px 0;
}
.container-default {
padding: 0 16px;
}
.legal-content {
padding: 24px;
}
.legal-content .heading-large {
font-size: 28px;
}
.legal-section h2 {
font-size: 22px;
}
}
.footer-tools {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 24px;
width: 100%;
}
.footer-tool-link.w-inline-block {
display: inline-flex;
flex-direction: row;
align-items: center;
flex-wrap: nowrap;
gap: 8px;
}
.footer-tool-link {
display: inline-flex;
align-items: center;
flex-wrap: nowrap;
gap: 8px;
padding: 12px 16px;
background-color: var(--grey);
border-radius: 8px;
text-decoration: none;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid transparent;
min-height: 48px;
position: relative;
overflow: hidden;
font-family: Poppins, sans-serif;
color: var(--black);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.footer-tool-link:hover {
background-color: #ffffff;
color: var(--black);
border-color: rgba(44, 69, 125, 0.22);
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(17, 23, 41, 0.08);
}
.footer-tool-link:active {
transform: translateY(0);
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.tool-icon {
font-size: 20px;
margin-right: 0;
line-height: 1;
position: relative;
z-index: 1;
transition: transform 0.3s ease;
flex-shrink: 0;
}
.tool-icon.tool-icon-mark {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 2rem;
height: 2rem;
padding: 0 0.45rem;
border-radius: 6px;
background: color-mix(in oklab, var(--blue-fisagency) 12%, white);
color: var(--blue-fisagency);
font-size: 0.62rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
line-height: 1;
}
.footer-tool-link:hover .tool-icon:not(.tool-icon-mark) {
transform: scale(1.1);
}
.footer-tool-link:hover .tool-icon-mark {
background: rgba(255, 255, 255, 0.18);
color: #fff;
}
.tool-text {
color: inherit;
font-size: 14px;
font-weight: 500;
letter-spacing: -0.01em;
text-transform: none;
font-family: Poppins, sans-serif;
position: relative;
z-index: 1;
white-space: nowrap;
}
@media screen and (max-width: 991px) {
.footer-tools {
gap: 10px;
margin-top: 20px;
}
.footer-tool-link {
padding: 10px 14px;
min-height: 44px;
}
.tool-text {
font-size: 13px;
}
.tool-icon:not(.tool-icon-mark) {
font-size: 18px;
}
}
@media screen and (max-width: 767px) {
.footer-tools {
gap: 8px;
margin-top: 16px;
flex-direction: column;
justify-content: flex-start;
}
.footer-tool-link {
padding: 12px 14px;
width: 100%;
justify-content: flex-start;
min-height: 48px;
flex: none;
overflow: visible;
}
.tool-text {
font-size: 13px;
text-align: left;
white-space: normal;
min-width: 0;
flex: 1 1 auto;
line-height: 1.35;
}
.tool-icon:not(.tool-icon-mark) {
font-size: 16px;
}
}
@media screen and (max-width: 479px) {
.footer-tools {
gap: 8px;
}
.footer-tool-link {
padding: 12px 16px;
min-height: 48px;
}
.tool-text {
font-size: 14px;
}
.tool-icon:not(.tool-icon-mark) {
font-size: 18px;
}
}
.faq-item.active .faq-toggle {
transform: rotate(45deg);
}
.faq-item.active .faq-answer {
max-height: 500px;
}
@media screen and (max-width: 767px) {
.faq-section {
padding: 40px 20px;
}
.faq-section h1 {
font-size: 32px;
}
.faq-grid {
padding: 20px;
}
}
.cta-button {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cta-button:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(44, 69, 125, 0.15);
}
.trust-badge {
display: flex;
align-items: center;
gap: 8px;
padding: 8px 16px;
background: rgba(44, 69, 125, 0.05);
border-radius: 4px;
}
.eco-impact {
color: #2ecc71;
font-size: 14px;
display: flex;
align-items: center;
gap: 4px;
}
.faq-section {
background-color: var(--grey);
padding: 80px 0;
}
.faq-grid.w-accordion {
max-width: 800px;
margin: 0 auto;
background-color: #fff;
padding: 40px;
border-radius: 8px;
box-shadow: 0 1px 3px var(--shadow);
}
.faq-item.w-accordion-item {
border-bottom: 1px solid var(--grey);
}
.faq-item.w-accordion-item:last-child {
border-bottom: none;
}
.faq-question.w-accordion-toggle {
padding: 24px 0;
cursor: pointer;
position: relative;
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.faq-question p {
margin: 0;
padding-right: 40px;
font-size: 16px;
line-height: 1.5;
color: var(--black);
font-weight: 500;
}
.faq-toggle {
position: absolute;
right: 0;
top: 24px;
font-size: 20px;
color: var(--blue-fisagency);
transition: transform 0.3s ease;
}
.faq-answer.w-accordion-content {
overflow: hidden;
transition: height 0.3s ease-out;
}
.faq-answer p {
padding: 0 0 24px;
margin: 0;
color: var(--body-display);
line-height: 1.6;
}
.w-accordion-item[data-w-expanded="true"] .faq-toggle {
transform: rotate(45deg);
}
.faq-section {
background-color: var(--grey);
padding: 80px 0;
}
.accordion {
margin-bottom: 16px;
background-color: #fff;
border-radius: 8px;
}
.accordion-item {
padding: 24px;
cursor: pointer;
}
.question-wrap {
display: flex;
justify-content: space-between;
align-items: center;
}
.accordion-question {
font-size: 16px;
font-weight: 500;
color: var(--black);
}
.accordion-icon {
font-size: 20px;
color: var(--blue-fisagency);
transition: transform 0.3s ease;
}
.accordion-content {
padding: 0 24px 24px;
}
.answer-wrap p {
margin: 0;
color: var(--body-display);
line-height: 1.6;
}
.w-dropdown-toggle.w--open .accordion-icon {
transform: rotate(45deg);
}
.faq-section {
background-color: var(--grey);
padding: 80px 0;
width: 100%;
}
.faq-section .grid-wrapper {
display: flex;
justify-content: center;
width: 100%;
}
.faq-section .content-wrapper {
width: 100%;
max-width: 800px;
margin: 0 auto;
padding: 0 20px;
display: flex;
flex-direction: column;
align-items: center;
}
.faq-grid {
width: 100%;
background-color: #fff;
padding: 40px;
border-radius: 8px;
box-shadow: 0 1px 3px var(--shadow);
}
.faq-item {
border-bottom: 1px solid var(--grey);
width: 100%;
}
.faq-item:last-child {
border-bottom: none;
}
.faq-question {
padding: 24px 0;
cursor: pointer;
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.text-block-question {
margin: 0;
padding-right: 40px;
font-size: 16px;
line-height: 1.5;
color: var(--black);
font-weight: 500;
}
.faq-toggle {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
font-size: 20px;
color: var(--blue-fisagency);
transition: transform 0.3s ease;
}
.faq-answer {
overflow: hidden;
transition: height 0.3s ease-out;
}
.faq-answer p {
padding: 0 0 24px;
margin: 0;
color: var(--body-display);
line-height: 1.6;
}
.faq-item.is-active .faq-toggle {
transform: translateY(-50%) rotate(45deg);
}
.w-dropdown,
.w-dropdown-toggle,
.w-dropdown-list {
display: block;
}
.faq-section {
background-color: var(--grey);
padding: 80px 0;
}
.faq-wrapper {
max-width: 800px;
margin: 0 auto;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 1px 3px var(--shadow);
padding: 40px;
}
.faq-item {
border-bottom: 1px solid var(--grey);
}
.faq-item:last-child {
border-bottom: none;
}
.faq-question {
padding: 24px 0;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
}
.question-text {
font-size: 16px;
font-weight: 500;
color: var(--black);
padding-right: 40px;
}
.faq-icon {
font-size: 20px;
color: var(--blue-fisagency);
transition: transform 0.3s ease;
}
.w-accordion-item .faq-answer {
display: none;
padding: 0 0 24px;
}
.answer-text {
color: var(--body-display);
line-height: 1.6;
}
.w-accordion-item[data-w-expanded="true"] .faq-icon {
transform: rotate(45deg);
}
.w-accordion-item[data-w-expanded="true"] .faq-answer {
display: block;
}
.faq-section {
background-color: var(--grey);
padding: 80px 0;
}
.faq-section .content-wrapper {
width: 100%;
max-width: 800px;
margin: 0 auto;
padding: 0 20px;
text-align: center;
}
.faq-grid {
background-color: #fff;
padding: 40px;
border-radius: 8px;
box-shadow: 0 1px 3px var(--shadow);
text-align: left;
}
.faq-item {
border-bottom: 1px solid var(--grey);
}
.faq-item:last-child {
border-bottom: none;
}
.faq-question {
padding: 24px 0;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
}
.faq-toggle {
font-size: 20px;
color: var(--blue-fisagency);
transition: transform 0.3s ease;
}
.w-accordion-toggle.w--open .faq-toggle {
transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
.faq-section {
padding: 40px 20px;
}
.faq-section h1 {
font-size: 32px;
}
.faq-grid {
padding: 20px;
}
}
.service-badge {
display: inline-flex;
align-items: center;
margin-left: 12px;
margin-top: 4px;
padding: 5px 14px;
min-width: 85px;
height: 24px;
border-radius: 100px;
transform: translateY(-1px);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
.service-badge::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
opacity: 0;
transition: opacity 0.3s ease;
}
.service-badge.popular {
background: linear-gradient(135deg, var(--orange-red) 0%, #FF8E53 90%);
box-shadow: 0 2px 12px rgba(255, 75, 39, 0.15);
border: 1px solid rgba(255, 255, 255, 0.12);
}
.service-badge.trending {
background: linear-gradient(135deg, var(--blue-fisagency) 0%, #3A5CA7 90%);
box-shadow: 0 2px 12px rgba(44, 69, 125, 0.15);
border: 1px solid rgba(255, 255, 255, 0.12);
}
.service-badge.value {
background: linear-gradient(135deg, #2ECC71 0%, #27AE60 90%);
box-shadow: 0 2px 12px rgba(46, 204, 113, 0.15);
border: 1px solid rgba(255, 255, 255, 0.12);
}
.badge-text {
font-size: 10.5px;
font-weight: 600;
color: white;
letter-spacing: 0.6px;
text-transform: uppercase;
font-family: Poppins, sans-serif;
position: relative;
z-index: 1;
opacity: 0.95;
white-space: nowrap;
text-align: center;
}
.service-badge:hover {
transform: translateY(-2px) scale(1.02);
box-shadow: 0 4px 12px rgba(17, 23, 41, 0.12);
}
.service-badge:hover::after {
opacity: 1;
}
@keyframes badgePulse {
0% { transform: translateY(-1px); opacity: 1; }
50% { transform: translateY(-2px); opacity: 0.85; }
100% { transform: translateY(-1px); opacity: 1; }
}
.service-badge {
animation: badgePulse 5s infinite cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 767px) {
.service-badge {
margin-left: 8px;
margin-top: 3px;
padding: 4px 12px;
min-width: 75px;
height: 22px;
}
.badge-text {
font-size: 10px;
letter-spacing: 0.5px;
}
}
.pricing-note {
font-size: 14px;
color: var(--body-display);
opacity: 0.8;
margin-top: 8px;
font-style: italic;
}
.service-badge.new {
background: linear-gradient(135deg, #10B981 0%, #059669 90%);
box-shadow: 0 2px 12px rgba(16, 185, 129, 0.15);
border: 1px solid rgba(255, 255, 255, 0.12);
}
.service-badge.new {
background: linear-gradient(135deg, #10B981 0%, #059669 90%);
box-shadow: 0 2px 12px rgba(16, 185, 129, 0.15);
border: 1px solid rgba(255, 255, 255, 0.12);
}
.service-badge.popular {
background: linear-gradient(135deg, var(--orange-red) 0%, #FF8E53 90%);
box-shadow: 0 2px 12px rgba(255, 75, 39, 0.15);
border: 1px solid rgba(255, 255, 255, 0.12);
}
.special-section {
margin: 60px 0;
padding: 0;
}
.section-header {
text-align: center;
margin-bottom: 40px;
}
.section-icon {
font-size: 32px;
display: block;
margin-bottom: 16px;
}
.featured-card {
max-width: 800px;
margin: 0 auto;
display: block;
text-decoration: none;
border: 2px solid transparent;
transition: all 0.3s ease;
}
.featured-card:hover {
border-color: var(--blue-fisagency);
transform: translateY(-4px);
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}
.card-note {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #eee;
text-align: center;
opacity: 0.7;
}
@media screen and (max-width: 767px) {
.featured-card {
max-width: 100%;
}
.section-icon {
font-size: 24px;
}
}
/*! /css/site-tool-transition.css */
.stc-brand-layer {
position: fixed;
inset: 0;
z-index: 99999;
display: flex;
align-items: center;
justify-content: center;
padding: 0 12px;
background: var(--surface, #ffffff);
opacity: 0;
pointer-events: auto;
transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.stc-brand-layer.is-active {
opacity: 1;
}
html[data-theme="dark"] .stc-brand-layer {
background: var(--surface, #030712);
}
.stc-brand-layer[data-theme="dark"] {
background: #030712;
}
.stc-brand-layer[data-theme="dark"] .stc-brand {
color: #f1f5f9;
}
.stc-brand-layer[data-theme="dark"] .stc-bar-fill {
background: #8ab4ff;
}
.stc-content {
width: 100%;
max-width: 275px;
display: grid;
grid-row-gap: 36px;
align-content: center;
justify-items: stretch;
text-align: center;
}
.stc-brand {
margin: 0;
font-family: "Poppins", sans-serif;
font-size: 36px;
font-weight: 700;
letter-spacing: -0.01em;
color: var(--black, #141b2d);
}
.stc-bar {
position: relative;
width: 100%;
height: 3px;
overflow: hidden;
border-radius: 2px;
background: var(--pinstripe, rgba(20, 27, 45, 0.12));
}
.stc-bar-fill {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 40%;
background: var(--calc-accent, var(--blue-fisagency, #2c457d));
animation: stc-indeterminate 1.1s ease-in-out infinite;
}
@keyframes stc-indeterminate {
0% {
transform: translateX(-120%);
}
100% {
transform: translateX(320%);
}
}
@media (prefers-reduced-motion: reduce) {
.stc-brand-layer {
transition: none;
}
.stc-bar-fill {
animation: none;
width: 100%;
}
}
/*! /css/site-home-dark.css */
html[data-theme="dark"] body.site-home-page {
background-color: #030712;
color: #cbd5e1;
}
html[data-theme="dark"] body.site-home-page .section {
background-color: #030712;
}
html[data-theme="dark"] body.site-home-page .section.grey {
background-color: #0a0f1e;
}
html[data-theme="dark"] body.site-home-page .grey-cover {
background-color: #0a0f1e;
}
html[data-theme="dark"] body.site-home-page h1,
html[data-theme="dark"] body.site-home-page h2,
html[data-theme="dark"] body.site-home-page h3,
html[data-theme="dark"] body.site-home-page h4,
html[data-theme="dark"] body.site-home-page .heading-3,
html[data-theme="dark"] body.site-home-page .heading-4,
html[data-theme="dark"] body.site-home-page .site-home-section-title,
html[data-theme="dark"] body.site-home-page .site-free-tools-card__title,
html[data-theme="dark"] body.site-home-page .highlight-number {
color: #f1f5f9;
}
html[data-theme="dark"] body.site-home-page .body-display,
html[data-theme="dark"] body.site-home-page .site-home-section-lead,
html[data-theme="dark"] body.site-home-page .site-free-tools-card__body,
html[data-theme="dark"] body.site-home-page p {
color: #94a3b8;
}
html[data-theme="dark"] body.site-home-page .hero-proof-chip,
html[data-theme="dark"] body.site-home-page .site-free-tools-card,
html[data-theme="dark"] body.site-home-page .process-phase-card,
html[data-theme="dark"] body.site-home-page .site-niche-card,
html[data-theme="dark"] body.site-home-page .site-stack-card,
html[data-theme="dark"] body.site-home-page .site-portal-card {
background: rgba(15, 23, 42, 0.72);
border-color: rgba(148, 163, 184, 0.16);
color: #e2e8f0;
box-shadow: 0 18px 42px rgba(0, 0, 0, 0.35);
}
html[data-theme="dark"] body.site-home-page .site-free-tools-card:hover,
html[data-theme="dark"] body.site-home-page .hero-proof-chip:hover {
background: rgba(30, 41, 59, 0.85);
border-color: rgba(148, 163, 184, 0.3);
}
html[data-theme="dark"] body.site-home-page .site-free-tools-card__count {
background: rgba(148, 163, 184, 0.12);
color: #94a3b8;
}
html[data-theme="dark"] body.site-home-page .site-free-tools-card__mark {
background: rgba(141, 180, 255, 0.15);
color: #8db4ff;
}
html[data-theme="dark"] body.site-home-page .site-free-tools-card__cta {
color: #8db4ff;
}
html[data-theme="dark"] body.site-home-page .footer-box,
html[data-theme="dark"] body.site-home-page .footer-box-top,
html[data-theme="dark"] body.site-home-page .footer-box-bottom {
background-color: #0a0f1e;
border-color: rgba(148, 163, 184, 0.16);
}
html[data-theme="dark"] body.site-home-page .footer-box-title,
html[data-theme="dark"] body.site-home-page .footer-tool-link {
color: #e2e8f0;
}
html[data-theme="dark"] body.site-home-page .footer-tool-link {
border-color: rgba(148, 163, 184, 0.25);
}
html[data-theme="dark"] body.site-home-page .footer-tool-link:hover {
background-color: rgba(148, 163, 184, 0.12);
}
html[data-theme="dark"] body.site-home-page .testimonial-text,
html[data-theme="dark"] body.site-home-page .testimonial-name {
color: #f1f5f9;
}
html[data-theme="dark"] body.site-home-page .navbar.w-nav {
background-color: rgba(3, 7, 18, 0.92) !important;
}
html[data-theme="dark"] body.site-home-page .navbar.w-nav .nav-link,
html[data-theme="dark"] body.site-home-page .navbar.w-nav .nav-link.nav-client-login,
html[data-theme="dark"] body.site-home-page .navbar.w-nav.site-nav-at-top .nav-right .nav-link.nav-client-login,
html[data-theme="dark"] body.site-home-page .navbar.w-nav.site-nav-scrolled .nav-right .nav-link.nav-client-login,
html[data-theme="dark"] body.site-home-page .navbar.w-nav .brand {
color: #f1f5f9 !important;
}
html[data-theme="dark"] body.site-home-page .navbar.w-nav .nav-link:hover {
color: #8db4ff !important;
}
html[data-theme="dark"] body.site-home-page .navbar.w-nav .brand .text-block,
html[data-theme="dark"] body.site-home-page .navbar.w-nav .brand div {
color: #f1f5f9 !important;
}
html[data-theme="dark"] body.site-home-page .navbar.w-nav .nav-button {
background-color: #f1f5f9 !important;
color: #0d1321 !important;
}
html[data-theme="dark"] body.site-home-page .w-nav-overlay,
html[data-theme="dark"] body.site-home-page .nav-menu {
background-color: #0a0f1e;
}
html[data-theme="dark"] body.site-home-page .footer-tool-link {
background-color: rgba(148, 163, 184, 0.1);
color: #e2e8f0 !important;
}
html[data-theme="dark"] body.site-home-page .footer-tool-link:hover {
background-color: rgba(148, 163, 184, 0.2);
}
html[data-theme="dark"] body.site-home-page .footer-tool-link * {
color: #e2e8f0 !important;
}
html[data-theme="dark"] body.site-home-page .white,
html[data-theme="dark"] body.site-home-page .light {
color: #f1f5f9;
}
html[data-theme="dark"] body.site-home-page .section.grey,
html[data-theme="dark"] body.site-home-page .section.grey .body-display,
html[data-theme="dark"] body.site-home-page .section.grey .heading-3,
html[data-theme="dark"] body.site-home-page .section.grey h1,
html[data-theme="dark"] body.site-home-page .section.grey h2,
html[data-theme="dark"] body.site-home-page .section.grey h3,
html[data-theme="dark"] body.site-home-page .section.grey .subtitle,
html[data-theme="dark"] body.site-home-page .section.grey .number-info h2,
html[data-theme="dark"] body.site-home-page .section.grey .number-info div,
html[data-theme="dark"] body.site-home-page .section.grey .highlight-number,
html[data-theme="dark"] body.site-home-page .section.grey em {
color: #f1f5f9 !important;
}
html[data-theme="dark"] body.site-home-page .section.grey p,
html[data-theme="dark"] body.site-home-page .section.grey .body-display.small {
color: #94a3b8 !important;
}
html[data-theme="dark"] body.site-home-page .heading-3,
html[data-theme="dark"] body.site-home-page .heading-4,
html[data-theme="dark"] body.site-home-page h2,
html[data-theme="dark"] body.site-home-page .highlight-number,
html[data-theme="dark"] body.site-home-page .number-info h2,
html[data-theme="dark"] body.site-home-page .number-info div {
color: #f1f5f9;
}
html[data-theme="dark"] body.site-home-page .left-line {
background-color: rgba(148, 163, 184, 0.35);
}
html[data-theme="dark"] body.site-home-page .subtitle,
html[data-theme="dark"] body.site-home-page .centered-line {
color: #94a3b8;
}
html[data-theme="dark"] body.site-home-page .site-niches-chip {
background: rgba(15, 23, 42, 0.72);
border-color: rgba(148, 163, 184, 0.2);
color: #e2e8f0;
box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}
html[data-theme="dark"] body.site-home-page .site-niches-chip:hover {
background: rgba(30, 41, 59, 0.9);
border-color: rgba(148, 163, 184, 0.35);
}
html[data-theme="dark"] body.site-home-page #how-we-work .process-phase-card {
background: rgba(15, 23, 42, 0.72);
border-color: rgba(148, 163, 184, 0.16);
}
html[data-theme="dark"] body.site-home-page #how-we-work .process-phase-card *,
html[data-theme="dark"] body.site-home-page #how-we-work .process-phase-title {
color: #e2e8f0 !important;
}
html[data-theme="dark"] body.site-home-page #how-we-work .process-phase-header {
border-bottom-color: rgba(148, 163, 184, 0.18);
}
html[data-theme="dark"] body.site-home-page #how-we-work .process-phase-duration {
background: rgba(141, 180, 255, 0.14) !important;
color: #8db4ff !important;
}
html[data-theme="dark"] body.site-home-page #how-we-work .process-phase-marker,
html[data-theme="dark"] body.site-home-page #how-we-work .process-phase-number {
background: #0a0f1e !important;
border-color: rgba(148, 163, 184, 0.3) !important;
color: #e2e8f0 !important;
}
html[data-theme="dark"] body.site-home-page #how-we-work .process-phase-line {
background: rgba(148, 163, 184, 0.25) !important;
}
html[data-theme="dark"] body.site-home-page .service-currency-note,
html[data-theme="dark"] body.site-home-page .service-scope-note,
html[data-theme="dark"] body.site-home-page .service-currency-cta {
color: #94a3b8 !important;
}
html[data-theme="dark"] body.site-home-page .nav-cover {
background-color: rgba(3, 7, 18, 0.92) !important;
}
html[data-theme="dark"] body.site-home-page .process-metrics {
background: rgba(15, 23, 42, 0.72) !important;
border-color: rgba(148, 163, 184, 0.16) !important;
}
html[data-theme="dark"] body.site-home-page .process-metrics *,
html[data-theme="dark"] body.site-home-page .process-metric-value {
color: #f1f5f9 !important;
}
html[data-theme="dark"] body.site-home-page .process-metric-label {
color: #94a3b8 !important;
}
html[data-theme="dark"] body.site-home-page .site-portal-feature {
background: rgba(15, 23, 42, 0.72);
border-color: rgba(148, 163, 184, 0.16);
}
html[data-theme="dark"] body.site-home-page .site-portal-feature__title {
color: #f1f5f9;
}
html[data-theme="dark"] body.site-home-page .site-portal-feature__body,
html[data-theme="dark"] body.site-home-page .site-portal-note {
color: #94a3b8;
}
html[data-theme="dark"] body.site-home-page .site-portal-signin {
background: #f1f5f9;
color: #0d1321;
}
html[data-theme="dark"] body.site-home-page .site-portal-privacy {
background: rgba(141, 180, 255, 0.12);
color: #8db4ff;
}
html[data-theme="dark"] body.site-home-page .outline-button {
color: #f1f5f9;
border-color: rgba(148, 163, 184, 0.4);
}
html[data-theme="dark"] body.site-home-page .outline-button:hover {
background-color: rgba(148, 163, 184, 0.15);
}
html[data-theme="dark"] body.site-home-page a {
color: #cbd5e1;
}
html[data-theme="dark"] body.site-home-page .site-home-section-lead a,
html[data-theme="dark"] body.site-home-page .section a:not(.outline-button):not(.site-niches-chip):not(.footer-tool-link):not(.site-free-tools-card):not(.hero-proof-chip) {
color: #8db4ff;
}
html[data-theme="dark"] body.site-home-page select {
background-color: #0f172a;
border-color: rgba(148, 163, 184, 0.3);
color: #e2e8f0;
}
html[data-theme="dark"] body.site-home-page .site-stack-rail,
html[data-theme="dark"] body.site-home-page .site-stack-rail-shell {
background: rgba(15, 23, 42, 0.6);
border-color: rgba(148, 163, 184, 0.16);
}
html[data-theme="dark"] body.site-home-page .footer-bottom-row,
html[data-theme="dark"] body.site-home-page .footer-credits,
html[data-theme="dark"] body.site-home-page .legal-link {
color: #94a3b8;
}
