:root{--home-benefits2-servicescarousel-body-bg:#0a0a0a;--home-benefits2-servicescarousel-focus-outline:#c8a24e;--transition-slow:.5s cubic-bezier(.19,1,.22,1);--transition-bounce:.6s cubic-bezier(.68,-.55,.265,1.55)}html[data-theme=light]{--home-benefits2-servicescarousel-body-bg:#fafafa;--home-benefits2-servicescarousel-focus-outline:#8b6914}html[data-theme=sunset]{--home-benefits2-servicescarousel-body-bg:#1d0c0c;--home-benefits2-servicescarousel-focus-outline:#ff8a66}html[data-theme=ocean]{--home-benefits2-servicescarousel-body-bg:#0a141f;--home-benefits2-servicescarousel-focus-outline:#c8a24e}html[data-theme=forest]{--home-benefits2-servicescarousel-body-bg:#0c1d14;--home-benefits2-servicescarousel-focus-outline:#c8a24e}html[data-theme=auto][data-effective-theme=dark]{--home-benefits2-servicescarousel-body-bg:#0a0a0a;--home-benefits2-servicescarousel-focus-outline:#c8a24e}html[data-theme=auto][data-effective-theme=light]{--home-benefits2-servicescarousel-body-bg:#fafafa;--home-benefits2-servicescarousel-focus-outline:#8b6914}body{background-color:var(--home-benefits2-servicescarousel-body-bg);transition:background-color .3s cubic-bezier(.4,0,.2,1)}.servicesCarousel2Intermediate{width:100%;max-width:1400px;margin:0 auto;padding:40px 20px;position:relative}.carouselContainer2Intermediate{perspective:2000px;width:100%;height:500px;position:relative;overflow:hidden}.carouselTrack2Intermediate{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.carouselSlide2Intermediate{opacity:0;pointer-events:none;filter:blur(4px);width:100%;max-width:480px;height:100%;transition:all .8s cubic-bezier(.34,1.56,.64,1);position:absolute;transform:translate(100%)scale(.8)rotateY(20deg)}.carouselSlide2Intermediate.active{opacity:1;z-index:10;pointer-events:auto;filter:blur();transform:translate(0)scale(1)rotateY(0)}.carouselSlide2Intermediate.prev{opacity:.4;z-index:5;filter:blur(2px);transform:translate(-80%)scale(.85)rotateY(-15deg)}.carouselSlide2Intermediate.next{opacity:.4;z-index:5;filter:blur(2px);transform:translate(80%)scale(.85)rotateY(15deg)}.carouselIndicators2Intermediate{justify-content:center;align-items:center;gap:16px;margin-top:24px;display:flex}.imageCardWrapper{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff05;border:1px solid #ffffff14;border-radius:24px;width:100%;height:100%;transition:all .5s cubic-bezier(.19,1,.22,1);position:relative;overflow:hidden;box-shadow:0 20px 60px -15px #0000004d}.carouselSlide2Intermediate.active .imageCardWrapper{border-color:#c8a24e33;box-shadow:0 30px 80px -20px #0006,0 0 40px #c8a24e1a}.cardTextOverlay{z-index:10;background:linear-gradient(#0000001a 0%,#00000059 30%,#000000b8 55%,#000000eb 100%);flex-direction:column;justify-content:flex-end;align-items:center;gap:8px;padding:0 20px 32px;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.cardTextOverlay-subtext{font-family:var(--font-cormorant),"Georgia",serif;color:#ffffffeb;text-shadow:0 2px 6px #000000b3;letter-spacing:.01em;text-align:center;max-width:300px;font-size:1rem;font-style:italic;font-weight:400;line-height:1.45}.cardTextOverlay-text{font-family:var(--font-cinzel),"Inter",serif;letter-spacing:.03em;color:#fff;text-shadow:0 2px 8px #000000b3;text-align:center;max-width:85%;font-size:24px;font-weight:600;line-height:1.2}.cardTextOverlay-checklist{flex-direction:column;align-items:center;gap:8px;margin:20px 0 0;padding:0;list-style:none;display:flex}.cardTextOverlay-checklist-item{font-family:var(--font-cormorant),"Georgia",serif;color:#fffffff2;text-shadow:0 1px 4px #0009;align-items:center;gap:10px;font-size:.95rem;font-weight:500;display:flex}.cardTextOverlay-checklist-icon{color:#c8a24e;filter:drop-shadow(0 0 6px #c8a24e80);justify-content:center;align-items:center;display:flex}@keyframes shimmerText{0%,to{background-position:0%}50%{background-position:100%}}@media screen and (max-width:768px){.cardTextOverlay{padding:16px}.cardTextOverlay-text{font-size:1.25rem}.cardTextOverlay-checklist-item{font-size:.8rem}.cardTextOverlay-checklist-icon{font-size:.9rem}}@media screen and (max-width:480px){.cardTextOverlay-text{font-size:1.1rem}.cardTextOverlay-subtext{max-width:220px;font-size:.8rem}.cardTextOverlay-checklist{gap:6px;margin-top:8px}.cardTextOverlay-checklist-item{gap:6px;font-size:.75rem}.cardTextOverlay-checklist-icon{font-size:.8rem}}.servicesCarousel2Intermediate:focus-within{outline:none}@media screen and (min-width:480px){.servicesCarousel2Intermediate{padding:45px 20px}.carouselContainer2Intermediate{height:520px}}@media screen and (min-width:768px){.servicesCarousel2Intermediate{padding:50px 30px}.carouselContainer2Intermediate{height:540px}.carouselIndicators2Intermediate{gap:18px;margin-top:28px}}@media screen and (min-width:1024px){.servicesCarousel2Intermediate{padding:55px 40px}.carouselContainer2Intermediate{height:560px}}@media screen and (min-width:1440px){.servicesCarousel2Intermediate{padding:60px 40px}.carouselContainer2Intermediate{height:580px}.carouselIndicators2Intermediate{gap:20px;margin-top:32px}}@media screen and (min-width:2560px){.servicesCarousel2Intermediate{max-width:1800px;padding:70px 60px}.carouselContainer2Intermediate{height:640px}.carouselSlide2Intermediate{max-width:560px}}:focus-visible{outline:3px solid var(--home-benefits2-servicescarousel-focus-outline);outline-offset:4px;border-radius:4px}@media (prefers-reduced-motion:reduce){.carouselSlide2Intermediate{transition:opacity .3s,transform .3s}.carouselSlide2Intermediate.active{animation:none}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
