@charset "UTF-8";*{box-sizing:border-box;padding:0;margin:0}html{overflow-y:scroll;font-size:10px;scroll-behavior:smooth}@font-face{font-family:DM Sans;font-style:normal;font-weight:400 800;src:url(/fonts/dm-sans-latin-ext.woff2) format("woff2");font-display:swap}@font-face{font-family:DM Sans;font-style:normal;font-weight:400 800;src:url(/fonts/dm-sans-latin.woff2) format("woff2");font-display:swap}@font-face{font-family:Wix Madefor Display;font-style:normal;font-weight:400 800;src:url(/fonts/wix-madefor-display-latin-ext.woff2) format("woff2");font-display:swap}@font-face{font-family:Wix Madefor Display;font-style:normal;font-weight:400 800;src:url(/fonts/wix-madefor-display-latin.woff2) format("woff2");font-display:swap}:root{--c-white: #fff;--c-black: #000;--c-border: #e0e2e8;--c-font: var(--c-black);--c-bg: #f5f5f5;--s-container-padding: 2rem;--f-primary: system-ui, avenir, helvetica, arial, sans-serif}body{min-width:36rem;min-height:100dvh;overflow-x:hidden;font-family:var(--f-primary);font-size:1.4rem;font-weight:400;line-height:1.25;color:var(--c-font);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.l-container{width:100%;max-width:160rem;padding:0 var(--s-container-padding);margin:0 auto}.l-container.is-shorter{max-width:132rem}.c-notifications{position:fixed;top:calc(var(--s-header-height) + 1.6rem);right:2.4rem;z-index:1000;display:flex;flex-direction:column;gap:1.2rem;align-items:flex-end;pointer-events:none}@media not (min-width:640px){.c-notifications{right:1.6rem;left:1.6rem;max-width:none}}.c-notification{padding:1.4rem 2rem;font-family:DM Sans,sans-serif;font-size:1.4rem;font-weight:500;color:#fff;border-radius:.4rem;box-shadow:0 4px 12px #00000026;animation:notification-in .25s ease forwards}.c-notification--success{background:#149721}.c-notification--warning{background:#e07b00}.c-notification.is-hiding{overflow:hidden;animation:notification-out .5s ease-in forwards}@keyframes notification-in{0%{opacity:0;translate:0 -1rem}to{opacity:1;translate:0 0}}@keyframes notification-out{0%{max-height:10rem;padding-top:1.4rem;padding-bottom:1.4rem;opacity:1;translate:0 0}50%{max-height:10rem;padding-top:1.4rem;padding-bottom:1.4rem;margin-bottom:0;opacity:0;translate:0 -1rem}to{max-height:0;padding-top:0;padding-bottom:0;margin-bottom:-1.2rem;opacity:0;translate:0 -1rem}}body.has-modal{overflow:hidden}.c-modal-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;overflow-y:auto;background:#00000080;animation:modal-overlay-in .2s ease}.c-modal-overlay.is-closing{animation:modal-overlay-out .2s ease forwards}@media not (min-width:640px){.c-modal-overlay{align-items:flex-start;padding:1.2rem}}.c-modal{position:relative;width:100%;max-width:58.8rem;padding:4rem;background:#fff;border-radius:.4rem;animation:modal-in .2s ease}.c-modal-overlay.is-closing .c-modal{animation:modal-out .2s ease forwards}@media not (min-width:640px){.c-modal{padding:2.4rem}}.c-modal__close{position:absolute;top:1.6rem;right:1.6rem;display:flex;align-items:center;justify-content:center;width:2.6rem;height:2.6rem;padding:0;color:#070216;cursor:pointer;background:none;border:none}.c-modal__close:hover{opacity:.6}@keyframes modal-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes modal-overlay-out{0%{opacity:1}to{opacity:0}}@keyframes modal-in{0%{opacity:0;transform:translateY(-1.6rem)}to{opacity:1;transform:translateY(0)}}@keyframes modal-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-1.6rem)}}.l-page{display:flex;flex-direction:column;min-height:100dvh}.l-page__header{position:sticky;top:0;z-index:100;padding:2.4rem 0;background:url(/assets/gradient-CoQY02mH.jpg) center/cover no-repeat;border-bottom:none}.l-page__main{flex:1;padding:3.2rem 0}.l-page__footer{padding:1.6rem 0;background-color:var(--c-white);border-top:1px solid var(--c-border)}.l-header{display:flex;align-items:center;justify-content:space-between}.l-header__logo .c-link{display:block;height:2rem}.l-header__logo .c-img{max-height:100%}.l-header__nav{display:flex;gap:2.4rem}.l-header__nav .c-link{font-weight:700;color:var(--c-white);text-decoration:none;text-underline-offset:.2em;transition:color .2s ease}.l-header__nav .c-link:hover,.l-header__nav .c-link.is-active{color:var(--c-white);text-decoration:underline}.l-footer{--c-font: #6a5b63;display:flex;align-items:center;justify-content:center}.l-footer__copyright{font-size:1.2rem;font-weight:700;color:var(--c-font)}.l-assignment{max-width:80rem;padding:4rem 0;margin:0 auto}.l-assignment__title{margin:0 0 6.4rem;font-size:4rem;font-weight:700;line-height:1.2}.content-section{margin-bottom:6.4rem}.content-section h2{margin:0 0 2rem;font-size:2.4rem;font-weight:700;line-height:1.3}.content-section h3{margin:2.4rem 0 1.2rem;font-size:1.8rem;font-weight:600;line-height:1.4}.content-section p{margin:0 0 1.6rem;font-size:1.6rem;line-height:1.6}.content-section p:last-child{margin-bottom:0}.content-section ul{padding-left:2rem;margin:1.2rem 0;font-size:1.6rem;line-height:1.6}.content-section ul li{margin-bottom:.8rem}.content-section ul li:last-child{margin-bottom:0}.content-section code{padding:.2rem .6rem;font-family:Courier New,monospace;font-size:1.4rem;background:#f5f5f5;border-radius:.3rem}.content-section strong{font-weight:600}.content-section a{color:#dd1969;text-decoration:none;word-break:break-all;transition:color .2s ease}.content-section a:hover{color:#c01559;text-decoration:underline}.cta-section{padding:3rem;margin-top:6rem;text-align:center;background:#f9f9f9;border-radius:.8rem}.cta-section p{margin:0 0 1.6rem;font-size:1.8rem;font-weight:500}.cta-section .btn{display:inline-block;padding:1.2rem 3rem;font-size:1.6rem;font-weight:600;color:#fff;text-decoration:none;cursor:pointer;background:#dd1969;border-radius:.4rem;transition:background .2s ease}.cta-section .btn:hover{background:#c01559}.cta-section .btn:active{background:#a01249}.c-solution-banner{position:relative;height:56.9rem;overflow:hidden;border-radius:.8rem}.c-solution-banner__image{position:absolute;inset:0;background-color:var(--c-bg);background-image:url(/assets/main-banner-bg-CNBjUv7m.jpg);background-position:center;background-size:cover}.c-solution-banner__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.2) 50%,transparent 100%)}.c-solution-banner__content{position:relative;display:flex;flex-direction:column;gap:3.2rem;align-items:flex-start;justify-content:center;height:100%;padding:12.8rem 9.7rem;color:#fff}.c-solution-banner__content__title{width:52rem;margin:0;font-family:Wix Madefor Display,sans-serif;font-size:5.2rem;font-weight:800;line-height:1.25}.c-solution-banner__content__description{width:52rem;margin:0;font-family:DM Sans,sans-serif;font-size:1.6rem;font-weight:400;line-height:1.4}.c-solution-banner__content__description strong{font-weight:800}.c-solution-banner__content__button{display:flex;gap:.8rem;align-items:center;justify-content:space-between;padding:1.6rem 2rem;color:#fff;cursor:pointer;background:#dd1969;border:none;border-radius:.4rem;transition:background .2s ease}.c-solution-banner__content__button:hover{background:#c01559}.c-solution-banner__content__button:active{background:#a01249}.c-solution-banner__content__button .sb-text{font-family:Wix Madefor Display,sans-serif;font-size:1.6rem;font-weight:700;white-space:nowrap}.c-solution-banner__content__button .sb-icon{flex-shrink:0;width:2rem;height:2rem}@media not (min-width:640px){.c-solution-banner{height:42rem;margin:-3.2rem -2rem;border-radius:0}.c-solution-banner__image{background-position-x:31%}.c-solution-banner__overlay{background:linear-gradient(0deg,#000 8%,#0000 52%)}.c-solution-banner__content{gap:2.4rem;justify-content:flex-end;padding:2.4rem}.c-solution-banner__content__title{width:auto;font-size:3.2rem}.c-solution-banner__content__description{width:auto;font-size:1.4rem}.c-solution-banner__content__button{padding:1.2rem 2rem}.c-solution-banner__content__button .sb-text{font-size:1.3rem}}.c-solution-categories{padding:6rem 0}.c-solution-categories__title{margin-bottom:3.2rem;font-family:Wix Madefor Display,sans-serif;font-size:4rem}@media not (min-width:640px){.c-solution-categories__title{font-size:3.2rem}}.c-solution-categories__title{font-weight:800;line-height:1.2;color:#070216}.c-solution-categories__grid{display:grid;grid-template-columns:338px 240px 338px 1fr;gap:2rem}@media not (min-width:1024px){.c-solution-categories__grid{grid-template-columns:repeat(2,1fr)}}@media not (min-width:640px){.c-solution-categories__grid{grid-template-columns:1fr}}.c-solution-category-card{position:relative;display:flex;align-items:flex-end;min-height:40.4rem;overflow:hidden;border-radius:.8rem}@media(min-width:1024px){.c-solution-category-card:nth-child(2){grid-column:2/span 2}.c-solution-category-card:nth-child(3){grid-row:2;grid-column:1/span 2}.c-solution-category-card:nth-child(4){grid-row:2;grid-column:3}.c-solution-category-card:nth-child(5){grid-row:1/span 2;grid-column:4}.c-solution-category-card:nth-child(2) .c-solution-category-card__subcategories,.c-solution-category-card:nth-child(3) .c-solution-category-card__subcategories{display:grid;grid-template-rows:repeat(3,auto);grid-auto-columns:1fr;grid-auto-flow:column;column-gap:4rem}}.c-solution-category-card__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.c-solution-category-card__overlay{position:absolute;inset:0;background:linear-gradient(0deg,#000c 0% 15%,#0009 40%,#0000)}.c-solution-category-card__content{position:relative;z-index:1;display:flex;flex-direction:column;gap:1.6rem;justify-content:flex-end;height:40.4rem;padding:3.2rem;color:#fff}.c-solution-category-card__name{display:flex;gap:.8rem;align-items:center;font-family:Wix Madefor Display,sans-serif;font-size:2.4rem;font-weight:800;line-height:1.2}.c-solution-category-card__link{color:inherit;text-decoration:none}.c-solution-category-card__link:after{position:absolute;inset:0;content:""}.c-solution-category-card__count{display:inline-flex;align-items:center;justify-content:center;min-width:1.8rem;height:1.8rem;padding:0 .4rem;font-family:DM Sans,sans-serif;font-size:1.1rem;font-weight:700;color:#fff;background:#dd1969;border-radius:10rem}.c-solution-category-card__subcategories{display:flex;flex-direction:column;align-self:flex-start;padding:0;list-style:none}.c-solution-category-card__subcategory{display:flex;gap:1.2rem;align-items:center}.c-solution-category-card__subcategory:before{flex-shrink:0;width:1.2rem;height:.2rem;content:"";background:#dd1969}.c-solution-category-card__subcategory a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;z-index:2;font-family:DM Sans,sans-serif;font-size:1.6rem;font-weight:500;line-height:1.8;color:#ffffffd9;text-decoration:none}.c-solution-category-card__subcategory a:hover{color:#fff;text-decoration:underline}.c-solution-category-card__cta{position:relative;z-index:2;display:inline-flex;gap:.4rem;align-items:center;align-self:flex-start;font-family:DM Sans,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.2;color:#fff;text-decoration:underline;text-underline-offset:3px}.c-solution-category-card__cta img{width:1.8rem;height:1.8rem}.c-solution-category-card__cta:hover{opacity:.8}.c-solution-cta{position:relative;height:100%;min-height:40rem;overflow:hidden;border-radius:.8rem}.c-solution-cta__image{position:absolute;inset:0;background-color:var(--c-bg);background-position:center;background-size:cover;border-radius:.8rem}.c-solution-cta__overlay{position:absolute;inset:0;background:linear-gradient(0deg,#000c 0% 15%,#0009 40%,#0000);border-radius:.8rem}.c-solution-cta__content{position:relative;display:flex;flex-direction:column;gap:2.4rem;align-items:flex-start;justify-content:flex-end;height:100%;padding:4.8rem;color:#fff}.c-solution-cta__content__title{max-width:42rem;margin:0;font-family:Wix Madefor Display,sans-serif;font-size:3.5rem;font-weight:800;line-height:1.2}.c-solution-cta__content__description{max-width:42rem;margin:0;font-family:DM Sans,sans-serif;font-size:1.6rem;font-weight:400;line-height:1.6}.c-solution-cta__content__description strong{font-weight:800}.c-solution-cta__content__button{display:flex;gap:.8rem;align-items:center;justify-content:space-between;padding:1.6rem 2rem;color:#fff;cursor:pointer;background:#dd1969;border:none;border-radius:.4rem;transition:background .2s ease}.c-solution-cta__content__button:hover{background:#c01559}.c-solution-cta__content__button:active{background:#a01249}.c-solution-cta__content__button .sc-text{font-family:Wix Madefor Display,sans-serif;font-size:1.6rem;font-weight:700;white-space:nowrap}.c-solution-cta__content__button .sc-icon{flex-shrink:0;width:2rem;height:2rem}.c-solution-content{display:grid;grid-template-columns:repeat(4,1fr);gap:2.4rem;align-items:stretch}@media not (min-width:1024px){.c-solution-content{grid-template-columns:repeat(3,1fr)}}@media not (min-width:640px){.c-solution-content{grid-template-columns:1fr}}.c-solution-content__cta{grid-column:span 2}@media not (min-width:640px){.c-solution-content__cta{grid-column:span 1}}.c-solution-content__products{display:contents}.c-modal__header{display:flex;flex-direction:row;gap:1.6rem;align-items:flex-end;justify-content:space-between;margin-bottom:3.2rem}@media not (min-width:640px){.c-modal__header{margin-bottom:2.4rem}}.c-modal__title{margin:0;font-family:Wix Madefor Display,sans-serif;font-size:2.4rem;font-weight:800;line-height:1.4;color:#070216}@media not (min-width:640px){.c-modal__title{font-size:2rem}}.c-modal__required{flex-shrink:0;font-family:DM Sans,sans-serif;font-size:1.4rem;font-weight:500;line-height:1.5;color:#dd1969}.c-modal__form{display:flex;flex-direction:column;gap:2.4rem}.c-modal__row{display:flex;gap:1.6rem}@media not (min-width:640px){.c-modal__row{flex-direction:column}}.c-modal__field{position:relative;display:flex;flex:1;flex-direction:column;gap:.4rem}.c-modal__label{font-family:DM Sans,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.5;color:#070216}.c-modal__label--accent,.c-modal__required-mark{color:#dd1969}.c-modal__input{width:100%;height:4.8rem;padding:1.5rem 2rem;font-family:DM Sans,sans-serif;font-size:1.4rem;font-weight:500;color:#555;background:#fff;border:1px solid #cacaca;border-radius:.4rem}.c-modal__input:focus{border-color:#070216;outline:none}.c-modal__input.is-invalid{border-color:#dd1969}.c-modal__input.is-validating{animation:input-validating 1s ease-in-out infinite}.c-modal__select-wrap{position:relative}.c-modal__select-wrap:after{position:absolute;top:50%;right:1.6rem;width:1.8rem;height:1.8rem;pointer-events:none;content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M3 6l6 6 6-6' stroke='%23DD1969' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;transform:translateY(-50%)}.c-modal__select{width:100%;height:4.8rem;padding:1.5rem 2rem;font-family:DM Sans,sans-serif;font-size:1.4rem;font-weight:500;color:#555;appearance:none;background:#fff;border:1px solid #cacaca;border-radius:.4rem}.c-modal__select:focus{border-color:#070216;outline:none}.c-modal__select.is-invalid{border-color:#dd1969}.c-modal__error{position:absolute;top:100%;left:0;padding-top:.4rem;font-family:DM Sans,sans-serif;font-size:1.2rem;font-weight:500;line-height:1.5;color:#dd1969}.c-modal__footer{display:flex;flex-direction:row-reverse;gap:2rem;align-items:center;justify-content:space-between}@media not (min-width:640px){.c-modal__footer{flex-direction:column;align-items:flex-start}}.c-modal__submit{display:inline-flex;gap:.6rem;align-items:center;justify-content:space-between;padding:1.5rem 3.2rem;font-family:Wix Madefor Display,sans-serif;font-size:1.6rem;font-weight:700;color:#fff;white-space:nowrap;cursor:pointer;background:#dd1969;border:none;border-radius:.4rem;box-shadow:0 1px 2px #1018280d;transition:background .2s ease}.c-modal__submit img{width:1.2rem;height:1.2rem;margin-right:.36rem}.c-modal__submit:hover{background:#c01559}.c-modal__submit:active{background:#a01249}@media not (min-width:640px){.c-modal__submit{width:100%}}.c-modal__legal{font-family:DM Sans,sans-serif;font-size:1.4rem;font-weight:400;line-height:1.5;color:#070216}.c-modal__legal-link{color:#dd1969;text-decoration:underline}.c-modal__legal-link:hover{color:#070216}.c-modal__success{display:flex;flex-direction:column;gap:1.6rem;align-items:center;padding:4rem 0 2rem;text-align:center}.c-modal__success h3{margin:0;font-family:Wix Madefor Display,sans-serif;font-size:2rem;font-weight:800;color:#070216}.c-modal__success p{margin:0;font-family:DM Sans,sans-serif;font-size:1.6rem;color:#555}.c-modal__dismiss{padding:1.5rem 3.2rem;font-family:Wix Madefor Display,sans-serif;font-size:1.6rem;font-weight:700;color:#fff;cursor:pointer;background:#dd1969;border:none;border-radius:.4rem;box-shadow:0 1px 2px #1018280d;transition:background .2s ease}.c-modal__dismiss:hover{background:#c01559}.c-modal__dismiss:active{background:#a01249}@keyframes input-validating{0%,to{border-color:#cacaca}50%{border-color:#dd1969}}.c-solution-product-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-width:0;padding:3.2rem 2.4rem;cursor:pointer;background:#fff;border:1px solid #f1f0f6;border-radius:.4rem;box-shadow:0 4px 8px #0000001f}.c-solution-product-card__header{position:absolute;top:1.2rem;right:1.2rem;left:1.2rem;display:flex;justify-content:space-between}.c-solution-product-card__badges{display:flex;flex-wrap:wrap;gap:.4rem}.c-solution-product-card__actions{display:flex;gap:.6rem}.c-solution-product-card__action-btn{display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;pointer-events:none;background:#f1f0f6;border:none;border-radius:.4rem;opacity:0;transition:opacity .2s ease}.c-solution-product-card__action-btn img{width:1.6rem;height:1.6rem}.c-solution-product-card__action-btn:hover{background:#e8e7f0}.c-solution-product-card:hover .c-solution-product-card__action-btn,.c-solution-product-card:focus-within .c-solution-product-card__action-btn,.c-solution-product-card__action-btn:focus{pointer-events:auto;opacity:1}@media(hover:none){.c-solution-product-card__action-btn{pointer-events:auto;opacity:1}}.c-solution-product-card__badge{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;max-width:12rem;height:2.4rem;padding:0 .8rem;font-family:DM Sans,sans-serif;font-size:1.3rem;font-weight:600;line-height:2.4rem;color:#fff;border-radius:.4rem}.c-solution-product-card__badge--discount{background:#7d2f78}.c-solution-product-card__badge--new{background:#149721}.c-solution-product-card__image-wrap{height:19.6rem;margin-bottom:3rem}.c-solution-product-card__image{width:100%;height:100%;object-fit:contain}.c-solution-product-card__body{display:flex;flex-direction:column;gap:1.6rem}.c-solution-product-card__top{display:flex;flex-direction:column;gap:.8rem}.c-solution-product-card__rating{display:flex;gap:.4rem;align-items:center;height:1.6rem}.c-solution-product-card__stars{display:flex;gap:.4rem;align-items:center}.c-solution-product-card__star{display:flex;color:#f1f0f6}.c-solution-product-card__star.is-filled{color:#f5d40e}.c-solution-product-card__review-count{font-family:DM Sans,sans-serif;font-size:1.2rem;font-weight:400;color:#070216}.c-solution-product-card__name{margin:0;font-family:Wix Madefor Display,sans-serif;font-size:1.6rem;font-weight:800;line-height:1.25;color:#070216}.c-solution-product-card__sku{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;font-family:DM Sans,sans-serif;font-size:1.3rem;font-weight:400;line-height:1;color:#555}.c-solution-product-card__pricing{display:flex;flex-direction:column;gap:.4rem}.c-solution-product-card__prices{display:flex;flex-direction:column}.c-solution-product-card__original-price{font-family:DM Sans,sans-serif;font-size:1.3rem;font-weight:400;line-height:1.308;color:#070216;text-decoration:line-through}.c-solution-product-card__sale-price{font-family:Wix Madefor Display,sans-serif;font-size:2rem;font-weight:800;line-height:1.25;color:#dd1969;text-transform:uppercase;white-space:nowrap}.c-solution-product-card__price-vat{font-family:DM Sans,sans-serif;font-size:1.3rem;font-weight:400;line-height:1.308;color:#555}.c-solution-product-card__stock{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;font-family:DM Sans,sans-serif;font-size:1.4rem;font-weight:600;line-height:1.2857;color:#149721;text-decoration:underline solid;text-underline-offset:2px}.c-solution-product-card__cart{display:flex;flex-wrap:wrap;gap:1.2rem;align-items:center;margin-top:3.2rem}.c-solution-product-card__qty{display:flex;align-items:stretch}.c-solution-product-card__qty-btn{display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#070216;cursor:pointer;background:#fff;border:none;border-radius:.4rem;transition:background .15s ease}.c-solution-product-card__qty-btn:hover{background:#f5f5f5}.c-solution-product-card__qty-btn--minus{padding-right:.8rem;padding-left:0}.c-solution-product-card__qty-btn--plus{padding-right:0;padding-left:.8rem}.c-solution-product-card__qty-input{width:4.6rem;height:4.4rem;font-family:DM Sans,sans-serif;font-size:1.4rem;font-weight:400;color:#070216;text-align:center;appearance:textfield;background:#fff;border:1px solid #f1f0f6;border-radius:.4rem}.c-solution-product-card__qty-input::-webkit-inner-spin-button,.c-solution-product-card__qty-input::-webkit-outer-spin-button{margin:0;appearance:none}.c-solution-product-card__qty-input:focus{position:relative;z-index:1;outline:2px solid #dd1969;outline-offset:1px}.c-solution-product-card__add-to-cart{display:inline-flex;gap:1rem;align-items:center;height:4.5rem;padding:0 2.4rem;font-family:Wix Madefor Display,sans-serif;font-size:1.6rem;font-weight:700;color:#fff;white-space:nowrap;cursor:pointer;background:#dd1969;border:none;border-radius:.4rem;transition:background .2s ease}.c-solution-product-card__add-to-cart:hover{background:#c01559}.c-solution-product-card__add-to-cart:active{background:#a01249}.l-solution__banner{margin-bottom:10rem}@media(min-width:640px){.l-solution__content .l-container,.l-solution__categories .l-container{padding:0}}
