.machines-section{background:var(--colors-lynch-white);flex-direction:column;align-items:center;gap:40px;padding:40px 100px;scroll-margin-top:96px;display:flex}.machines-section .machines-header-row{width:100%;max-width:var(--container-xl);justify-content:center;align-items:flex-end;gap:24px;display:flex}.machines-section .machines-header-action{flex:0 0 292px;justify-content:flex-end;display:flex}.machines-section .machines-header{flex-direction:column;align-items:flex-start;gap:8px;width:100%;max-width:922px;display:flex}.machines-section .machines-header .machines-label{color:var(--colors-lynch-600);text-align:center;font-family:var(--typography-font-family-text);font-size:var(--typography-font-size-lg);font-weight:var(--typography-font-weight-bold);letter-spacing:var(--typography-letter-spacing-none);text-transform:uppercase;align-self:stretch;line-height:125%}.machines-section .machines-header .machines-title{color:var(--colors-lynch-black);text-align:center;font-family:var(--typography-font-family-headlines);font-size:56px;font-weight:var(--typography-font-weight-bold);letter-spacing:-1.6px;align-self:stretch;margin:0;line-height:112%}.machines-section .machines-header .machines-description{color:var(--colors-boulder-700);text-align:center;font-family:var(--typography-font-family-text);font-size:var(--typography-font-size-lg);font-weight:var(--typography-font-weight-regular);letter-spacing:var(--typography-letter-spacing-none);align-self:stretch;margin:0;line-height:125%}.machines-section .machines-carousel{width:100%;max-width:var(--container-xl);align-items:center;gap:16px;display:flex}.machines-section .machines-carousel .machines-carousel-scroll-wrapper{flex:1;min-width:0;position:relative}.machines-section .machines-carousel .machines-carousel-scroll-wrapper .machines-carousel-fade{pointer-events:none;z-index:2;opacity:0;width:96px;transition:opacity .2s;position:absolute;top:0;bottom:0}.machines-section .machines-carousel .machines-carousel-scroll-wrapper .machines-carousel-fade--right{background:linear-gradient(270deg, var(--colors-lynch-white) 0%, color-mix(in srgb, var(--colors-lynch-white) 96%, transparent) 16%, color-mix(in srgb, var(--colors-lynch-white) 58%, transparent) 42%, color-mix(in srgb, var(--colors-lynch-white) 18%, transparent) 68%, transparent 100%);right:0}.machines-section .machines-carousel .machines-carousel-scroll-wrapper--fade-right .machines-carousel-fade--right{opacity:1}.machines-section .machines-carousel .machines-carousel-arrows{display:none}.machines-section .machines-grid{max-width:var(--container-xl);flex:1;justify-content:center;align-items:stretch;gap:24px;display:flex}.machines-section .machines-grid .product-card{box-sizing:border-box;border-radius:var(--border-border-radius-lg);border:1px solid var(--colors-lynch-200);background:var(--colors-lynch-white);min-width:292px;max-width:292px;min-height:var(--machines-product-card-min-height,auto);flex-direction:column;flex:0 292px;align-self:stretch;align-items:stretch;gap:16px;padding:16px;display:flex}.machines-section .machines-grid .product-card .product-image-container{flex-shrink:0;align-self:center;width:100%;max-width:260px;height:210px;position:relative}.machines-section .machines-grid .product-card .product-image-container .product-image{object-fit:contain;width:230px;height:152px;position:absolute;top:23px;left:15px}.machines-section .machines-grid .product-card .product-image-container .discount-icon{border-radius:var(--border-border-radius-sm);background:var(--colors-tuu-600);justify-content:center;align-items:center;gap:10px;width:32px;height:32px;padding:8px;display:inline-flex;position:absolute;top:0;right:0}.machines-section .machines-grid .product-card .product-image-container .product-tags{justify-content:center;align-items:center;gap:8px;display:inline-flex;position:absolute;bottom:0;left:0}.machines-section .machines-grid .product-card .product-image-container .product-tags .tag{border-radius:var(--border-border-radius-full);justify-content:center;align-items:center;gap:4px;height:19px;padding:2px 6px;display:flex}.machines-section .machines-grid .product-card .product-image-container .product-tags .tag span{-webkit-line-clamp:1;text-overflow:ellipsis;font-family:var(--typography-font-family-text);font-size:var(--typography-font-size-sm);font-weight:var(--typography-font-weight-regular);letter-spacing:var(--typography-letter-spacing-none);-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.machines-section .machines-grid .product-card .product-image-container .product-tags .tag.red{background:var(--colors-red-100)}.machines-section .machines-grid .product-card .product-image-container .product-tags .tag.red span{color:var(--colors-red-600)}.machines-section .machines-grid .product-card .product-image-container .product-tags .tag.red img{filter:invert(28%)sepia()saturate(7500%)hue-rotate()brightness(95%)contrast(105%)}.machines-section .machines-grid .product-card .product-image-container .product-tags .tag.blue{background:var(--colors-tuu-600)}.machines-section .machines-grid .product-card .product-image-container .product-tags .tag.blue span{color:var(--colors-lynch-white);font-weight:var(--typography-font-weight-medium);font-size:var(--typography-font-size-xs)}.machines-section .machines-grid .product-card .product-info{flex-direction:column;flex:auto;align-self:center;align-items:flex-start;gap:16px;width:100%;max-width:260px;min-height:0;display:flex}.machines-section .machines-grid .product-card .product-info .product-details{flex-direction:column;flex:auto;align-self:stretch;align-items:flex-start;gap:0;width:100%;min-height:0;display:flex}.machines-section .machines-grid .product-card .product-info .product-details .product-name{color:var(--colors-lynch-900);font-family:var(--typography-font-family-text);font-size:var(--typography-font-size-lg);font-weight:var(--typography-font-weight-bold);letter-spacing:var(--typography-letter-spacing-none);align-self:stretch;margin:0;line-height:125%}.machines-section .machines-grid .product-card .product-info .product-details .product-description{color:var(--colors-lynch-600);font-family:var(--typography-font-family-text);font-size:var(--typography-font-size-md);font-weight:var(--typography-font-weight-regular);letter-spacing:var(--typography-letter-spacing-none);align-self:stretch;margin:0;line-height:125%}.machines-section .machines-grid .product-card .product-info .product-details .product-description-list{padding-left:0;list-style-type:disc;list-style-position:outside}.machines-section .machines-grid .product-card .product-info .product-details .product-description-list li{margin-inline-start:24px;padding-left:0}.machines-section .machines-grid .product-card .product-info .product-pricing{flex-direction:column;flex-shrink:0;justify-content:center;align-self:stretch;align-items:flex-start;gap:8px;display:flex}.machines-section .machines-grid .product-card .product-info .product-pricing .price-normal{align-self:stretch;align-items:center;gap:4px;height:15px;display:flex}.machines-section .machines-grid .product-card .product-info .product-pricing .price-normal .price-label,.machines-section .machines-grid .product-card .product-info .product-pricing .price-normal .price-value{color:var(--colors-lynch-600);font-family:var(--typography-font-family-text);font-size:var(--typography-font-size-sm);font-weight:var(--typography-font-weight-regular);letter-spacing:var(--typography-letter-spacing-none);line-height:125%}.machines-section .machines-grid .product-card .product-info .product-pricing .price-normal .price-value{text-decoration-line:line-through}.machines-section .machines-grid .product-card .product-info .product-pricing .price-discounted{align-self:stretch;align-items:center;gap:0;display:flex}.machines-section .machines-grid .product-card .product-info .product-pricing .price-discounted .price-currency,.machines-section .machines-grid .product-card .product-info .product-pricing .price-discounted .price-tax{color:var(--colors-tuu-600);font-family:var(--typography-font-family-text);font-size:var(--typography-font-size-lg);font-weight:var(--typography-font-weight-bold);letter-spacing:var(--typography-letter-spacing-none);line-height:125%}.machines-section .machines-grid .product-card .product-info .product-pricing .price-discounted .price-amount{color:var(--colors-tuu-600);font-family:var(--typography-font-family-headlines);font-size:40px;font-weight:var(--typography-font-weight-bold);letter-spacing:-1.6px;line-height:100%}.machines-section .machines-grid .product-card .product-info .product-pricing .installment-text,.machines-section .machines-grid .product-card .product-info .product-pricing .installment-price{color:var(--colors-tuu-600);font-family:var(--typography-font-family-text);font-size:var(--typography-font-size-sm);font-weight:var(--typography-font-weight-regular);letter-spacing:var(--typography-letter-spacing-none);align-self:stretch;margin:0;line-height:125%}.machines-section .machines-grid .product-card .product-info .product-actions{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:12px;width:100%;margin-top:auto;display:flex}.machines-section .machines-grid .product-card .product-info .product-actions button{font-family:var(--typography-font-family-text);font-weight:var(--typography-font-weight-medium);font-style:normal;font-size:var(--typography-font-size-sm);letter-spacing:var(--typography-letter-spacing-none);text-align:center;line-height:125%}.machines-section--no-pricing .machines-grid .product-card .product-info{flex:1}.machines-section--no-pricing .machines-grid .product-card .product-actions{margin-top:auto}.machines-section--carousel-mode{overflow-x:hidden}.machines-section--carousel-mode .machines-carousel{width:100%;max-width:var(--container-xl);flex-direction:column;align-self:center;align-items:stretch;gap:20px;min-width:0;margin-inline:auto;overflow:hidden}.machines-section--carousel-mode .machines-carousel .machines-carousel-scroll-wrapper{flex:1;min-width:0}.machines-section--carousel-mode .machines-carousel .machines-carousel-arrows{justify-content:center;align-items:center;gap:16px;padding-top:8px;display:flex}.machines-section--carousel-mode .machines-carousel .machines-carousel-arrow{border:1px solid var(--colors-lynch-300);background:var(--colors-lynch-white);width:40px;height:40px;color:var(--colors-lynch-400);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:border-color .2s,color .2s,background .2s;display:flex}.machines-section--carousel-mode .machines-carousel .machines-carousel-arrow svg,.machines-section--carousel-mode .machines-carousel .machines-carousel-arrow img{width:13.33px;height:13.33px}.machines-section--carousel-mode .machines-carousel .machines-carousel-arrow:not(:disabled):hover{border-color:var(--colors-tuu-600);color:var(--colors-tuu-600)}.machines-section--carousel-mode .machines-carousel .machines-carousel-arrow:disabled{cursor:default;opacity:.7;color:var(--colors-lynch-400)}.machines-section--carousel-mode .machines-carousel .machines-carousel-arrow:not(:disabled){border-color:var(--colors-tuu-600);color:var(--colors-tuu-600)}.machines-section--carousel-mode .machines-carousel .machines-carousel-arrow.machines-carousel-arrow-right:not(:disabled){background:var(--colors-lynch-white);color:var(--colors-tuu-600);border-color:var(--colors-tuu-600)}.machines-section--carousel-mode .machines-grid{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;justify-content:flex-start;align-items:stretch;gap:24px;width:100%;min-width:0;overflow-x:auto;flex-wrap:nowrap!important}.machines-section--carousel-mode .machines-grid::-webkit-scrollbar{display:none}.machines-section--carousel-mode .machines-grid.machines-grid--centered{justify-content:center}.machines-section--carousel-mode .machines-grid .product-card{box-sizing:border-box;flex:none;align-self:stretch;min-width:280px;max-width:280px}.machines-section--carousel-mode .machines-grid .product-card .product-image-container,.machines-section--carousel-mode .machines-grid .product-card .product-info,.machines-section--carousel-mode .machines-grid .product-card .product-actions{box-sizing:border-box;width:100%;max-width:100%}.machines-section--carousel-mode .machines-grid .product-card .product-actions button{box-sizing:border-box;max-width:100%}@media (max-width:1024px){.machines-section{gap:32px;padding:40px 60px}.machines-section .machines-header-row{flex-direction:column;align-items:center}.machines-section .machines-header-action{flex-basis:auto;justify-content:center;width:100%}.machines-section .machines-header{max-width:700px}.machines-section .machines-header .machines-title{font-size:48px}.machines-section .machines-header .machines-description{font-size:var(--typography-font-size-md)}.machines-section .machines-grid{flex-wrap:wrap;justify-content:center}.machines-section--carousel-mode .machines-carousel{width:100%;min-width:0;max-width:var(--container-xl);margin-inline:auto}.machines-section--carousel-mode .machines-grid{align-content:flex-start;flex-wrap:nowrap!important;justify-content:flex-start!important}.machines-section--carousel-mode .machines-grid.machines-grid--centered{justify-content:center!important}}@media (max-width:768px){.machines-section{padding:32px var(--site-page-gutter-x);gap:24px;overflow-x:hidden}.machines-section .machines-header-row{gap:20px}.machines-section .machines-header .machines-label{font-family:var(--typography-font-family-text);font-weight:var(--typography-font-weight-bold);font-style:normal;font-size:var(--typography-font-size-md);letter-spacing:var(--typography-letter-spacing-none);text-align:center;vertical-align:middle;text-transform:uppercase;line-height:125%}.machines-section .machines-header .machines-title{font-family:var(--typography-font-family-headlines);font-style:normal;font-weight:700;font-size:var(--typography-font-size-5xl);letter-spacing:var(--typography-letter-spacing-none);text-align:center;vertical-align:middle;line-height:100%}.machines-section .machines-header .machines-description{font-family:var(--typography-font-family-text);font-weight:var(--typography-font-weight-regular);font-style:normal;font-size:var(--typography-font-size-md);letter-spacing:var(--typography-letter-spacing-none);text-align:center;line-height:125%}.machines-section .machines-carousel{flex-direction:column;align-self:stretch;align-items:stretch;gap:20px;width:100%;min-width:0;max-width:100%;overflow:hidden}.machines-section .machines-carousel .machines-carousel-arrows{justify-content:center;align-items:center;gap:16px;padding-top:8px;display:flex}.machines-section .machines-carousel .machines-carousel-arrow{border:1px solid var(--colors-lynch-300);background:var(--colors-lynch-white);width:40px;height:40px;color:var(--colors-lynch-400);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:border-color .2s,color .2s,background .2s;display:flex}.machines-section .machines-carousel .machines-carousel-arrow svg,.machines-section .machines-carousel .machines-carousel-arrow img{width:13.33px;height:13.33px}.machines-section .machines-carousel .machines-carousel-arrow:not(:disabled):hover{border-color:var(--colors-tuu-600);color:var(--colors-tuu-600)}.machines-section .machines-carousel .machines-carousel-arrow:disabled{cursor:default;opacity:.7;color:var(--colors-lynch-400)}.machines-section .machines-carousel .machines-carousel-arrow:not(:disabled){border-color:var(--colors-tuu-600);color:var(--colors-tuu-600)}.machines-section .machines-carousel .machines-carousel-arrow.machines-carousel-arrow-right:not(:disabled){background:var(--colors-lynch-white);color:var(--colors-tuu-600);border-color:var(--colors-tuu-600)}.machines-section .machines-grid{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;flex:1;justify-content:flex-start;gap:16px;min-width:0;overflow-x:auto}.machines-section .machines-grid::-webkit-scrollbar{display:none}.machines-section .machines-grid .product-card{box-sizing:border-box;flex:none;min-width:280px;max-width:280px}.machines-section .machines-grid .product-card .product-image-container,.machines-section .machines-grid .product-card .product-info,.machines-section .machines-grid .product-card .product-actions{box-sizing:border-box;width:100%;max-width:100%}.machines-section .machines-grid .product-card .product-actions button{box-sizing:border-box;max-width:100%}}@media (max-width:480px){.machines-section{padding:24px var(--site-page-gutter-x);gap:20px;overflow-x:hidden}.machines-section .machines-header .machines-label{font-family:var(--typography-font-family-text);font-weight:var(--typography-font-weight-bold);font-style:normal;font-size:var(--typography-font-size-md);letter-spacing:var(--typography-letter-spacing-none);text-align:center;vertical-align:middle;text-transform:uppercase;line-height:125%}.machines-section .machines-header .machines-title{font-family:var(--typography-font-family-headlines);font-style:normal;font-weight:700;font-size:var(--typography-font-size-5xl);letter-spacing:var(--typography-letter-spacing-none);text-align:center;vertical-align:middle;line-height:100%}.machines-section .machines-header .machines-description{font-family:var(--typography-font-family-text);font-weight:var(--typography-font-weight-regular);font-style:normal;font-size:var(--typography-font-size-md);letter-spacing:var(--typography-letter-spacing-none);text-align:center;line-height:125%}.machines-section .machines-carousel{align-self:stretch;max-width:100%;overflow:hidden}.machines-section .machines-carousel .machines-carousel-arrows{gap:12px}.machines-section .machines-carousel .machines-carousel-arrow{width:32px;height:32px}.machines-section .machines-carousel .machines-carousel-arrow svg,.machines-section .machines-carousel .machines-carousel-arrow img{width:13.33px;height:13.33px}.machines-section .machines-grid .product-card{box-sizing:border-box;min-width:260px;max-width:260px;padding:12px}.machines-section .machines-grid .product-card .product-image-container,.machines-section .machines-grid .product-card .product-info,.machines-section .machines-grid .product-card .product-actions{box-sizing:border-box;width:100%;max-width:100%}.machines-section .machines-grid .product-card .product-actions button{box-sizing:border-box;max-width:100%}.machines-section .machines-grid .product-card .product-image-container{height:180px}.machines-section .machines-grid .product-card .product-image-container .product-image{width:200px;height:132px;left:50%;transform:translate(-50%)}}.machines-section.maquina-mini-s-devices{background:0 0;gap:40px;padding:72px 100px 0}.machines-section.maquina-mini-s-devices .machines-grid{align-items:stretch}.machines-section.maquina-mini-s-devices .product-tags .tag.red{display:none}.machines-section.maquina-mini-s-devices .product-tags .tag.red span{white-space:nowrap;display:inline-block;overflow:visible;font-size:0!important}.machines-section.maquina-mini-s-devices .product-tags .tag.red span:after{content:"Mes Chilenidad";line-height:125%;font-size:var(--typography-font-size-xs)!important}.machines-section.maquina-mini-s-devices .product-description{white-space:normal}.machines-section.maquina-mini-s-devices .product-actions button.primary{min-height:42px;padding:12px 24px;font-size:0!important}.machines-section.maquina-mini-s-devices .product-actions button.primary .MuiButton-icon,.machines-section.maquina-mini-s-devices .product-actions button.primary .MuiButton-startIcon,.machines-section.maquina-mini-s-devices .product-actions button.primary .MuiButton-endIcon{display:none}.machines-section.maquina-mini-s-devices .product-actions button.primary:after{color:var(--colors-lynch-white);font-family:var(--typography-font-family-text);font-size:var(--typography-font-size-sm);font-weight:var(--typography-font-weight-medium);line-height:125%}.machines-section.maquina-mini-s-devices .product-card:first-child .product-actions button.primary:after{content:"Comprar Pro 2"}.machines-section.maquina-mini-s-devices .product-card:nth-child(2) .product-actions button.primary:after{content:"Comprar Desk"}.machines-section.maquina-pro-2-explore-more{--pro2-explore-primary:var(--colors-tuu-600);background:0 0;gap:40px;padding:72px 100px 0}.machines-section.maquina-pro-2-explore-more .machines-grid{align-items:stretch}.machines-section.maquina-pro-2-explore-more .product-description{white-space:normal}.machines-section.maquina-pro-2-explore-more .product-actions button.primary{background:var(--pro2-explore-primary);min-height:42px;padding:12px 24px}.machines-section.maquina-pro-2-explore-more .product-actions button.primary:hover,.machines-section.maquina-pro-2-explore-more .machines-grid .product-card .product-image-container .discount-icon,.machines-section.maquina-pro-2-explore-more .machines-grid .product-card .product-image-container .product-tags .tag.blue{background:var(--pro2-explore-primary)}.machines-section.tuu-event-devices{padding:40px var(--tuu-event-shell-side) 80px;gap:32px}.machines-section.tuu-event-devices .machines-header{gap:12px;max-width:924px}.machines-section.tuu-event-devices .machines-header .machines-title{font-size:clamp(42px,4.4vw,56px)}.machines-section.tuu-event-devices .machines-header .machines-description{font-size:18px;line-height:1.4}.machines-section.tuu-event-devices .machines-carousel,.machines-section.tuu-event-devices .machines-grid{width:100%}.machines-section.tuu-event-devices .machines-grid{gap:20px}.machines-section.tuu-event-devices .machines-grid .product-card{min-width:0}.machines-section.point-of-sale-devices__machines{gap:40px;padding:40px 100px 72px}.machines-section.point-of-sale-devices__machines .machines-header-row{align-items:flex-end}.machines-section.point-of-sale-devices__machines .machines-header{max-width:924px}.machines-section.point-of-sale-devices__machines .machines-header .machines-label,.machines-section.point-of-sale-devices__machines .machines-header .machines-title{text-align:left}.machines-section.point-of-sale-devices__machines .machines-header .machines-title{letter-spacing:var(--typography-letter-spacing-none)}.machines-section.point-of-sale-devices__machines .machines-header-action{align-self:flex-end}.machines-section.point-of-sale-devices__machines .machines-carousel{background:#f0f4ff;border-radius:24px;justify-content:center;padding:72px 66px;position:relative}.machines-section.point-of-sale-devices__machines .machines-grid{flex:0 auto;align-items:stretch}.machines-section.point-of-sale-devices__machines .machines-carousel-arrows{display:contents!important}.machines-section.point-of-sale-devices__machines .machines-carousel-arrow{border:1px solid var(--colors-lynch-200);background:var(--colors-lynch-white);cursor:pointer;border-radius:9999px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;top:50%}.machines-section.point-of-sale-devices__machines .machines-carousel-arrow img{width:14px;height:14px}.machines-section.point-of-sale-devices__machines .machines-carousel-arrow-left{left:clamp(22px,50% - 482px,92px);transform:translate(-50%,-50%)}.machines-section.point-of-sale-devices__machines .machines-carousel-arrow-right{border-color:var(--colors-tuu-600);right:clamp(22px,50% - 482px,92px);transform:translate(50%,-50%)}.machines-section.point-of-sale-devices__machines .product-card{box-shadow:none}.machines-section.point-of-sale-devices__machines .product-card .product-actions{margin-top:auto}.machines-section.point-of-sale-devices__machines .product-card .product-actions .outline{border-radius:var(--border-border-radius-button);min-height:40px;padding:12px 24px}.machines-section.point-of-sale-devices__machines .product-card .product-image-container .discount-icon{background:var(--colors-lynch-900)!important}.machines-section.point-of-sale-devices__machines .product-card .product-tags .tag.red{display:none!important}.machines-section.point-of-sale-devices__machines .product-card:nth-child(2) .product-tags .tag.red{background:var(--colors-purple-100)!important;display:flex!important}.machines-section.point-of-sale-devices__machines .product-card:nth-child(2) .product-tags .tag.red img{filter:invert(15%)sepia(41%)saturate(3832%)hue-rotate(258deg)brightness(94%)contrast(98%)!important}.machines-section.point-of-sale-devices__machines .product-card:nth-child(2) .product-tags .tag.red span{font-weight:var(--typography-font-weight-regular);color:var(--colors-purple-900)!important;font-size:0!important}.machines-section.point-of-sale-devices__machines .product-card:nth-child(2) .product-tags .tag.red span:after{content:"Oferta pack";font-size:var(--typography-font-size-sm);line-height:1.25}.machines-section.point-of-sale-devices__machines .product-card .product-tags .tag.blue{background:var(--colors-lynch-900)!important}.machines-section.point-of-sale-devices__machines .product-card .product-tags .tag.blue span{color:var(--colors-lynch-white)!important}@media (max-width:1200px){.machines-section.point-of-sale-devices__machines{padding-left:40px;padding-right:40px}.machines-section.point-of-sale-devices__machines .machines-carousel{padding-left:56px;padding-right:56px}}@media (max-width:1100px){.machines-section.point-of-sale-devices__machines .machines-carousel{padding-bottom:76px;padding-left:10px;padding-right:10px}.machines-section.point-of-sale-devices__machines .machines-grid{flex-wrap:nowrap;justify-content:center}.machines-section.point-of-sale-devices__machines .machines-carousel-arrow{top:auto;bottom:24px;transform:none}.machines-section.point-of-sale-devices__machines .machines-carousel-arrow-left{left:calc(50% - 28px);transform:translate(-100%)}.machines-section.point-of-sale-devices__machines .machines-carousel-arrow-right{right:calc(50% - 28px);transform:translate(100%)}}@media (max-width:1024px){.machines-section.maquina-mini-s-devices,.machines-section.maquina-pro-2-explore-more{padding:64px 60px 0}.machines-section.point-of-sale-devices__machines .machines-header-row{align-items:center}.machines-section.point-of-sale-devices__machines .machines-header .machines-label,.machines-section.point-of-sale-devices__machines .machines-header .machines-title{text-align:center}.machines-section.point-of-sale-devices__machines .machines-header-action{align-self:center}}@media (max-width:768px){.machines-section.maquina-mini-s-devices,.machines-section.maquina-pro-2-explore-more{gap:32px;padding:56px 24px 0}.machines-section.point-of-sale-devices__machines{gap:32px;padding:40px 16px 56px}.machines-section.point-of-sale-devices__machines .machines-carousel{padding:32px 16px 76px}.machines-section.point-of-sale-devices__machines .machines-grid{justify-content:flex-start}.machines-section.point-of-sale-devices__machines .machines-carousel-arrow{top:auto;bottom:24px;transform:none}.machines-section.point-of-sale-devices__machines .machines-carousel-arrow-left{left:calc(50% - 28px);transform:translate(-100%)}.machines-section.point-of-sale-devices__machines .machines-carousel-arrow-right{right:calc(50% - 28px);transform:translate(100%)}}@media (max-width:480px){.machines-section.maquina-mini-s-devices,.machines-section.maquina-pro-2-explore-more{gap:28px;padding:48px 16px 0}}
