.page_page__556_G{--gray-rgb:0,0,0;--gray-alpha-200:rgba(var(--gray-rgb),0.08);--gray-alpha-100:rgba(var(--gray-rgb),0.05);--button-primary-hover:#383838;--button-secondary-hover:#f2f2f2;min-height:100svh;font-family:var(--font-geist-sans)}.page_main__nw1Wk{display:flex;flex-direction:column;margin-top:60px}@media (prefers-color-scheme:dark){.page_page__556_G{--gray-rgb:255,255,255;--gray-alpha-200:rgba(var(--gray-rgb),0.145);--gray-alpha-100:rgba(var(--gray-rgb),0.06);--button-primary-hover:#ccc;--button-secondary-hover:#1a1a1a}}.footer_footer__AdJku{background-color:var(--background);color:var(--foreground);border-top:1px solid var(--muted);padding:4rem 2rem 2rem;font-size:.95rem}.footer_footerInner__Jfbqg{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:2rem;gap:2rem}.footer_column__77zu7{display:flex;flex-direction:column;gap:.8rem}.footer_column__77zu7 h3{font-size:1.1rem;margin-bottom:.5rem;color:var(--primary)}.footer_column__77zu7 a{color:var(--foreground);text-decoration:none;transition:color .2s}.footer_column__77zu7 a:hover{color:var(--primary)}.footer_contactItem___JB30{display:flex;align-items:center;gap:.5rem}.footer_socials__Nx4EB{display:flex;gap:1rem;margin-top:.5rem}.footer_socials__Nx4EB a{color:var(--foreground);transition:color .2s}.footer_socials__Nx4EB a:hover{color:var(--primary)}.footer_footerBottom__95xBr{text-align:center;border-top:1px solid var(--muted);padding-top:1.5rem;margin-top:2rem;font-size:.8rem;color:var(--muted-foreground)}.footer_whatsappWrapper__PDyFI{position:fixed;bottom:24px;right:24px;z-index:1000;display:flex;flex-direction:column;align-items:center}.footer_whatsappTooltip__fQ5HC{background-color:#333;color:#fff;font-size:.75rem;padding:5px 8px;border-radius:4px;margin-bottom:8px;white-space:nowrap;opacity:0;transform:translateY(5px);transition:opacity .3s ease,transform .3s ease;pointer-events:none}.footer_whatsappWrapper__PDyFI:hover .footer_whatsappTooltip__fQ5HC{opacity:1;transform:translateY(0)}.footer_whatsapp__Abdk_{background-color:#25d366;border-radius:50%;padding:12px;box-shadow:0 4px 10px rgba(0,0,0,.2);transition:transform .3s ease;color:white;display:flex;align-items:center;justify-content:center;animation:footer_pulse__LPvnD 2s infinite;border:none;cursor:pointer}.footer_whatsapp__Abdk_:hover{transform:scale(1.1)}@keyframes footer_pulse__LPvnD{0%{box-shadow:0 0 0 0 rgba(37,211,102,.4)}70%{box-shadow:0 0 0 10px rgba(37,211,102,0)}to{box-shadow:0 0 0 0 rgba(37,211,102,0)}}.footer_modalOverlay__LBWct{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:2000;display:flex;align-items:center;justify-content:center}.footer_modal__CbAgq{background:var(--background);color:var(--foreground);padding:2rem;border-radius:12px;max-width:400px;width:90%;box-shadow:0 10px 30px rgba(0,0,0,.3);position:relative;text-align:center;animation:footer_fadeIn__VhYCo .3s ease}@keyframes footer_fadeIn__VhYCo{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.footer_closeButton__UF60D{position:absolute;top:12px;right:12px;background:transparent;border:none;color:var(--foreground);cursor:pointer}.footer_modalWhatsappButton__7Oksk{display:inline-block;margin-top:1rem;background-color:#25d366;color:white;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;transition:background .3s ease}.footer_modalWhatsappButton__7Oksk:hover{background-color:#1ebc59}@media (max-width:768px){.footer_whatsappWrapper__PDyFI{bottom:90px;right:16px}}.header_header__QLdTR{position:fixed;top:0;left:0;width:100%;background-color:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--foreground);z-index:1000;padding:6px 0}.header_container__l98Qm,.header_header__QLdTR{display:flex;align-items:center;justify-content:center}.header_container__l98Qm{--container-padding:1.5rem;max-width:1200px;margin:0 auto;gap:2rem;position:relative;padding:0 var(--container-padding);flex-wrap:wrap}.header_logo__HDpI8{display:flex;align-items:center;text-decoration:none;gap:.5rem}.header_logoImage__B_xLS{height:auto;max-height:140px;width:auto;object-fit:contain}.header_nav__Vf3oi{display:flex;gap:2rem;align-items:center;justify-content:center;transition:all .3s ease}.header_dropdownToggle__TsCrs,.header_nav__Vf3oi a{color:var(--foreground);font-weight:500;font-size:13px;position:relative;text-decoration:none;cursor:pointer;transition:color .3s ease}.header_dropdownToggle__TsCrs{display:flex;justify-content:space-between;align-items:center;width:100%;gap:.5rem}.header_dropdownIcon__pzhMn{margin-left:auto}.header_dropdownToggle__TsCrs:after,.header_nav__Vf3oi a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:var(--foreground);transition:width .3s ease}.header_dropdownToggle__TsCrs:hover:after,.header_nav__Vf3oi a:hover:after{width:100%}.header_dropdownToggle__TsCrs:hover,.header_nav__Vf3oi a:hover{color:white}.header_dropdown__WH80Y{position:relative}.header_dropdownMenu__lexn6,.header_searchDropdown__10yOt{position:fixed;top:calc(var(--header-height, 60px));left:0;width:100vw;background-color:var(--background);box-shadow:0 4px 8px rgba(0,0,0,.1);transform:translateY(-10px);opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease;z-index:1559;padding:24px 0}.header_dropdownVisible__Bl68I{opacity:1;transform:translateY(0);pointer-events:auto}.header_dropdownMenuContent___kbuD{max-width:1200px;margin:0 auto;padding:1rem;display:flex;flex-direction:column}.header_dropdownMenu__lexn6 a{padding:.75rem 1rem;font-size:14px;color:var(--foreground);text-decoration:none;transition:background .3s ease}.header_dropdownMenu__lexn6 a:hover{background-color:rgba(0,0,0,.05)}.header_servicesGrid__wYOX6{max-width:1200px;margin:0 auto;padding-bottom:16px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem}.header_servicesColumn__6e3dh{display:flex;flex-direction:column;gap:.5rem}.header_columnHeading__suXlQ{font-weight:700;font-size:14px;color:var(--foreground)}.header_servicesColumn__6e3dh a{font-size:12px;color:var(--foreground);text-decoration:none;padding:.2rem .6rem;border-radius:4px;transition:background .3s ease}.header_servicesColumn__6e3dh a:hover{background-color:rgba(255,255,255,.05)}.header_contactBtn__0TckE{padding:.4rem 1rem;background-color:white;color:var(--primary);font-weight:500;border:none;transition:background .3s ease,color .3s ease;white-space:nowrap}.header_contactBtn__0TckE:hover{background-color:#00b34f;color:white}.header_mobileContactBtn__EiNAc{display:none;padding:.5rem 1rem;background-color:white;color:var(--primary);font-weight:500;text-align:center;border-radius:4px}.header_menuToggle__OJUtQ{display:none;position:absolute;right:1rem;top:1rem}.header_menuToggle__OJUtQ,.header_searchBtn__qDGjT{background:none;border:none;color:var(--foreground);cursor:pointer}.header_searchBtn__qDGjT{transition:color .3s ease}.header_searchBtn__qDGjT:hover{color:white}.header_searchWrapper__2asWh{position:relative}.header_searchInput__uyncM{width:1200px;padding:.5rem;font-size:14px;border:1px solid rgba(63,63,63,.74);background-color:var(--background);color:var(--foreground);border-radius:4px}.header_searchInput__uyncM::placeholder{color:rgba(255,255,255,.5)}.header_searchDropdownInner__C47v_{gap:1rem}.header_searchDropdownInner__C47v_,.header_searchSuggestions__hpMfL{max-width:1200px;margin:0 auto;padding:1rem;display:flex;flex-direction:column}.header_searchSuggestions__hpMfL{gap:.5rem}.header_searchSuggestions__hpMfL a{padding:.75rem 1rem;font-size:14px;color:var(--foreground);text-decoration:none;transition:background .3s ease}.header_searchSuggestions__hpMfL a:hover{background-color:rgba(0,0,0,.05)}@media (max-width:768px){.header_container__l98Qm{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;width:100%;gap:0;flex-wrap:nowrap}.header_logoImage__B_xLS{height:auto;max-height:140px;width:auto;object-fit:contain}.header_menuToggle__OJUtQ{display:block;position:relative;margin-left:auto;margin-bottom:32px;background:none;border:none;color:var(--foreground);font-size:1.5rem;cursor:pointer;flex-shrink:0}.header_nav__Vf3oi{display:none;flex-direction:column;align-items:flex-start;width:100vw;height:50vh;position:fixed;top:60;left:0;background-color:var(--background);z-index:999;padding-top:0!important;padding-left:2rem;padding-right:2rem;border-top:1px solid rgba(255,255,255,.1);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.header_nav__Vf3oi.header_show__qX9uy{display:flex}.header_dropdownToggle__TsCrs,.header_nav__Vf3oi a{display:flex;justify-content:space-between;align-items:center;width:100%;font-size:14px;color:var(--foreground);text-decoration:none}.header_dropdownToggle__TsCrs{display:flex;justify-content:space-between;align-items:center;width:85vw;gap:.5rem}.header_dropdownIcon__pzhMn{margin-left:auto}.header_dropdownMenu__lexn6,.header_searchDropdown__10yOt{display:none}.header_dropdownVisible__Bl68I{display:block}.header_dropdownMenu__lexn6,.header_searchDropdown__10yOt{position:static;opacity:1;transform:none;pointer-events:auto;box-shadow:none;width:100%;background-color:var(--background)}.header_dropdownMenuContent___kbuD{padding:0!important;margin:0!important;display:flex;flex-direction:column;align-items:flex-start;width:100%}.header_dropdownMenu__lexn6 a,.header_servicesColumn__6e3dh a{padding:.4rem 0!important;margin:0!important;font-size:13px;color:var(--foreground);text-align:left;text-decoration:none;width:100%;display:block}.header_servicesGrid__wYOX6{grid-template-columns:1fr;gap:.5rem;padding:0!important;margin:0!important;width:100%}.header_servicesColumn__6e3dh{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;padding:0!important;margin:0!important}.header_columnHeading__suXlQ{font-weight:700;font-size:14px;color:var(--foreground);margin-bottom:.25rem}.header_contactBtn__0TckE{display:none}.header_mobileContactBtn__EiNAc{display:inline-block;margin-top:1rem;padding:.5rem 1rem;background-color:white;color:var(--primary);font-weight:500;text-align:center;border-radius:4px}.header_searchWrapper__2asWh{display:none}}.sidebar_sidebar__KL2vQ{position:fixed;top:50%;right:0;left:auto;transform:translateY(-50%) translateX(100%);width:56px;background-color:#cecece54;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:8px 0;z-index:1000;border-radius:12px 0 0 12px;animation:sidebar_slideIn__O3ZWr .5s ease forwards;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@keyframes sidebar_slideIn__O3ZWr{0%{transform:translateY(-50%) translateX(100%);opacity:0}to{transform:translateY(-50%) translateX(0);opacity:1}}.sidebar_iconButton__Y_1Wt{background:transparent;border:none;cursor:pointer;padding:10px;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;color:var(--foreground);text-decoration:none;border-radius:8px}.sidebar_iconButton__Y_1Wt:hover{background-color:rgba(255,255,255,.1);transform:scale(1.1)}.sidebar_active__vcZfN{background-color:var(--primary);color:#ffffff;transform:scale(1.2)}@media (max-width:768px){.sidebar_sidebar__KL2vQ{top:auto;bottom:0;left:0;right:auto;transform:none;width:100%;height:64px;flex-direction:row;justify-content:space-around;align-items:center;padding:0 8px;border-radius:0;background-color:var(--background);box-shadow:0 -2px 8px rgba(0,0,0,.1);animation:none}.sidebar_iconButton__Y_1Wt{flex:1 1;height:100%;padding:0}}.about_aboutSection__VzoAP{height:auto;width:100%;padding:3rem 6rem;color:var(--foreground);position:relative;display:flex;align-items:center;justify-content:center}.about_container__3mGQT{margin:0 auto;max-width:900px;width:100%}.about_content__R5qXY{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.about_title__pk5Ro{font-size:2.5rem;margin-bottom:1rem;color:var(--primary);font-weight:700}.about_description__fSE7Y{font-size:1.2rem;line-height:2;text-align:justify;padding:0 1rem}.about_features__aIC8h{display:flex;justify-content:center;gap:3rem;margin:3rem 0 2rem;flex-wrap:wrap}.about_featureItem__RpJqr{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:160px}.about_icon__E1Sil{width:48px;height:48px;color:var(--primary);margin-bottom:.75rem;background-color:rgba(0,123,255,.1);padding:14px;border-radius:50%;box-shadow:0 6px 12px rgba(0,0,0,.08)}.about_featureItem__RpJqr span{font-size:1.05rem;font-weight:600;color:var(--foreground)}.about_btn__3174G{margin-top:2rem;padding:.75rem 2rem;background-color:var(--background);border:1px solid var(--primary);color:var(--foreground);border-radius:32px;text-decoration:none;font-size:15px;transition:background-color .3s ease}.about_btn__3174G:hover{background-color:var(--primary);color:var(--background)}@media (max-width:768px){.about_aboutSection__VzoAP{padding:2rem 1rem}.about_content__R5qXY{align-items:center;text-align:center}.about_description__fSE7Y,.about_title__pk5Ro{font-size:1rem;text-align:center}.about_description__fSE7Y{line-height:1.8;padding:0}.about_features__aIC8h{flex-direction:column;align-items:flex-start;gap:2rem;margin:2rem 0}.about_featureItem__RpJqr{max-width:100%;flex-direction:row;gap:1rem;align-items:center;text-align:left;margin-bottom:1rem}.about_icon__E1Sil{width:44px;height:44px;padding:12px;margin-bottom:0}.about_featureItem__RpJqr span{font-size:1rem;font-weight:400}.about_btn__3174G{font-size:14px;padding:.6rem 1.6rem}}@media (max-width:480px){.about_title__pk5Ro{font-size:1.5rem;text-align:center}.about_description__fSE7Y{font-size:.95rem;text-align:center}.about_icon__E1Sil{width:40px;height:40px;padding:10px}.about_featureItem__RpJqr span{font-size:.95rem;font-weight:400}.about_btn__3174G{font-size:13px;padding:.5rem 1.2rem}}.carousel_carouselSection__aqW0v{max-height:320px;padding:1rem 0;margin:24px 0;z-index:1}.carousel_carouselSection__aqW0v,.carousel_carouselWrapper__lsKOY{width:100%;overflow:hidden;position:relative;box-sizing:border-box}.carousel_carouselWrapper__lsKOY{display:flex;padding-bottom:1rem;max-width:100%}.carousel_scrollTrack__vAXyn{display:flex;gap:1rem;width:-moz-fit-content;width:fit-content;animation:carousel_autoScroll__xzdVy 30s linear infinite}.carousel_carouselCard__Xoieg{flex:0 0 auto;position:relative;width:400px;height:240px;overflow:hidden;background:#ddd;box-shadow:0 4px 10px rgba(0,0,0,.15);transition:transform .3s ease}.carousel_cardImage__CpwHJ{object-fit:cover}.carousel_cardOverlay__CrFXp{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.4);opacity:0;transition:opacity .4s ease;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:1rem;box-sizing:border-box}.carousel_carouselCard__Xoieg:hover .carousel_cardOverlay__CrFXp{opacity:1}.carousel_overlayTitle__hR3gq{color:white;font-size:20px;font-weight:600;margin:0}.carousel_overlayDescription__7o8BV{color:#ddd;font-size:14px;margin-top:.5rem}.carousel_cardButtonWrapper__N1Rty{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);transition:opacity .4s ease,transform .4s ease;opacity:0;z-index:2}.carousel_carouselCard__Xoieg:hover .carousel_cardButtonWrapper__N1Rty{opacity:1;transform:translateX(-50%) translateY(-8px)}.carousel_readMoreButton__NOyce{padding:8px 18px;background-color:var(--primary);color:white;border:none;cursor:pointer;font-size:12px;border-radius:32px}@keyframes carousel_autoScroll__xzdVy{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.hero_hero__WYESY{margin:0 24px 24px;position:relative;text-align:center;padding:9rem 1rem;overflow:hidden;z-index:1;background-color:var(--primary);height:800px}.hero_heroContent__3Irs7{max-width:800px;margin:0 auto;position:relative;z-index:2}.hero_heroTitle__FfPPC{font-size:3.5rem;font-weight:600;margin-bottom:.5rem;color:var(--foreground)}.hero_heroSubtitle__OAEUA{font-size:1.5rem;color:var(--foreground);margin-bottom:1.5rem}.hero_heroButtons__drPOZ{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.hero_heroBtn__1fFQC{padding:.75rem 1.5rem;border-radius:999px;font-weight:500;font-size:1rem;text-decoration:none;transition:all .3s ease}.hero_heroBtnPrimary__E51AT{background-color:var(--background);color:var(--foreground)}.hero_heroBtnPrimary__E51AT:hover{background-color:var(--button-primary-hover);color:white}.hero_heroBtnSecondary__3XABE{background-color:transparent;border:1px solid var(--foreground);color:var(--foreground)}.hero_heroBtnSecondary__3XABE:hover{background-color:var(--background);border:1px solid var(--background)}.hero_heroImageOuter__sHDzM{perspective:1200px;display:flex;justify-content:center;cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hero_heroImageOuter__sHDzM:active{cursor:-webkit-grabbing;cursor:grabbing}.hero_heroImageWrapper__HRRb9{transform-style:preserve-3d;transition:transform .1s ease-out;will-change:transform;filter:drop-shadow(0 20px 40px rgba(0,0,0,.25));margin-top:6rem}.hero_heroImage__Xnud3{max-width:100%;height:auto;border-radius:1rem;pointer-events:none}@media (max-width:1024px){.hero_hero__WYESY{height:auto;padding:6rem 2rem;margin:0 16px 16px}.hero_heroTitle__FfPPC{font-size:2.75rem}.hero_heroSubtitle__OAEUA{font-size:1.25rem}.hero_heroImageWrapper__HRRb9{margin-top:5rem}}@media (max-width:768px){.hero_hero__WYESY{padding:5rem 1.5rem}.hero_heroTitle__FfPPC{font-size:2.25rem}.hero_heroSubtitle__OAEUA{font-size:1.125rem}.hero_heroBtn__1fFQC{font-size:.95rem;padding:.6rem 1.25rem}.hero_heroImageWrapper__HRRb9{margin-top:4rem}}@media (max-width:480px){.hero_hero__WYESY{padding:4rem 1rem}.hero_heroTitle__FfPPC{font-size:1.9rem}.hero_heroSubtitle__OAEUA{font-size:1rem}.hero_heroButtons__drPOZ{flex-direction:column;align-items:center;gap:.75rem}.hero_heroBtn__1fFQC{width:100%;max-width:280px;font-size:.9rem;padding:.6rem 1rem}.hero_heroImageWrapper__HRRb9{margin-top:3rem}.hero_heroImage__Xnud3{max-width:90%}}.services_servicesSection__PUEo2{width:100%;padding:4rem 0;background:var(--background);color:var(--foreground);position:relative;overflow:hidden}.services_container__7Yn1I{width:100%;max-width:1400px;margin:0 auto;position:relative}.services_scrollContainer__TO3wK{width:100%;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:1rem 0}.services_scrollContainer__TO3wK::-webkit-scrollbar{display:none}.services_cardRow__0ZYEo{display:inline-flex;gap:2rem;padding:0 calc((100% - min(90vw, 1200px)) / 2);width:max-content}.services_card__ADgkH{position:relative;width:min(80vw,400px);height:min(70vh,500px);border-radius:16px;overflow:hidden;flex-shrink:0;scroll-snap-align:start;background:black;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:transform .3s ease}.services_card__ADgkH:hover{transform:scale(1.02)}.services_cardImage__e_8Gz{width:100%;height:100%;object-fit:cover;display:block}.services_cardContent__HGIpy{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(0deg,rgba(0,0,0,.9),transparent);color:white;transform:translateY(0);transition:transform .3s ease}.services_card__ADgkH:hover .services_cardContent__HGIpy{transform:translateY(-10px)}.services_cardTitle__U6R__{font-size:1.4rem;margin-bottom:.5rem;font-weight:700;color:var(--primary)}.services_cardDescription__EvTy1{font-size:.95rem;line-height:1.5;margin-bottom:1rem;opacity:.9}.services_cardFooter__Bm7_n{display:flex;justify-content:space-between;align-items:center}.services_cardButton__5eSqQ{display:inline-block;padding:.5rem 1.2rem;background:var(--primary);color:var(--background);border-radius:24px;font-size:.9rem;text-decoration:none;transition:background .3s ease;white-space:nowrap}.services_cardStatus__7TfQc{font-size:.85rem;color:white;opacity:.9;white-space:nowrap}.services_cardStatus__7TfQc:hover{text-decoration:underline;cursor:pointer}.services_scrollButtonLeft__FrDww,.services_scrollButtonRight___wrqS{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;background:rgba(255,255,255,.9);color:var(--foreground);border:none;font-size:1.2rem;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.2);transition:all .3s ease}.services_scrollButtonLeft__FrDww{left:1rem}.services_scrollButtonRight___wrqS{right:1rem}.services_scrollButtonLeft__FrDww:hover,.services_scrollButtonRight___wrqS:hover{background:white;transform:translateY(-50%) scale(1.1)}@media (max-width:1024px){.services_card__ADgkH{width:70vw;height:60vh}.services_scrollButtonLeft__FrDww,.services_scrollButtonRight___wrqS{width:40px;height:40px;font-size:1rem}}@media (max-width:768px){.services_cardRow__0ZYEo{gap:1.5rem}.services_card__ADgkH{width:75vw;height:55vh}.services_cardContent__HGIpy{padding:1.2rem}.services_cardTitle__U6R__{font-size:1.2rem}.services_cardDescription__EvTy1{font-size:.85rem}}@media (max-width:480px){.services_servicesSection__PUEo2{padding:2rem 0}.services_card__ADgkH{width:85vw;height:50vh}.services_scrollButtonLeft__FrDww,.services_scrollButtonRight___wrqS{display:none}}