/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */*,:before,:after{box-sizing:border-box}html{font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4}body{margin:0}hr{height:0;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}.button{background:var(--primary-button-background);border:1px solid var(--primary-button-background);color:var(--primary-button-color);display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:1rem 2rem;font-family:var(--font-rubik);font-size:1rem;line-height:inherit;text-decoration:none;text-align:center;cursor:pointer}.button:not(:disabled):hover,.button:not(:disabled):focus{background:var(--primary-button-hover-background);border:1px solid var(--primary-button-hover-background);color:var(--primary-button-hover-color)}.button:not(:disabled):active{background:var(--primary-button-active-background);border:1px solid var(--primary-button-active-background);color:var(--primary-button-active-color);transform:translateY(1px)}.button.button--primary-inverted{background:var(--primary-button-color);border-color:var(--primary-button-background);color:var(--grey-dark)}.button.button--primary-inverted:not(:disabled):hover,.button.button--primary-inverted:not(:disabled):focus{background:var(--primary-button-hover-color);border-color:var(--primary-button-hover-background);color:var(--primary-button-hover-background)}.button.button--primary-inverted:not(:disabled):active{background:var(--primary-button-active-color);border-color:var(--primary-button-active-background);color:var(--primary-button-active-background);transform:translateY(1px)}.button:disabled{opacity:.5}.category-list{--category-list-theme: var(--orange-dark);--category-list-text-color: var(--black);--category-list-background: var(--white)}.category-list.category-list--blue-medium-dark{--category-list-theme: var(--blue-medium-dark)}.category-list .category-list__title{font-size:1.5rem;color:var(--category-list-theme);text-transform:uppercase;margin-bottom:2em}.category-list .category-list__title+.category-list__subtitle{margin:0}.category-list .category-list__subtitle{font-size:2.5rem;color:var(--category-list-text-color)}.category-list .category-list__list{list-style:none;margin:.5rem 0 0;padding:0;display:block}.category-list .category-list__link{display:block;color:inherit;text-decoration:none;background:transparent;border:none;text-align:left}.category-list .category-list__item{display:block;margin:0;border-top:1px solid var(--category-list-text-color)}.category-list .category-list__item:last-child{border-bottom:1px solid var(--category-list-text-color)}.category-list .category-list__item.active .category-list__link{font-weight:700;color:var(--category-list-theme)}.category-list .category-list__item:hover .category-list__label,.category-list .category-list__item:focus .category-list__label{transform:translate(.5rem)}.category-list .category-list__label{display:block;padding:1rem;font-size:1.25rem;transition:transform .3s ease-in-out}.content-block .content-block__title{margin:0 0 2em;font-size:1.25rem;text-transform:uppercase;letter-spacing:.1em;color:var(--orange-dark);text-align:center}@media (min-width: 768px){.content-block .content-block__title{font-size:1.5rem}}.content-row{display:flex;flex-flow:column nowrap;align-items:center}.content-row .content-row__wrap{width:100%;max-width:var(--content-width);flex:1 1 100%}.content-wrap{margin:auto;width:100%;max-width:var(--content-width)}.detail-header{--detail-header-theme: var(--orange-light);position:relative;overflow-x:clip;overflow-y:visible;color:var(--white);background:var(--detail-header-theme)}.detail-header .detail-header__wrap{position:relative;padding-bottom:1rem}.detail-header .detail-header__image{position:relative;z-index:2;height:200px}.detail-header .detail-header__image img{display:block;width:100%;height:100%;object-fit:contain}.detail-header .detail-header__content{position:relative;z-index:2;padding:3rem 0;max-width:80rem}.detail-header .detail-header__title{color:inherit;line-height:1;text-transform:uppercase;margin-top:0;margin-bottom:0}.detail-header .detail-header__text{font-family:var(--font-nbgrotesk);font-weight:600;line-height:1;color:inherit;text-transform:uppercase}.detail-header .detail-header__arc{display:none;position:absolute;height:auto;pointer-events:none}@media (min-width: 480px){.detail-header .detail-header__wrap{padding-bottom:2rem}.detail-header .detail-header__content{padding:5rem 5rem 5rem 0}.detail-header .detail-header__title{font-size:4rem}.detail-header .detail-header__text{font-size:2rem}}@media (min-width: 960px){.detail-header .detail-header__wrap{display:flex;justify-content:center;align-items:center;min-height:500px;padding-bottom:0}.detail-header .detail-header__content{flex:0 0 50%;padding:6rem 6rem 6rem 0}.detail-header .detail-header__image{flex:0 0 50%;padding:1rem;height:560px}.detail-header .detail-header__title{font-size:4rem}.detail-header .detail-header__text{font-size:2rem}.detail-header.detail-header--two-color-arcs .detail-header__arc--one,.detail-header.detail-header--two-dark-arcs .detail-header__arc--one{display:block;left:80%;top:8rem;transform:translate(-50%) rotate(120deg);width:28rem}.detail-header.detail-header--two-color-arcs .detail-header__arc--two,.detail-header.detail-header--two-dark-arcs .detail-header__arc--two{display:block;left:0;bottom:-3rem;transform:translate(-63%) rotate(340deg);width:32rem}.detail-header.detail-header--two-color-arcs .detail-header__arc--one{fill:var(--blue-medium)}.detail-header.detail-header--two-color-arcs .detail-header__arc--two{fill:var(--yellow)}.detail-header.detail-header--two-dark-arcs .detail-header__arc--one,.detail-header.detail-header--two-dark-arcs .detail-header__arc--two{fill:var(--orange-dark)}.detail-header.detail-header--three-dark-arcs .detail-header__arc--one{display:block;left:0;top:2rem;transform:translate(-80%) rotate(340deg);width:22rem;fill:var(--orange-dark)}.detail-header.detail-header--three-dark-arcs .detail-header__arc--two{display:block;left:50%;top:5rem;transform:translate(-60%,15%) rotate(120deg);width:28rem;fill:var(--orange-dark)}.detail-header.detail-header--three-dark-arcs .detail-header__arc--three{display:block;right:0;bottom:1rem;transform:translate(90%) rotate(200deg);width:15rem;fill:var(--orange-dark)}}@media (min-width: 1600px){.detail-header .detail-header__content{padding:8rem 8rem 8rem 0}.detail-header .detail-header__image{flex:0 0 50%;padding:0 6rem 0 0}.detail-header .detail-header__title{font-size:5rem}.detail-header .detail-header__text{font-size:2.5rem}}.example-products{display:flex;flex-direction:column;align-items:stretch;width:100%;gap:2rem;overflow-x:clip;overflow-y:visible}.example-products .example-products__list{position:relative;padding:2rem}.example-products .example-products__image{position:absolute;bottom:0;right:0;transform:translate(30%,30%);z-index:1}@media (min-width: 960px){.example-products{flex-direction:row;align-items:flex-start}.example-products .example-products__list{flex:0 0 30%;padding:2rem 6rem 8rem 2rem;margin:0}.example-products .example-products__technologies{flex:0 0 70%}}.footer{--theme-light: var(--orange-light);--theme-medium: var(--orange-medium);--theme-dark: var(--orange-dark);font-family:var(--font-rubik);overflow:hidden}.footer.footer--blue{--theme-light: var(--blue-medium-dark);--theme-medium: var(--blue-medium-dark);--theme-dark: var(--blue-dark)}.footer .footer__wrap{margin:0 -1rem}.footer .footer__slot-1{padding:2rem var(--side-padding);background:var(--theme-light);display:flex;flex-direction:column;align-items:center}.footer .footer__form{width:100%;max-width:600px}.footer .footer__form h2{margin-top:0;font-size:2rem}.footer .footer__slot-2{padding:2rem var(--side-padding);background:var(--theme-medium)}.footer .footer__slot-3{padding:2rem var(--side-padding) 1.25rem;background:var(--theme-dark)}.footer .footer__slot-3 svg{max-width:100%;fill:var(--white)}.footer address{font-style:normal;font-family:inherit}@media (min-width: 375px){.footer .footer__wrap{margin:0 -2rem}}@media (min-width: 1024px){.footer .footer__wrap{display:flex;position:relative}.footer .footer__slot-1{flex:1 1 60%;display:block;padding-top:5cqw;padding-bottom:5cqw}.footer .footer__slot-2{position:relative;flex:0 0 40%;padding-top:5cqw;padding-bottom:5cqw}.footer .footer__slot-2:after{content:"";position:absolute;left:100%;top:0;background:var(--theme-medium);width:25vw;height:100%;z-index:0}.footer .footer__slot-3{position:absolute;bottom:0;left:60%;right:0}.footer .footer__slot-3:after{content:"";position:absolute;left:100%;top:0;background:var(--theme-dark);width:25vw;height:100%;z-index:0}}.form{--form-theme: var(--orange-dark);--form-background: var(--white);--form-color: var(--grey-dark);--form-border-color: var(--grey-dark);--form-label-width: 7rem}.form.form--blue-dark{--form-theme: var(--blue-dark)}.form .form__wrap{container-name:form;container-type:inline-size}.form .form__inner{display:flex;flex-direction:column;align-items:stretch;background:var(--form-background);padding:.5rem 1rem;gap:1rem}.form .form__field{position:relative;flex:1 1 100%}.form .form__field:last-child input[type=text],.form .form__field:last-child input[type=email],.form .form__field:last-child textarea{border-bottom:none}.form label{padding:1rem 1rem 0 0;line-height:1.15;color:var(--form-color);font-family:var(--font-rubik);font-weight:400;font-size:.75rem}.form label:has(~:focus){color:var(--form-theme)}.form input[type=text],.form input[type=email],.form textarea{display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:.5rem 0;background:var(--form-background);border-width:0 0 1px;border-style:solid;border-color:var(--form-border-color);border-radius:0;color:var(--form-color);line-height:1.15;width:100%}.form input[type=text]:focus,.form input[type=email]:focus,.form textarea:focus{border-color:var(--form-theme);box-shadow:none;outline:none}.form input[type=text]:disabled,.form input[type=email]:disabled,.form textarea:disabled{opacity:.5}.form textarea{resize:vertical}.form .form__errors{color:red}.form .form__buttons{display:flex;flex-direction:column;align-items:flex-end}@container form (min-width: 360px){.form .form__inner{padding:1rem 2rem;gap:0}.form label{position:absolute;left:0;top:1px;width:var(--form-label-width);z-index:2;font-size:1rem;padding:1rem 1rem 1rem 0}.form input[type=text],.form input[type=email],.form textarea{padding:1rem 1rem 1rem var(--form-label-width)}}.gallery{--swiper-navigation-size: 2rem;--swiper-theme-color: currentColor;width:100%;height:80vh;container-name:gallery;container-type:inline-size;overflow:hidden}.gallery .swiper{height:100%}.gallery .gallery__wrap{width:100%;height:100%;position:relative}.gallery img{display:block;object-fit:contain;width:100%;height:100%}.gallery .gallery__buttons{display:flex}.gallery .gallery__controls{position:absolute;right:0;bottom:0;z-index:2;display:flex;gap:.5rem;padding:.5rem}.gallery .gallery__controls .swiper-pagination-fraction,.gallery .gallery__controls .swiper-button-prev,.gallery .gallery__controls .swiper-button-next{position:relative;left:unset;top:unset;right:unset;bottom:unset;margin:0}.gallery .gallery__controls .swiper-pagination-fraction{font-family:var(--font-rubik);font-size:1.5rem;padding:.75rem 2rem;min-width:8rem;flex:0 0 auto;width:auto}.gallery .gallery__controls .swiper-button-prev,.gallery .gallery__controls .swiper-button-next{padding:2rem}.gallery.gallery--sm{--swiper-navigation-size: 1.5rem;height:auto}.gallery.gallery--sm .gallery__controls{left:0;justify-content:space-between}.gallery.gallery--sm .swiper-pagination-fraction{font-size:1.25rem;padding:.5rem 1rem;min-width:0}.gallery.gallery--sm .swiper-button-prev,.gallery.gallery--sm .swiper-button-next{padding:1.5rem}.grid{padding:0 var(--side-padding);position:relative;display:grid;margin:auto;width:100%;max-width:var(--content-width)}.grid .grid__item{position:relative}.grid .grid__item--border:after{content:"";position:absolute;bottom:0;width:100%;height:1px;background:var(--black)}.grid .grid__item--border.grid__item--padding-sm:after{bottom:-1rem}.grid .grid__item--border.grid__item--padding-md:after{bottom:clamp(-8rem,-8vw,-2rem)}.grid .grid__item--border.grid__item--padding-lg:after{bottom:clamp(-10rem,-10vw,-5rem)}.grid .grid__item--border.grid__item--padding-xl:after{bottom:clamp(-15rem,-15vw,-8rem)}@media (min-width: 960px){.grid{grid-template-columns:repeat(8,[col-start] 1fr);gap:1rem}.grid .grid__subgrid,.grid .grid__item{grid-column:col-start 1 / span 8}.grid .grid__subgrid--sm,.grid .grid__item--sm,.grid .grid__subgrid--md,.grid .grid__item--md{grid-column:col-start 2 / span 6}.grid .grid__subgrid{display:grid;grid:subgrid / subgrid}.grid.grid--align-left .grid__subgrid--sm,.grid.grid--align-left .grid__item--sm,.grid.grid--align-left .grid__subgrid--md,.grid.grid--align-left .grid__item--md{grid-column:col-start 1 / span 6}.grid.grid--align-right .grid__subgrid--sm,.grid.grid--align-right .grid__item--sm,.grid.grid--align-right .grid__subgrid--md,.grid.grid--align-right .grid__item--md{grid-column:col-start 3 / span 6}}@media (min-width: 1280px){.grid{grid-template-columns:repeat(12,[col-start] 1fr)}.grid .grid__subgrid,.grid .grid__item{grid-column:col-start 3 / span 8}.grid .grid__subgrid--sm,.grid .grid__item--sm{grid-column:col-start 5 / span 4}.grid .grid__subgrid--md,.grid .grid__item--md{grid-column:col-start 4 / span 6}.grid .grid__subgri--lg,.grid .grid__item--lg{grid-column:col-start 2 / span 10}.grid .grid__subgrid--xl,.grid .grid__item--xl{grid-column:col-start 1 / span 12}.grid.grid--align-left .grid__subgrid,.grid.grid--align-left .grid__item{grid-column:col-start 1 / span 8}.grid.grid--align-left .grid__subgrid--sm,.grid.grid--align-left .grid__item--sm{grid-column:col-start 1 / span 4}.grid.grid--align-left .grid__subgrid--md,.grid.grid--align-left .grid__item--md{grid-column:col-start 1 / span 6}.grid.grid--align-left .grid__subgri--lg,.grid.grid--align-left .grid__item--lg{grid-column:col-start 1 / span 10}.grid.grid--align-left .grid__subgrid--xl,.grid.grid--align-left .grid__item--xl{grid-column:col-start 1 / span 12}.grid.grid--align-right .grid__subgrid,.grid.grid--align-right .grid__item{grid-column:col-start 5 / span 8}.grid.grid--align-right .grid__subgrid--sm,.grid.grid--align-right .grid__item--sm{grid-column:col-start 9 / span 4}.grid.grid--align-right .grid__subgrid--md,.grid.grid--align-right .grid__item--md{grid-column:col-start 7 / span 6}.grid.grid--align-right .grid__subgri--lg,.grid.grid--align-right .grid__item--lg{grid-column:col-start 4 / span 10}.grid.grid--align-right .grid__subgrid--xl,.grid.grid--align-right .grid__item--xl{grid-column:col-start 1 / span 12}}.header-navigation{--nav-background-color: var(--background-color);--nav-border-color: var(--border-color);--nav-theme-color: var(--orange-dark)}.header-navigation ul{padding:0;margin:0;list-style:none}.header-navigation li{display:block;margin:0;padding:0}.header-navigation .header-navigation__wrap{height:100%}.header-navigation .header-navigation__root{display:flex;flex-flow:row nowrap}.header-navigation .header-navigation__item{display:block;margin:0;padding:0}.header-navigation .header-navigation__item:hover .header-navigation__dropdown,.header-navigation .header-navigation__item:focus .header-navigation__dropdown,.header-navigation .header-navigation__item:focus-within .header-navigation__dropdown{display:block}.header-navigation .header-navigation__link{display:flex;justify-content:center;align-items:center;padding:1.5em 1rem;color:inherit;text-decoration:none;font-family:var(--navigation-font-family);font-size:1.125rem;white-space:nowrap}.header-navigation .header-navigation__link:hover,.header-navigation .header-navigation__link:focus,.header-navigation .header-navigation__link:focus-within,.header-navigation .header-navigation__link .active{color:var(--nav-theme-color)}.header-navigation .header-navigation__icon-dropdown{margin-right:.5rem}.header-navigation .header-navigation__dropdown{display:none;position:absolute;z-index:900;padding:.5rem 1.5rem;background:var(--nav-background-color);border:1px solid var(--nav-border-color)}.header-navigation .header-navigation__dropdown-item:not(:last-child){border-bottom:1px solid var(--nav-border-color)}.header-navigation .header-navigation__dropdown-link{display:block;padding:1rem 0;color:inherit;text-decoration:none;white-space:nowrap}.header-navigation .header-navigation__dropdown-link:hover,.header-navigation .header-navigation__dropdown-link:focus,.header-navigation .header-navigation__dropdown-link:focus-within,.header-navigation .header-navigation__dropdown-link .active{color:var(--nav-theme-color)}.header-navigation .header-navigatoin__toggle{display:none}@media (max-width: 1024px){.header-navigation{position:fixed;top:0;right:0;width:100%;z-index:900}.header-navigation .header-navigation__wrap{position:absolute;top:0;left:100%;width:100%;height:100vh;display:flex;justify-content:center;align-items:center;background:var(--nav-theme-color);overflow:auto;transform:translate(0);transition:transform .3s ease-in-out}.header-navigation .header-navigation__root{margin:auto;flex-flow:column nowrap;padding:2rem 0}.header-navigation .header-navigation__item{border-bottom:1px solid var(--nav-background-color)}.header-navigation .header-navigation__item:last-child{border-bottom:none}.header-navigation .header-navigation__link{text-align:center;padding:.5rem;color:var(--nav-background-color)}.header-navigation .header-navigation__link:hover{color:var(--nav-background-color)}.header-navigation .header-navigation__icon-dropdown{display:none}.header-navigation .header-navigation__dropdown{border-width:1px 0 0;display:block;position:relative;background:transparent;border:none;border-top:1px solid var(--nav-background-color)}.header-navigation .header-navigation__dropdown-item:not(:last-child){border-bottom:none}.header-navigation .header-navigation__dropdown-link{text-align:center;padding:.25rem .5rem;color:var(--nav-background-color)}.header-navigation .header-navigation__dropdown-link:hover{color:var(--nav-background-color)}.header-navigation .header-navigatoin__toggle{position:absolute;right:0;top:1rem;display:block;margin:0;padding:2.5rem;background:transparent;border:none;color:var(--nav-theme-color);cursor:pointer;transition:transform .3s ease-in-out}.header-navigation .header-navigatoin__toggle:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:var(--nav-background-color);z-index:0;opacity:1;transition:opacity .1s .5s ease-in-out}.header-navigation .header-navigation__icon-close,.header-navigation .header-navigation__icon-open{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.header-navigation .header-navigation__icon-close{display:none;color:var(--nav-background-color)}.header-navigation.open .header-navigation__wrap{transform:translate(-100%)}.header-navigation.open .header-navigation__icon-close{display:block}.header-navigation.open .header-navigation__icon-open{display:none}.header-navigation.open .header-navigatoin__toggle:before{opacity:0;transition-delay:0ms}[data-scroll-direction=down] .header-navigation:not(.open) .header-navigatoin__toggle{transform:translate(100%)}}.header{background:#fff}.header.sticky{box-shadow:0 2px 4px #0003}.header .header__wrap{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;min-height:100px}.header .header__logo{width:220px;fill:var(--orange-dark)}@media (min-width: 1920px){.header .header__wrap{min-height:200px}.header .header__logo{width:300px}}@media (min-width: 1024px){header:has(.header.js-sticky-header){position:sticky;top:0;z-index:100}}.hero-image{position:relative;width:100%;aspect-ratio:2.5;max-height:50vh}.hero-image .hero-image__slide{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.hero-image .hero-image__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.highlight{container-type:inline-size;container-name:highlight}.highlight .highlight__wrap{position:relative}.highlight .highlight__inner{padding:var(--side-padding)}.highlight .highlight__arc{display:none}@media (min-width: 768px){.highlight .highlight__inner{padding:8cqw}.highlight .highlight__text{font-size:1.25rem}}@media (min-width: 1280px){.highlight .highlight__arc{display:block;position:absolute;pointer-events:none}.highlight .highlight__arc--large{left:100%;top:6rem;transform:translate(-50%,-50%) rotate(110deg);width:20rem;height:auto;fill:var(--green-light)}.highlight .highlight__arc--small{left:8rem;top:calc(100% + 6rem);transform:translate(-110%,-76%) rotate(110deg);width:26rem;height:auto;fill:var(--orange-dark)}}.icon{width:18px;height:18px;display:inline-block;fill:currentColor}.icon.icon--large{width:48px;height:48px}.list-over-image{--list-over-image-background: var(--white);width:100%}.list-over-image .list-over-image__wrap{container-name:list-over-image;container-type:inline-size}.list-over-image .list-over-image__inner{position:relative}.list-over-image .list-over-image__list{padding:3rem 0;background:var(--list-over-image-background)}.list-over-image .list-over-image__images{position:relative;aspect-ratio:3 / 2}.list-over-image .list-over-image__image{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;transition:opacity .5s}.list-over-image .list-over-image__image.active{opacity:1}.list-over-image .list-over-image__image img{display:block;width:100%;height:100%;object-fit:cover}@container list-over-image (min-width: 640px){.list-over-image .list-over-image__inner{padding:7cqw var(--side-padding) 0}.list-over-image .list-over-image__list{position:relative;padding:5cqw 2rem 5cqw 0;width:50%;z-index:2;min-height:600px}.list-over-image .list-over-image__list-inner{max-width:20rem}.list-over-image .list-over-image__images{position:absolute;top:0;right:var(--side-padding);width:80%;height:75%;z-index:1;aspect-ratio:unset}.list-over-image.list-over-image--right .list-over-image__inner{display:flex;flex-direction:column;align-items:flex-end}.list-over-image.list-over-image--right .list-over-image__list{padding-left:7cqw}.list-over-image.list-over-image--right .list-over-image__images{right:unset;left:var(--side-padding)}}@container list-over-image (min-width: 900px){.list-over-image .list-over-image__list{width:40%}.list-over-image .list-over-image__images{width:70%}}.news .news__article{display:flex;flex-flow:column nowrap;gap:2rem;border-top:1px solid var(--black);padding:2rem 0}.news .news__article:first-child{border-top:none;padding-top:0}.news .news__image img{display:block;width:100%;height:100%;object-fit:contain}.news .news__title{margin-top:0}@media (min-width: 960px){.news .news__article{flex-direction:row;justify-content:flex-start;align-items:flex-start;padding:3rem 0}.news .news__image{flex:0 0 50%}.news .news__content{padding:1rem}.news .news__title{font-size:2rem}}@media (min-width: 1600px){.news .news__content{padding:1rem 4rem}}.notification{padding:1rem;display:flex;gap:.5em;font-size:1rem}.notification .notification__text{flex:1 1 auto;margin:0;padding:0}.notification .notification__icon{flex:0 0 1em;display:flex}.notification .notification__icon svg{display:block;width:1.5em;height:1.5em;fill:currentColor}.notification--success{background-color:var(--success-bg);color:var(--success-text);border:1px solid var(--success-border)}.notification--error{background-color:var(--error-bg);color:var(--error-text);border:1px solid var(--error-border)}.notification--info{background-color:var(--info-bg);color:var(--info-text);border:1px solid var(--info-border)}.notification--warning{background-color:var(--warning-bg);color:var(--warning-text);border:1px solid var(--warning-border)}.page-header{--page-header-theme: var(--orange-light);position:relative;overflow-x:clip;overflow-y:visible}.page-header.page-header--green{--page-header-theme: var(--green-light)}.page-header.page-header--blue{--page-header-theme: var(--blue-mediuim)}.page-header .page-header__wrap{position:relative}.page-header .page-header__background{position:absolute;left:0;top:0;width:100%;height:100%;background:var(--page-header-theme)}.page-header .page-header__content{position:relative;z-index:2;padding:3rem 0;color:var(--white);max-width:80rem}.page-header .page-header__title{color:inherit;margin-top:0}.page-header .page-header__text{color:inherit;font-size:1.25rem}.page-header .page-header__arc{display:none}@media (min-width: 480px){.page-header .page-header__content{padding:5rem 0}.page-header .page-header__title{font-size:3rem}.page-header .page-header__text{font-size:1.5rem}}@media (min-width: 1280px){.page-header .page-header__background{position:relative;width:auto;grid-column:col-start 1 / span 10}.page-header .page-header__content{padding:6rem 6rem 6rem 0}.page-header .page-header__arc{display:block;position:absolute;pointer-events:none}.page-header .page-header__arc--large{left:100%;top:7rem;transform:translate(-50%,-50%) rotate(260deg);width:20rem;height:auto;fill:var(--green-light)}.page-header .page-header__arc--small{left:0;top:100%;transform:translate(-110%,-76%) rotate(200deg);width:26rem;height:auto;fill:var(--orange-dark)}}@media (min-width: 1920px){.page-header .page-header__content{padding:8rem}.page-header .page-header__title{font-size:4rem}.page-header .page-header__text{font-size:2rem}}.partner-table{--partner-table-theme: var(--orange-dark)}.partner-table table{border-collapse:collapse;width:100%}.partner-table td{border-color:currentColor;border-style:solid;border-width:1px 1px 0 0;padding:2rem;vertical-align:middle}.partner-table a{display:block;color:inherit;font-size:1.25rem;text-decoration:none}.partner-table td:last-child{border-right:none}.partner-table tr:last-child td{border-bottom:1px solid currentColor}.partner-table .partner-table__logo{width:40%}.partner-table .partner-table__logo img{width:100%;height:100%;object-fit:contain;display:block}@media (min-width: 768px){.partner-table td{padding:3rem}}.product-header{--product-header-theme: var(--orange-dark);position:relative}.product-header .product-header__image{position:absolute;left:0;top:0;width:calc(100% - 2rem);height:480px}.product-header .product-header__image img{object-fit:cover;width:100%;height:100%;display:block}.product-header .product-header__content{background:var(--white);position:relative;z-index:2;margin-top:200px;margin-left:2rem;padding:2rem}.product-header .product-header__title{color:var(--product-header-theme);font-size:4rem;margin-top:0}.product-header .product-header__arc{display:none}@media (min-width: 480px){.product-header .product-header__image{width:90%}.product-header .product-header__content{padding:3rem}.product-header .product-header__text{font-size:1.25rem}}@media (min-width: 768px){.product-header .product-header__content{margin-top:min(15vw,300px);margin-left:0}}@media (min-width: 960px){.product-header .product-header__image{width:80%;height:640px}.product-header .product-header__content{padding:6rem}.product-header .product-header__arc{display:block;position:absolute;pointer-events:none}.product-header .product-header__arc--large{left:80%;top:0;transform:translate(-50%,-40%) rotate(100deg);width:16vw;height:auto;fill:var(--green-light)}.product-header .product-header__arc--small{left:0;top:440px;transform:translate(-90%,-46%) rotate(150deg);width:20vw;height:auto;fill:var(--orange-dark)}}@media (min-width: 1600px){.product-header .product-header__title{font-size:6rem}}@media (min-width: 1920px){.product-header .product-header__wrap{padding-top:20rem;padding-left:10rem}.product-header .product-header__image{width:calc(50% + 28rem);height:960px}.product-header .product-header__content{padding:8rem}.product-header .product-header__title{font-size:8rem}.product-header .product-header__text{font-size:1.5rem}.product-header .product-header__arc--large{width:20rem}.product-header .product-header__arc--small{top:640px;width:24rem}}.text-image{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:center;gap:clamp(3rem,50%,6rem)}.text-image .text-image__image figure{width:100%}.text-image .text-image__image img{display:block;width:100%;height:auto}@media (min-width: 768px){.text-image{flex-direction:row}.text-image .text-image__text,.text-image .text-image__image{flex:0 1 50%}.text-image.text-image--align-right .text-image__text{order:2}.text-image.text-image--align-right .text-image__image{order:1}}.text{container-name:text;container-type:inline-size}.text .text__wrap{display:flex;flex-flow:row wrap;gap:2rem}.text .text__col{flex:0 0 100%}@container text (min-width: 768px){.text.text--cols-two .text__col,.text.text--cols-four .text__col{flex-basis:calc((100% - 2rem)/2)}.text.text--cols-three .text__col{flex-basis:calc((100% - 4rem) / 3)}}@container text (min-width: 1024px){.text.text--cols-four .text__col{flex-basis:calc((100% - 6rem)/4)}}.used-equipment{display:flex;flex-flow:column nowrap;gap:2rem}@media (min-width: 960px){.used-equipment{flex-direction:row}.used-equipment .used-equipment__content{flex:1 1 auto;padding-right:5%}.used-equipment .used-equipment__gallery{flex:0 0 50%}}@media (min-width: 1920px){.used-equipment .used-equipment__gallery{flex-basis:60%}}@font-face{font-family:NB Grotesk;src:url(/dist/assets/NBGrotesk-Reg-D9ryze2l.woff2) format("woff2"),url(/dist/assets/NBGrotesk-Reg-xPRqaHn7.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:NB Grotesk;src:url(/dist/assets/NBGrotesk-Bold-CYLOM3ia.woff2) format("woff2"),url(/dist/assets/NBGrotesk-Bold-BQx_Oe7d.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Rubik;src:url(/dist/assets/Rubik-Bold-Dqb2sM0e.woff2) format("woff2"),url(/dist/assets/Rubik-Bold-BYm5rwxZ.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Rubik;src:url(/dist/assets/Rubik-Regular-BMETFoAD.woff2) format("woff2"),url(/dist/assets/Rubik-Regular-DOc2hd_D.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Rubik;src:url(/dist/assets/Rubik-Light-BXbNZFVG.woff2) format("woff2"),url(/dist/assets/Rubik-Light-D5ReB65Z.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}body{position:relative}img{max-width:100%}figure{margin:0}.lock-scroll{overflow:hidden}.skip-to-content-link{position:absolute;left:50%;bottom:100%;background:var(--primary-button-background);border:none;border-radius:var(--button-border-radius);color:var(--primary-button-color);text-decoration:none;padding:1rem;transform:translateY(0);transition:transform .3s}.skip-to-content-link:focus{transform:translateY(100%)}.grecaptcha-badge{position:absolute!important}html{font-family:var(--body-font-family);font-size:16px;line-height:1.5;color:var(--font-color-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3{font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);line-height:1.125}h4,h5,h6{font-family:var(--body-font-family)}h1{font-size:3rem;color:var(--orange-dark)}h2{font-size:1.5rem;color:var(--orange-dark)}h3{font-size:1.15rem}h4{font-size:1.125rem}h5,h6{font-size:1rem}@media (min-width: 768px){h1{font-size:4rem;color:var(--orange-dark)}h2{font-size:3rem;color:var(--orange-dark)}h3{font-size:2rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,p:first-child{margin-top:0}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,p:last-child{margin-bottom:0}.font-rubik{font-family:var(--font-rubik);letter-spacing:.1em}.introduction{font-family:var(--font-rubik);letter-spacing:.1em;font-size:1.5rem;color:var(--blue-dark)}.font-uppercase{text-transform:uppercase}.font-center{text-align:center}.font-orange{color:var(--orange-dark)}.padding-top--sm{padding-top:1rem}.padding-top--md{padding-top:clamp(2rem,8vw,8rem)}.padding-top--lg{padding-top:clamp(5rem,10vw,10rem)}.padding-top--xl{padding-top:clamp(8rem,15vw,15rem)}.padding-bottom--sm{padding-bottom:1rem}.padding-bottom--md{padding-bottom:clamp(2rem,8vw,8rem)}.padding-bottom--lg{padding-bottom:clamp(5rem,10vw,10rem)}.padding-bottom--xl{padding-bottom:clamp(8rem,15vw,15rem)}.side-padding{padding-left:var(--side-padding);padding-right:var(--side-padding)}[class*=theme-]:not(.theme--default) h1,[class*=theme-]:not(.theme--default) h2,[class*=theme-]:not(.theme--default) h3,[class*=theme-]:not(.theme--default) h4,[class*=theme-]:not(.theme--default) h5,[class*=theme-]:not(.theme--default) h6,[class*=theme-]:not(.theme--default) a,[class*=theme-]:not(.theme--default) p{color:inherit}[class*=theme-]:not(.theme--default) a{text-decoration:underline}[class*=theme-]:not(.theme--default) a:hover{color:inherit;text-decoration:underline}.theme--default{background:var(--white);color:var(--black)}.theme--orange{background:var(--orange-light);color:var(--white)}.theme--orange-dark{background:var(--orange-dark);color:var(--white)}.theme--blue{background:var(--blue-medium);color:var(--white)}.theme--blue-medium{background:var(--blue-medium-dark);color:var(--white)}.theme--blue-dark{background:var(--blue-dark);color:var(--white)}:root{--white: #fff;--black: #000000;--grey-dark: #4b4b4b;--grey-medium: #707070;--orange-dark: #f15922;--orange-medium: #f27547;--orange-light: #f5875e;--yellow: #d1bc14;--green-light: #8bd888;--green-dark: #3eaf39;--blue-dark: #124962;--blue-medium-dark: #115e8f;--blue-medium: #82c8ed;--blue-light: #a9d5ed;--error-bg: #fdecea;--error-border: #f5c2c7;--error-text: #b00020;--success-bg: #edf7ed;--success-border: #a8d5a2;--success-text: #0f5132;--warning-bg: #fff4e5;--warning-border: #ffecb5;--warning-text: #664d03;--info-bg: #f5f5f5;--info-border: #d6d6d6;--info-text: #333333;--background-color: var(--white);--border-color: var(--black);--font-color-dark: var(--black);--font-rubik: "Rubik", Helvetica, sans-serif;--font-nbgrotesk: "NB Grotesk", Helvetica, sans-serif;--font-helvetica: "Helvetica Neue", Helvetica, sans-serif;--body-font-family: var(--font-helvetica);--heading-font-family: var(--font-nbgrotesk);--heading-font-weight: bold;--navigation-font-family: var(--font-nbgrotesk);--navigation-font-weight: normal;--content-width: 120rem;--side-padding: 1rem;--button-border-radius: 3px;--primary-button-background: var(--grey-dark);--primary-button-color: var(--white);--primary-button-hover-background: var(--grey-dark);--primary-button-hover-color: var(--white);--primary-button-active-background: var(--grey-dark);--primary-button-active-color: var(--white)}@media (min-width: 375px){:root{--side-padding: 2rem}}@media (min-width: 768px){:root{--side-padding: 2rem}}@media (min-width: 480px){:root{--side-padding: 2rem}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}
