.gp-save-time-section{width:100%;display:flex;margin-top:34px;min-height:360px;align-items:stretch;font-family:Manrope;position:relative;border:1px solid hsla(28,27%,65%,.32);border-radius:22px;overflow:hidden;box-shadow:0 20px 40px rgba(47,34,25,.12);background:linear-gradient(145deg,#fff9f4,#f7ede5)}.gp-save-time-section:after,.gp-save-time-section:before{content:none}.m-layout .gp-save-time-section{flex-direction:column-reverse;border-radius:16px;margin-top:24px}.gp-save-time-section__left{width:48%;position:relative;-webkit-clip-path:polygon(0 0,92% 0,100% 100%,0 100%);clip-path:polygon(0 0,92% 0,100% 100%,0 100%)}.gp-save-time-section__left:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(34,23,16,.15),rgba(34,23,16,0) 42%,rgba(34,23,16,.32));pointer-events:none}.gp-save-time-section__left img{width:100%;height:100%;min-height:360px;object-fit:cover}.m-layout .gp-save-time-section__left{width:100%;height:240px;-webkit-clip-path:none;clip-path:none;transform:translateY(-24px)}.m-layout .gp-save-time-section__left:after{background:linear-gradient(180deg,rgba(34,23,16,.06),rgba(34,23,16,.24))}.m-layout .gp-save-time-section__left.show-section{animation:animate-image .45s ease-out;transform:translateY(0)}.gp-save-time-section__right{width:52%;padding:34px 30px;opacity:0;display:flex;flex-direction:column;justify-content:center;position:relative;background:hsla(0,0%,100%,.62)}.m-layout .gp-save-time-section__right{width:100%;height:auto;padding:20px 16px;opacity:0}.gp-save-time-section__right:before{content:"";width:64px;height:4px;border-radius:999px;background:linear-gradient(135deg,#d3924c,#be6a2d);margin-bottom:14px}.gp-save-time-section__right h3{margin-bottom:14px;text-transform:none;color:#4f3425;font-size:clamp(1.6rem,2.5vw,2.05rem);line-height:1.12;font-family:Merienda;text-align:left}.m-layout .gp-save-time-section__right h3{width:100%;font-size:1.45rem;text-align:left;margin-bottom:10px}.gp-save-time-section__right p{color:rgba(67,49,37,.9);line-height:1.7;font-size:.97rem;text-align:left;font-weight:500;max-width:58ch}.m-layout .gp-save-time-section__right p{font-size:.9rem;line-height:1.58;max-width:100%;text-align:left}.gp-save-time-section__right.show-section{animation:slide-right .6s ease-out;opacity:1}.m-layout .gp-save-time-section__right.show-section{animation:none;opacity:1}@media screen and (max-width:1024px){.gp-save-time-section__right{padding:26px 22px}}@media screen and (max-width:520px){.gp-save-time-section__left{height:220px}.gp-save-time-section__left img{min-height:220px}}@keyframes slide-right{0%{transform:translateX(16px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes animate-image{0%{transform:translateY(-24px);opacity:0}to{transform:translateY(0);opacity:1}}