.Navbar-module__cJzEcG__navbarWrapper{z-index:1000;flex-direction:column;width:100%;display:flex;position:sticky;top:0}.Navbar-module__cJzEcG__navBorder{background-color:#fff;border:none;border-radius:5px;width:100%;height:10px;margin:0}.Navbar-module__cJzEcG__navbar{background-color:#000;width:100%;padding:16px 0}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;width:100%;padding:0 40px;display:flex}.Navbar-module__cJzEcG__logo a{color:#fff;align-items:center;gap:8px;font-size:24px;font-weight:600;display:flex}.Navbar-module__cJzEcG__links{gap:32px;display:flex}.Navbar-module__cJzEcG__links a{color:#ffffffb3;padding-bottom:4px;font-size:15px;font-weight:500;transition:all .3s}.Navbar-module__cJzEcG__links a:hover{color:#fff}@media (max-width:768px){.Navbar-module__cJzEcG__links{display:none}}
.Footer-module__S6Hkya__footer{background:var(--primary);color:#fff;margin-top:120px;padding:80px 0 40px}.Footer-module__S6Hkya__container{max-width:1200px;margin:0 auto;padding:0 24px}.Footer-module__S6Hkya__top{border-bottom:1px solid #ffffff1a;justify-content:space-between;margin-bottom:40px;padding-bottom:60px;display:flex}.Footer-module__S6Hkya__brand{max-width:300px}.Footer-module__S6Hkya__logoWrapper{margin-bottom:16px;display:flex}.Footer-module__S6Hkya__brand p{color:#fff9;line-height:1.6}.Footer-module__S6Hkya__links{gap:80px;display:flex}.Footer-module__S6Hkya__column{flex-direction:column;gap:16px;display:flex}.Footer-module__S6Hkya__column h4{margin-bottom:8px;font-size:16px;font-weight:600}.Footer-module__S6Hkya__column a{color:#fff9;font-size:14px;transition:color .2s}.Footer-module__S6Hkya__column a:hover{color:#fff}.Footer-module__S6Hkya__bottom{text-align:center;color:#fff6;font-size:14px}@media (max-width:768px){.Footer-module__S6Hkya__top{flex-direction:column;gap:40px}.Footer-module__S6Hkya__links{flex-wrap:wrap;gap:40px}}
.Gallery-module__3QxX8q__section{background-color:#fff;border-top:1px solid #f1f1f1;padding:100px 0}.Gallery-module__3QxX8q__container{max-width:1200px;margin:0 auto;padding:0 24px}.Gallery-module__3QxX8q__header{text-align:center;margin-bottom:50px}.Gallery-module__3QxX8q__subtitle{color:var(--accent);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:8px;font-size:14px;font-weight:700;display:block}.Gallery-module__3QxX8q__title{fontWeight:800;color:#111;font-size:36px}.Gallery-module__3QxX8q__scrollWrapper{width:100vw;margin-left:-50vw;margin-right:-50vw;padding:20px 0;display:flex;position:relative;left:50%;right:50%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}.Gallery-module__3QxX8q__scrollTrack{gap:20px;width:max-content;animation:20s linear infinite Gallery-module__3QxX8q__scroll;display:flex}.Gallery-module__3QxX8q__scrollTrack:hover{animation-play-state:paused}@keyframes Gallery-module__3QxX8q__scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 10px))}}.Gallery-module__3QxX8q__imageCard{cursor:pointer;height:260px;box-shadow:var(--shadow-soft);background:#f8f9fa;border:1px solid #f1f1f1;border-radius:16px;flex:0 0 300px;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s;position:relative;overflow:hidden}.Gallery-module__3QxX8q__imageCard:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 12px 30px #00000014}.Gallery-module__3QxX8q__imageCard:hover .Gallery-module__3QxX8q__overlay{opacity:1}.Gallery-module__3QxX8q__img{object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.Gallery-module__3QxX8q__imageCard:hover .Gallery-module__3QxX8q__img{transform:scale(1.05)}.Gallery-module__3QxX8q__overlay{opacity:0;z-index:2;background:linear-gradient(#0000 40%,#000000b3 100%);align-items:flex-end;padding:20px;transition:opacity .3s;display:flex;position:absolute;inset:0}.Gallery-module__3QxX8q__overlayText{color:#fff;text-transform:uppercase;letter-spacing:.5px;font-size:14px;font-weight:500}.Gallery-module__3QxX8q__lightbox{-webkit-backdrop-filter:blur(8px);z-index:1000;opacity:0;background:#000000e6;justify-content:center;align-items:center;animation:.3s forwards Gallery-module__3QxX8q__fadeIn;display:flex;position:fixed;inset:0}@keyframes Gallery-module__3QxX8q__fadeIn{to{opacity:1}}.Gallery-module__3QxX8q__closeBtn{color:#fff;cursor:pointer;z-index:1010;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;transition:all .2s;display:flex;position:absolute;top:30px;right:30px}.Gallery-module__3QxX8q__closeBtn:hover{background:#fff3;transform:scale(1.05)}.Gallery-module__3QxX8q__navBtn{color:#fff;cursor:pointer;z-index:1010;-webkit-user-select:none;user-select:none;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Gallery-module__3QxX8q__navBtn:hover{background:#ffffff26}.Gallery-module__3QxX8q__prevBtn{left:40px}.Gallery-module__3QxX8q__nextBtn{right:40px}@media (max-width:768px){.Gallery-module__3QxX8q__navBtn{width:44px;height:44px;font-size:18px}.Gallery-module__3QxX8q__prevBtn{left:10px}.Gallery-module__3QxX8q__nextBtn{right:10px}}.Gallery-module__3QxX8q__lightboxContent{justify-content:center;align-items:center;width:90%;max-width:900px;height:80vh;display:flex;position:relative}.Gallery-module__3QxX8q__lightboxImg{object-fit:contain!important}.Gallery-module__3QxX8q__buttonContainer{justify-content:center;margin-top:40px;display:flex}.Gallery-module__3QxX8q__viewGalleryBtn{color:#111;background:0 0;border:2px solid #111;border-radius:30px;padding:16px 40px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.Gallery-module__3QxX8q__viewGalleryBtn:hover{color:#fff;background:#111;transform:translateY(-2px)}
.HeroSection-module__sBkrQG__hero{background-color:#000;justify-content:center;align-items:center;width:100vw;height:calc(100vh - 104px);min-height:600px;display:flex;position:relative;overflow:hidden}.HeroSection-module__sBkrQG__sliderWrapper{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.HeroSection-module__sBkrQG__slide{opacity:0;z-index:1;width:100%;height:100%;transition:opacity 1.5s ease-in-out;position:absolute;top:0;left:0}.HeroSection-module__sBkrQG__slideActive{opacity:1;z-index:2}.HeroSection-module__sBkrQG__overlay{z-index:3;background:linear-gradient(#0006 0%,#0003 40%,#0009 100%);width:100%;height:100%;position:absolute;top:0;left:0}.HeroSection-module__sBkrQG__content{text-align:center;color:#fff;z-index:10;max-width:900px;margin-top:-60px;padding:0 24px;animation:1s cubic-bezier(.16,1,.3,1) HeroSection-module__sBkrQG__fadeInUp;position:relative}.HeroSection-module__sBkrQG__title{letter-spacing:-3px;margin-bottom:24px;font-size:110px;font-weight:800;line-height:1.05}.HeroSection-module__sBkrQG__gradientText{color:#fff;display:inline-block}.HeroSection-module__sBkrQG__subtitle{color:#ffffffd9;letter-spacing:-.2px;opacity:0;max-width:600px;margin:0 auto;font-size:22px;font-weight:400;line-height:1.6;animation:1s cubic-bezier(.16,1,.3,1) .3s forwards HeroSection-module__sBkrQG__fadeInUp}.HeroSection-module__sBkrQG__contactBadge{color:#111;border-radius:var(--radius-full);opacity:0;background:#fff;margin-top:36px;padding:16px 40px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;animation:1s cubic-bezier(.16,1,.3,1) .6s forwards HeroSection-module__sBkrQG__slideInUp;display:inline-block;box-shadow:0 10px 30px #0000004d}.HeroSection-module__sBkrQG__contactBadge:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 15px 40px #0006}.HeroSection-module__sBkrQG__phoneLink{color:#fff;margin-left:6px;font-weight:700;text-decoration:none}@media (max-width:1024px){.HeroSection-module__sBkrQG__title{letter-spacing:-2px;font-size:90px}.HeroSection-module__sBkrQG__subtitle{font-size:19px}}@media (max-width:768px){.HeroSection-module__sBkrQG__hero{height:85vh}.HeroSection-module__sBkrQG__title{letter-spacing:-1px;margin-bottom:20px;font-size:64px}.HeroSection-module__sBkrQG__subtitle{font-size:17px}.HeroSection-module__sBkrQG__contactBadge{padding:10px 24px;font-size:14px}}@keyframes HeroSection-module__sBkrQG__fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes HeroSection-module__sBkrQG__slideInUp{0%{opacity:0;transform:translateY(60px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.HeroSection-module__sBkrQG__modalOverlay{z-index:10000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000c;justify-content:center;align-items:center;animation:.3s HeroSection-module__sBkrQG__fadeIn;display:flex;position:fixed;inset:0}.HeroSection-module__sBkrQG__modalContent{text-align:center;color:#111;background:#fff;border-radius:24px;width:90%;max-width:400px;padding:40px;animation:.3s cubic-bezier(.16,1,.3,1) HeroSection-module__sBkrQG__slideUp;position:relative;box-shadow:0 20px 60px #00000080}.HeroSection-module__sBkrQG__closeModalBtn{color:#999;cursor:pointer;background:0 0;border:none;font-size:20px;transition:color .2s;position:absolute;top:20px;right:20px}.HeroSection-module__sBkrQG__closeModalBtn:hover{color:#111}.HeroSection-module__sBkrQG__modalTitle{letter-spacing:-.5px;margin-bottom:8px;font-size:28px;font-weight:800}.HeroSection-module__sBkrQG__modalSubtitle{color:#666;margin-bottom:32px;font-size:15px}.HeroSection-module__sBkrQG__modalOptions{flex-direction:column;gap:16px;display:flex}.HeroSection-module__sBkrQG__modalOptionBtn{color:#111;background:#f8f8f8;border:1px solid #eee;border-radius:12px;justify-content:center;align-items:center;padding:16px;font-size:16px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.HeroSection-module__sBkrQG__modalOptionBtn:hover{color:#fff;background:#111;transform:translateY(-2px)}@keyframes HeroSection-module__sBkrQG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes HeroSection-module__sBkrQG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.HeroSection-module__sBkrQG__heroSearchWrapper{z-index:20;opacity:0;width:90%;max-width:800px;animation:1s cubic-bezier(.16,1,.3,1) .8s forwards HeroSection-module__sBkrQG__slideInUp;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}@media (max-width:768px){.HeroSection-module__sBkrQG__heroSearchWrapper{bottom:20px}}
.PastEventsTree-module__W00IEW__section{color:#fff;background:radial-gradient(circle at 50% 0,#111 0%,#050505 100%);border-top:1px solid #1a1a1a;padding:8rem 1rem;position:relative;overflow:hidden}.PastEventsTree-module__W00IEW__bgVideoWrapper{z-index:0;opacity:.25;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.PastEventsTree-module__W00IEW__bgVideo{object-fit:cover;pointer-events:none;width:100%;height:100%}@media (min-width:768px){.PastEventsTree-module__W00IEW__section{padding:8rem 3rem}}.PastEventsTree-module__W00IEW__container{z-index:1;max-width:72rem;margin:0 auto;position:relative}.PastEventsTree-module__W00IEW__title{text-transform:uppercase;letter-spacing:-.05em;margin-bottom:8rem;font-size:2.25rem;font-weight:900;transition:color .3s}@media (min-width:768px){.PastEventsTree-module__W00IEW__title{font-size:3.75rem}}.PastEventsTree-module__W00IEW__title:hover{color:#ccc}.PastEventsTree-module__W00IEW__timeline{position:relative}.PastEventsTree-module__W00IEW__timelineLine{background-color:#333;width:1px;position:absolute;top:0;bottom:0;left:1rem}@media (min-width:768px){.PastEventsTree-module__W00IEW__timelineLine{margin-left:-.5px;left:50%}}.PastEventsTree-module__W00IEW__eventsList{flex-direction:column;gap:8rem;display:flex}@media (min-width:768px){.PastEventsTree-module__W00IEW__eventsList{gap:12rem}}.PastEventsTree-module__W00IEW__eventItem{flex-direction:column;align-items:center;width:100%;min-height:300px;display:flex;position:relative}@media (min-width:768px){.PastEventsTree-module__W00IEW__eventItem{flex-direction:row}}.PastEventsTree-module__W00IEW__timelineDot{z-index:20;background-color:#fff;border-radius:50%;width:9px;height:9px;margin-left:-4px;position:absolute;left:1rem;box-shadow:0 0 10px #fff3}@media (min-width:768px){.PastEventsTree-module__W00IEW__timelineDot{left:50%}}.PastEventsTree-module__W00IEW__textContent{flex-direction:column;justify-content:center;width:100%;padding-left:3rem;display:flex}@media (min-width:768px){.PastEventsTree-module__W00IEW__textContent{width:50%;padding-left:0}.PastEventsTree-module__W00IEW__textEven{text-align:right;order:1;padding-right:6rem}.PastEventsTree-module__W00IEW__textOdd{text-align:left;order:2;padding-left:6rem}}.PastEventsTree-module__W00IEW__date{color:#a0a0a0;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem;font-family:monospace;font-size:.75rem}.PastEventsTree-module__W00IEW__eventTitle{text-transform:uppercase;letter-spacing:-.025em;cursor:pointer;margin-bottom:.5rem;font-size:1.875rem;font-weight:900;transition:color .3s}@media (min-width:768px){.PastEventsTree-module__W00IEW__eventTitle{font-size:2.25rem}}.PastEventsTree-module__W00IEW__eventTitle:hover{color:#aaa}.PastEventsTree-module__W00IEW__location{color:#888;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;font-size:.875rem;display:flex}@media (min-width:768px){.PastEventsTree-module__W00IEW__location{justify-content:inherit;display:inline-flex}}.PastEventsTree-module__W00IEW__mobileDash{background-color:#fff;width:1rem;height:1px;display:inline-block}@media (min-width:768px){.PastEventsTree-module__W00IEW__mobileDash{display:none}}.PastEventsTree-module__W00IEW__imageContent{width:100%;margin-top:3rem;padding-left:3rem}@media (min-width:768px){.PastEventsTree-module__W00IEW__imageContent{width:50%;margin-top:0;padding-left:0}.PastEventsTree-module__W00IEW__imageEven{order:2;padding-left:4rem}.PastEventsTree-module__W00IEW__imageOdd{order:1;padding-right:4rem}}.PastEventsTree-module__W00IEW__imageWrapper{z-index:10;perspective:1000px;width:100%;height:100%;padding:1rem;display:block;position:relative}.PastEventsTree-module__W00IEW__imageContainer{aspect-ratio:4/3;cursor:crosshair;border:1px solid #ffffff1a;border-radius:.125rem;width:100%;position:relative;overflow:hidden;box-shadow:0 20px 60px #0006}@media (min-width:768px){.PastEventsTree-module__W00IEW__imageContainer{aspect-ratio:16/9}}.PastEventsTree-module__W00IEW__imageOverlay{z-index:10;opacity:0;pointer-events:none;background:linear-gradient(#0000,#0000,#000000e6);align-items:flex-end;padding:1.5rem;transition:opacity .5s;display:flex;position:absolute;inset:0}.PastEventsTree-module__W00IEW__imageContainer:hover .PastEventsTree-module__W00IEW__imageOverlay{opacity:1}.PastEventsTree-module__W00IEW__overlayText{letter-spacing:.1em;color:#fff;text-transform:uppercase;font-size:.75rem;font-weight:700;transition:transform .5s;transform:translateY(1rem)}.PastEventsTree-module__W00IEW__imageContainer:hover .PastEventsTree-module__W00IEW__overlayText{transform:translateY(0)}.PastEventsTree-module__W00IEW__image{object-fit:cover;filter:grayscale();transition:all 1.2s ease-out}.PastEventsTree-module__W00IEW__imageContainer:hover .PastEventsTree-module__W00IEW__image{filter:grayscale(0%);transform:scale(1.1)}.PastEventsTree-module__W00IEW__emptyState{text-align:center;opacity:.7;text-transform:uppercase;letter-spacing:.1em;border:1px solid #333;padding:6rem 0;font-size:.625rem}.PastEventsTree-module__W00IEW__showMoreContainer{justify-content:center;margin-top:6rem;display:flex}.PastEventsTree-module__W00IEW__showMoreBtn{color:#fff;text-transform:uppercase;letter-spacing:.1em;background-color:#0000;border:2px solid #fff;border-radius:50px;padding:1rem 3rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.PastEventsTree-module__W00IEW__showMoreBtn:hover{color:#050505;background-color:#fff;box-shadow:0 0 20px #fff3}
.SearchBar-module__9ObJ7W__wrapper{z-index:20;width:100%;position:relative}.SearchBar-module__9ObJ7W__searchBar{background:#fff;border:1px solid #e0e0e0;border-radius:60px;align-items:center;padding:10px 10px 10px 40px;display:flex;box-shadow:0 20px 40px #00000026}.SearchBar-module__9ObJ7W__inputGroup{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:12px 0;display:flex}.SearchBar-module__9ObJ7W__inputGroup label{color:#666;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-size:12px;font-weight:600}.SearchBar-module__9ObJ7W__divider{background:#eee;width:1px;height:50px;margin:0 24px}.SearchBar-module__9ObJ7W__exploreBtn{color:#fff;white-space:nowrap;background:#111;border-radius:50px;margin-left:24px;padding:20px 48px;font-size:16px;font-weight:600;transition:all .3s}.SearchBar-module__9ObJ7W__exploreBtn:hover{background:#222;transform:translateY(-2px);box-shadow:0 10px 20px #0003}@media (max-width:992px){.SearchBar-module__9ObJ7W__searchBar{border-radius:30px;flex-wrap:wrap;padding:24px}.SearchBar-module__9ObJ7W__inputGroup{flex:100%;padding:12px 0}.SearchBar-module__9ObJ7W__divider{display:none}.SearchBar-module__9ObJ7W__exploreBtn{border-radius:50px;width:100%;margin-top:16px;padding:20px}}.SearchBar-module__9ObJ7W__selectInput{color:#111;cursor:pointer;-webkit-appearance:none;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:16px;font-weight:500}.SearchBar-module__9ObJ7W__selectInput option{color:#111;background:#fff}.SearchBar-module__9ObJ7W__numberInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.SearchBar-module__9ObJ7W__numberInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.SearchBar-module__9ObJ7W__numberInput{color:#111;text-align:center;-moz-appearance:textfield;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:18px;font-weight:600}.SearchBar-module__9ObJ7W__estimateValue{color:#111;font-size:20px;font-weight:700}
.ValueProposition-module__DFx24G__section{color:#fff;background-color:#000;padding:120px 24px;position:relative;overflow:hidden}.ValueProposition-module__DFx24G__container{grid-template-columns:1fr 1.2fr;align-items:center;gap:80px;max-width:1200px;margin:0 auto;display:grid}.ValueProposition-module__DFx24G__textContainer{flex-direction:column;gap:32px;display:flex}.ValueProposition-module__DFx24G__badgeWrapper{display:flex}.ValueProposition-module__DFx24G__badge{color:#eab308;text-transform:uppercase;letter-spacing:.1em;border:1px solid #fff3;border-radius:30px;padding:8px 20px;font-size:14px;font-weight:600;display:inline-block}.ValueProposition-module__DFx24G__heading{letter-spacing:-1px;font-size:clamp(40px,5vw,64px);font-weight:800;line-height:1.1}.ValueProposition-module__DFx24G__headingHighlight{color:#a1a1aa}.ValueProposition-module__DFx24G__description{color:#d1d5db;font-size:18px;line-height:1.8}.ValueProposition-module__DFx24G__actionButtons{flex-wrap:wrap;gap:16px;display:flex}.ValueProposition-module__DFx24G__primaryBtn{color:#111;cursor:pointer;background:#fff;border:none;border-radius:40px;padding:16px 36px;font-size:16px;font-weight:700;transition:all .3s}.ValueProposition-module__DFx24G__primaryBtn:hover{background:#eab308;transform:translateY(-2px)}.ValueProposition-module__DFx24G__secondaryBtn{color:#fff;cursor:pointer;background:0 0;border:2px solid #ffffff4d;border-radius:40px;padding:16px 36px;font-size:16px;font-weight:700;transition:all .3s}.ValueProposition-module__DFx24G__secondaryBtn:hover{background:#ffffff1a;border-color:#fff}.ValueProposition-module__DFx24G__visualContainer{grid-template-columns:1fr .6fr;gap:24px;height:600px;display:grid}.ValueProposition-module__DFx24G__imageMain{border-radius:32px;height:100%;position:relative;overflow:hidden}.ValueProposition-module__DFx24G__sideImages{flex-direction:column;gap:24px;height:100%;display:flex}.ValueProposition-module__DFx24G__imageSecondary{border-radius:32px;flex:1.5;position:relative;overflow:hidden}.ValueProposition-module__DFx24G__imageTertiary{border-radius:32px;flex:1;position:relative;overflow:hidden}.ValueProposition-module__DFx24G__img{object-fit:cover;transition:transform .5s}.ValueProposition-module__DFx24G__imageMain:hover .ValueProposition-module__DFx24G__img,.ValueProposition-module__DFx24G__imageSecondary:hover .ValueProposition-module__DFx24G__img,.ValueProposition-module__DFx24G__imageTertiary:hover .ValueProposition-module__DFx24G__img{transform:scale(1.05)}.ValueProposition-module__DFx24G__imgOverlay{background:linear-gradient(#0000 40%,#000c);align-items:flex-end;padding:32px;display:flex;position:absolute;inset:0}.ValueProposition-module__DFx24G__overlayContent h4{margin-bottom:8px;font-size:24px;font-weight:700}.ValueProposition-module__DFx24G__overlayContent p{color:#a1a1aa;font-size:14px}.ValueProposition-module__DFx24G__imgOverlaySmall{background:linear-gradient(#0000 50%,#000c);align-items:flex-end;padding:24px;display:flex;position:absolute;inset:0}.ValueProposition-module__DFx24G__imgOverlaySmall h4{font-size:20px;font-weight:700}@media (max-width:1024px){.ValueProposition-module__DFx24G__container{grid-template-columns:1fr;gap:60px}.ValueProposition-module__DFx24G__visualContainer{height:500px}}@media (max-width:768px){.ValueProposition-module__DFx24G__visualContainer{grid-template-columns:1fr;height:auto}.ValueProposition-module__DFx24G__imageMain{height:400px}.ValueProposition-module__DFx24G__sideImages{flex-direction:row;height:200px}}
.EquipmentCard-module__T-ZgIq__card{background:#fff;border:1px solid #0000000d;border-radius:24px;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000008}.EquipmentCard-module__T-ZgIq__card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #00000014}.EquipmentCard-module__T-ZgIq__imageContainer{background-color:#f3f4f6;width:100%;height:320px;position:relative;overflow:hidden}.EquipmentCard-module__T-ZgIq__image{object-fit:contain;transition:transform .5s;transform:scale(1.8)}.EquipmentCard-module__T-ZgIq__card:hover .EquipmentCard-module__T-ZgIq__image{transform:scale(1.9)}.EquipmentCard-module__T-ZgIq__priceBadge{background:var(--primary);color:#fff;z-index:10;border-radius:12px;padding:8px 16px;font-size:15px;font-weight:700;position:absolute;top:16px;right:16px;box-shadow:0 4px 10px #0000001a}.EquipmentCard-module__T-ZgIq__perDay{color:#ffffffb3;font-size:11px;font-weight:400}.EquipmentCard-module__T-ZgIq__content{flex-direction:column;flex:1;padding:24px;display:flex}.EquipmentCard-module__T-ZgIq__title{color:#111;margin-bottom:8px;font-size:20px;font-weight:700}.EquipmentCard-module__T-ZgIq__description{color:var(--text-muted);flex:1;margin-bottom:20px;font-size:14px;line-height:1.5}.EquipmentCard-module__T-ZgIq__specs{background:#f8f9fa;border-radius:16px;gap:16px;margin-bottom:20px;padding:16px;display:flex}.EquipmentCard-module__T-ZgIq__spec{flex-direction:column;flex:1;gap:4px;display:flex}.EquipmentCard-module__T-ZgIq__specLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:500}.EquipmentCard-module__T-ZgIq__specValue{color:#111;font-size:14px;font-weight:600}.EquipmentCard-module__T-ZgIq__features{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.EquipmentCard-module__T-ZgIq__featureTag{color:#374151;background:#f3f4f6;border-radius:9999px;padding:4px 10px;font-size:12px;font-weight:500}.EquipmentCard-module__T-ZgIq__rentBtn{background:var(--primary);color:#fff;text-align:center;border-radius:12px;width:100%;padding:14px 20px;font-size:15px;font-weight:600;transition:background-color .2s,transform .2s}.EquipmentCard-module__T-ZgIq__rentBtn:hover{background:var(--accent);transform:translateY(-1px)}
.ContactModalButton-module__e24JxG__contactBadge{color:#111;cursor:pointer;background:#fff;border:none;border-radius:40px;padding:18px 40px;font-size:18px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 10px 30px #ffffff1a}.ContactModalButton-module__e24JxG__contactBadge:hover{transform:translateY(-3px);box-shadow:0 15px 40px #fff3}.ContactModalButton-module__e24JxG__modalOverlay{z-index:10000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000c;justify-content:center;align-items:center;animation:.3s ContactModalButton-module__e24JxG__fadeIn;display:flex;position:fixed;inset:0}.ContactModalButton-module__e24JxG__modalContent{text-align:center;color:#111;background:#fff;border-radius:24px;width:90%;max-width:400px;padding:40px;animation:.3s cubic-bezier(.16,1,.3,1) ContactModalButton-module__e24JxG__slideUp;position:relative;box-shadow:0 20px 60px #00000080}.ContactModalButton-module__e24JxG__closeModalBtn{color:#999;cursor:pointer;background:0 0;border:none;font-size:20px;transition:color .2s;position:absolute;top:20px;right:20px}.ContactModalButton-module__e24JxG__closeModalBtn:hover{color:#111}.ContactModalButton-module__e24JxG__modalTitle{letter-spacing:-.5px;margin-bottom:8px;font-size:28px;font-weight:800}.ContactModalButton-module__e24JxG__modalSubtitle{color:#666;margin-bottom:32px;font-size:15px}.ContactModalButton-module__e24JxG__modalOptions{flex-direction:column;gap:16px;display:flex}.ContactModalButton-module__e24JxG__modalOptionBtn{color:#111;background:#f8f8f8;border:1px solid #eee;border-radius:12px;justify-content:center;align-items:center;padding:16px;font-size:16px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.ContactModalButton-module__e24JxG__modalOptionBtn:hover{color:#fff;background:#111;transform:translateY(-2px)}@keyframes ContactModalButton-module__e24JxG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ContactModalButton-module__e24JxG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.Testimonial-module__6hDVCa__section{background-color:#f8f8f8;padding:120px 0;position:relative;overflow:hidden}.Testimonial-module__6hDVCa__container{max-width:900px;margin:0 auto;padding:0 24px;position:relative}.Testimonial-module__6hDVCa__quoteIcon{color:#111;pointer-events:none;z-index:0;-webkit-user-select:none;user-select:none;opacity:.1;font-family:Georgia,serif;font-size:120px;line-height:1;position:absolute;top:20px;right:30px}.Testimonial-module__6hDVCa__header{text-align:center;z-index:2;flex-direction:column;align-items:center;margin-bottom:60px;display:flex;position:relative}.Testimonial-module__6hDVCa__logoContainer{margin-bottom:20px}.Testimonial-module__6hDVCa__subtitle{color:#666;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px;font-size:14px;font-weight:700;display:block}.Testimonial-module__6hDVCa__title{color:#111;letter-spacing:-1px;margin-bottom:16px;font-size:42px;font-weight:800}.Testimonial-module__6hDVCa__description{color:#555;max-width:600px;margin-bottom:32px;font-size:18px;line-height:1.6}.Testimonial-module__6hDVCa__addBtn{color:#fff;background:#111;border-radius:30px;padding:14px 32px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 10px 20px #0000001a}.Testimonial-module__6hDVCa__addBtn:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 15px 25px #00000026}.Testimonial-module__6hDVCa__scrollWrapper{width:100vw;margin-left:-50vw;margin-right:-50vw;padding:20px 0 60px;display:flex;position:relative;left:50%;right:50%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}.Testimonial-module__6hDVCa__scrollTrack{gap:30px;width:max-content;animation:40s linear infinite Testimonial-module__6hDVCa__scroll;display:flex}.Testimonial-module__6hDVCa__scrollTrack:hover{animation-play-state:paused}@keyframes Testimonial-module__6hDVCa__scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 15px))}}.Testimonial-module__6hDVCa__card{background:#fff;border:1px solid #00000008;border-radius:20px;flex-direction:column;flex:0 0 400px;justify-content:center;padding:24px 32px;transition:all .3s;display:flex;box-shadow:0 10px 30px #0000000d}.Testimonial-module__6hDVCa__stars,.Testimonial-module__6hDVCa__content,.Testimonial-module__6hDVCa__author{z-index:1;position:relative}.Testimonial-module__6hDVCa__stars{color:#eab308;letter-spacing:1.5px;margin-bottom:20px;font-size:24px}.Testimonial-module__6hDVCa__content{flex-direction:column;gap:14px;display:flex}.Testimonial-module__6hDVCa__content p{color:#444;font-size:15px;font-weight:400;line-height:1.6}.Testimonial-module__6hDVCa__highlight{color:#111!important;font-weight:600!important}.Testimonial-module__6hDVCa__author{border-top:1px solid #eee;margin-top:32px;padding-top:24px}.Testimonial-module__6hDVCa__authorLink{color:#111;font-size:18px;font-weight:700;text-decoration:none;transition:opacity .2s;display:block}.Testimonial-module__6hDVCa__authorLink:hover{opacity:.8}.Testimonial-module__6hDVCa__authorTitle{color:#666;margin-top:4px;font-size:14px;font-weight:500;display:block}@media (max-width:768px){.Testimonial-module__6hDVCa__section{padding:80px 0}.Testimonial-module__6hDVCa__header{margin-bottom:40px}.Testimonial-module__6hDVCa__title{font-size:32px}.Testimonial-module__6hDVCa__description{font-size:16px}.Testimonial-module__6hDVCa__card{border-radius:20px;flex:0 0 320px;padding:30px}}.Testimonial-module__6hDVCa__secondaryBtn{color:#111;background:0 0;border:2px solid #e0e0e0;border-radius:30px;padding:14px 32px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.Testimonial-module__6hDVCa__secondaryBtn:hover{background:#f8f8f8;border-color:#111;transform:translateY(-2px)}
