.etc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}@media (max-width:1000px){.etc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.etc-grid{grid-template-columns:1fr}}body a.etc,body a.etc:hover,body a.etc:focus{color:var(--epl-ink);text-decoration:none}.etc{display:flex;flex-direction:column;background:#fff;border:1px solid var(--epl-line);border-radius:14px;overflow:hidden;box-shadow:0 1px 2px rgb(16 16 16 / .05),0 8px 24px rgb(16 16 16 / .06);font-size:16px;line-height:1.65;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.etc:hover{transform:translateY(-5px);border-color:#ded6c6;box-shadow:0 4px 12px rgb(16 16 16 / .08),0 24px 48px rgb(16 16 16 / .12)}.etc:focus-visible{outline:2px solid var(--epl-accent);outline-offset:3px}.etc-feature{border-color:var(--epl-accent);box-shadow:0 0 0 1px var(--epl-accent),0 1px 2px rgb(16 16 16 / .05),0 8px 24px rgb(16 16 16 / .06)}.etc-feature:hover{border-color:var(--epl-accent);box-shadow:0 0 0 1px var(--epl-accent),0 4px 12px rgb(16 16 16 / .08),0 24px 48px rgb(16 16 16 / .12)}.etc .etc-media{position:relative;aspect-ratio:16/10;overflow:hidden;background:var(--epl-sand)}.etc .etc-media img{width:100%;height:100%;object-fit:cover;display:block;max-width:none;transition:transform .5s cubic-bezier(.2,.7,.3,1)}.etc:hover .etc-media img{transform:scale(1.06)}.etc .etc-badge{position:absolute;top:13px;left:13px;z-index:2;padding:6px 13px;border-radius:100px;background:rgb(15 14 12 / .74);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;font-size:12px;font-weight:700;letter-spacing:.04em;line-height:1.65}.etc .etc-badge.is-hot{background:var(--epl-accent)}.etc .etc-days{position:absolute;top:13px;right:13px;z-index:2;padding:6px 13px;border-radius:100px;background:rgb(255 255 255 / .94);color:var(--epl-ink);font-size:12px;font-weight:700;line-height:1.65}.etc .etc-body{padding:20px 22px 22px;display:flex;flex-direction:column;flex:1}.etc .etc-route{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;line-height:1.7;color:var(--epl-accent-dk);margin:0 0 8px}.etc .etc-title{font-size:19px;font-weight:650;letter-spacing:-.015em;line-height:1.28;color:var(--epl-ink);margin:0 0 13px;padding:0;text-transform:none}.etc .etc-points{list-style:none;margin:0 0 18px;padding:0}.etc .etc-points li{position:relative;padding:0 0 0 22px;font-size:14px;line-height:1.6;color:var(--epl-ink-70);margin:0 0 7px;list-style:none}.etc .etc-points li::before{content:'';position:absolute;left:0;top:9px;width:11px;height:6px;border-left:2px solid var(--epl-accent);border-bottom:2px solid var(--epl-accent);transform:rotate(-45deg)}.etc .etc-foot{margin-top:auto;padding-top:16px;border-top:1px solid var(--epl-line-lt);display:flex;align-items:center;justify-content:space-between;gap:12px}.etc .etc-price small{display:block;font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--epl-ink-30)}.etc .etc-price b{font-size:23px;font-weight:700;letter-spacing:-.02em;color:var(--epl-ink)}.etc .etc-price span{font-size:13px;color:var(--epl-ink-50)}.etc .etc-cta{font-size:14px;font-weight:700;color:var(--epl-accent-dk);display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.etc .etc-cta svg{width:14px;height:14px;fill:currentColor}body a.etc-all,body a.etc-all:hover{color:#fff;text-decoration:none}.etc-all{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:14px;background:var(--epl-dark);border-radius:14px;padding:30px 28px;background-image:radial-gradient(120% 90% at 100% 0%,rgb(212 134 82 / .22) 0%,transparent 60%);transition:transform .22s ease,box-shadow .22s ease}.etc-all:hover{transform:translateY(-5px);box-shadow:0 4px 12px rgb(16 16 16 / .08),0 24px 48px rgb(16 16 16 / .12)}.etc-all b{display:block;font-size:21px;font-weight:700;letter-spacing:-.02em;line-height:1.3;color:#fff}.etc-all span{font-size:14.5px;color:rgb(255 255 255 / .72);line-height:1.6}.etc-all i{font-style:normal;display:inline-flex;align-items:center;gap:8px;font-size:14.5px;font-weight:700;color:#f0b183}.etc-all i svg{width:14px;height:14px;fill:currentColor}@media (prefers-reduced-motion:reduce){.etc,.etc-all,.etc .etc-media img{transition:none}.etc:hover,.etc-all:hover{transform:none}.etc:hover .etc-media img{transform:none}}:root{--etc-ink:var(--epl-ink);--etc-ink-70:var(--epl-ink-70);--etc-ink-50:var(--epl-ink-50);--etc-ink-30:var(--epl-ink-30);--etc-accent:var(--epl-accent);--etc-accent-dk:var(--epl-accent-dk);--etc-sand:var(--epl-sand);--etc-line:var(--epl-line);--etc-line-lt:var(--epl-line-lt);--etc-line-hover:#ded6c6;--etc-r:14px;--etc-sh:0 1px 2px rgba(16,16,16,.05), 0 8px 24px rgba(16,16,16,.06);--etc-sh-lg:0 4px 12px rgba(16,16,16,.08), 0 24px 48px rgba(16,16,16,.12)}html body :is(#epk-grid,#epca-grid,#epcl-grid,#epbg-grid,#epct-grid,#epnc-grid,#eplx-grid,#eth-grid,#etp-grid,#epc-card-grid){display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}@media (max-width:1000px){html body :is(#epk-grid,#epca-grid,#epcl-grid,#epbg-grid,#epct-grid,#epnc-grid,#eplx-grid,#eth-grid,#etp-grid,#epc-card-grid){grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){html body :is(#epk-grid,#epca-grid,#epcl-grid,#epbg-grid,#epct-grid,#epnc-grid,#eplx-grid,#eth-grid,#etp-grid,#epc-card-grid){grid-template-columns:minmax(0,1fr)}}html body .ept-rel .ept-grid{gap:24px}html body :is(.epk-card,.epca-card,.epcl-card,.epbg-card,.epct-card,.epnc-card,.eplx-card,.eth-card,.etp-card,.epc-card,.ept-tcard){display:flex;flex-direction:column;position:relative;background:#fff;border:1px solid var(--etc-line);border-radius:var(--etc-r);overflow:hidden;box-shadow:var(--etc-sh);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}html body :is(.epk-card,.epca-card,.epcl-card,.epbg-card,.epct-card,.epnc-card,.eplx-card,.eth-card,.etp-card,.epc-card,.ept-tcard):hover{transform:translateY(-5px);box-shadow:var(--etc-sh-lg);border-color:var(--etc-line-hover)}html body :is(.epk-card,.epca-card,.epcl-card,.epbg-card,.epct-card,.epnc-card,.eplx-card,.eth-card,.etp-card,.epc-card).is-hidden{display:none}html body :is(.epk-card-media,.epca-card-media,.epcl-card-media,.epbg-card-media,.epct-card-media,.epnc-card-media,.eplx-card-media,.eth-card-media,.etp-card-media,.epc-card-img,.ept-tcard-img){position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background-color:var(--etc-sand)}html body :is(.epk-card-media,.epca-card-media,.epcl-card-media,.epbg-card-media,.epct-card-media,.epnc-card-media,.eplx-card-media,.eth-card-media,.etp-card-media,.ept-tcard-img) img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.2,.7,.3,1)}html body :is(.epk-card,.epca-card,.epcl-card,.epbg-card,.epct-card,.epnc-card,.eplx-card,.eth-card,.etp-card,.ept-tcard):hover :is(.epk-card-media,.epca-card-media,.epcl-card-media,.epbg-card-media,.epct-card-media,.epnc-card-media,.eplx-card-media,.eth-card-media,.etp-card-media,.ept-tcard-img) img{transform:scale(1.06)}html body :is(.epk-card-badge,.epca-card-badge,.epcl-card-badge,.epbg-card-badge,.epct-card-badge,.epnc-card-badge,.eplx-card-badge,.eth-card-badge,.etp-card-badge){position:absolute;top:13px;left:13px;right:auto;bottom:auto;z-index:2;padding:6px 13px;border-radius:100px;background:rgb(15 14 12 / .74);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;font-size:12px;font-weight:700;letter-spacing:.04em;line-height:1.65;text-transform:none}html body :is(.epk-card-badge.epk-badge-hot,.epk-card-badge.epk-badge-sale,.epca-card-badge.epca-badge-hot,.epca-card-badge.epca-badge-sale,.epcl-card-badge.epcl-badge-hot,.epcl-card-badge.epcl-badge-sale,.epbg-card-badge.epbg-badge-hot,.epbg-card-badge.epbg-badge-sale,.epct-card-badge.epct-badge-hot,.epct-card-badge.epct-badge-sale,.epnc-card-badge.epnc-badge-hot,.epnc-card-badge.epnc-badge-sale,.eplx-card-badge.eplx-badge-hot,.eplx-card-badge.eplx-badge-sale,.eth-card-badge.eth-badge-hot,.eth-card-badge.eth-badge-sale,.etp-card-badge.etp-badge-hot,.etp-card-badge.etp-badge-sale){background:var(--etc-accent);color:#fff}html body :is(.epk-card-badge.epk-badge-best,.epca-card-badge.epca-badge-best,.epcl-card-badge.epcl-badge-best,.epbg-card-badge.epbg-badge-best,.epct-card-badge.epct-badge-best,.epnc-card-badge.epnc-badge-best,.eplx-card-badge.eplx-badge-best,.eth-card-badge.eth-badge-best,.etp-card-badge.etp-badge-best){background:rgb(15 14 12 / .74);color:#fff}html body :is(.epk-card-days,.epca-card-days,.epcl-card-days,.epbg-card-days,.epct-card-days,.epnc-card-days,.eplx-card-days,.eth-card-days,.etp-card-days,.epc-card-tag){position:absolute;top:13px;right:13px;left:auto;bottom:auto;z-index:2;padding:6px 13px;border-radius:100px;background:rgb(255 255 255 / .94);-webkit-backdrop-filter:none;backdrop-filter:none;color:var(--etc-ink);font-size:12px;font-weight:700;letter-spacing:normal;line-height:1.65;text-transform:none}html body :is(.epk-card-days,.epca-card-days,.epcl-card-days,.epbg-card-days,.epct-card-days,.epnc-card-days,.eplx-card-days,.eth-card-days,.etp-card-days)::before{content:none}html body :is(.epk-card-body,.epca-card-body,.epcl-card-body,.epbg-card-body,.epct-card-body,.epnc-card-body,.eplx-card-body,.eth-card-body,.etp-card-body,.ept-tcard-b){display:flex;flex-direction:column;flex:1;padding:20px 22px 22px}html body .epc-card-body{display:flex;flex-direction:column;flex:1;padding:20px 22px 0}html body :is(.epc-card-meta,.ept-tcard-dur){margin:0 0 8px;color:var(--etc-accent-dk);font-size:12px;font-weight:700;letter-spacing:.06em;line-height:1.7;text-transform:uppercase}html body .epc-card-meta{display:flex;flex-wrap:wrap;gap:4px 12px}html body .epc-card-meta span::before{background:var(--etc-accent)}html body :is(.epk-card-title,.epca-card-title,.epcl-card-title,.epbg-card-title,.epct-card-title,.epnc-card-title,.eplx-card-title,.eth-card-title,.etp-card-title,.epc-card-name,.ept-tcard h3){margin:0 0 13px;min-height:0;font-family:inherit;color:var(--etc-ink);font-size:19px;font-weight:650;letter-spacing:-.015em;line-height:1.28;text-transform:none}html body :is(.epk-card-title,.epca-card-title,.epcl-card-title,.epbg-card-title,.epct-card-title,.epnc-card-title,.eplx-card-title,.eth-card-title,.etp-card-title,.epc-card-name) a,html body :is(.epk-card-title,.epca-card-title,.epcl-card-title,.epbg-card-title,.epct-card-title,.epnc-card-title,.eplx-card-title,.eth-card-title,.etp-card-title,.epc-card-name) a:hover{color:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:none}html body .epc-card-sites{margin:0 0 10px;font-size:13px;line-height:1.6;color:var(--etc-ink-50)}html body :is(.epk-card-blurb,.epca-card-blurb,.epcl-card-blurb,.epbg-card-blurb,.epct-card-blurb,.epnc-card-blurb,.eplx-card-blurb,.eth-card-blurb,.etp-card-blurb,.epc-card-blurb){flex:none;margin:0 0 18px;font-size:14px;font-weight:400;line-height:1.6;color:var(--etc-ink-70)}html body :is(.epk-card-foot,.epca-card-foot,.epcl-card-foot,.epbg-card-foot,.epct-card-foot,.epnc-card-foot,.eplx-card-foot,.eth-card-foot,.etp-card-foot,.ept-tcard-foot){margin-top:auto;padding:16px 0 0;border-top:1px solid var(--etc-line-lt);background:#fff0;display:flex;align-items:center;justify-content:space-between;gap:12px}html body .epc-card-foot{margin:auto 22px 0;padding:16px 0 22px;border-top:1px solid var(--etc-line-lt);background:#fff0;display:flex;align-items:center;justify-content:space-between;gap:12px}html body :is(.epk-card-price,.epca-card-price,.epcl-card-price,.epbg-card-price,.epct-card-price,.epnc-card-price,.eplx-card-price,.eth-card-price,.etp-card-price,.epc-card-price,.ept-tcard-price){color:var(--etc-ink-30);font-size:12px;font-weight:600;letter-spacing:.05em;line-height:1.65;text-transform:uppercase}html body :is(.epk-card-price,.epca-card-price,.epcl-card-price,.epbg-card-price,.epct-card-price,.epnc-card-price,.eplx-card-price,.eth-card-price,.etp-card-price,.ept-tcard-price)>span{display:block;color:var(--etc-ink-30);font-size:12px;font-weight:600;letter-spacing:.05em;line-height:1.65;text-transform:uppercase}html body :is(.epk-card-price,.epca-card-price,.epcl-card-price,.epbg-card-price,.epct-card-price,.epnc-card-price,.eplx-card-price,.eth-card-price,.etp-card-price,.epc-card-price) strong,html body .ept-tcard-price b{display:block;margin:0;color:var(--etc-ink);font-size:23px;font-weight:700;letter-spacing:-.02em;line-height:1.65;text-transform:none}html body :is(.epk-card-cta,.epca-card-cta,.epcl-card-cta,.epbg-card-cta,.epct-card-cta,.epnc-card-cta,.eplx-card-cta,.eth-card-cta,.etp-card-cta,.epc-card-cta,.ept-tcard-go),html body :is(.epk-card-cta,.epca-card-cta,.epcl-card-cta,.epbg-card-cta,.epct-card-cta,.epnc-card-cta,.eplx-card-cta,.eth-card-cta,.etp-card-cta,.epc-card-cta):is(:link,:visited,:hover,:focus,:active){display:inline-flex;align-items:center;gap:6px;margin:0;padding:0;border:0;border-radius:0;background:#fff0;box-shadow:none;white-space:nowrap;font-size:14px;font-weight:700;letter-spacing:normal;line-height:1.65;text-transform:none;color:var(--etc-accent-dk)!important;text-decoration:none!important}.epl-hub-fleet{padding-block:6px 54px}html body .epc-sec-dark .epc-card{background:#fff;border-color:var(--etc-line);box-shadow:var(--etc-sh)}html body .epc-sec-dark .epc-card:hover{box-shadow:var(--etc-sh-lg);border-color:var(--etc-line-hover)}html body .epc-sec-dark .epc-card-name a{color:var(--etc-ink)}html body .epc-sec-dark .epc-card-meta{color:var(--etc-accent-dk)}html body .epc-sec-dark .epc-card-sites{color:var(--etc-ink-50)}html body .epc-sec-dark .epc-card-blurb{color:var(--etc-ink-70)}html body .epc-sec-dark .epc-card-foot{background:#fff0;border-top-color:var(--etc-line-lt)}html body .epc-sec-dark .epc-card-price{color:var(--etc-ink-30)}html body .epc-sec-dark .epc-card-price strong{color:var(--etc-ink)}html body .epc-sec-dark .epc-card-cta{color:var(--etc-accent-dk)!important}