/* Homepage editorial layout. Existing service URLs and tab IDs are preserved. */
.pg-home { background: #fff; color: var(--pg-ink, #242536); }
.pg-home .pg-home-container { width: min(1240px, calc(100% - 80px)); margin-inline: auto; }
.pg-home h1, .pg-home h2, .pg-home h3 { color: var(--pg-navy, #262262); font-family: inherit; font-weight: 600; letter-spacing: -.035em; }
.pg-home h2 { margin: 0 0 24px; font-size: clamp(30px, 3vw, 42px); line-height: 1.16; }
.pg-home h3 { margin: 0 0 14px; font-size: 23px; line-height: 1.3; letter-spacing: -.025em; }
.pg-home p { font-size: 16px; line-height: 1.75; }
.pg-home .pg-home-eyebrow { margin: 0 0 22px; color: var(--pg-navy, #262262); font-size: 11px; font-weight: 700; line-height: 1.5; letter-spacing: .14em; text-transform: uppercase; }
.pg-home .pg-home-translation { color: var(--pg-muted, #606575); font-size: 13px; line-height: 1.6; }
.pg-home .pg-home-section { padding-block: 88px; }
.pg-home .pg-home-button { display: inline-flex; gap: 24px; justify-content: center; align-items: center; min-height: 52px; padding: 14px 23px; border: 1px solid var(--pg-navy, #262262); border-radius: 3px; background: var(--pg-navy, #262262); color: #fff; font-size: 14px; line-height: 1.5; font-weight: 600; text-decoration: none; transition: background .18s, border-color .18s; }
.pg-home .pg-home-button:hover { background: #363174; border-color: #363174; color: #fff; }
.pg-home .pg-home-button span, .pg-home .pg-home-link span { font-size: 19px; line-height: 1; }
.pg-home .pg-home-link { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; padding-block: 9px; color: var(--pg-navy, #262262); font-size: 14px; font-weight: 600; line-height: 1.5; text-decoration: none; }
.pg-home .pg-home-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.pg-home a:focus-visible, .pg-home [tabindex]:focus-visible { outline: 3px solid var(--pg-orange, #f1592a); outline-offset: 5px; }

.pg-home .pg-home-hero { overflow: hidden; background: var(--pg-paper, #f6f5f1); }
.pg-home .pg-home-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: stretch; }
.pg-home .pg-home-hero h1, .pg-home .pg-home-hero .pg-home-slide-title { max-width: 600px; margin: 0 0 21px; font-size: clamp(42px, 4.1vw, 60px); line-height: 1.08; letter-spacing: -.05em; }
.pg-home .pg-home-hero-lead { max-width: 420px; margin-bottom: 9px; color: var(--pg-ink, #242536); font-size: 21px; line-height: 1.5; }
.pg-home .pg-home-hero-copy > .pg-home-translation { max-width: 370px; margin-bottom: 27px; }
.pg-home .pg-home-holding-intro { max-width: 430px; margin: 0 0 22px; color: var(--pg-muted, #606575); font-size: 13px; line-height: 1.7; }
.pg-home .pg-home-holding-intro a { color: var(--pg-navy, #262262); font-weight: 600; white-space: nowrap; }
.pg-home .pg-home-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 24px; }
.pg-home .pg-home-hero-note { display: flex; align-items: center; gap: 12px; color: var(--pg-muted, #606575); font-size: 12px; line-height: 1.6; }
.pg-home .pg-home-note-line { width: 25px; height: 2px; background: var(--pg-orange, #f1592a); flex-shrink: 0; }
.pg-home .pg-home-hero-visual { display: flex; flex-direction: column; position: relative; min-width: 0; min-height: 520px; margin: 0; }
.pg-home .pg-home-hero-visual > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 61% center; }
.pg-home .pg-home-hero-visual figcaption { display: flex; justify-content: space-between; gap: 20px; margin-top: auto; position: relative; padding: 17px 23px; background: var(--pg-navy, #262262); color: #fff; font-size: 10px; line-height: 1.5; letter-spacing: .02em; }
.pg-home .pg-home-hero-visual figcaption span:first-child { font-weight: 600; }

.pg-home .pg-home-section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 35px; }
.pg-home .pg-home-section-heading h2 { margin-bottom: 0; }
.pg-home .pg-home-section-heading > p { margin: 0 0 2px; color: var(--pg-muted, #606575); font-size: 14px; }
.pg-home .pg-home-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.pg-home .pg-home-service { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding-bottom: 19px; border-bottom: 1px solid var(--pg-line, #dedee2); }
.pg-home .pg-home-service-image { display: block; width: 100%; aspect-ratio: 1.75; margin-bottom: 25px; overflow: hidden; background: var(--pg-paper, #f6f5f1); }
.pg-home .pg-home-service-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s; }
.pg-home .pg-home-service-image:hover img { transform: scale(1.025); }
.pg-home .pg-home-service-title { display: flex; gap: 13px; align-items: baseline; }
.pg-home .pg-home-service-title h3 { font-size: 22px; }
.pg-home .pg-home-service-number { color: var(--pg-orange, #f1592a); font-size: 11px; font-weight: 700; letter-spacing: .03em; }
.pg-home .pg-home-service p, .pg-home .pg-home-inline-list { margin-bottom: 16px; color: var(--pg-muted, #606575); font-size: 14px; line-height: 1.8; }
.pg-home .pg-home-service .pg-home-service-tag { margin-top: -7px; color: var(--pg-navy, #262262); font-size: 12px; }
.pg-home .pg-home-service > .pg-home-link { margin-top: auto; }
.pg-home .pg-home-inline-list { padding-left: 18px; }
.pg-home .pg-home-inline-list li::marker { color: var(--pg-orange, #f1592a); }
.pg-home .pg-home-related-services { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px 24px; margin-top: 23px; }
.pg-home .pg-home-related-services > span { color: var(--pg-muted, #606575); font-size: 12px; }
.pg-home .pg-home-related-services a { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; color: var(--pg-navy, #262262); font-size: 13px; font-weight: 600; }

.pg-home .pg-home-trade { padding-block: 46px; background: var(--pg-navy, #262262); color: #fff; }
.pg-home .pg-home-trade-grid { display: grid; grid-template-columns: 1fr 1.1fr 70px; gap: 48px; align-items: center; }
.pg-home .pg-home-trade .pg-home-eyebrow { margin-bottom: 15px; color: #cfcde1; }
.pg-home .pg-home-trade h2 { margin-bottom: 12px; color: #fff; font-size: 31px; }
.pg-home .pg-home-trade-copy > p:first-child { margin-bottom: 8px; color: #fff; font-size: 19px; line-height: 1.55; }
.pg-home .pg-home-trade .pg-home-translation { margin-bottom: 10px; color: #d2d0e0; font-size: 12px; }
.pg-home .pg-home-trade .pg-home-link { color: #fff; }
.pg-home .pg-home-iata { display: block; width: 70px; height: auto; padding: 8px; background: #fff; border-radius: 2px; }

.pg-home .pg-home-values-layout { display: grid; grid-template-columns: 1fr 1.8fr; gap: 90px; }
.pg-home .pg-home-values-heading > p:not(.pg-home-eyebrow) { color: var(--pg-muted, #606575); }
.pg-home .pg-home-values-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 38px; }
.pg-home .pg-home-values-grid article { border-top: 1px solid var(--pg-line, #dedee2); padding-top: 20px; }
.pg-home .pg-home-value-mark { display: block; margin-bottom: 17px; color: var(--pg-orange, #f1592a); font-size: 12px; font-weight: 600; }
.pg-home .pg-home-values-grid h3 { font-size: 20px; }
.pg-home .pg-home-values-grid p { margin: 0; color: var(--pg-muted, #606575); font-size: 14px; }

.pg-home .pg-home-detail { background: var(--pg-paper, #f6f5f1); }
.pg-home .pg-home-detail-intro { display: grid; grid-template-columns: 1.5fr .7fr; align-items: center; gap: 90px; margin-bottom: 42px; }
.pg-home .pg-home-detail-intro h2 { font-size: 36px; }
.pg-home .pg-home-detail-intro p:last-child { max-width: 660px; margin-bottom: 0; color: var(--pg-muted, #606575); }
.pg-home .pg-home-detail-intro > img { width: 100%; height: auto; mix-blend-mode: multiply; }
.pg-home .pg-home-tabs { display: flex; flex-wrap: wrap; gap: 0 32px; padding: 0; margin: 0; border: 0; border-bottom: 1px solid #d4d3d9; }
.pg-home .pg-home-tabs > li { float: none; margin: 0; padding: 0; }
.pg-home .pg-home-tabs > li > a, .pg-home .pg-home-tabs > li.active > a, .pg-home .pg-home-tabs > li.active > a:hover, .pg-home .pg-home-tabs > li.active > a:focus { margin: 0; padding: 15px 0; border: 0; border-bottom: 3px solid transparent; border-radius: 0; background: transparent; color: var(--pg-muted, #606575); font-size: 15px; font-weight: 600; line-height: 1.6; }
.pg-home .pg-home-tabs > li.active > a, .pg-home .pg-home-tabs > li.active > a:hover, .pg-home .pg-home-tabs > li.active > a:focus { border-bottom-color: var(--pg-orange, #f1592a); color: var(--pg-navy, #262262); }
.pg-home .pg-home-tabs > li > a:hover { color: var(--pg-navy, #262262); background: transparent; }
.pg-home .pg-home-tab-content { padding: 35px 0 0; background: transparent; border: 0; }
.pg-home .pg-home-tab-content > .tab-pane { min-height: 236px; }
.pg-home .pg-home-panel-grid { display: grid; grid-template-columns: 240px 1fr; align-items: start; gap: 38px; }
.pg-home .pg-home-panel-grid > img { display: block; width: 240px; height: 210px; object-fit: cover; }
.pg-home .pg-home-panel-grid h3 { margin-top: 4px; }
.pg-home .pg-home-panel-grid p { max-width: 740px; color: var(--pg-muted, #606575); }
.pg-home .pg-home-detail-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 48px; padding: 0 0 0 19px; margin-bottom: 24px; color: var(--pg-muted, #606575); font-size: 16px; line-height: 1.7; }
.pg-home .pg-home-detail-list li::marker { color: var(--pg-orange, #f1592a); }

.pg-home #paralaxSlice2.pg-home-closing { padding: 58px 0; background: #fff; }
.pg-home .pg-home-closing-grid { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.pg-home .pg-home-closing .pg-home-eyebrow { margin-bottom: 16px; }
.pg-home .pg-home-closing h2 { max-width: 720px; margin: 0; font-size: 32px; line-height: 1.35; }

@media (min-width: 1500px) {
    .pg-home .pg-home-hero-visual { margin-right: -50px; }
}
@media (max-width: 1100px) {
    .pg-home .pg-home-hero-grid { gap: 36px; }
    .pg-home .pg-home-hero h1, .pg-home .pg-home-hero .pg-home-slide-title { font-size: 49px; }
    .pg-home .pg-home-service-grid { gap: 24px; }
    .pg-home .pg-home-service-title h3 { font-size: 20px; }
    .pg-home .pg-home-values-layout, .pg-home .pg-home-detail-intro { gap: 48px; }
    .pg-home .pg-home-trade-grid { gap: 32px; }
    .pg-home .pg-home-trade h2 { font-size: 28px; }
    .pg-home .pg-home-related-services { justify-content: flex-start; }
    .pg-home .pg-home-related-services > span { width: 100%; }
    .pg-home .pg-home-closing-grid { grid-template-columns: 1.3fr 1fr; gap: 35px; }
}
@media (max-width: 800px) {
    .pg-home .pg-home-container { width: calc(100% - 48px); }
    .pg-home .pg-home-section { padding-block: 64px; }
    .pg-home .pg-home-hero-grid { gap: 24px; }
    .pg-home .pg-home-hero h1, .pg-home .pg-home-hero .pg-home-slide-title { font-size: 40px; }
    .pg-home .pg-home-hero-lead { font-size: 18px; }
    .pg-home .pg-home-hero-visual { min-height: 510px; }
    .pg-home .pg-home-hero-visual figcaption { display: block; padding: 13px 16px; }
    .pg-home .pg-home-hero-visual figcaption span { display: block; }
    .pg-home .pg-home-hero-note { font-size: 11px; }
    .pg-home .pg-home-hero .pg-home-eyebrow { font-size: 10px; }
    .pg-home .pg-home-service-grid { gap: 18px; }
    .pg-home .pg-home-service-title { gap: 8px; }
    .pg-home .pg-home-service-title h3 { font-size: 19px; }
    .pg-home .pg-home-service-image { aspect-ratio: 1.25; }
    .pg-home .pg-home-trade-grid { grid-template-columns: 1fr 1.15fr; }
    .pg-home .pg-home-iata { grid-column: 1; }
    .pg-home .pg-home-values-layout { grid-template-columns: 1fr; gap: 35px; }
    .pg-home .pg-home-values-heading { max-width: 480px; }
    .pg-home .pg-home-detail-intro { grid-template-columns: 1fr 220px; gap: 35px; }
    .pg-home .pg-home-tabs { gap: 0 25px; }
    .pg-home .pg-home-tabs > li > a { font-size: 14px; }
    .pg-home .pg-home-panel-grid { grid-template-columns: 185px 1fr; gap: 28px; }
    .pg-home .pg-home-panel-grid > img { width: 185px; height: 190px; }
    .pg-home .pg-home-closing h2 { font-size: 27px; }
    .pg-home .pg-home-closing-grid { grid-template-columns: 1fr; gap: 25px; }
    .pg-home .pg-home-closing-grid > a { justify-self: start; }
}
@media (max-width: 620px) {
    .pg-home .pg-home-container { width: calc(100% - 40px); }
    .pg-home .pg-home-section { padding-block: 51px; }
    .pg-home .pg-home-hero-grid { grid-template-columns: 1fr; gap: 0; }
    .pg-home .pg-home-hero .pg-home-eyebrow { margin-bottom: 18px; font-size: 10px; }
    .pg-home .pg-home-hero h1, .pg-home .pg-home-hero .pg-home-slide-title { max-width: 470px; font-size: clamp(35px, 9vw, 49px); margin-bottom: 19px; }
    .pg-home .pg-home-hero-lead { max-width: 360px; font-size: 18px; }
    .pg-home .pg-home-hero-copy > .pg-home-translation { margin-bottom: 20px; font-size: 12px; }
    .pg-home .pg-home-actions { gap: 7px 20px; }
    .pg-home .pg-home-button { padding-inline: 18px; font-size: 13px; }
    .pg-home .pg-home-link { font-size: 13px; }
    .pg-home .pg-home-hero-visual { margin-inline: -20px; }
    .pg-home .pg-home-hero-visual figcaption { display: flex; padding: 12px 20px; font-size: 9px; }
    .pg-home .pg-home-section-heading { display: block; margin-bottom: 25px; }
    .pg-home .pg-home-eyebrow { margin-bottom: 15px; font-size: 10px; }
    .pg-home h2 { font-size: 31px; }
    .pg-home .pg-home-section-heading > p { margin-top: 17px; }
    .pg-home .pg-home-service-grid { grid-template-columns: 1fr; gap: 30px; }
    .pg-home .pg-home-service-image { aspect-ratio: 1.85; margin-bottom: 19px; }
    .pg-home .pg-home-service-title h3 { font-size: 23px; }
    .pg-home .pg-home-service-title { gap: 13px; }
    .pg-home .pg-home-service p { font-size: 15px; }
    .pg-home .pg-home-related-services { display: grid; gap: 4px; }
    .pg-home .pg-home-related-services > span { margin-bottom: 9px; }
    .pg-home .pg-home-trade { padding-block: 35px; }
    .pg-home .pg-home-trade-grid { grid-template-columns: 1fr; gap: 22px; }
    .pg-home .pg-home-trade h2 { max-width: 340px; font-size: 31px; }
    .pg-home .pg-home-trade-copy > p:first-child { font-size: 18px; }
    .pg-home .pg-home-values-grid { gap: 28px 24px; }
    .pg-home .pg-home-values-grid h3 { font-size: 19px; }
    .pg-home .pg-home-values-grid p { font-size: 14px; }
    .pg-home .pg-home-detail-intro { grid-template-columns: 1fr; gap: 24px; margin-bottom: 24px; }
    .pg-home .pg-home-detail-intro > img { max-width: 300px; }
    .pg-home .pg-home-detail-intro h2 { font-size: 31px; }
    .pg-home .pg-home-tabs { gap: 0 22px; }
    .pg-home .pg-home-tabs > li > a, .pg-home .pg-home-tabs > li.active > a { padding-block: 12px; font-size: 14px; }
    .pg-home .pg-home-tab-content { padding-top: 27px; }
    .pg-home .pg-home-panel-grid { grid-template-columns: 1fr; gap: 23px; }
    .pg-home .pg-home-panel-grid > img { width: 100%; height: 205px; }
    .pg-home .pg-home-panel-grid p { font-size: 15px; }
    .pg-home .pg-home-detail-list { grid-template-columns: 1fr; gap: 10px; font-size: 15px; }
    .pg-home #paralaxSlice2.pg-home-closing { padding-block: 43px; }
}
@media (max-width: 360px) {
    .pg-home .pg-home-values-grid { grid-template-columns: 1fr; }
    .pg-home .pg-home-actions { align-items: flex-start; flex-direction: column; }
    .pg-home .pg-home-hero-visual figcaption { gap: 12px; font-size: 8px; }
}
@media (prefers-reduced-motion: reduce) {
    .pg-home .pg-home-button, .pg-home .pg-home-service-image img { transition: none; }
    .pg-home .pg-home-service-image:hover img { transform: none; }
}

/* Service presentation; all slides are visible if enhancement is unavailable. */
.pg-home .pg-home-slide[hidden], .pg-home .pg-home-carousel-controls[hidden] { display: none !important; }
.pg-home .pg-home-carousel:not(.is-ready) .pg-home-slide + .pg-home-slide { border-top: 1px solid var(--pg-line, #dedee2); }
.pg-home .pg-home-carousel .pg-home-hero-grid { min-height: 540px; }
.pg-home .pg-home-carousel .pg-home-hero-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-block: 45px; }
.pg-home .pg-home-carousel .pg-home-hero-note { margin-top: 27px; }
.pg-home .pg-home-slide-description { max-width: 440px; margin-bottom: 27px; color: var(--pg-muted, #606575); font-size: 15px; line-height: 1.7; }
.pg-home .pg-home-carousel-controls { border-top: 1px solid var(--pg-line, #dedee2); background: var(--pg-paper, #f6f5f1); }
.pg-home .pg-home-carousel-toolbar { position: relative; display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 24px; }
.pg-home .pg-home-carousel-progress { position: absolute; left: 0; right: 0; bottom: 0; height: 3px; overflow: hidden; background: #2622621a; pointer-events: none; }
.pg-home .pg-home-carousel-progress > span { display: block; width: 100%; height: 100%; background: var(--pg-orange, #f1592a); transform: scaleX(0); transform-origin: left center; }
.pg-home .pg-home-carousel-counter { color: var(--pg-navy, #262262); font-size: 12px; font-weight: 650; letter-spacing: .09em; white-space: nowrap; }
.pg-home .pg-home-carousel-selectors { display: flex; align-items: stretch; gap: 24px; }
.pg-home .pg-home-carousel-selectors button { position: relative; min-height: 48px; padding: 12px 4px; border: 0; background: transparent; color: var(--pg-muted, #606575); font-size: 13px; font-weight: 600; line-height: 1.5; }
.pg-home .pg-home-carousel-selectors button::after { content: ""; position: absolute; left: 4px; right: 4px; bottom: 5px; height: 2px; background: transparent; }
.pg-home .pg-home-carousel-selectors button[aria-pressed="true"] { color: var(--pg-navy, #262262); }
.pg-home .pg-home-carousel-selectors button[aria-pressed="true"]::after { background: var(--pg-orange, #f1592a); }
.pg-home .pg-home-carousel-selectors button:hover { color: var(--pg-navy, #262262); }
.pg-home .pg-home-carousel-arrows { display: flex; gap: 10px; }
.pg-home .pg-home-carousel-arrows button { display: inline-flex; width: 46px; height: 46px; align-items: center; justify-content: center; padding: 0; border: 1px solid #c8c7d1; border-radius: 50%; background: transparent; color: var(--pg-navy, #262262); font-size: 22px; line-height: 1; transition: background .16s, color .16s, border-color .16s; }
.pg-home .pg-home-carousel-arrows button:hover { border-color: var(--pg-navy, #262262); background: var(--pg-navy, #262262); color: #fff; }
.pg-home .pg-home-carousel-arrows .pg-home-carousel-playback { width: auto; gap: 8px; padding-inline: 13px; border-radius: 3px; font-size: 13px; font-weight: 600; }
.pg-home .pg-home-carousel-playback [data-pg-playback-icon] { width: 12px; font-size: 13px; text-align: center; }
.pg-home .pg-home-carousel .pg-home-hero-visual { touch-action: pan-y pinch-zoom; }
.pg-home .pg-home-slide.is-current { animation: pg-home-slide-in .32s ease-out; }
.pg-home .pg-home-slide-cargo > img { object-position: 50% 42%; }
.pg-home .pg-home-slide-moving > img { object-position: 50% 43%; }
.pg-home .pg-home-slide-pets > img { object-position: 50% 35%; }
.pg-home .pg-home-slide-customs > img { object-position: 50% 45%; }
.pg-home .pg-home-service-image img { object-position: 50% 50%; }
.pg-home .pg-home-service-pets img { object-position: 50% 15%; }
.pg-home .pg-home-service-moving img { object-position: 50% 42%; }
@keyframes pg-home-slide-in {
    from { opacity: .55; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 1100px) {
    .pg-home .pg-home-carousel .pg-home-hero-grid { min-height: 565px; }
    .pg-home .pg-home-carousel-selectors { gap: 19px; }
}
@media (max-width: 800px) {
    .pg-home .pg-home-carousel .pg-home-hero-grid { min-height: 570px; }
    .pg-home .pg-home-carousel .pg-home-hero-copy { padding-block: 35px; }
    .pg-home .pg-home-carousel-toolbar { gap: 15px; }
    .pg-home .pg-home-carousel-selectors { gap: 14px; }
}
@media (max-width: 620px) {
    .pg-home .pg-home-carousel .pg-home-hero-grid { min-height: 0; }
    .pg-home .pg-home-carousel .pg-home-hero-copy { min-height: 387px; padding-block: 27px; }
    .pg-home .pg-home-carousel .pg-home-hero-note { margin-top: 16px; }
    .pg-home .pg-home-carousel .pg-home-hero-visual { min-height: 206px; }
    .pg-home .pg-home-slide-description { margin-bottom: 20px; font-size: 14px; }
    .pg-home .pg-home-carousel-toolbar { display: grid; grid-template-columns: 1fr auto; gap: 0 16px; padding-block: 8px 4px; }
    .pg-home .pg-home-carousel-counter { grid-column: 1; grid-row: 1; font-size: 11px; }
    .pg-home .pg-home-carousel-arrows { grid-column: 2; grid-row: 1; gap: 8px; }
    .pg-home .pg-home-carousel-arrows button { width: 44px; height: 44px; font-size: 21px; }
    .pg-home .pg-home-carousel-arrows .pg-home-carousel-playback { gap: 6px; padding-inline: 10px; font-size: 12px; }
    .pg-home .pg-home-carousel-selectors { grid-column: 1 / -1; grid-row: 2; justify-content: space-between; gap: 8px; }
    .pg-home .pg-home-carousel-selectors button { min-height: 44px; padding-block: 10px; font-size: 12px; }
    .pg-home .pg-home-carousel .pg-home-slide-cargo > img { object-position: 50% 48%; }
    .pg-home .pg-home-carousel .pg-home-slide-moving > img { object-position: 50% 40%; }
    .pg-home .pg-home-carousel .pg-home-slide-pets > img { object-position: 50% 18%; }
    .pg-home .pg-home-carousel .pg-home-slide-customs > img { object-position: 50% 47%; }
}
@media (max-width: 360px) {
    .pg-home .pg-home-carousel .pg-home-hero-copy { min-height: 436px; }
    .pg-home .pg-home-carousel .pg-home-hero-visual { min-height: 186px; }
}
@media (prefers-reduced-motion: reduce) {
    .pg-home .pg-home-slide.is-current { animation: none; }
    .pg-home .pg-home-carousel-arrows button { transition: none; }
}
@media print {
    .pg-home .pg-home-slide[hidden] { display: block !important; }
    .pg-home .pg-home-carousel-controls { display: none !important; }
    .pg-home .pg-home-slide { break-inside: avoid; }
}
