.u-margin-bottom-md{margin-bottom:6rem}*{margin:0;padding:0;box-sizing:inherit}html{font-size:62.5%;overflow-x:hidden;scroll-behavior:smooth}@media only screen and (max-width: 75em){html{font-size:50%}}@media only screen and (max-width: 37.5em){html{font-size:43.75%}}body{font-family:Open Sans,sans-serif;box-sizing:border-box}.container{max-width:130rem;margin:0 auto}.heading-primary{font-size:6.4rem;color:#f7f7f7}@media only screen and (max-width: 37.5em){.heading-primary{font-size:6rem}}.heading-secondary{font-size:4.8rem;font-weight:600;color:#051950}@media only screen and (max-width: 37.5em){.heading-secondary{font-size:4rem}}.heading-section{font-size:1.8rem;letter-spacing:2px;color:#8598d0;text-transform:uppercase}.grid{display:grid;gap:4.8rem}.grid__2-cols{grid-template-columns:repeat(2,1fr)}.grid__3-cols{grid-template-columns:repeat(3,1fr)}.grid__4-cols{grid-template-columns:repeat(4,1fr)}.grid__5-cols{grid-template-columns:repeat(5,1fr)}.btn,.btn:link,.btn:visited{position:relative;display:inline-block;padding:1.2rem 4rem;font-size:2rem;font-weight:600;border-radius:6px;text-decoration:none;text-transform:uppercase;transition:all .3s;border:none;cursor:pointer}@media only screen and (max-width: 56.25em){.btn,.btn:link,.btn:visited{padding:1.2rem 3rem}}.btn:after{content:"";position:absolute;display:inline-block;top:0;left:0;width:100%;height:100%;background-color:#0055ac;border-radius:6px;transition:all .4s;z-index:-1}.btn:hover{transform:translateY(-3px);box-shadow:0 1rem 2rem #0003}.btn:hover:after{transform:scaleX(1.4) scaleY(1.6);opacity:0}.btn:active,.btn:focus{outline:none;transform:translateY(-1px);box-shadow:0 5px 10px #0003}.btn--blue{background-color:#0055ac;color:#f7f7f7}.btn--blue:hover,.btn--blue:active{background-color:#00448a}.menu-button{position:fixed;display:flex;flex-direction:column;justify-content:space-around;top:1.2rem;right:2rem;width:6rem;height:6rem;padding:1.5rem;z-index:9999;transition:all .3s;cursor:pointer;background-color:#0055ac;border-radius:50%;box-shadow:0 1rem 3rem #0003}.menu-button__line{height:3px;background-color:#f7f7f7;transition:all .8s}.nav-open .menu-button__line-1{transform:rotate(-405deg) translate(-6px,6.5px)}@media only screen and (max-width: 37.5em){.nav-open .menu-button__line-1{transform:rotate(-405deg) translate(-5px,5px)}}.nav-open .menu-button__line-2{opacity:0}.nav-open .menu-button__line-3{transform:rotate(405deg) translate(-5px,-5px)}.product{position:relative;perspective:150rem;height:52rem}.product__side{height:52rem;transition:all .8s;position:absolute;top:0;left:0;width:100%;backface-visibility:hidden;border-radius:6px;box-shadow:0 1.5rem 4rem #0003;overflow:hidden}.product__side--front{background-color:#f7f7f7}.product__side--back{transform:rotateY(180deg)}.product__side--back-1{background-image:linear-gradient(to bottom right,#0055ac,#00448a)}.product__img{background-size:cover;height:23rem;background-blend-mode:screen;clip-path:polygon(0 0,100% 0,100% 85%,0 100%)}.product__img--1{background-image:linear-gradient(to bottom right,#0055ac,#00448a),url(/assets/images/machines-small.jpg);background-position:center}@media only screen and (max-width: 50em){.product__img--1{background-position:top}}.product__img--2{background-image:linear-gradient(to bottom right,#0055ac,#00448a),url(/assets/images/tools-small.jpg);background-position:center}@media only screen and (max-width: 50em){.product__img--2{background-position:top}}.product__img--3{background-image:linear-gradient(to bottom right,#0055ac,#00448a),url(/assets/images/trailer-small.jpg);background-position:center}.product__heading{font-size:2.8rem;font-weight:300;text-transform:uppercase;text-align:right;color:#fff;position:absolute;top:12rem;right:2rem;width:65%}.product__heading-span{padding:1.2rem;-webkit-box-decoration-break:clone;box-decoration-break:clone}.product__heading-span--1{background-image:linear-gradient(to right bottom,#3377bdcc,#00448acc)}.product__details{padding:3rem}.product__details ul{list-style:none;width:80%;margin:0 auto}.product__details ul li{text-align:center;font-size:1.5rem;padding:1rem}@media only screen and (max-width: 56.25em){.product__details ul li{padding:1rem 0}}@media only screen and (max-width: 50rem){.product__details ul li{font-size:2.4rem}}.product__details ul li:not(:last-child){border-bottom:1px solid #eee}@media only screen and (max-width: 56.25em){.product__details{padding:1.5rem .5rem}}.product__cta{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;text-align:center}.product:hover .product__side--front{transform:rotateY(-180deg)}.product:hover .product__side--back{transform:rotateY(0)}@media only screen and (max-width: 56.25em),only screen and (hover: none){.product{height:auto;border-radius:3px;background-color:#f7f7f7;box-shadow:0 1rem 2rem #0003;display:flex;flex-direction:column}.product__details{padding:1rem 0}.product__side{height:auto;position:relative;box-shadow:none}.product__side--back{transform:rotateY(0);clip-path:polygon(0 15%,100% 0,100% 100%,0 100%);padding:7rem 4rem 4rem;flex:1}.product:hover .product__side--front{transform:rotateY(0)}}.section-list{background:#eef0f6;min-height:60vh;padding:6rem 0 10rem}.product-list{display:grid;grid-template-columns:repeat(3,1fr);gap:2.4rem}@media only screen and (max-width: 75em){.product-list{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 37.5em){.product-list{grid-template-columns:1fr}}.pli{background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 2px 12px #0037ac12;transition:box-shadow .35s ease,transform .35s ease;display:flex;flex-direction:column}.pli:hover{box-shadow:0 20px 56px #0037ac26;transform:translateY(-5px)}.pli__image-wrap{position:relative;height:21rem;overflow:hidden;background:#dde2ef}.pli__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .55s cubic-bezier(.25,.46,.45,.94)}.pli:hover .pli__image{transform:scale(1.07)}.pli__image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(175deg,transparent 30%,rgba(5,25,80,.55) 100%);opacity:0;transition:opacity .35s ease}.pli:hover .pli__image-overlay{opacity:1}.pli__body{padding:2rem 2.4rem 2.6rem;display:flex;flex-direction:column;flex:1}.pli__index{font-family:Bebas Neue,sans-serif;font-size:1.15rem;letter-spacing:4px;color:#0055ac;display:block;margin-bottom:.9rem}.pli__title{font-family:IBM Plex Sans,sans-serif;font-size:1.85rem;font-weight:700;line-height:1.25;margin-bottom:1.2rem;color:#051950}.pli__title-link{text-decoration:none;color:inherit;transition:color .2s}.pli__title-link:hover{color:#0055ac}.pli__divider{width:3rem;height:2px;background:#0055ac;margin-bottom:1.4rem;transition:width .3s ease;border-radius:2px}.pli:hover .pli__divider{width:6.4rem}.pli__desc{font-family:IBM Plex Sans,sans-serif;font-size:1.4rem;line-height:1.7;color:#5a6070;flex:1;margin-bottom:2rem}.pli__cta{display:inline-flex;align-items:center;gap:.6rem;font-family:IBM Plex Sans,sans-serif;font-size:1.25rem;font-weight:600;letter-spacing:.8px;text-transform:uppercase;color:#0055ac;text-decoration:none;padding-bottom:2px;border-bottom:1.5px solid transparent;transition:border-color .2s,gap .25s;align-self:flex-start}.pli__cta:hover{border-color:#0055ac;gap:1.4rem}.pli__arrow{display:inline-block;transition:transform .25s ease}.pli__cta:hover .pli__arrow{transform:translate(5px)}.pd-page{font-family:IBM Plex Sans,sans-serif}.pd-hero{background:#1f6cbf;padding:3.6rem 0 4.4rem}.pd-hero .container{padding:0 3.2rem}.pd-hero__label{display:block;font-size:1.1rem;font-weight:600;letter-spacing:4px;text-transform:uppercase;color:#ffffffb3;margin-bottom:1rem}.pd-hero__title{font-family:IBM Plex Sans,sans-serif;font-size:4.2rem;font-weight:700;color:#fff;line-height:1.1;max-width:72rem}@media only screen and (max-width: 56.25em){.pd-hero__title{font-size:3.2rem}}@media only screen and (max-width: 37.5em){.pd-hero__title{font-size:2.8rem}}.pd-back{display:inline-flex;align-items:center;gap:.5rem;font-family:IBM Plex Sans,sans-serif;font-size:1.4rem;font-weight:500;color:#1f6cbf;text-decoration:none;margin-bottom:3.2rem;padding:.8rem 1.4rem .8rem 1rem;border-radius:4px;background:#fff;box-shadow:0 1px 6px #05195014;transition:background .2s,box-shadow .2s,color .2s}.pd-back:hover{background:#1f6cbf;color:#fff;box-shadow:0 4px 16px #1f6cbf4d}.pd-body{background:#eef0f6;padding:4rem 0 10rem}.pd-body .container{padding:0 3.2rem}.pd-grid{display:grid;grid-template-columns:2fr 3fr;gap:5.6rem;align-items:start}@media only screen and (max-width: 56.25em){.pd-grid{grid-template-columns:1fr;gap:3.2rem}}.pd-image-col{position:sticky;top:2.4rem}@media only screen and (max-width: 56.25em){.pd-image-col{position:static}}.pd-image-frame{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 24px #0519501a;aspect-ratio:1/1;position:relative;display:flex;align-items:center;justify-content:center}.pd-image-blur-bg{position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;background-size:cover;background-position:center;filter:blur(18px);transform:scale(1.08);opacity:.55}.pd-image{position:relative;z-index:1;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.pd-thumbnails{display:flex;gap:.8rem;margin-top:1.2rem;flex-wrap:wrap}.pd-thumbnail{width:6.4rem;height:6.4rem;border-radius:6px;overflow:hidden;border:2px solid #d4daea;background:none;padding:0;cursor:pointer;transition:border-color .2s;flex-shrink:0}.pd-thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.pd-thumbnail--active{border-color:#0055ac}.pd-thumbnail:hover:not(.pd-thumbnail--active){border-color:#8598d0}.pd-content-col{display:flex;flex-direction:column;gap:0}.pd-description{font-size:1.6rem;line-height:1.75;color:#2e3a55;white-space:pre-wrap;margin-bottom:2.4rem}.pd-features{margin:0 0 2.4rem}.pd-features__heading{font-size:1.3rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#0055ac;margin:0 0 1rem}.pd-features__table{width:100%;border-collapse:collapse}.pd-features__row{border-bottom:1px solid #e8ecf4}.pd-features__row:last-child{border-bottom:none}.pd-features__icon{width:2.4rem;padding:.7rem 0;vertical-align:middle}.pd-features__icon:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:#0055ac}.pd-features__text{padding:.7rem 0;font-size:1.5rem;color:#2e3a55;line-height:1.5;vertical-align:middle}.pd-price-tiers{margin-bottom:2.4rem}.pd-price-tiers__label{font-size:1.1rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#8598d0;margin-bottom:1.2rem}.pd-price-tiers__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0;border:1.5px solid #d4daea;border-radius:6px;overflow:hidden}.pd-price-tiers__item{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.6rem;border-bottom:1px solid #eef0f6}.pd-price-tiers__item:last-child{border-bottom:none}.pd-price-tiers__item:nth-child(odd){background:#f7f9fc}.pd-price-tiers__duration{font-size:1.5rem;color:#2e3a55;font-weight:500}.pd-price-tiers__amount{font-size:1.8rem;font-weight:700;color:#0055ac;letter-spacing:.3px}.pd-additional-costs{margin-bottom:2.4rem}.pd-additional-costs__title{font-size:1.1rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#8598d0;margin-bottom:1.2rem}.pd-additional-costs__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.pd-additional-costs__item{display:flex;justify-content:space-between;font-size:1.5rem;color:#2e3a55;padding:.6rem 0;border-bottom:1px solid #eef0f6}.pd-additional-costs__item:last-child{border-bottom:none}.pd-deposit{margin-bottom:2.4rem;background:#f0faf4;border:1.5px solid #9ed8b4;border-radius:8px;overflow:hidden}.pd-deposit__header{display:flex;align-items:flex-start;gap:1.2rem;padding:1.4rem 1.6rem 1.2rem;border-bottom:1px solid #c8ebd5}.pd-deposit__icon{width:2rem;height:2rem;flex-shrink:0;color:#2a9d5c;margin-top:.2rem}.pd-deposit__title{font-size:1.35rem;font-weight:700;color:#1a6b3c;margin:0 0 .3rem;letter-spacing:.02em}.pd-deposit__sub{font-size:1.25rem;color:#3d8c5e;margin:0;line-height:1.4}.pd-deposit__list{list-style:none;padding:0;margin:0}.pd-deposit__item{display:flex;justify-content:space-between;font-size:1.5rem;color:#1a4a2e;font-weight:500;padding:1rem 1.6rem;border-bottom:1px solid #c8ebd5}.pd-deposit__item:last-child{border-bottom:none}.pd-deposit__item span:last-child{font-weight:700;color:#2a9d5c}.pd-divider{width:100%;height:1px;background:#d4daea;margin:3.2rem 0}.pd-contact{display:flex;flex-direction:column;gap:1.6rem}.pd-contact__label{font-size:1.1rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#8598d0;margin-bottom:.4rem}.pd-contact__mail-btn{display:inline-flex;align-items:center;gap:1rem;background:#0055ac;color:#fff;text-decoration:none;font-size:1.5rem;font-weight:600;letter-spacing:.4px;padding:1.4rem 2.6rem;border-radius:4px;align-self:flex-start;transition:background .2s,transform .2s,box-shadow .2s;box-shadow:0 4px 16px #0055ac4d}.pd-contact__mail-btn svg{width:1.8rem;height:1.8rem;flex-shrink:0}.pd-contact__mail-btn:hover{background:#00448a;transform:translateY(-2px);box-shadow:0 8px 24px #0055ac66}.pd-contact__phone{display:inline-flex;align-items:center;gap:1.6rem;background:#fff;border-radius:4px;padding:1.4rem 2rem;text-decoration:none;align-self:flex-start;box-shadow:0 2px 12px #05195014;transition:box-shadow .2s,transform .2s}.pd-contact__phone:hover{box-shadow:0 6px 24px #05195024;transform:translateY(-2px)}.pd-contact__phone-icon{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;background:#eef0f6;border-radius:50%;flex-shrink:0;color:#0055ac}.pd-contact__phone-icon svg{width:1.8rem;height:1.8rem}.pd-contact__phone-text{display:flex;flex-direction:column;gap:.2rem}.pd-contact__phone-sub{font-size:1.15rem;color:#8598d0;font-weight:500;letter-spacing:.3px}.pd-contact__phone-num{font-size:2rem;font-weight:700;color:#051950;letter-spacing:.5px}.news-item{width:70%;margin:0 auto;padding:1.6rem;border-radius:3px;border:solid 1px rgba(0,85,172,.2);box-shadow:1px 1px 3px #00000013}@media only screen and (max-width: 37.5em){.news-item{width:90%}}.news-item__creatorinfo{display:flex;height:4.8rem;margin-bottom:1.6rem}.news-item__avatar{border-radius:50%;width:4.8rem;height:4.8rem;margin-right:1.6rem}.news-item__author{font-weight:600;font-size:2.4rem;margin-bottom:5px;color:#0055ac}.news-item__created{font-size:1.2rem;color:#2a2a2a}.news-item__text{line-height:1.8;font-size:1.8rem;color:#333}.cookie-consent{width:100%;position:fixed;left:0;bottom:0;display:flex;gap:2.4rem;justify-content:space-between;align-items:center;padding:1.6rem 3.2rem;background-color:#b3cce6;transition:all .8s}.cookie-consent__text{color:#0055ac;font-size:1.8rem;font-weight:400;line-height:1.8}.cookie-consent--hidden{bottom:-4rem}.loader{width:45px;aspect-ratio:1;--c: no-repeat linear-gradient($color-primary 0 0);background:var(--c) 0% 50%,var(--c) 50% 50%,var(--c) 100% 50%;background-size:20% 100%;animation:l1 1s infinite linear}@keyframes l1{0%{background-size:20% 100%,20% 100%,20% 100%}33%{background-size:20% 10%,20% 100%,20% 100%}50%{background-size:20% 100%,20% 10%,20% 100%}66%{background-size:20% 100%,20% 100%,20% 10%}to{background-size:20% 100%,20% 100%,20% 100%}}.pf-page{font-family:IBM Plex Sans,sans-serif}.pf-body{background:#eef0f6;padding:4rem 0 10rem}.pf-body .container{padding:0 3.2rem}.pf-form{display:flex;flex-direction:column;gap:2.4rem}.pf-error{background:#fff0f0;border:1px solid #ffbdbd;border-radius:4px;padding:1.4rem 1.6rem;font-size:1.4rem;color:#e01818}.pf-section{background:#fff;border-radius:8px;box-shadow:0 2px 12px #05195012;padding:2.8rem 3.2rem;display:flex;flex-direction:column;gap:2rem}.pf-section__title{font-size:1.1rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#8598d0;margin-bottom:.4rem}.pf-field{display:flex;flex-direction:column;gap:.6rem}.pf-label{font-size:1.3rem;font-weight:600;color:#2e3a55;letter-spacing:.3px}.pf-input,.pf-select,.pf-textarea{padding:1.1rem 1.4rem;border:1.5px solid #d4daea;border-radius:4px;font-family:IBM Plex Sans,sans-serif;font-size:1.5rem;color:#051950;background:#f7f9fc;transition:border-color .2s,background .2s;outline:none;width:100%}.pf-input:focus,.pf-select:focus,.pf-textarea:focus{border-color:#0055ac;background:#fff}.pf-input--narrow{max-width:16rem}.pf-textarea{resize:vertical;min-height:10rem;line-height:1.6}.pf-select{cursor:pointer;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.pf-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media only screen and (max-width: 37.5em){.pf-row{grid-template-columns:1fr}}.pf-tag-list{display:flex;flex-wrap:wrap;gap:.8rem;list-style:none;padding:0;margin:0}.pf-tag{display:inline-flex;align-items:center;gap:.6rem;background:#eef0f6;border:1px solid #d4daea;border-radius:4px;padding:.5rem 1rem;font-size:1.3rem;color:#2e3a55}.pf-tag__remove{background:none;border:none;cursor:pointer;font-size:1.6rem;line-height:1;color:#8598d0;padding:0;transition:color .15s}.pf-tag__remove:hover{color:#e01818}.pf-add-row{display:flex;gap:1rem;align-items:center}.pf-add-btn{flex-shrink:0;width:3.8rem;height:3.8rem;background:#0055ac;color:#fff;border:none;border-radius:4px;font-size:2rem;line-height:1;cursor:pointer;transition:background .2s}.pf-add-btn:hover{background:#00448a}.pf-add-btn--text{width:auto;height:auto;background:none;color:#0055ac;font-size:1.4rem;font-weight:600;padding:.6rem 0;text-decoration:none}.pf-add-btn--text:hover{color:#00448a;background:none}.pf-cost-block{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.2rem}.pf-cost-row{display:flex;gap:1rem;align-items:center}.pf-cost-row .pf-input,.pf-cost-row .pf-textarea,.pf-cost-row .pf-select{flex:1}.pf-cost-row .pf-input--narrow{flex:0 0 16rem}.pf-deposit-toggle{display:inline-flex;align-items:center;gap:.7rem;font-size:1.3rem;color:#5c7a6a;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:.4rem 0}.pf-deposit-toggle input[type=checkbox]{width:1.6rem;height:1.6rem;accent-color:#2a9d5c;cursor:pointer;flex-shrink:0}.pf-deposit-toggle--active{color:#1a6b3c;font-weight:600}.pf-remove-btn{flex-shrink:0;width:3.2rem;height:3.2rem;background:none;border:1.5px solid #d4daea;border-radius:4px;font-size:1.6rem;color:#8598d0;cursor:pointer;transition:border-color .2s,color .2s;display:flex;align-items:center;justify-content:center}.pf-remove-btn:hover{border-color:#e01818;color:#e01818}.pf-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));gap:1.6rem}.pf-gallery--pending{margin-top:1.6rem;padding-top:1.6rem;border-top:1px dashed #d4daea}.pf-gallery__item{position:relative;border-radius:6px;overflow:hidden;border:2px solid #d4daea;background:#eef0f6;aspect-ratio:1/1;display:flex;flex-direction:column}.pf-gallery__item--primary{border-color:#0055ac}.pf-gallery__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.pf-gallery__badge{position:absolute;top:.6rem;left:.6rem;background:#0055ac;color:#fff;font-size:1rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;padding:.3rem .7rem;border-radius:3px}.pf-gallery__badge--new{background:#2e9e6a}.pf-gallery__actions{position:absolute;bottom:0;left:0;right:0;display:flex;flex-direction:column;gap:.2rem;padding:.4rem;background:#05195099;opacity:0;transition:opacity .2s}.pf-gallery__item:hover .pf-gallery__actions{opacity:1}.pf-gallery__action{background:#ffffffe6;border:none;border-radius:3px;font-family:IBM Plex Sans,sans-serif;font-size:1.1rem;font-weight:600;color:#051950;padding:.4rem .6rem;cursor:pointer;text-align:center;transition:background .15s;width:100%}.pf-gallery__action:hover{background:#fff}.pf-gallery__action--danger{color:#e01818}.pf-gallery__action--danger:hover{background:#fff0f0}.pf-upload__input{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden;clip:rect(0 0 0 0)}.pf-upload__label{display:inline-flex;align-items:center;gap:.8rem;padding:1.1rem 2rem;background:#eef0f6;border:1.5px dashed #8598d0;border-radius:6px;font-size:1.4rem;font-weight:600;color:#0055ac;cursor:pointer;transition:background .2s,border-color .2s}.pf-upload__label svg{width:1.8rem;height:1.8rem}.pf-upload__label:hover{background:#dde4f5;border-color:#0055ac}.pf-actions{display:flex;justify-content:flex-end;padding-bottom:2rem}.pf-submit{padding:1.4rem 3.2rem;background:#0055ac;color:#fff;border:none;border-radius:4px;font-family:IBM Plex Sans,sans-serif;font-size:1.5rem;font-weight:600;cursor:pointer;transition:background .2s,transform .2s;box-shadow:0 4px 16px #0055ac4d}.pf-submit:hover{background:#00448a;transform:translateY(-2px)}.pf-submit:disabled{opacity:.65;cursor:not-allowed;transform:none}.pl-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.6rem}.pl-admin-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.9rem 1.8rem;background:#0055ac;color:#fff;border-radius:4px;font-family:IBM Plex Sans,sans-serif;font-size:1.4rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:background .2s,transform .2s;box-shadow:0 2px 10px #0055ac40}.pl-admin-btn:hover{background:#00448a;transform:translateY(-2px)}.pd-nav-row{display:flex;align-items:center;flex-wrap:wrap;gap:1.2rem;margin-bottom:3.2rem}.pd-nav-row .pd-back{margin-bottom:0}.pd-admin-actions{display:inline-flex;align-items:center;gap:.8rem;margin-left:auto}.pd-edit-btn{display:inline-flex;align-items:center;gap:.5rem;font-family:IBM Plex Sans,sans-serif;font-size:1.4rem;font-weight:500;color:#b45309;text-decoration:none;padding:.8rem 1.4rem;border-radius:4px;background:#fff;border:1.5px solid #fbbf24;box-shadow:0 1px 6px #b453091a;transition:background .2s,box-shadow .2s,color .2s}.pd-edit-btn:hover{background:#fbbf24;color:#451a03;box-shadow:0 4px 16px #b4530940}.pd-delete-btn{display:inline-flex;align-items:center;gap:.5rem;font-family:IBM Plex Sans,sans-serif;font-size:1.4rem;font-weight:500;color:#b91c1c;cursor:pointer;padding:.8rem 1.4rem;border-radius:4px;background:#fff;border:1.5px solid #fca5a5;box-shadow:0 1px 6px #b91c1c14;transition:background .2s,box-shadow .2s,color .2s}.pd-delete-btn:hover{background:#fca5a5;color:#450a0a;box-shadow:0 4px 16px #b91c1c38}.pd-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0519508c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.pd-modal{background:#fff;border-radius:8px;padding:3.2rem;max-width:44rem;width:100%;box-shadow:0 8px 40px #05195033}.pd-modal__title{font-family:IBM Plex Sans,sans-serif;font-size:2rem;font-weight:700;color:#051950;margin-bottom:1.2rem}.pd-modal__body{font-size:1.5rem;line-height:1.65;color:#2e3a55;margin-bottom:2.4rem}.pd-modal__error{font-size:1.4rem;color:#b91c1c;margin-bottom:1.6rem}.pd-modal__actions{display:flex;gap:1.2rem;justify-content:flex-end}.pd-modal__cancel{font-family:IBM Plex Sans,sans-serif;font-size:1.4rem;font-weight:500;color:#2e3a55;background:#eef0f6;border:none;border-radius:4px;padding:.9rem 2rem;cursor:pointer;transition:background .2s}.pd-modal__cancel:hover:not(:disabled){background:#d4daea}.pd-modal__cancel:disabled{opacity:.6;cursor:not-allowed}.pd-modal__confirm{font-family:IBM Plex Sans,sans-serif;font-size:1.4rem;font-weight:600;color:#fff;background:#b91c1c;border:none;border-radius:4px;padding:.9rem 2rem;cursor:pointer;transition:background .2s,box-shadow .2s;box-shadow:0 2px 10px #b91c1c4d}.pd-modal__confirm:hover:not(:disabled){background:#991b1b;box-shadow:0 4px 16px #b91c1c66}.pd-modal__confirm:disabled{opacity:.6;cursor:not-allowed}.footer__admin-divider{height:1px;background:#e0e0e0;margin:.8rem 0}.footer__admin-note{display:flex;flex-direction:column;gap:.4rem;font-size:1.2rem;color:#2e9e6a;font-weight:500}.footer__logout-btn{background:none;border:none;padding:0;font-size:1.2rem;color:#8598d0;cursor:pointer;text-align:left;font-family:inherit}.footer__logout-btn:hover{color:#e01818}.footer__link-item--muted:link,.footer__link-item--muted:visited{color:#aab8d0;font-style:italic}.footer__link-item--muted:hover,.footer__link-item--muted:active{color:#0055ac}.header{position:sticky;top:0;display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;background-color:#f7f7f7;box-shadow:0 .5rem 1rem #00000013;z-index:10}@media only screen and (max-width: 56.25em){.header{width:100%}}.header__logo{display:block;height:6rem}.navigation{display:flex;align-items:center}@media only screen and (max-width: 62.5em){.navigation{position:fixed;top:0;right:0;width:4rem;height:4rem;width:100%;height:100vh;z-index:999;justify-content:center;background-color:transparent;opacity:0;pointer-events:none;visibility:hidden;transition:all .4s}.nav-open .navigation{opacity:1;pointer-events:all;visibility:visible}}.navigation__list{list-style:none;display:flex;padding-right:4.8rem;gap:3.2rem}@media only screen and (max-width: 62.5em){.navigation__list{position:absolute;display:block;top:50%;left:50%;transform:translate(-200%,-50%);transition:all .4s;padding:0;width:40%}.nav-open .navigation__list{transform:translate(-50%,-50%)}}.navigation__link:link,.navigation__link:visited{display:flex;padding:1rem;font-size:2rem;color:#0055ac;gap:1rem;align-items:center;text-decoration:none;text-transform:uppercase;background-image:linear-gradient(120deg,transparent 0%,transparent 50%,#0055ac 50%);background-size:230%;transition:all .4s}@media only screen and (max-width: 62.5em){.navigation__link:link,.navigation__link:visited{font-size:4rem;padding:2.4rem 0;color:#f7f7f7;justify-content:center}}@media only screen and (max-width: 37.5em){.navigation__link:link,.navigation__link:visited{font-size:2.4rem}}.navigation__link:hover,.navigation__link:active{color:#f7f7f7;background-position:100%;transform:translateY(-.5rem)}@media only screen and (max-width: 62.5em){.navigation__link:hover,.navigation__link:active{color:#0055ac;background-image:linear-gradient(120deg,transparent 0%,transparent 50%,#f7f7f7 50%)}}.navigation__icon{width:1.6rem;height:1.6rem}.nav-background{position:fixed;top:2.5rem;right:3rem;width:2rem;height:2rem;border-radius:50%;background-image:linear-gradient(to bottom right,#3377bdf2,#00448af2);z-index:900;transition:all .5s cubic-bezier(.49,.05,.43,1)}.nav-open .nav-background{transform:scale(180)}.hero{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70rem}@media only screen and (max-width: 56.25em){.hero{width:90%}}.footer{border-top:solid 1px #eee;padding:3.2rem}@media only screen and (max-width: 56.25em){.footer{grid-template-columns:repeat(3,1fr)}.footer>*{justify-self:center}}.footer__left{display:flex;flex-direction:column;gap:2.4rem}@media only screen and (max-width: 56.25em){.footer__left{grid-row:2;grid-column:span 3;align-items:center}}.footer__logo{width:25rem}.footer__address-col{display:flex;flex-direction:column;gap:1.2rem}.footer__title{font-size:1.6rem;color:#555;line-height:1.8;font-weight:500}.footer__links{display:flex;flex-direction:column}.footer__link-item:link,.footer__link-item:visited{text-decoration:none;font-size:1.2rem;line-height:1.6;color:#0a31a0;transition:all .3s}.footer__link-item:hover,.footer__link-item:active{color:#546fbd}.footer__text,.copyright{font-size:1.2rem;line-height:1.2;color:#555}.error-page{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30%}.error-page__title{font-size:4.8rem;color:#0055ac;margin-bottom:3.2rem}.error-page__text{font-size:1.8rem;line-height:1.8;margin-bottom:1.8rem}.error-page__message{font-size:1.6rem;font-family:Courier New,Courier,monospace;line-height:1.6;color:#e01818}@media only screen and (max-width: 50em){.products{grid-template-columns:1fr;padding:0 1rem}}.impressum{font-size:1.6rem;line-height:1.6}.impressum__heading{font-size:3rem;margin-bottom:4.8rem}.impressum__address{list-style:none;display:inline-block;margin-bottom:2.8rem}.impressum__address-box{margin-bottom:4.8rem;padding-left:4.8rem}.impressum__subheading{font-size:2rem;margin-bottom:2rem}.impressum__section-heading{font-size:1.8rem;font-weight:600;margin-bottom:1.5rem}.impressum__text{margin-bottom:2.4rem;-webkit-hyphens:auto;hyphens:auto}.impressum__list{margin-left:4rem;margin-bottom:2.4rem}.cookies__title{font-size:2.4rem;font-weight:500;color:#333;align-self:center;justify-self:right}.cookies__text{grid-column:span 2;font-size:1.6rem}.cookies__switch{align-self:center}.section-hero{position:relative;padding:9.6rem 0;background-image:linear-gradient(to bottom,#0055ace6,#3377bd80),url(/assets/images/hero.jpg);background-size:cover;background-position:center;height:75vh}@media only screen and (max-width: 75rem),only screen and (hover: none){.section-hero{height:60vh;padding:9.6rem 3rem}}.section-categories{padding:4.8rem}@media only screen and (max-width: 56.25em){.section-categories{padding:4.8rem 1.6rem}}.section-list{padding:9.6rem 4.8rem}@media only screen and (max-width: 56.25em){.section-list{padding:4.8rem 1.6rem}}.section-product-details{padding:9.6rem 4.8rem}.section-errorpage{width:100%;height:60vh;position:relative}.section-news{padding:9.6rem 4.8rem}@media only screen and (max-width: 37.5em){.section-news{padding:4.8rem 1rem}}.section-impressum{padding:9.6rem 4.8rem}@media only screen and (max-width: 37.5em){.section-impressum{padding:4.8rem 2.4rem}}.section-cookies{padding:9.6rem 4.8rem}.login-page{min-height:calc(100vh - 8rem);background:#eef0f6;display:flex;align-items:center;justify-content:center;padding:4rem 2rem}.login-card{background:#fff;border-radius:8px;box-shadow:0 4px 32px #0519501f;width:100%;max-width:42rem;overflow:hidden}.login-card__header{background:#0055ac;padding:3.2rem 3.6rem 2.8rem;display:flex;flex-direction:column;align-items:center;gap:1.6rem}.login-card__logo{height:4.8rem;filter:brightness(0) invert(1)}.login-card__title{font-family:IBM Plex Sans,sans-serif;font-size:2rem;font-weight:700;color:#fff;text-align:center}.login-form{padding:3.2rem 3.6rem 4rem;display:flex;flex-direction:column;gap:2rem}.login-field{display:flex;flex-direction:column;gap:.6rem}.login-label{font-family:IBM Plex Sans,sans-serif;font-size:1.3rem;font-weight:600;color:#2e3a55;letter-spacing:.3px}.login-input{padding:1.2rem 1.4rem;border:1.5px solid #d4daea;border-radius:4px;font-family:IBM Plex Sans,sans-serif;font-size:1.5rem;color:#051950;background:#f7f9fc;transition:border-color .2s,background .2s;outline:none}.login-input:focus{border-color:#0055ac;background:#fff}.login-error{background:#fff0f0;border:1px solid #ffbdbd;border-radius:4px;padding:1.2rem 1.4rem;font-family:IBM Plex Sans,sans-serif;font-size:1.3rem;color:#e01818}.login-submit{padding:1.4rem 2.4rem;background:#0055ac;color:#fff;border:none;border-radius:4px;font-family:IBM Plex Sans,sans-serif;font-size:1.5rem;font-weight:600;cursor:pointer;transition:background .2s}.login-submit:hover{background:#00448a}.login-submit:disabled{opacity:.65;cursor:not-allowed}.login-cancel{text-align:center;font-family:IBM Plex Sans,sans-serif;font-size:1.3rem;color:#8598d0;text-decoration:none}.login-cancel:hover{color:#0055ac}.login-footer-links{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.login-forgot{font-family:IBM Plex Sans,sans-serif;font-size:1.3rem;color:#0055ac;text-decoration:none}.login-forgot:hover{text-decoration:underline}.login-success{background:#f0faf4;border:1px solid #86efac;border-radius:4px;padding:1.2rem 1.4rem;font-family:IBM Plex Sans,sans-serif;font-size:1.3rem;color:#166534}.login-hint{font-family:IBM Plex Sans,sans-serif;font-size:1.4rem;color:#5a6070;line-height:1.6;margin:0}
