:root {
    --ink: #101828;
    --muted: #667085;
    --line: rgba(16, 24, 40, .12);
    --soft: #f6f8fb;
    --paper: #ffffff;
    --night: #111827;
    --night-2: #0b1220;
    --green: #0f766e;
    --green-2: #14b8a6;
    --blue: #2563eb;
    --amber: #f59e0b;
    --radius: 8px;
    --shadow: 0 24px 70px rgba(16, 24, 40, .14);
    --shadow-sm: 0 12px 34px rgba(16, 24, 40, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body.site-body {
    margin: 0;
    color: var(--ink);
    background: linear-gradient(180deg, rgba(37, 99, 235, .06), rgba(255,255,255,0) 360px), var(--paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
}

body.site-body a { color: inherit; text-decoration: none; }
body.site-body img { display: block; max-width: 100%; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(255,255,255,.72);
    background: rgba(255,255,255,.84);
    box-shadow: 0 14px 38px rgba(16, 24, 40, .08);
    backdrop-filter: blur(18px);
}

.site-header-inner,
.site-footer-grid,
.site-alert-wrap,
.site-main .mx-auto.max-w-7xl,
.hero-shell {
    width: min(1180px, calc(100% - 32px));
    margin-inline: auto;
}

.site-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 78px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.brand-mark,
.brand-logo {
    width: 46px;
    height: 46px;
    border-radius: var(--radius);
    flex: 0 0 auto;
}

.brand-mark {
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 950;
    background: linear-gradient(135deg, var(--green), var(--blue));
    box-shadow: 0 14px 32px rgba(15, 118, 110, .28);
}

.brand-name {
    display: block;
    color: var(--night);
    font-size: 1.05rem;
    font-weight: 950;
    line-height: 1.1;
}

.brand-slogan {
    display: block;
    max-width: 340px;
    overflow: hidden;
    color: var(--muted);
    font-size: .78rem;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.primary-nav {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #344054;
    font-size: .94rem;
    font-weight: 850;
}

.primary-nav a {
    border-radius: var(--radius);
    padding: 11px 13px;
    transition: color .18s ease, background .18s ease, transform .18s ease;
}

.primary-nav a:hover {
    color: var(--green);
    background: rgba(15, 118, 110, .08);
}

.primary-nav .nav-cta {
    margin-left: 6px;
    color: #fff;
    background: linear-gradient(135deg, var(--green), #0d9488);
    box-shadow: 0 16px 34px rgba(15, 118, 110, .26);
}

.primary-nav .nav-cta:hover {
    color: #fff;
    background: linear-gradient(135deg, #0f766e, #2563eb);
    transform: translateY(-1px);
}

.mobile-nav { display: none; position: relative; }
.site-tools {
    display: flex;
    align-items: center;
    gap: 14px;
}

.language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(16, 24, 40, .10);
    border-radius: 999px;
    padding: 5px;
    background: rgba(255, 255, 255, .72);
}

.language-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 34px;
    border-radius: 999px;
    color: var(--muted) !important;
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.language-link.is-active {
    color: #fff !important;
    background: linear-gradient(135deg, var(--green), var(--blue));
    box-shadow: 0 10px 22px rgba(37, 99, 235, .18);
}

.mobile-menu-button {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 10px 14px;
    color: var(--night);
    background: #fff;
    font-weight: 900;
    cursor: pointer;
    list-style: none;
}

.mobile-nav nav {
    position: absolute;
    right: 0;
    top: calc(100% + 12px);
    display: grid;
    width: 230px;
    gap: 4px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 10px;
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.mobile-nav nav a {
    border-radius: var(--radius);
    padding: 11px 12px;
    font-weight: 850;
}

.mobile-nav nav a:hover { background: var(--soft); }

.site-alert {
    margin-top: 18px;
    border: 1px solid rgba(15, 118, 110, .22);
    border-radius: var(--radius);
    padding: 13px 16px;
    color: #064e3b;
    background: #ecfdf5;
    font-weight: 800;
}

.modern-hero {
    position: relative;
    min-height: clamp(620px, 78vh, 820px);
    overflow: hidden;
    isolation: isolate;
    background: var(--night);
}

.modern-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(5,12,24,.94), rgba(5,12,24,.68) 42%, rgba(5,12,24,.18)),
        radial-gradient(circle at 72% 25%, rgba(20,184,166,.35), transparent 30%),
        radial-gradient(circle at 20% 84%, rgba(245,158,11,.22), transparent 26%);
}

.modern-hero > img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .72;
    filter: saturate(1.08) contrast(1.02);
}

.hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    align-items: end;
    gap: 36px;
    min-height: inherit;
    padding: 96px 0 76px;
}

.hero-copy { color: #fff; }
.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    margin: 0 0 20px;
    padding: 8px 12px;
    color: #bff4ea;
    background: rgba(255,255,255,.10);
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.hero-copy h1 {
    max-width: 830px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.8rem, 7vw, 6.4rem);
    font-weight: 950;
    line-height: .95;
    letter-spacing: 0;
}

.hero-copy h1::after {
    content: "";
    display: block;
    width: min(240px, 46vw);
    height: 6px;
    border-radius: 999px;
    margin-top: 26px;
    background: linear-gradient(90deg, var(--green-2), var(--amber));
}

.hero-subtitle {
    max-width: 700px;
    margin: 24px 0 0;
    color: #fff;
    font-size: clamp(1.2rem, 2.3vw, 1.65rem);
    font-weight: 850;
    line-height: 1.35;
}

.hero-text {
    max-width: 670px;
    margin: 18px 0 0;
    color: rgba(255,255,255,.84);
    font-size: clamp(1rem, 2vw, 1.18rem);
    line-height: 1.75;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.button-primary,
.button-secondary,
.site-main section:last-child a,
form button,
.rounded.bg-emerald-700,
.rounded.bg-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border: 0;
    border-radius: var(--radius);
    padding: 13px 18px;
    font-size: .92rem;
    font-weight: 950;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.button-primary,
form button,
.rounded.bg-emerald-700 {
    color: #fff;
    background: linear-gradient(135deg, var(--green), #0d9488);
    box-shadow: 0 18px 42px rgba(20,184,166,.24);
}

.button-secondary {
    color: #fff;
    border: 1px solid rgba(255,255,255,.24);
    background: rgba(255,255,255,.10);
    backdrop-filter: blur(10px);
}

.button-primary:hover,
.button-secondary:hover,
form button:hover,
.rounded.bg-emerald-700:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 54px rgba(20,184,166,.32);
}

.hero-panel {
    border: 1px solid rgba(255,255,255,.18);
    border-radius: var(--radius);
    padding: 22px;
    color: #fff;
    background: rgba(255,255,255,.11);
    box-shadow: 0 26px 70px rgba(0,0,0,.28);
    backdrop-filter: blur(16px);
}

.hero-panel span {
    color: #bff4ea;
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hero-panel strong {
    display: block;
    margin-top: 10px;
    font-size: 3.5rem;
    font-weight: 950;
    line-height: 1;
}

.hero-panel small {
    display: block;
    margin-top: 10px;
    color: rgba(255,255,255,.78);
    font-size: .95rem;
    line-height: 1.5;
}

.site-main > section {
    padding: clamp(68px, 8vw, 112px) 0;
}

.site-main > section:nth-child(odd):not(.modern-hero) { background: #fff; }
.site-main > section:nth-child(even):not(.modern-hero) {
    background: linear-gradient(180deg, rgba(37,99,235,.045), rgba(15,118,110,.045)), var(--soft);
}

.site-main h2 {
    margin: 10px 0 0;
    color: var(--night);
    font-size: clamp(2rem, 4vw, 3.35rem);
    font-weight: 950;
    line-height: 1.02;
    letter-spacing: 0;
}

.site-main h3 {
    color: var(--night);
    font-weight: 950;
}

.site-main p { line-height: 1.7; }

.site-main .text-sm.font-black.uppercase,
.site-main .text-xs.font-bold.uppercase {
    display: inline-flex;
    width: fit-content;
    border: 1px solid rgba(15,118,110,.18);
    border-radius: 999px;
    padding: 7px 10px;
    color: var(--green);
    background: rgba(15,118,110,.08);
    font-size: .76rem;
    font-weight: 950;
    letter-spacing: .08em;
}

.site-main .grid { display: grid; }
.site-main .flex { display: flex; }
.site-main .lg\:grid-cols-2,
.site-main .md\:grid-cols-2,
.site-main .lg\:grid-cols-3,
.site-main .md\:grid-cols-3,
.site-main .lg\:grid-cols-4,
.site-main .sm\:grid-cols-3,
.site-main .sm\:grid-cols-2 { gap: 24px; }

.site-main section article,
.site-main .rounded.border,
.site-main figure,
.site-main form.rounded {
    border: 1px solid rgba(16,24,40,.10) !important;
    border-radius: var(--radius) !important;
    background: rgba(255,255,255,.94) !important;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.site-main article,
.site-main .rounded.border {
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.site-main article:hover,
.site-main .rounded.border:hover {
    border-color: rgba(15,118,110,.28) !important;
    box-shadow: var(--shadow);
    transform: translateY(-4px);
}

.site-main article img,
.site-main figure img,
.site-main .rounded.object-cover,
.site-main .w-full.object-cover {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: var(--radius);
}

.site-main section:nth-of-type(2) img {
    min-height: 420px;
    box-shadow: var(--shadow);
}

.site-main article h2,
.site-main article h3 {
    margin: 18px 0 8px;
    font-size: 1.3rem;
}

.service-grid {
    align-items: stretch;
}

.service-card {
    display: flex !important;
    flex-direction: column !important;
    min-height: 500px;
    padding: 0 !important;
}

.service-card-image {
    display: block !important;
    width: 100% !important;
    height: clamp(260px, 24vw, 340px) !important;
    min-height: 260px !important;
    border-radius: var(--radius) var(--radius) 0 0 !important;
    object-fit: cover !important;
    box-shadow: none !important;
}

.service-card-body {
    display: flex !important;
    flex: 1 1 auto;
    flex-direction: column !important;
    justify-content: space-between;
    width: 100%;
    padding: 28px !important;
}

.service-card-title,
.service-card-text,
.service-card-link {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
    white-space: normal !important;
}

.service-card-title {
    margin-top: 0 !important;
    color: var(--night) !important;
    font-size: clamp(1.5rem, 2.2vw, 2rem) !important;
    line-height: 1.12 !important;
}

.service-card-text {
    margin-top: 14px !important;
    color: var(--muted) !important;
    font-size: 1rem !important;
    font-weight: 700;
    line-height: 1.7 !important;
}

.service-card-link {
    margin-top: 22px !important;
    color: var(--green) !important;
    font-size: .95rem !important;
    font-weight: 950 !important;
}

.fleet-grid,
.gallery-grid {
    align-items: stretch;
}

.fleet-card,
.gallery-card {
    display: flex !important;
    flex-direction: column !important;
    min-height: 500px;
    padding: 0 !important;
}

.fleet-card-image,
.gallery-card-image {
    display: block !important;
    width: 100% !important;
    height: clamp(260px, 24vw, 340px) !important;
    min-height: 260px !important;
    border-radius: var(--radius) var(--radius) 0 0 !important;
    object-fit: cover !important;
    box-shadow: none !important;
}

.fleet-card-body {
    display: flex !important;
    flex: 1 1 auto;
    flex-direction: column !important;
    justify-content: space-between;
    width: 100%;
    padding: 28px !important;
}

.fleet-card-meta,
.fleet-card-title,
.fleet-card-text,
.fleet-card-link,
.gallery-card-title {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
    white-space: normal !important;
}

.fleet-card-meta {
    margin-top: 0 !important;
    color: var(--green) !important;
    font-size: .78rem !important;
    font-weight: 950 !important;
    letter-spacing: .08em;
}

.fleet-card-title {
    margin-top: 10px !important;
    color: var(--night) !important;
    font-size: clamp(1.5rem, 2.2vw, 2rem) !important;
    line-height: 1.12 !important;
}

.fleet-card-text {
    margin-top: 14px !important;
    color: var(--muted) !important;
    font-size: 1rem !important;
    font-weight: 700;
    line-height: 1.7 !important;
}

.fleet-card-link {
    margin-top: 22px !important;
    color: var(--green) !important;
    font-size: .95rem !important;
    font-weight: 950 !important;
}

.fleet-card-dark .fleet-card-meta {
    color: #99f6e4 !important;
}

.fleet-card-dark {
    border-color: rgba(255, 255, 255, .16) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .04)) !important;
    box-shadow: 0 20px 56px rgba(0, 0, 0, .22) !important;
    backdrop-filter: blur(10px);
}

.fleet-card-dark .fleet-card-body {
    background: linear-gradient(180deg, rgba(11, 18, 32, .12), rgba(11, 18, 32, .72)) !important;
}

.fleet-card-dark .fleet-card-title {
    color: #fff !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .18);
}

.fleet-card-dark .fleet-card-text {
    color: rgba(255, 255, 255, .74) !important;
}

.fleet-card-dark .fleet-card-link {
    color: #99f6e4 !important;
}

.gallery-card {
    min-height: 420px;
}

.gallery-card-title {
    padding: 24px 26px !important;
    color: var(--night) !important;
    font-size: 1.12rem !important;
    font-weight: 950 !important;
    line-height: 1.35 !important;
}

.testimonials-grid {
    align-items: stretch;
}

.testimonial-card {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between;
    min-height: 230px;
    padding: 28px !important;
}

.testimonial-card,
.testimonial-card * {
    column-count: initial !important;
    column-width: auto !important;
}

.testimonial-quote,
.testimonial-person,
.testimonial-company {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    white-space: normal !important;
    overflow-wrap: break-word;
    text-align: left !important;
}

.testimonial-quote {
    margin: 0 !important;
    color: #475467 !important;
    font-size: 1rem !important;
    font-weight: 750;
    line-height: 1.75 !important;
}

.testimonial-author {
    display: block !important;
    margin-top: 26px;
    padding-top: 18px;
    border-top: 1px solid rgba(16, 24, 40, .10);
}

.testimonial-person {
    margin-top: 0 !important;
    color: var(--night) !important;
    font-size: 1rem;
    font-weight: 950;
    line-height: 1.35 !important;
}

.testimonial-company {
    margin-top: 4px !important;
    color: var(--muted) !important;
    font-size: .9rem !important;
    font-weight: 700;
    line-height: 1.35 !important;
}

.site-main article p,
.site-main .text-zinc-600,
.site-main .text-zinc-700 { color: var(--muted); }

.site-main article a:not(.rounded),
.site-main a.text-sm.font-black {
    color: var(--green);
    font-weight: 950;
}

.site-main article a:not(.rounded)::after,
.site-main a.text-sm.font-black::after { content: " ->"; }

.site-main .bg-zinc-950 {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(135deg, var(--night), var(--night-2)) !important;
}

.site-main .bg-zinc-950 h2,
.site-main .bg-zinc-950 h3 { color: #fff; }

.site-main .bg-zinc-950 article {
    border-color: rgba(255,255,255,.14) !important;
    background: rgba(255,255,255,.07) !important;
    box-shadow: none;
    backdrop-filter: blur(10px);
}

.site-main .bg-emerald-700 {
    color: #fff;
    background: linear-gradient(135deg, #0f766e, #2563eb) !important;
}

.site-main .bg-emerald-700 h2 { color: #fff; }
.site-main .bg-emerald-700 a {
    color: var(--night);
    background: #fff;
    box-shadow: 0 18px 42px rgba(0,0,0,.16);
}

input,
textarea,
select {
    width: 100%;
    border: 1px solid rgba(16,24,40,.16);
    border-radius: var(--radius);
    padding: 13px 14px;
    color: var(--ink);
    background: #fff;
    font: inherit;
}

input:focus,
textarea:focus,
select:focus {
    outline: 3px solid rgba(20,184,166,.18);
    border-color: var(--green);
}

.site-footer {
    color: #fff;
    background: radial-gradient(circle at 12% 0%, rgba(20,184,166,.24), transparent 28%), linear-gradient(135deg, #0b1220, #111827);
}

.site-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 42px;
    padding: 58px 0;
}

.site-footer p { margin: 0; }
.footer-brand { font-size: 1.65rem; font-weight: 950; }
.footer-copy { max-width: 560px; margin-top: 12px !important; color: rgba(255,255,255,.72); }
.footer-title { font-weight: 950; }
.footer-list { display: grid; gap: 8px; margin-top: 14px; color: rgba(255,255,255,.72); }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 14px; }
.site-footer a { color: rgba(255,255,255,.72); }
.site-footer a:hover { color: #fff; }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.10);
    padding: 18px;
    color: rgba(255,255,255,.58);
    text-align: center;
    font-size: .82rem;
}

.hidden { display: none; }
.block { display: block; }
.inline-block { display: inline-block; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.gap-3 { gap: 12px; }
.gap-4 { gap: 16px; }
.gap-6 { gap: 24px; }
.gap-8 { gap: 32px; }
.gap-10, .gap-12 { gap: 42px; }
.mt-1 { margin-top: 4px; }
.mt-2 { margin-top: 8px; }
.mt-3 { margin-top: 12px; }
.mt-4 { margin-top: 16px; }
.mt-5 { margin-top: 20px; }
.mt-6 { margin-top: 24px; }
.mt-8 { margin-top: 32px; }
.mt-10 { margin-top: 40px; }
.mb-4 { margin-bottom: 16px; }
.mb-5 { margin-bottom: 20px; }
.p-4 { padding: 16px; }
.p-5 { padding: 20px; }
.p-6 { padding: 24px; }
.text-white { color: #fff; }
.text-zinc-300 { color: rgba(255,255,255,.72); }
.text-emerald-300 { color: #99f6e4; }
.font-black, .font-bold, .font-semibold { font-weight: 950; }
.text-center { text-align: center; }
.overflow-hidden { overflow: hidden; }
.shadow-sm { box-shadow: var(--shadow-sm); }

@media (min-width: 640px) {
    .site-main .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .site-main .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 768px) {
    .site-main .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .site-main .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .site-main .md\:flex-row { flex-direction: row; }
    .site-main .md\:items-end { align-items: flex-end; }
}

@media (min-width: 1024px) {
    .site-main .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .site-main .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .site-main .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .site-main .lg\:col-span-1 { grid-column: span 1 / span 1; }
    .site-main .lg\:col-span-2 { grid-column: span 2 / span 2; }
}

@media (max-width: 1023px) {
    .primary-nav { display: none; }
    .mobile-nav { display: block; }
    .site-header-inner { min-height: 70px; }
    .brand-slogan { display: none; }
    .site-tools { gap: 10px; }
    .hero-shell {
        grid-template-columns: 1fr;
        align-items: center;
    }
    .hero-panel { width: min(100%, 360px); }
    .site-main .flex { flex-direction: column; }
    .site-footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .site-header-inner,
    .site-footer-grid,
    .site-alert-wrap,
    .site-main .mx-auto.max-w-7xl,
    .hero-shell {
        width: min(100% - 24px, 1180px);
    }
    .brand-name { font-size: .98rem; }
    .modern-hero { min-height: 610px; }
    .hero-shell { padding: 72px 0 54px; }
    .hero-copy h1 { font-size: clamp(2.3rem, 13vw, 3.8rem); }
    .site-main > section { padding: 58px 0; }
    .language-switcher { padding: 4px; }
    .language-link { min-width: 38px; min-height: 32px; }

    .fleet-card-dark {
        min-height: 0;
    }

    .fleet-card-dark .fleet-card-image {
        height: 260px !important;
        min-height: 260px !important;
    }

    .fleet-card-dark .fleet-card-body {
        padding: 22px !important;
        background: linear-gradient(180deg, rgba(11, 18, 32, .18), rgba(11, 18, 32, .86)) !important;
    }

    .fleet-card-dark .fleet-card-meta {
        display: inline-flex !important;
        width: fit-content !important;
        padding: 7px 10px;
        border: 1px solid rgba(153, 246, 228, .28);
        border-radius: 999px;
        background: rgba(153, 246, 228, .08);
    }

    .fleet-card-dark .fleet-card-title {
        font-size: clamp(1.8rem, 8vw, 2.5rem) !important;
        line-height: 1.02 !important;
    }

    .fleet-card-dark .fleet-card-text {
        font-size: 1.06rem !important;
        line-height: 1.72 !important;
        color: rgba(255, 255, 255, .88) !important;
    }
}
