@keyframes hp-fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes hp-fadeInScale{0%{opacity:0;transform:scale(.92)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes hp-slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes hp-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes hp-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes hp-gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes hp-pulseGlow{0%,to{box-shadow:0 0 #73a45e66}50%{box-shadow:0 0 20px 6px #73a45e26}}@keyframes hp-heroEntry{0%{opacity:0;transform:translateY(30px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes hp-tagFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.hp-reveal{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(50px)}.hp-reveal--visible{opacity:1;transform:translateY(0)}.hp-reveal--visible .hp-stagger{animation:.7s cubic-bezier(.16,1,.3,1) both hp-fadeInScale;animation-delay:calc(var(--i,0) * .12s + .15s)}.hp{background:#faf7f2;overflow-x:hidden}.hp-hero{background:#2d5a3d url(/images/banner.jpg) 50%/cover no-repeat fixed;justify-content:center;align-items:center;min-height:max(520px,80vh);display:flex;position:relative}.hp-hero__overlay{z-index:0;background:linear-gradient(#0000004d 0%,#00000080 60%,#000000a6 100%);position:absolute;inset:0}.hp-hero__inner{z-index:1;text-align:center;max-width:740px;padding:4rem 1.25rem;animation:1s cubic-bezier(.16,1,.3,1) .2s both hp-heroEntry;position:relative}.hp-hero__title{font-family:var(--font-display,"Oswald", sans-serif);color:#fff;text-shadow:0 2px 12px #0000004d;margin:0 0 1rem;font-size:clamp(2rem,5vw,3.25rem);font-weight:700;line-height:1.15;animation:.9s cubic-bezier(.16,1,.3,1) .4s both hp-fadeInUp}.hp-hero__subtitle{color:#ffffffeb;text-shadow:0 1px 6px #00000040;margin:0 0 2.5rem;font-size:clamp(1rem,2.2vw,1.25rem);line-height:1.6;animation:.9s cubic-bezier(.16,1,.3,1) .6s both hp-fadeInUp}.hp-hero__form{flex-direction:column;gap:1rem;max-width:600px;margin:0 auto;animation:.9s cubic-bezier(.16,1,.3,1) .8s both hp-fadeInUp;display:flex}.hp-hero__input{resize:none;color:#292f3b;background:#fffffff7;border:2px solid #ffffff40;border-radius:16px;width:100%;padding:1.1rem 1.25rem;font-family:inherit;font-size:1rem;line-height:1.5;transition:border-color .3s,box-shadow .3s,transform .2s}.hp-hero__input:focus{border-color:#73a45e;outline:none;transform:translateY(-2px);box-shadow:0 0 0 4px #73a45e33,0 8px 30px #0000001a}.hp-hero__input::placeholder{color:#9ca3af;transition:opacity .3s}.hp-hero__btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#73a45e,#5a8a47) 0 0/200% 200%;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.9rem 2rem;font-family:inherit;font-size:1.05rem;font-weight:600;transition:background .3s,transform .2s,box-shadow .3s;display:inline-flex;position:relative;overflow:hidden}.hp-hero__btn:after{content:"";pointer-events:none;background:linear-gradient(105deg,#0000 20%,#ffffff26 45%,#ffffff40 50%,#ffffff26 55%,#0000 80%) 0 0/250% 100%;animation:3s ease-in-out infinite hp-shimmer;position:absolute;inset:0}.hp-hero__btn:hover:not(:disabled){background:linear-gradient(135deg,#5a8a47,#4a7a3a);transform:translateY(-3px)scale(1.02);box-shadow:0 8px 30px #73a45e66}.hp-hero__btn:active:not(:disabled){transform:translateY(-1px)scale(.98)}.hp-hero__btn:disabled{cursor:not-allowed;opacity:.7;background:#d1d5db}.hp-hero__btn:disabled:after{display:none}.hp-btn-glow{animation:3s ease-in-out infinite hp-pulseGlow}.hp-hero__examples{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:2rem;animation:.9s cubic-bezier(.16,1,.3,1) 1s both hp-fadeInUp;display:flex}.hp-hero__tag{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-shadow:0 1px 3px #0003;background:#ffffff1f;border:1px solid #ffffff40;border-radius:24px;padding:.5rem 1.1rem;font-family:inherit;font-size:.85rem;font-weight:500;transition:all .3s cubic-bezier(.16,1,.3,1)}.hp-hero__tag:hover{background:#ffffff47;border-color:#ffffff8c;transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.hp-stats{background:#fff;padding:5rem 0;position:relative}.hp-stats:before{content:"";background:linear-gradient(90deg,#73a45e,#c8e050);border-radius:3px;width:60px;height:3px;position:absolute;top:0;left:50%;transform:translate(-50%)}.hp-stats__inner{text-align:center}.hp-stats__title{font-family:var(--font-display,"Oswald", sans-serif);color:#292f3b;margin:0 0 .75rem;font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:700;line-height:1.2}.hp-stats__subtitle{color:#6b7280;margin:0 0 2.5rem;font-size:1.05rem;line-height:1.5}.hp-stats__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;max-width:800px;margin:0 auto;display:grid}.hp-stats__card{background:linear-gradient(135deg,#f5f7f3 0%,#eef3eb 100%);border-radius:16px;flex-direction:column;gap:.35rem;padding:2rem 1.25rem;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.hp-stats__card:before{content:"";transform-origin:0;background:linear-gradient(90deg,#73a45e,#c8e050);height:3px;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.hp-stats__card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #73a45e1f}.hp-stats__card:hover:before{transform:scaleX(1)}.hp-stats__number{font-family:var(--font-display,"Oswald", sans-serif);background:linear-gradient(135deg,#73a45e,#4a8a3a);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.2rem;font-weight:700;line-height:1}.hp-stats__label{color:#6b7280;text-transform:lowercase;font-size:.9rem}.hp-section-header{text-align:center;margin-bottom:3rem}.hp-section-title{font-family:var(--font-display,"Oswald", sans-serif);color:#292f3b;margin:0 0 .5rem;font-size:clamp(1.4rem,3vw,2rem);font-weight:700;line-height:1.2;display:inline-block;position:relative}.hp-section-header .hp-section-title:after{content:"";background:linear-gradient(90deg,#73a45e,#c8e050);border-radius:3px;width:40px;height:3px;margin:.6rem auto 0;display:block}.hp-section-title--center{text-align:center;display:block}.hp-section-subtitle{color:#6b7280;margin:0;font-size:1rem;line-height:1.5}.hp-carousel{position:relative}.hp-carousel__scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1.25rem;padding:.5rem 0 1rem;display:flex;overflow-x:auto}.hp-carousel__scroll::-webkit-scrollbar{display:none}.hp-carousel__nav{z-index:2;color:#292f3b;cursor:pointer;background:#fffffff7;border:1px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #00000014}.hp-carousel__nav:hover{color:#73a45e;background:#fff;border-color:#73a45e4d;transform:translateY(-50%)scale(1.1);box-shadow:0 6px 20px #00000024}.hp-carousel__nav:active{transform:translateY(-50%)scale(.95)}.hp-carousel__nav--left{left:-12px}.hp-carousel__nav--right{right:-12px}.hp-trips{background:#faf7f2;padding:5rem 0}.hp-trip-card{scroll-snap-align:start;background:#fff;border-radius:18px;flex:0 0 300px;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);overflow:hidden;box-shadow:0 2px 12px #0000000f}.hp-trip-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.hp-trip-card__img{aspect-ratio:16/10;position:relative;overflow:hidden}.hp-trip-card__img:after{content:"";opacity:0;background:linear-gradient(#0000 50%,#00000040 100%);transition:opacity .3s;position:absolute;inset:0}.hp-trip-card:hover .hp-trip-card__img:after{opacity:1}.hp-trip-card__img img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.hp-trip-card:hover .hp-trip-card__img img{transform:scale(1.08)}.hp-trip-card__badge{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1;background:#00000080;border-radius:20px;padding:.35rem .8rem;font-size:.75rem;font-weight:600;transition:background .3s,transform .3s;position:absolute;top:12px;left:12px}.hp-trip-card:hover .hp-trip-card__badge{background:#73a45ed9;transform:scale(1.05)}.hp-trip-card__body{padding:1.15rem 1.25rem 1.35rem}.hp-trip-card__title{color:#292f3b;margin:0 0 .35rem;font-size:1.05rem;font-weight:700;transition:color .2s}.hp-trip-card:hover .hp-trip-card__title{color:#73a45e}.hp-trip-card__desc{color:#6b7280;margin:0 0 .75rem;font-size:.875rem;line-height:1.4}.hp-trip-card__price{background:linear-gradient(135deg,#73a45e,#4a8a3a);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:.95rem;font-weight:700}.hp-features{background:#fff;padding:5rem 0;position:relative}.hp-features__grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.hp-feature-card{background:linear-gradient(135deg,#f5f7f3 0%,#eef3eb 100%);border:1px solid #0000;border-radius:18px;padding:2rem 1.5rem;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),background .4s;position:relative;overflow:hidden}.hp-feature-card:before{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle,#73a45e14 0%,#0000 70%);width:200%;height:200%;transition:opacity .5s;position:absolute;top:-50%;left:-50%}.hp-feature-card:hover{border-color:#73a45e26;transform:translateY(-6px);box-shadow:0 16px 36px #73a45e24}.hp-feature-card:hover:before{opacity:1}.hp-feature-card__icon{background:#73a45e1f;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.15rem;font-size:1.6rem;transition:transform .4s cubic-bezier(.16,1,.3,1),background .3s;display:flex}.hp-feature-card:hover .hp-feature-card__icon{background:#73a45e33;transform:scale(1.1)rotate(-3deg)}.hp-feature-card__title{color:#292f3b;margin:0 0 .6rem;font-size:1.1rem;font-weight:700}.hp-feature-card__text{color:#6b7280;margin:0;font-size:.9rem;line-height:1.6}@property --cuisine-angle{syntax:"<angle>";inherits:false;initial-value:0deg}@keyframes hp-cuisineRotate{to{--cuisine-angle:360deg}}@keyframes hp-orbFloat1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(40px,-30px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.95)}}@keyframes hp-orbFloat2{0%,to{transform:translate(0)scale(1)}33%{transform:translate(-50px,20px)scale(1.05)}66%{transform:translate(30px,-40px)scale(.9)}}@keyframes hp-orbFloat3{0%,to{transform:translate(0)scale(1)}50%{transform:translate(25px,25px)scale(1.08)}}@keyframes hp-emojiBounce{0%{transform:scale(1)rotate(0)}25%{transform:scale(1.25)rotate(-8deg)}50%{transform:scale(1.1)rotate(4deg)}75%{transform:scale(1.18)rotate(-2deg)}to{transform:scale(1.15)rotate(0)}}@keyframes hp-ringPulse{0%{opacity:.6;transform:scale(.8)}50%{opacity:0;transform:scale(1.2)}to{opacity:0;transform:scale(.8)}}.hp-cuisine{background:linear-gradient(170deg,#faf7f2 0%,#f0ebe3 40%,#e8f5e0 100%);padding:6rem 0;position:relative;overflow:hidden}.hp-cuisine__bg-orbs{pointer-events:none;position:absolute;inset:0;overflow:hidden}.hp-cuisine__orb{filter:blur(80px);opacity:.45;border-radius:50%;position:absolute}.hp-cuisine__orb--1{background:radial-gradient(circle,#73a45e4d 0%,#0000 70%);width:400px;height:400px;animation:18s ease-in-out infinite hp-orbFloat1;top:-10%;right:-5%}.hp-cuisine__orb--2{background:radial-gradient(circle,#e67e2233 0%,#0000 70%);width:300px;height:300px;animation:22s ease-in-out infinite hp-orbFloat2;bottom:-5%;left:-3%}.hp-cuisine__orb--3{background:radial-gradient(circle,#8e44ad26 0%,#0000 70%);width:200px;height:200px;animation:15s ease-in-out infinite hp-orbFloat3;top:50%;left:50%}.hp-cuisine__badge{text-transform:uppercase;letter-spacing:.1em;color:#73a45e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#73a45e1a;border:1px solid #73a45e33;border-radius:24px;margin-bottom:1rem;padding:.4rem 1.2rem;font-size:.8rem;font-weight:700;display:inline-block}.hp-cuisine__grid{z-index:1;grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid;position:relative}.hp-cuisine-card{-webkit-backdrop-filter:blur(16px)saturate(1.8);transform-style:preserve-3d;will-change:transform;cursor:default;background:#ffffffa6;border-radius:22px;padding:2rem 1.5rem 1.5rem;transition:transform .15s ease-out,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000a,0 1px 3px #0000000a}.hp-cuisine-card__glow{border-radius:inherit;pointer-events:none;z-index:0;transition:background .2s;position:absolute;inset:0}.hp-cuisine-card__border{border-radius:inherit;background:conic-gradient(from var(--cuisine-angle,0deg), transparent 0%, var(--accent,#73a45e) 10%, transparent 20%, transparent 100%);-webkit-mask-composite:xor;opacity:0;pointer-events:none;padding:1.5px;transition:opacity .4s;animation:4s linear infinite hp-cuisineRotate;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.hp-cuisine-card:hover .hp-cuisine-card__border{opacity:1}.hp-cuisine-card:hover{box-shadow:0 20px 50px #00000014,0 8px 20px #0000000a,inset 0 0 0 1px #ffffff80}.hp-cuisine-card__emoji-wrap{z-index:1;width:64px;height:64px;margin-bottom:1.25rem;position:relative}.hp-cuisine-card__emoji{z-index:1;background:linear-gradient(135deg,#ffffffe6,#ffffff80);border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;font-size:2rem;transition:transform .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 4px 16px #0000000f}.hp-cuisine-card__emoji--bounce{animation:.6s cubic-bezier(.16,1,.3,1) forwards hp-emojiBounce}.hp-cuisine-card__ring{border:2px solid var(--accent,#73a45e);opacity:0;pointer-events:none;border-radius:22px;position:absolute;inset:-6px}.hp-cuisine-card:hover .hp-cuisine-card__ring{animation:1.2s cubic-bezier(.16,1,.3,1) forwards hp-ringPulse}.hp-cuisine-card__body{z-index:1;position:relative}.hp-cuisine-card__header{align-items:baseline;gap:.6rem;margin-bottom:.6rem;display:flex}.hp-cuisine-card__name{color:#292f3b;margin:0;font-size:1.2rem;font-weight:800;line-height:1.2}.hp-cuisine-card__origin{color:var(--accent,#73a45e);background:color-mix(in srgb, var(--accent,#73a45e) 10%, transparent);white-space:nowrap;border-radius:8px;padding:.15rem .55rem;font-size:.75rem;font-weight:600}.hp-cuisine-card__desc{color:#6b7280;margin:0 0 1.1rem;font-size:.88rem;line-height:1.65}.hp-cuisine-card__footer{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.hp-cuisine-card__tags{flex-wrap:wrap;gap:.4rem;display:flex}.hp-cuisine-card__tag{color:#9ca3af;background:#00000008;border:1px solid #0000000d;border-radius:8px;padding:.2rem .6rem;font-size:.72rem;font-weight:600;transition:all .25s}.hp-cuisine-card:hover .hp-cuisine-card__tag{color:var(--accent);border-color:color-mix(in srgb, var(--accent) 25%, transparent);background:color-mix(in srgb, var(--accent) 6%, transparent)}.hp-cuisine-card__rating{color:#f59e0b;flex-shrink:0;align-items:center;gap:.3rem;font-size:.85rem;font-weight:700;display:flex}.hp-cuisine-card__rating svg{filter:drop-shadow(0 1px 2px #f59e0b4d)}@media (max-width:768px){.hp-cuisine{padding:3.5rem 0}.hp-cuisine__grid{grid-template-columns:1fr;gap:1.25rem}.hp-cuisine-card{padding:1.5rem 1.25rem 1.25rem}}@media (min-width:769px) and (max-width:1024px){.hp-cuisine__grid{grid-template-columns:repeat(2,1fr)}}.hp-partners{text-align:center;background:#faf7f2;padding:4rem 0}.hp-partners__list{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem;display:flex}.hp-partners__item{color:#9ca3af;letter-spacing:.02em;background:#fff;border:1px solid #0000;border-radius:14px;padding:.85rem 1.75rem;font-size:1.15rem;font-weight:600;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 1px 4px #0000000a}.hp-partners__item:hover{color:#73a45e;border-color:#73a45e26;transform:translateY(-3px);box-shadow:0 8px 24px #73a45e1a}.hp-reviews{background:#fff;padding:5rem 0;position:relative}.hp-review-card{scroll-snap-align:start;background:linear-gradient(135deg,#f9fafb 0%,#f0f4ee 100%);border:1px solid #eee;border-radius:18px;flex-direction:column;flex:0 0 340px;gap:1rem;margin:0;padding:2rem;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .3s;display:flex;position:relative}.hp-review-card:before{content:"“";color:#73a45e1a;pointer-events:none;font-family:Georgia,serif;font-size:4rem;line-height:1;position:absolute;top:12px;right:18px}.hp-review-card:hover{border-color:#73a45e33;transform:translateY(-6px);box-shadow:0 16px 36px #00000014}.hp-review-card__stars{color:#f59e0b;letter-spacing:2px;font-size:1rem}.hp-review-card__text{color:#374151;flex:1;margin:0;font-size:.92rem;font-style:italic;line-height:1.7}.hp-review-card__author{align-items:center;gap:.75rem;margin-top:auto;display:flex}.hp-review-card__avatar{color:#fff;background:linear-gradient(135deg,#73a45e,#5a8a47);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1rem;font-weight:700;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex}.hp-review-card:hover .hp-review-card__avatar{transform:scale(1.1)}.hp-review-card__name{color:#292f3b;font-size:.9rem;font-weight:600;display:block}.hp-review-card__age{color:#9ca3af;font-size:.8rem}.hp-cta{text-align:center;background:linear-gradient(135deg,#1a472a 0%,#2d5a3d 40%,#3d6b4d 80%,#2d5a3d 100%) 0 0/300% 300%;padding:5rem 0 6rem;animation:10s ease-in-out infinite hp-gradientShift;position:relative;overflow:hidden}.hp-cta:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 80%,#c8e05014 0%,#0000 50%),radial-gradient(circle at 80% 20%,#73a45e1a 0%,#0000 50%);position:absolute;inset:0}.hp-cta__inner{max-width:640px;position:relative}.hp-cta__title{font-family:var(--font-display,"Oswald", sans-serif);color:#fff;margin:0 0 1rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.15}.hp-cta__subtitle{color:#ffffffd9;margin:0 0 2.5rem;font-size:1.05rem;line-height:1.6}.hp-cta .hp-hero__btn{color:#1a472a;background:linear-gradient(135deg,#c8e050,#a8d030)}.hp-cta .hp-hero__btn:after{background:linear-gradient(105deg,#0000 20%,#fff3 45%,#ffffff59 50%,#fff3 55%,#0000 80%) 0 0/250% 100%;animation:2.5s ease-in-out infinite hp-shimmer}.hp-cta .hp-hero__btn:hover:not(:disabled){background:linear-gradient(135deg,#d4e87a,#c8e050);box-shadow:0 8px 30px #c8e05066}@media (max-width:768px){.hp-hero{min-height:max(480px,75vh)}.hp-hero__inner{padding:3rem 1rem}.hp-hero__examples{gap:.5rem}.hp-hero__tag{padding:.4rem .9rem;font-size:.8rem}.hp-stats,.hp-trips,.hp-features,.hp-reviews{padding:3rem 0}.hp-trip-card{flex:0 0 260px}.hp-review-card{flex:0 0 280px}.hp-carousel__nav{display:none}.hp-features__grid{grid-template-columns:1fr}.hp-partners__list{gap:1rem}}@media (min-width:769px) and (max-width:1024px){.hp-features__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1025px){.hp-carousel__scroll{padding-left:1rem;padding-right:1rem}}
