:root {
    --lgh-home-green: #b6b000;
    --lgh-home-green-light: #d6d23a;
    --lgh-home-green-dark: #4d581f;
    --lgh-home-grey: #ececec;
    --lgh-home-charcoal: #303030;
    --lgh-home-white: #fff;
    --lgh-home-black: #090909;
    --lgh-home-copy: #3e3e3e;
    --lgh-home-width: 1280px;
    --lgh-home-gutter: clamp(20px, 4vw, 48px);
    --lgh-home-section-space: clamp(48px, 6vw, 84px);
    --lgh-home-section-top-space: clamp(38px, 4vw, 58px);
    --lgh-home-heading: "Univers Condensed Bold", Impact, sans-serif;
    --lgh-home-body: "Univers LT Std", Arial, sans-serif;
    --lgh-home-shadow: 0 12px 30px rgba(0, 0, 0, .14);
}

#lgh main#homeBody.lgh-home { width: 100%; max-width: none; margin: 0; padding: 0; overflow: hidden; color: var(--lgh-home-copy); font-family: var(--lgh-home-body); }

@media (max-width: 991.98px) {
    #lgh main#homeBody.lgh-home { margin-top: 80px; }
}
#homeBody.lgh-home *, #homeBody.lgh-home *::before, #homeBody.lgh-home *::after { box-sizing: border-box; }
#homeBody.lgh-home h1, #homeBody.lgh-home h2, #homeBody.lgh-home h3, #homeBody.lgh-home h4, #homeBody.lgh-home h5, #homeBody.lgh-home h6 { margin-top: 0; color: var(--lgh-home-black); font-family: var(--lgh-home-heading); font-weight: 700; letter-spacing: -.025em; line-height: .98; text-transform: uppercase; }
#homeBody.lgh-home mark { padding: 0; background: transparent; color: var(--lgh-home-green); }
#homeBody.lgh-home img { display: block; max-width: 100%; }
#homeBody.lgh-home a:focus-visible, #homeBody.lgh-home button:focus-visible { outline: 3px solid var(--lgh-home-green-light); outline-offset: 4px; }
.lgh-home-container { width: min(100% - (2 * var(--lgh-home-gutter)), var(--lgh-home-width)); margin-inline: auto; }
.lgh-home-section { padding-top: var(--lgh-home-section-top-space); padding-bottom: var(--lgh-home-section-space); }
.lgh-home-section h1, .lgh-home-section h2 { margin-bottom: 18px; font-size: clamp(38px, 4.5vw, 68px); }
.lgh-home-section-heading { margin-bottom: clamp(28px, 4vw, 48px); }
.lgh-home-section-heading p { max-width: 700px; margin: 0; font-size: 18px; line-height: 1.5; }
.lgh-home-section-heading--split { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.lgh-home-button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 12px 20px 10px; border: 2px solid var(--lgh-home-green); background: var(--lgh-home-green); color: #fff !important; font-family: var(--lgh-home-heading); font-size: 16px; font-weight: 700; line-height: 1; text-decoration: none !important; text-transform: uppercase; transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.lgh-home-button:hover { border-color: var(--lgh-home-green-light); background: var(--lgh-home-green-light); color: #111 !important; transform: translateY(-2px); }
.lgh-home-button--dark { border-color: var(--lgh-home-black); background: var(--lgh-home-black); }

/* Hero */
#mainSlider.lgh-home__hero { display: block !important; }
#mainSlider.lgh-home__hero .slide { min-height: clamp(540px, 44vw, 680px); background-position: top; }
#mainSlider.lgh-home__hero .slider-overlay { min-height: inherit; height: auto; padding: clamp(40px, 7vw, 90px) var(--lgh-home-gutter); }
#mainSlider.lgh-home__hero .slider-overlay::before { background: linear-gradient(90deg, rgba(0, 0, 0, .88) 0%, rgba(0, 0, 0, .68) 43%, rgba(0, 0, 0, .22) 76%, rgba(0, 0, 0, .1) 100%); }
#mainSlider.lgh-home__hero .lgh-slick-slider .slide .slider-content { width: min(720px, 58vw); max-width: 720px; margin: 0; }
#mainSlider.lgh-home__hero .lgh-slick-slider .slide .slider-content .title { margin-bottom: 22px; color: #fff; font-size: clamp(48px, 4.2vw, 72px); line-height: .94; }
#mainSlider.lgh-home__hero .lgh-slick-slider .slide .slider-content .subtitle { max-width: 600px; margin-bottom: 30px; color: #fff; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.45; }
#mainSlider.lgh-home__hero .slider-content .title mark { background: transparent; color: var(--lgh-home-green-light); }
#mainSlider.lgh-home__hero .lgh-slick-slider .slide .slider-content .slide-button { display: inline-flex; align-items: center; gap: 15px; padding: 14px 24px; }
#mainSlider.lgh-home__hero .lgh-slick-slider .slide .slider-content .slide-button::after { content: "\e003"; display: inline-block; flex: 0 0 auto; margin: 0 0 1px; font-family: ms-icons; font-size: 21px; font-style: normal; font-weight: 700; line-height: 1; -webkit-text-stroke: .35px currentColor; speak: none; transition: transform .2s ease; }
#mainSlider.lgh-home__hero .lgh-slick-slider .slide .slider-content .slide-button:hover::after, #mainSlider.lgh-home__hero .lgh-slick-slider .slide .slider-content .slide-button:focus-visible::after { transform: translateX(3px); }
#mainSlider.lgh-home__hero .lgh-slick-slider-wrap { position: relative; }
#mainSlider.lgh-home__hero .lgh-slider-controls { position: absolute; z-index: 4; right: max(var(--lgh-home-gutter), calc((100vw - var(--lgh-home-width)) / 2 + var(--lgh-home-gutter))); bottom: 34px; display: flex; align-items: center; color: #fff; }
#mainSlider.lgh-home__hero .lgh-slider-control { position: relative; display: inline-flex; width: 38px; height: 38px; flex: 0 0 38px; align-items: center; justify-content: center; padding: 0; border: 2px solid rgba(255, 255, 255, .9); border-radius: 50%; background: rgba(0, 0, 0, .22); color: #fff; cursor: pointer; transition: border-color .2s ease, background-color .2s ease, color .2s ease; }
#mainSlider.lgh-home__hero .lgh-slider-control::before { font-family: ms-icons; font-size: 17px; line-height: 1; }
#mainSlider.lgh-home__hero .lgh-slider-control--prev::before { content: "\e002"; }
#mainSlider.lgh-home__hero .lgh-slider-control--next::before { content: "\e003"; }
#mainSlider.lgh-home__hero .lgh-slider-control:hover { border-color: var(--lgh-home-green-light); background: var(--lgh-home-green-light); color: #111; }
#mainSlider.lgh-home__hero .lgh-slider-controls__line { width: clamp(28px, 3vw, 52px); height: 2px; margin: 0 7px; background: rgba(255, 255, 255, .9); }
#mainSlider.lgh-home__hero .lgh-slider-count { display: inline-flex; min-width: 44px; margin-left: 12px; align-items: baseline; gap: 2px; color: #fff; font-family: var(--lgh-home-body); font-size: 15px; font-weight: 700; line-height: 1; }

/* Partner */
.lgh-home-partner { padding-top: clamp(42px, 5vw, 68px); background: var(--lgh-home-grey); }
.lgh-home-partner__intro { display: grid; grid-template-columns: minmax(280px, .8fr) 1.25fr; gap: clamp(30px, 7vw, 100px); align-items: start; }
.lgh-home-partner__intro h1 { margin: 0; }
.lgh-home-partner__copy { max-width: 720px; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.55; }
.lgh-home-partner__copy p:first-child { margin-top: 0; }
.lgh-home-partner__features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: clamp(36px, 5vw, 64px); }
.lgh-home-feature { position: relative; min-height: 180px; overflow: hidden; padding: 28px 24px 24px; border-top: 4px solid #c8c8c8; background: rgba(255, 255, 255, .48); transition: background-color .2s ease, border-color .2s ease, transform .2s ease; }
.lgh-home-feature:hover { border-color: var(--lgh-home-green-light); background: var(--lgh-home-green-light); transform: translateY(-5px); }
.lgh-home-feature__number { position: absolute; z-index: 0; top: 8px; right: 14px; color: rgba(182, 176, 0, .13); font-family: var(--lgh-home-heading); font-size: clamp(64px, 5vw, 80px); font-weight: 700; letter-spacing: -.08em; line-height: 1; -webkit-text-stroke: 1px transparent; pointer-events: none; transition: color .2s ease, -webkit-text-stroke-color .2s ease; }
.lgh-home-feature:hover .lgh-home-feature__number { color: rgb(77 88 31 / 13%); -webkit-text-stroke-color: transparent; }
.lgh-home-feature:nth-child(4) .lgh-home-feature__number { letter-spacing: -.05em; }
.lgh-home-feature > *:not(.lgh-home-feature__number) { position: relative; z-index: 1; }
.lgh-home-feature__index { display: block; width: 34px; height: 5px; margin-bottom: 22px; background: var(--lgh-home-green); }
.lgh-home-feature h3 { margin-bottom: 10px; font-size: 26px; }
.lgh-home-feature p { margin: 0; line-height: 1.45; }

/* Equipment */
.lgh-home-equipment { background: var(--lgh-home-green-dark); color: #fff; }
.lgh-home-equipment h2, .lgh-home-equipment h3, .lgh-home-equipment p { color: #fff !important; }
.lgh-home-equipment__heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 330px); grid-template-areas: "title actions" "intro intro"; column-gap: clamp(32px, 5vw, 72px); row-gap: 18px; align-items: start; }
.lgh-home-equipment__heading > h2 { grid-area: title; margin-bottom: 0; }
.lgh-home-equipment__intro { grid-area: intro; width: 100%; max-width: none !important; margin: 0; }
.lgh-home-equipment__actions { display: flex; width: 100%; grid-area: actions; flex-direction: column; align-items: stretch; gap: 14px; }
.lgh-home-equipment__actions .lgh-home-button { width: 100%; min-height: 52px; margin: 0; padding: 15px 30px 13px; gap: 15px; font-size: 18px; }
.lgh-home-equipment__actions .lgh-home-button:not(:hover) { background: transparent; }
.lgh-home-equipment__actions .lgh-home-button__icon { width: 21px; height: 21px; flex: 0 0 21px; margin-bottom: 1px; }
.lgh-home-equipment__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.lgh-home-equipment-card { min-width: 0; }
.lgh-home-equipment-card > a { display: block; height: 100%; padding: 28px; color: #fff; text-decoration: none; transition: background-color .2s ease; }
.lgh-home-equipment-card > a:hover { background: var(--lgh-home-green-light); color: #111; }
.lgh-home-equipment-card > a:hover h3, .lgh-home-equipment-card > a:hover p, .lgh-home-equipment-card > a:hover .lgh-home-text-link { color: #111 !important; }
.lgh-home-equipment-card__icon { display: flex; width: 74px; height: 74px; margin-bottom: 22px; align-items: center; justify-content: center; overflow: hidden; border: 3px solid rgba(255, 255, 255, .8); border-radius: 50%; background: #fff; }
.lgh-home-equipment-card__icon img { width: 100%; height: 100%; object-fit: cover; }
.lgh-home-equipment-card h3 { margin-bottom: 10px; font-size: clamp(26px, 2.2vw, 34px); }
.lgh-home-equipment-card p { min-height: 46px; margin: 0 0 20px; line-height: 1.45; }
.lgh-home-text-link { color: var(--lgh-home-green-light); font-family: var(--lgh-home-heading); font-weight: 700; text-transform: uppercase; }

/* Image cards */
.lgh-home-sectors { background: #f5f5f5; }
.lgh-home-sectors__heading p { width: 100%; max-width: none; }
.lgh-home-sectors__slider-wrap { --sector-card-gap: clamp(20px, 2.5vw, 34px); overflow: hidden; }
.lgh-home-sectors__slider .slick-list { margin-inline: calc(var(--sector-card-gap) / -2); }
.lgh-home-sectors__slider .slick-track { display: flex; }
.lgh-home-sectors__slider .slick-slide { height: auto; margin-inline: calc(var(--sector-card-gap) / 2); }
.lgh-home-sectors__slider .slick-slide > a { height: 100%; }
.lgh-home-sectors__controls { display: flex; margin-top: 26px; align-items: center; justify-content: flex-end; }
.lgh-home-sectors__control { position: relative; display: inline-flex; width: 40px; height: 40px; flex: 0 0 40px; align-items: center; justify-content: center; padding: 0; border: 2px solid var(--lgh-home-green); border-radius: 50%; background: transparent; color: var(--lgh-home-black); cursor: pointer; transition: border-color .2s ease, background-color .2s ease, color .2s ease; }
.lgh-home-sectors__control::before { font-family: ms-icons; font-size: 17px; line-height: 1; }
.lgh-home-sectors__control--prev::before { content: "\e002"; }
.lgh-home-sectors__control--next::before { content: "\e003"; }
.lgh-home-sectors__control:hover { border-color: var(--lgh-home-green-light); background: var(--lgh-home-green-light); }
.lgh-home-sectors__controls-line { width: clamp(28px, 3vw, 52px); height: 2px; margin-inline: 7px; background: var(--lgh-home-green); }
.lgh-home-card-grid { display: grid; gap: clamp(20px, 2.5vw, 34px); }
.lgh-home-card-grid--three { grid-template-columns: repeat(3, 1fr); }
.lgh-home-card-grid--four { grid-template-columns: repeat(4, 1fr); }
.lgh-home-image-card { background: #fff; box-shadow: 0 2px 0 rgba(0, 0, 0, .08); }
.lgh-home-image-card > a { display: flex; height: 100%; flex-direction: column; color: inherit; text-decoration: none; }
.lgh-home-image-card__media { height: 250px; overflow: hidden; }
.lgh-home-image-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.lgh-home-image-card__body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 26px; }
.lgh-home-image-card h3 { margin-bottom: 14px; font-size: clamp(28px, 2.7vw, 39px); }
.lgh-home-image-card p { margin: 0 0 24px; line-height: 1.48; }
.lgh-home-image-card .lgh-home-button { margin-top: auto; }
.lgh-home-image-card:hover img { transform: scale(1.06); }
.lgh-home-image-card:hover h3 { color: var(--lgh-home-green); }

/* Case studies */
.lgh-home-cases { background: #fff; }
.lgh-home-cases__slider-wrap { position: relative; overflow: hidden; }
.lgh-home-cases__slider { display: block; }
#homeBody.lgh-home .lgh-home-cases__slider .slick-slide.lgh-home-case { height: clamp(500px, 36vw, 560px); min-height: clamp(500px, 36vw, 560px); background-image: linear-gradient(90deg, rgba(0, 0, 0, .81) 0%, rgba(0, 0, 0, .59) 58%, rgba(0, 0, 0, .45) 100%), var(--case-image); background-position: center; background-size: cover; }
.lgh-home-case__content { display: flex; width: min(960px, 78%); height: 100%; min-height: inherit; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: clamp(34px, 5vw, 64px); padding-bottom: clamp(48px, 7vw, 82px); }
.lgh-home-case__content > span { display: inline-block; margin-bottom: 18px; padding: 7px 12px 6px; border-radius: 5px; background: #f4f3dc; color: #555; font-family: var(--lgh-home-body); font-size: 14px; font-weight: 700; line-height: 1; text-transform: none; }
#homeBody.lgh-home .lgh-home-case h3 { margin-bottom: 24px; color: #fff; font-size: clamp(32px, 3.1vw, 46px); line-height: 1.04; }
#homeBody.lgh-home .lgh-home-case .lgh-home-button { min-height: 0; padding: 10px 24px 10px; font-size: 18px; }
.lgh-home-cases__controls { position: absolute; z-index: 4; right: clamp(24px, 4vw, 58px); bottom: clamp(26px, 4vw, 48px); display: flex; align-items: center; color: #fff; }
.lgh-home-cases__control { position: relative; display: inline-flex; width: 40px; height: 40px; flex: 0 0 40px; align-items: center; justify-content: center; padding: 0; border: 2px solid rgba(255, 255, 255, .95); border-radius: 50%; background: rgba(0, 0, 0, .2); color: #fff; cursor: pointer; }
.lgh-home-cases__control::before { font-family: ms-icons; font-size: 17px; line-height: 1; }
.lgh-home-cases__control--prev::before { content: "\e002"; }
.lgh-home-cases__control--next::before { content: "\e003"; }
.lgh-home-cases__control:hover { border-color: var(--lgh-home-green-light); background: var(--lgh-home-green-light); color: #111; }
.lgh-home-cases__controls-line { width: clamp(30px, 3vw, 52px); height: 2px; margin: 0 8px; background: #fff; }
.lgh-home-cases__count { display: inline-flex; min-width: 40px; margin-left: 12px; gap: 2px; font-size: 15px; font-weight: 700; line-height: 1; }

/* Campaign */
.lgh-home-campaign { background: var(--lgh-home-grey); }
.lgh-home-campaign__grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(38px, 7vw, 100px); align-items: center; }
.lgh-home-campaign--split.is-inverted .lgh-home-campaign__image { order: -1; }
.lgh-home-campaign--split.is-after-list { background: var(--lgh-home-green-dark); color: #fff; }
#homeBody.lgh-home .lgh-home-campaign--split.is-after-list h2 { color: #fff; }
#homeBody.lgh-home .lgh-home-campaign--split.is-after-list h2 mark { color: var(--lgh-home-green); }
.lgh-home-campaign--split.is-after-list .lgh-home-campaign__copy { color: #fff; }
.lgh-home-campaign__copy { margin-bottom: 28px; font-size: 18px; line-height: 1.55; }
.lgh-home-campaign__image { min-height: 360px; }
.lgh-home-campaign__image img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; box-shadow: var(--lgh-home-shadow); }
.lgh-home-campaign-list__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: clamp(42px, 6vw, 90px); align-items: start; }
.lgh-home-campaign-list__grid.has-no-groups { grid-template-columns: minmax(0, 1fr); }
.lgh-home-campaign-list__intro h2 { margin-bottom: 42px; font-size: clamp(42px, 4vw, 60px); white-space: nowrap; }
.lgh-home-campaign-list__groups { display: grid; max-width: 440px; gap: 4px; }
.lgh-home-campaign-list__group { position: relative; display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 11px 42px 9px 14px; border: 0; background: transparent; color: var(--lgh-home-copy); font-family: var(--lgh-home-heading); font-size: clamp(17px, 1.5vw, 21px); font-weight: 700; letter-spacing: .13em; line-height: 1.15; text-align: left; text-transform: uppercase; cursor: pointer; transition: background-color .2s ease, color .2s ease, transform .2s ease; }
.lgh-home-campaign-list__group::after { content: "\e003"; position: absolute; right: 15px; font-family: ms-icons; font-size: 16px; letter-spacing: 0; opacity: .35; transition: opacity .2s ease, transform .2s ease; }
.lgh-home-campaign-list__group:hover, .lgh-home-campaign-list__group:focus-visible { background: rgba(182, 176, 0, .08); color: var(--lgh-home-green); }
.lgh-home-campaign-list__group.is-active { background: rgba(182, 176, 0, .11); color: var(--lgh-home-green); transform: translateX(4px); }
.lgh-home-campaign-list__group.is-active::after { opacity: 1; transform: translateX(3px); }
.lgh-home-campaign-list__panels { min-width: 0; }
.lgh-home-campaign-list__panel[hidden] { display: none; }
.lgh-home-campaign-list__panel.is-entering { animation: lgh-home-campaign-panel-fade .28s ease both; }
@keyframes lgh-home-campaign-panel-fade {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}
.lgh-home-campaign-list__items { display: grid; gap: 18px; }
.lgh-home-campaign-list__item { display: block; color: inherit; text-decoration: none; }
.lgh-home-campaign-list__items a.lgh-home-campaign-list__item { margin: -8px -12px; padding: 8px 12px; border-left: 3px solid transparent; border-radius: 2px; transition: background-color .2s ease, border-color .2s ease, transform .2s ease; }
.lgh-home-campaign-list__items a.lgh-home-campaign-list__item:hover, .lgh-home-campaign-list__items a.lgh-home-campaign-list__item:focus-visible { border-left-color: var(--lgh-home-green); background: rgba(182, 176, 0, .08); transform: translateX(4px); }
.lgh-home-campaign-list__item:hover, .lgh-home-campaign-list__item:focus { text-decoration: none; }
.lgh-home-campaign-list__item:hover h3 { color: var(--lgh-home-green); }
.lgh-home-campaign-list__item h3 { margin-bottom: 4px; font-size: clamp(25px, 2.3vw, 34px); line-height: 1; }
.lgh-home-campaign-list__item p { margin: 0; color: var(--lgh-home-green); font-family: var(--lgh-home-heading); font-size: clamp(14px, 1.25vw, 18px); font-weight: 700; letter-spacing: .18em; line-height: 1.1; text-transform: lowercase; }
.lgh-home-campaign-banner { padding: 0; background: #fff; }
.lgh-home-campaign-banner .lgh-home-container { width: 100%; max-width: none; }
.lgh-home-campaign-banner__media { display: block; width: 100%; max-height: 600px; overflow: hidden; aspect-ratio: 16 / 5; }
.lgh-home-campaign-banner__media img { width: 100%; min-width: 100%; height: 100%; object-fit: cover; }

/* Associations and existing testimonials */
.lgh-home-associations { padding-block: clamp(34px, 3vw, 46px); background: #fff; }
.lgh-home-associations .main { margin-top: 0 !important; }
.lgh-home-associations .section-content { padding: 0 !important; }
/* All homepage H titles use the shared condensed heading family; confirm before introducing a font-family exception. */
#homeBody.lgh-home .lgh-home-associations .section-title { margin-bottom: 0; font-family: var(--lgh-home-heading); font-size: clamp(32px, 2.5vw, 40px) !important; font-weight: 700; line-height: 1; text-align: center; }
#homeBody #associationsSection.lgh-home-associations .section-content .associations { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 180px)); justify-content: center; align-items: center; gap: 30px clamp(24px, 4vw, 68px); padding: clamp(26px, 3vw, 38px) 0 8px; }
#testimonialsSection { position: relative; background: #333; color: #fff; }
#testimonialsSection::before { content: none; }
#testimonialsSection > * { position: relative; }
#testimonialsSection .lgh-home-testimonials__heading { margin-bottom: clamp(34px, 4vw, 60px); text-align: center; }
#homeBody #testimonialsSection .lgh-home-testimonials__heading .testimonial-header { width: 100%; max-width: none; margin: 0; padding: 0; color: #fff !important; font-size: clamp(34px, 4vw, 54px); text-align: center !important; }
#testimonialsSection .lgh-home-testimonials__slider-wrap { position: relative; }
#testimonialsSection .lgh-testimonials { width: 100%; max-width: none; margin: 0; }
#homeBody #testimonialsSection .lgh-testimonials .testimonial .testimonial-overlay { width: 100%; max-width: none; height: auto; padding: 0; }
#testimonialsSection .lgh-testimonials .slick-list, #testimonialsSection .lgh-testimonials .slick-track { min-height: 0; }
#testimonialsSection .lgh-testimonials .testimonial .testimonial-overlay .testimonial-content { width: min(100% - (2 * var(--lgh-home-gutter)), 1240px); margin-inline: auto; gap: clamp(30px, 3.5vw, 48px); }
#homeBody #testimonialsSection .lgh-testimonials .testimonial .testimonial-overlay .testimonial-content .testimonial-image { width: 170px; height: 170px; box-sizing: border-box; flex: 0 0 170px; margin: 5px; overflow: visible; border: 0; border-radius: 50% !important; background: #fff; box-shadow: 0 0 0 5px #fff, 0 12px 30px 7px rgba(0, 0, 0, .3); }
#homeBody #testimonialsSection .lgh-testimonials .testimonial .testimonial-overlay .testimonial-content .testimonial-image img { display: block; width: 100% !important; height: 100% !important; max-width: none; object-fit: cover; object-position: center; border-radius: 50% !important; }
#homeBody #testimonialsSection .lgh-testimonials .testimonial .testimonial-overlay .testimonial-content .testimonal-info { position: relative; width: auto; min-width: 0; max-width: none; flex: 1 1 0; margin: 0; padding-left: 54px; text-align: left; }
#homeBody #testimonialsSection .lgh-testimonials .testimonal-info::before { content: "“"; position: absolute; top: 0; left: 0; color: var(--lgh-home-green-light); font-family: Georgia, serif; font-size: 84px; font-weight: 700; line-height: 1; }
#homeBody #testimonialsSection .lgh-testimonials .customer_testimonial { margin: 0 0 24px; color: #fff; font-size: clamp(22px, 2vw, 28px); font-style: italic; font-weight: 500; line-height: 1.45; }
#homeBody #testimonialsSection .lgh-testimonials .customer_testimonial q { quotes: none; }
#homeBody #testimonialsSection .lgh-testimonials .customer_testimonial q::before { content: none; }
#homeBody #testimonialsSection .lgh-testimonials .customer_testimonial q::after { content: "”"; display: inline-block; margin-left: 8px; color: var(--lgh-home-green-light); font-family: Georgia, serif; font-size: 64px; font-style: normal; font-weight: 700; line-height: 0; vertical-align: -.32em; transform: translateY(4px); }
#homeBody #testimonialsSection .lgh-testimonials .testimonial .testimonial-overlay .testimonial-content .testimonal-info .customer_name { display: flex; margin: 0 0 15px; align-items: center; color: #fff; font-family: var(--lgh-home-heading); font-size: clamp(19px, 1.7vw, 23px); font-weight: 700; letter-spacing: .035em; line-height: 1.1; text-transform: uppercase; }
#homeBody #testimonialsSection .lgh-testimonials .customer_name::before { content: ""; width: 30px; height: 3px; flex: 0 0 30px; margin-right: 11px; background: var(--lgh-home-green-light); }
#homeBody #testimonialsSection .lgh-testimonials .testimonial .testimonial-overlay .testimonial-content .testimonal-info .customer_location { display: inline-flex; height: 23px; align-items: center; padding: 0 8px; font-size: 13px; line-height: 23px; }
#testimonialsSection .lgh-home-testimonials__controls { display: flex; width: min(100% - (2 * var(--lgh-home-gutter)), var(--lgh-home-width)); margin: 0 auto; align-items: center; justify-content: flex-end; color: #fff; }
#testimonialsSection .lgh-home-testimonials__control { position: relative; display: inline-flex; width: 40px; height: 40px; flex: 0 0 40px; align-items: center; justify-content: center; padding: 0; border: 2px solid rgba(255, 255, 255, .95); border-radius: 50%; background: rgba(0, 0, 0, .2); color: #fff; cursor: pointer; transition: border-color .2s ease, background-color .2s ease, color .2s ease; }
#testimonialsSection .lgh-home-testimonials__control::before { font-family: ms-icons; font-size: 17px; line-height: 1; }
#testimonialsSection .lgh-home-testimonials__control--prev::before { content: "\e002"; }
#testimonialsSection .lgh-home-testimonials__control--next::before { content: "\e003"; }
#testimonialsSection .lgh-home-testimonials__control:hover { border-color: var(--lgh-home-green-light); background: var(--lgh-home-green-light); color: #111; }
#testimonialsSection .lgh-home-testimonials__controls-line { width: clamp(28px, 3vw, 52px); height: 2px; margin: 0 7px; background: rgba(255, 255, 255, .9); }
#testimonialsSection .lgh-home-testimonials__count { display: inline-flex; min-width: 44px; margin-left: 12px; align-items: baseline; gap: 2px; color: #fff; font-family: var(--lgh-home-body); font-size: 15px; font-weight: 700; line-height: 1; }

/* Blog and latest news */
.lgh-home-blog { background: #f5f5f5; }
.lgh-home-blog .lgh-home-section-heading { margin-bottom: clamp(24px, 3vw, 38px); }
.lgh-home-blog .lgh-home-section-heading h2 { margin-bottom: 0; }
.lgh-home-blog__columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.lgh-home-blog-column-wrap { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; }
.lgh-home-blog-column { width: 100%; min-width: 0; flex: 1; padding: 14px 16px 0; border: 1px solid #e6e6e6; background: #fff; }
.lgh-home-blog-column__action { margin-top: 22px; }
.lgh-home-blog-column__action .lgh-home-button { min-height: 52px; padding: 15px 30px 13px; font-size: 18px; }
.lgh-home-blog-column > h3 { margin-bottom: 12px; font-size: clamp(25px, 2.2vw, 34px); }
.lgh-home-blog-entry { border-top: 2px solid #eee; }
.lgh-home-blog-entry:first-of-type { border-top: 0; }
.lgh-home-blog-entry > a { display: block; color: inherit; text-decoration: none; }
.lgh-home-blog-entry__media { height: clamp(180px, 15vw, 230px); overflow: hidden; }
.lgh-home-blog-entry__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.lgh-home-blog-entry__body { padding: 20px 8px 22px; }
.lgh-home-blog-entry time { display: inline-block; margin-bottom: 14px; padding: 5px 9px 4px; border-radius: 4px; background: rgba(182, 176, 0, .1); color: var(--lgh-home-green); font-size: 12px; font-weight: 700; line-height: 1; }
.lgh-home-blog-entry h4 { margin-bottom: 16px; font-size: clamp(24px, 2.2vw, 32px); line-height: 1.03; }
.lgh-home-blog-entry--compact .lgh-home-blog-entry__body { min-height: 132px; padding: 22px 8px 24px; }
#homeBody.lgh-home .lgh-home-blog-entry--compact h4 { margin-bottom: 0; color: #777; font-family: "Univers LT Std", Arial, Helvetica, sans-serif; font-size: 23px; font-weight: 500; letter-spacing: normal; line-height: normal; text-transform: none; }
.lgh-home-blog-entry:hover h4 { color: var(--lgh-home-green); }
.lgh-home-blog-entry:hover .lgh-home-blog-entry__media img { transform: scale(1.04); }
.lgh-home-blog-column__empty { min-height: 120px; margin: 0; padding: 20px; border: 1px dashed #ccc; color: #666; line-height: 1.5; }

@media (max-width: 1023px) {
    .lgh-home-partner__features, .lgh-home-card-grid--four { grid-template-columns: repeat(2, 1fr); }
    .lgh-home-equipment__grid { grid-template-columns: repeat(2, 1fr); }
    #homeBody.lgh-home .lgh-home-cases__slider .slick-slide.lgh-home-case { height: 440px; min-height: 440px; }
    #homeBody #testimonialsSection .lgh-testimonials .testimonal-info::before { font-size: 72px; }
    #homeBody #testimonialsSection .lgh-testimonials .customer_testimonial q::after { margin-left: 5px; font-size: 48px; vertical-align: -.27em; }
}

@media (max-width: 767px) {
    .lgh-home-section-heading--split, .lgh-home-partner__intro { display: block; }
    .lgh-home-section-heading--split .lgh-home-button { margin-top: 18px; }
    .lgh-home-equipment__heading { display: grid; grid-template-columns: 1fr; grid-template-areas: "title" "intro" "actions"; row-gap: 18px; }
    .lgh-home-equipment__actions { width: min(100%, 330px); margin-top: 0; }
    .lgh-home-partner__copy { margin-top: 25px; }
    #homeBody.lgh-home .lgh-home-blog-entry--compact h4 { font-size: 20px; line-height: 1.3; }
    .lgh-home-partner__features, .lgh-home-equipment__grid, .lgh-home-card-grid--three, .lgh-home-card-grid--four, .lgh-home-campaign__grid, .lgh-home-campaign-list__grid, .lgh-home-blog__columns { grid-template-columns: 1fr; }
    #mainSlider.lgh-home__hero .slide { min-height: 520px; }
    #mainSlider.lgh-home__hero .slider-overlay { align-items: flex-end; padding-bottom: 90px; }
    #mainSlider.lgh-home__hero .slider-overlay::before { background: linear-gradient(0deg, rgba(0, 0, 0, .94), rgba(0, 0, 0, .32) 84%); }
    #mainSlider.lgh-home__hero .lgh-slider-controls { right: var(--lgh-home-gutter); bottom: 26px; }
    .lgh-home-feature { min-height: 0; }
    .lgh-home-image-card__media { height: 220px; }
    #testimonialsSection .lgh-testimonials .testimonial .testimonial-overlay .testimonial-content { gap: 24px; }
    #homeBody #testimonialsSection .lgh-testimonials .testimonial .testimonial-overlay .testimonial-content .testimonial-image { width: 140px; height: 140px; flex: 0 0 auto; }
    #homeBody #testimonialsSection .lgh-testimonials .testimonial .testimonial-overlay .testimonial-content .testimonal-info { width: 100%; max-width: 100%; flex-basis: auto; padding: 38px 0 0; align-items: center; text-align: center; }
    #homeBody #testimonialsSection .lgh-testimonials .testimonal-info::before { top: 0; left: 50%; transform: translateX(-50%); }
    #homeBody #testimonialsSection .lgh-testimonials .customer_testimonial q::after { content: none; display: none; }
    #homeBody #testimonialsSection .lgh-testimonials .customer_name { justify-content: center; }
    .lgh-home-campaign--split:not(.is-inverted) .lgh-home-campaign__image { order: -1; }
    .lgh-home-campaign--split.is-inverted .lgh-home-campaign__image { order: initial; }
    .lgh-home-case__content { width: 100%; padding: 28px 24px 94px; }
    #homeBody.lgh-home .lgh-home-case h3 { font-size: 30px; }
    #homeBody.lgh-home .lgh-home-case .lgh-home-button { padding: 11px 28px 9px; font-size: 16px; }
    .lgh-home-cases__controls { right: 24px; bottom: 28px; }
    .lgh-home-campaign__image, .lgh-home-campaign__image img { min-height: 260px; }
    .lgh-home-campaign-list__grid { gap: 38px; }
    .lgh-home-campaign-list__intro h2 { margin-bottom: 24px; white-space: normal; }
    .lgh-home-campaign-banner__media { height: auto; aspect-ratio: auto; }
    .lgh-home-campaign-banner__media img { height: auto; }
}

@media (prefers-reduced-motion: reduce) {
    #homeBody.lgh-home *, #homeBody.lgh-home *::before, #homeBody.lgh-home *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
