@font-face {
    font-family: Electrolux Sans Thin;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local("Electrolux Thin"), url(../fonts/ElectroluxSans-Thin.woff) format("woff")
}

@font-face {
    font-family: Electrolux Sans Thin Oblique;
    font-style: oblique;
    font-weight: 100;
    font-display: swap;
    src: local("Electrolux Thin Oblique"), url(../fonts/ElectroluxSans-ThinObl.woff) format("woff")
}

@font-face {
    font-family: Electrolux Sans Light;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local("Electrolux Light"), url(../fonts/ElectroluxSans-Light.woff) format("woff")
}

@font-face {
    font-family: Electrolux Sans Light Oblique;
    font-style: oblique;
    font-weight: 200;
    font-display: swap;
    src: local("Electrolux Light Oblique"), url(../fonts/ElectroluxSans-LightObl.woff) format("woff")
}

@font-face {
    font-family: Electrolux Sans;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Electrolux Regular"), url(../fonts/ElectroluxSans-Regular.woff) format("woff")
}

@font-face {
    font-family: Electrolux Sans Oblique;
    font-style: oblique;
    font-weight: 300;
    font-display: swap;
    src: local("Electrolux Regular Oblique"), url(../fonts/ElectroluxSans-RegularObl.woff) format("woff")
}

@font-face {
    font-family: Electrolux Sans Bold;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Electrolux Bold"), url(../fonts/ElectroluxSans-Bold.woff) format("woff")
}

@font-face {
    font-family: Electrolux Sans Bold Oblique;
    font-style: oblique;
    font-weight: 700;
    font-display: swap;
    src: local("Electrolux Bold Oblique"), url(../fonts/ElectroluxSans-BoldObl.woff) format("woff")
}

@font-face {
    font-family: Electrolux Sans SemiBold;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Electrolux SemiBold"), url(../fonts/ElectroluxSans-SemiBold.woff) format("woff")
}

@font-face {
    font-family: Electrolux Sans SemiBold Oblique;
    font-style: oblique;
    font-weight: 700;
    font-display: swap;
    src: local("Electrolux SemiBold Oblique"), url(../fonts/ElectroluxSans-SemiBoldObl.woff) format("woff")
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: #fff0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, 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: -.6em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: swiper-icons;
    src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
    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-cube-shadow, .swiper-3d .swiper-slide {
    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-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgb(0 0 0 / .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgb(0 0 0 / .5), #fff0)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgb(0 0 0 / .5), #fff0)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgb(0 0 0 / .5), #fff0)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgb(0 0 0 / .5), #fff0)
}

.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: #fff0
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .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)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    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-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg, .swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev 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-next:after, .swiper-button-prev: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-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    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;
    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-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-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, rgb(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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgb(0 0 0 / .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgb(0 0 0 / .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.electrolux-swiper-object .electrolux-swiper-bullet-numbered {
    background: var(--color-electrolux-blue-900);
    color: #fff;
    padding: 2px;
    opacity: 1
}

.electrolux-swiper-object .electrolux-swiper-bullet-numbered p, .electrolux-swiper-object .electrolux-swiper-bullet-complete p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    cursor: pointer;
    pointer-events: none
}

.electrolux-swiper-object .electrolux-swiper-bullet-numbered.swiper-pagination-bullet-active {
    background: var(--color-electrolux-gray-300)
}

.electrolux-swiper-object .electrolux-swiper-bullet-numbered, .electrolux-swiper-object .electrolux-swiper-bullet-complete {
    width: 1.8em;
    height: 1.8em;
    line-height: 1.58em
}

.electrolux-swiper-object .electrolux-swiper-bullet {
    background: var(--color-electrolux-gray-200);
    padding: 0;
    opacity: 1;
    width: 1em;
    height: 1em
}

.electrolux-swiper-object .electrolux-swiper-bullet-numbered p {
    transform: scale(.7)
}

.electrolux-swiper-object .swiper-pagination-bullets .swiper-pagination-bullet.electrolux-swiper-bullet {
    margin: 2px !important
}

.electrolux-swiper-object .electrolux-swiper-bullet.swiper-pagination-bullet-active {
    background: var(--color-electrolux-gray-300)
}

.electrolux-carousel .swiper-pagination-type-one .swiper-pagination-bullet, .electrolux-carousel .swiper-pagination-type-two .swiper-pagination-bullet {
    width: 1em;
    height: 1em;
    opacity: 1
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 1.5em !important
}

.swiper-button-next, .swiper-button-prev {
    color: var(--color-electrolux-blue-900)
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
    cursor: auto;
    pointer-events: none
}

:root {
    --root-font: 16px;
    --default-font-family: "Electrolux Sans";
    --font-family-electrolux-light: "Electrolux Sans Light";
    --font-family-electrolux-light-oblique: "Electrolux Sans Light Oblique";
    --font-family-electrolux-bold: "Electrolux Sans Bold";
    --font-family-electrolux-bold-bold-oblique: "Electrolux Sans Bold Oblique";
    --font-family-electrolux-semibold: "Electrolux Sans SemiBold";
    --font-family-electrolux-semibold-oblique: "Electrolux Sans SemiBold Oblique"
}

@media (max-width:61.249em) {
    :root {
        --root-font: 14px
    }
}

body {
    font-size: var(--root-font);
    line-height: 1.141816;
    letter-spacing: .017em
}

h1, h2, h3, h4, h5, h6 {
    font-size: 3.85em
}

.h-90 {
    font-size: calc(3.85em * .9)
}

.h-80 {
    font-size: 3.08em
}

p {
    font-size: 2.1875em
}

.p-90 {
    font-size: 1.96875em
}

.p-80 {
    font-size: 1.75em
}

footer p {
    font-size: .875em
}

@media screen and (min-width:75em) {
    footer p {
        font-size: .675em !important
    }
}

@media screen and (max-width:100em) {
    h1, h2, h3, h4, h5, h6 {
        font-size: 3.5em
    }

    .h-90 {
        font-size: 3.15em
    }

    .h-80 {
        font-size: calc(3.5em * .8)
    }

    p {
        font-size: 1.9875em
    }

    .p-90 {
        font-size: 1.78875em
    }

    .p-85 {
        font-size: calc(1.9875em * .85)
    }

    .p-80 {
        font-size: 1.59em
    }
}

@media screen and (max-width:90em) {
    h1, h2, h3, h4, h5, h6 {
        font-size: 3em
    }

    .h-90 {
        font-size: 2.7em
    }

    .h-80 {
        font-size: calc(3em * .8)
    }

    p {
        font-size: 1.7em
    }

    .p-90 {
        font-size: 1.53em
    }

    .p-85 {
        font-size: calc(1.7em * .85)
    }

    .p-80 {
        font-size: 1.36em
    }
}

@media screen and (max-width:85.875em) {
    h1, h2, h3, h4, h5, h6 {
        font-size: 2.985em
    }

    .h-90 {
        font-size: 2.6865em
    }

    .h-80 {
        font-size: 2.388em
    }

    p {
        font-size: 1.7em
    }

    .p-90 {
        font-size: 1.53em
    }

    .p-85 {
        font-size: calc(1.7em * .85)
    }

    .p-80 {
        font-size: 1.36em
    }
}

@media screen and (max-width:80em) {
    h1, h2, h3, h4, h5, h6 {
        font-size: 2.8em
    }

    .h-90 {
        font-size: 2.52em
    }

    .h-80 {
        font-size: calc(2.8em * .8)
    }

    p {
        font-size: 1.5em
    }

    .p-90 {
        font-size: 1.35em
    }

    .p-85 {
        font-size: 1.275em
    }

    .p-80 {
        font-size: calc(1.5em * .8)
    }
}

@media screen and (max-width:75em) {
    h1, h2, h3, h4, h5, h6 {
        font-size: 2.55em
    }

    .h-90 {
        font-size: 2.295em
    }

    .h-80 {
        font-size: 2.04em
    }

    p {
        font-size: 1.45em
    }

    .p-90 {
        font-size: 1.305em
    }

    .p-85 {
        font-size: 1.2325em
    }

    .p-80 {
        font-size: 1.16em
    }
}

@media screen and (max-width:64em) {
    h1, h2, h3, h4, h5, h6 {
        font-size: 2.2em
    }

    .h-90 {
        font-size: calc(2.2em * .9)
    }

    .h-80 {
        font-size: calc(2.2em * .8)
    }

    p {
        font-size: 1.25em
    }

    .p-90 {
        font-size: 1.125em
    }

    .p-85 {
        font-size: 1.0625em
    }

    .p-80 {
        font-size: 1em
    }
}

@media screen and (max-width:61.25em) {
    h1, h2, h3, h4, h5, h6 {
        font-size: 2.125em
    }

    .h-90 {
        font-size: 1.9125em
    }

    .h-80 {
        font-size: calc(2.125em * .8)
    }

    p {
        font-size: 1.2em
    }

    .p-90 {
        font-size: 1.08em
    }

    .p-85 {
        font-size: 1.02em
    }

    .p-80 {
        font-size: .96em
    }

    footer p {
        font-size: .75em
    }
}

@media screen and (max-width:48em) {
    h1, h2, h3, h4, h5, h6 {
        font-size: 2.375em
    }

    .h-90 {
        font-size: 2.1375em
    }

    .h-80 {
        font-size: calc(2.375em * .8)
    }

    p {
        font-size: 2em
    }

    .p-90 {
        font-size: 1.8em
    }

    .p-85 {
        font-size: 1.7em
    }

    .p-80 {
        font-size: 1.6em
    }
}

@media screen and (max-width:26.9725em) {
    h1, h2, h3, h4, h5, h6 {
        font-size: 1.875em
    }

    .h-90 {
        font-size: 1.6875em
    }

    .h-80 {
        font-size: 1.5em
    }

    p {
        font-size: 1.575em
    }

    .modal-link p {
        font-size: 1.01275em
    }

    .p-90 {
        font-size: 1.1475em
    }

    .p-85 {
        font-size: 1.08375em
    }

    .p-80 {
        font-size: 1.02em
    }
}

@media screen and (max-width:26.5625em) {
    h1, h2, h3, h4, h5, h6 {
        font-size: 1.875em
    }

    .h-90 {
        font-size: 1.6875em
    }

    .h-80 {
        font-size: 1.5em
    }

    p {
        font-size: 1.275em
    }

    .modal-link p {
        font-size: 1.01275em
    }

    .p-90 {
        font-size: 1.1475em
    }

    .p-85 {
        font-size: 1.08375em
    }

    .p-80 {
        font-size: 1.02em
    }
}

@media screen and (max-width:22.5em) {
    h1, h2, h3, h4, h5, h6 {
        font-size: 1.5625em
    }

    .h-90 {
        font-size: 1.40625em
    }

    .h-80 {
        font-size: 1.25em
    }

    p {
        font-size: 1.1875em
    }

    .p-90 {
        font-size: 1.06875em
    }

    .p-85 {
        font-size: calc(1.1875em * .85)
    }

    .p-80 {
        font-size: calc(1.1875em * .8)
    }
}

@media screen and (max-width:20em) {
    h1, h2, h3, h4, h5, h6 {
        font-size: 1.5625em
    }

    .h-90 {
        font-size: 1.40625em
    }

    .h-80 {
        font-size: 1.25em
    }

    p {
        font-size: 1em
    }

    .p-90 {
        font-size: .9em
    }

    .p-85 {
        font-size: .85em
    }

    .p-80 {
        font-size: .8em
    }
}

.font-electrolux-light {
    font-family: var(--font-family-electrolux-light)
}

.font-electrolux-bold {
    font-family: var(--font-family-electrolux-bold)
}

.font-electrolux-semibold {
    font-family: var(--font-family-electrolux-semibold)
}

.text-uppercase {
    text-transform: uppercase
}

.text-white {
    color: #fff
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center-left, .text-center-right {
    text-align: center
}

@media screen and (min-width:61.25em) {
    .text-center-left {
        text-align: left
    }

    .text-center-right {
        text-align: right
    }
}

:root {
    --color-electrolux-gray-100: rgba(223, 231, 234, 1);
    --color-electrolux-gray-200: rgba(173, 185, 195, 1);
    --color-electrolux-gray-300: rgba(123, 138, 156, 1);
    --color-electrolux-gray-400: rgba(119, 139, 158, 1);
    --color-electrolux-blue-900: rgba(1, 30, 65, 1);
    --color-electrolux-white: #FFFFFF;
    --color-mademsa-orange: #FF8200;
    --color-mademsa-yellow: #FDBA40;
    --color-mademsa-green: #32CDC8;
    --color-mademsa-purple: #9A5394;
    --color-mademsa-gray: #E6E6E6;
    --width-container: 1920px
}

* {
    box-sizing: border-box
}

html {
    font-family: var(--default-font-family);
    margin: 0 auto
}

body {
    max-width: var(--width-container);
    overflow-x: hidden;
    margin: 0 auto
}

img, video {
    min-width: 100% !important;
    max-width: 100% !important;
    display: block !important
}

section {
    width: 100%;
    min-width: 100% !important;
    max-width: 100% !important;
    position: relative;
    margin: 0 auto;
    overflow: hidden !important
}

sup {
    font-size: 52%
}

.flex {
    display: flex
}

.direction-row, .mobile-direction-row {
    flex-direction: row
}

.direction-column, .mobile-direction-column {
    flex-direction: column
}

.direction-row-reverse, .mobile-direction-row-reverse {
    flex-direction: row-reverse
}

.direction-column-reverse, .mobile-direction-column-reverse {
    flex-direction: column-reverse
}

.justify-center, .mobile-justify-center {
    justify-content: center
}

.justify-between, .mobile-justify-between {
    justify-content: space-between
}

.justify-start, .mobile-justify-start {
    justify-content: flex-start
}

.justify-end, .mobile-justify-end {
    justify-content: flex-end
}

.justify-around, .mobile-justify-around {
    justify-content: space-around
}

.align-center, .mobile-align-center {
    align-items: center
}

.align-start, .mobile-align-start {
    align-items: flex-start
}

.align-end, .mobile-align-end {
    align-items: flex-end
}

.grid {
    display: grid
}

.grid-item-normal {
    order: 1
}

.grid-item-reverse {
    order: -1
}

.mobile-grid-1-desktop-grid-2, .mobile-grid-1-desktop-grid-3, .mobile-grid-1-desktop-grid-4 {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0
}

.grid-2 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0
}

.grid-3 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0
}

.grid-3-middle-column-bigger {
    grid-template-columns: 1fr 1.25fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0
}

.grid-area-1 {
    grid-area: 1 / 1 / 2 / 2
}

.grid-area-2 {
    grid-area: 1 / 2 / 2 / 3
}

.grid-area-3 {
    grid-area: 1 / 3 / 2 / 4
}

.grid-justify-strech {
    justify-self: stretch
}

.electrolux-create-image {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    transition: all ease-in-out 925ms
}

.desktop-display-block {
    display: none
}

.mobile-display-block {
    display: block
}

.desktop-display-inline {
    display: none
}

.display-inline, .mobile-display-inline {
    display: inline
}

.mobile-display-inline-block {
    display: inline-block
}

.cursor-pointer {
    cursor: pointer
}

.pointer-events-none {
    pointer-events: none !important
}

.transition-all {
    transition: all;
    transition-duration: .4s
}

.transition-opacity {
    transition: opacity;
    transition-duration: .2s
}

.scale-90 {
    transform: scale(.9)
}

.scale-50 {
    transform: scale(.5)
}

.scale-0 {
    transform: scale(0)
}

.absolute-negative-z {
    position: absolute;
    z-index: -1 !important
}

.absolute, .mobile-absolute {
    position: absolute;
    z-index: 20
}

.relative, .mobile-relative {
    position: relative
}

.-z-index-1 {
    z-index: -1 !important
}

.z-index-1 {
    z-index: 1
}

.z-index-20 {
    z-index: 20 !important
}

.z-index-50 {
    z-index: 50 !important
}

.z-index-100 {
    z-index: 100 !important
}

.isolate {
    isolation: isolate
}

.hidden {
    opacity: 0;
    pointer-events: none
}

.opacity-0 {
    opacity: 0 !important
}

.w-100, .mobile-w-100 {
    width: 100%
}

.mobile-w-5627 {
    width: 56.27%
}

.mobile-w-50 {
    width: 50%
}

.w-40 {
    width: 40%
}

.w-35 {
    width: 35%
}

.w-auto, .mobile-w-auto {
    width: auto
}

.h-full, .mobile-h-full {
    height: 100% !important
}

.mobile-h-auto {
    height: auto
}

.mobile-h-extra {
    height: 107% !important
}

.h-50, .mobile-h-50 {
    height: 50% !important
}

.mobile-h-28 {
    height: 28% !important
}

.mobile-h-72 {
    height: 72% !important
}

.h-60, .mobile-h-60 {
    height: 60% !important
}

.bg-electrolux-gray-50, .mobile-bg-electrolux-gray-50 {
    background-color: var(--color-mademsa-gray)
}

.bg-electrolux-white, .mobile-bg-electrolux-white {
    background-color: var(--color-electrolux-white)
}

.bg-electrolux-gray-100, .mobile-bg-electrolux-gray-100 {
    background-color: var(--color-electrolux-gray-100)
}

.bg-electrolux-gray-200, .mobile-bg-electrolux-gray-200 {
    background-color: var(--color-electrolux-gray-200)
}

.bg-electrolux-gray-300, .mobile-bg-electrolux-gray-300 {
    background-color: var(--color-electrolux-gray-300)
}

.bg-electrolux-gray-400, .mobile-bg-electrolux-gray-400 {
    background-color: var(--color-electrolux-gray-400)
}

.bg-electrolux-blue-900, .mobile-bg-electrolux-blue-900 {
    background-color: var(--color-electrolux-blue-900)
}

.bg-white, .mobile-bg-white {
    background-color: #fff
}

.bg-white-80, .mobile-bg-white-80 {
    background-color: rgb(255 255 255 / .8)
}

.bg-transparent, .mobile-bg-transparent {
    background-color: transparent !important
}

.bg-electrolux-yellow, .mobile-bg-electrolux-yellow {
    background-color: var(--color-mademsa-yellow)
}

.bg-electrolux-green, .mobile-bg-electrolux-green {
    background-color: var(--color-mademsa-green)
}

.bg-electrolux-orange, .mobile-bg-electrolux-orange {
    background-color: var(--color-mademsa-orange)
}

.bg-electrolux-purple, .mobile-bg-electrolux-purple {
    background-color: var(--color-mademsa-purple)
}

.mobile-text-electrolux-gray-50, .text-electrolux-gray-50 {
    color: var(--color-mademsa-gray)
}

.mobile-text-electrolux-gray-100, .text-electrolux-gray-100 {
    color: var(--color-electrolux-gray-100)
}

.mobile-text-electrolux-gray-200, .text-electrolux-gray-200 {
    color: var(--color-electrolux-gray-200)
}

.mobile-text-electrolux-gray-300, .text-electrolux-gray-300 {
    color: var(--color-electrolux-gray-300)
}

.mobile-text-electrolux-gray-400, .text-electrolux-gray-400 {
    color: var(--color-electrolux-gray-400)
}

.mobile-text-electrolux-blue-900, .text-electrolux-blue-900 {
    color: var(--color-electrolux-blue-900)
}

.mobile-text-white, .text-white {
    color: #fff
}

.text-white-80 {
    color: rgb(255 255 255 / .8)
}

.text-electrolux-yellow {
    color: var(--color-mademsa-yellow)
}

.text-electrolux-green {
    color: var(--color-mademsa-green)
}

.text-electrolux-orange {
    color: var(--color-mademsa-orange)
}

.text-electrolux-purple {
    color: var(--color-mademsa-purple)
}

.mobile-relative, .mobile-relative-z_negative {
    position: relative
}

.mobile-absolute-desktop-relative {
    position: absolute
}

.right {
    right: 0
}

.top-right {
    top: 0;
    right: 0
}

.bottom-right {
    bottom: 0;
    right: 0
}

.left {
    left: 0
}

.top-left {
    top: 0;
    left: 0
}

.bottom-left {
    bottom: 0;
    left: 0
}

.mobile-bottom {
    bottom: 0
}

.overflow-hidden {
    overflow: hidden
}

.svg {
    width: 100% !important;
    height: auto !important
}

.inline-block {
    display: inline-block
}

.padding-full-4px {
    padding: .25em
}

.padding-full-8px {
    padding: .5em
}

.padding-full-16px, .mobile-padding-full-16px {
    padding: 1em
}

.padding-full-32px, .mobile-padding-full-32px {
    padding: 2em
}

.padding-full-36px {
    padding: 2.25em
}

.padding-top-16px {
    padding-top: 1em
}

.padding-top-bottom-32px, .padding-bottom-32px {
    padding-bottom: 2em
}

.padding-y-8px-x-16px {
    padding: .5em 1em
}

.padding-y-16px-x-32px {
    padding: 1em 2em
}

.padding-top-8px {
    padding-top: .5em
}

.padding-bottom-8px {
    padding-bottom: .5em
}

.padding-bottom-16px {
    padding-bottom: 1em
}

.padding-top-32px {
    padding-top: 2em
}

.padding-bottom-64px {
    padding-bottom: 4em
}

.padding-y-36px {
    padding: 2.25em 0
}

.margin-bottom-8px {
    margin-bottom: .5em
}

.margin-bottom-16px {
    margin-bottom: 1em
}

.margin-bottom-32px {
    margin-bottom: 2em
}

.margin-bottom-64px {
    margin-bottom: 4em
}

.margin-y-16px {
    margin: 1em 0
}

.margin-top-16px, .mobile-margin-top-16px {
    margin-top: 1em
}

.margin-top-8px {
    margin-top: .5em
}

.margin-top-32px {
    margin-top: 2em
}

.margin-top-64px, .mobile-margin-top-64px {
    margin-top: 4em
}

.margin-top-128px {
    margin-top: 8em
}

.margin-x-8px {
    margin: 0 .5em
}

.margin-x-32px {
    margin: 0 2em
}

.p-bullet.center {
    margin-left: .75em;
    display: flex;
    justify-content: center;
    align-items: center
}

.p-bullet.start {
    margin-left: .75em;
    display: flex;
    justify-content: start;
    align-items: center
}

.p-bullet.center:after, .p-bullet.start:after {
    content: "";
    background: #fff;
    width: .25em;
    height: .25em;
    border-radius: 99999px;
    position: absolute;
    left: -.75em
}

@media screen and (min-width:61.25em) {
    .desktop-display-block {
        display: block !important
    }

    .desktop-display-inline {
        display: inline !important
    }

    .mobile-display-block, .mobile-display-inline-block, .mobile-display-inline {
        display: none !important
    }

    .desktop-direction-row {
        flex-direction: row !important
    }

    .desktop-direction-column {
        flex-direction: column !important
    }

    .desktop-direction-row-reverse {
        flex-direction: row-reverse !important
    }

    .desktop-direction-column-reverse {
        flex-direction: column-reverse !important
    }

    .desktop-justify-center {
        justify-content: center !important
    }

    .desktop-justify-between {
        justify-content: space-between !important
    }

    .desktop-justify-start {
        justify-content: flex-start !important
    }

    .desktop-justify-end {
        justify-content: flex-end !important
    }

    .desktop-justify-around {
        justify-content: space-around !important
    }

    .desktop-align-center {
        align-items: center !important
    }

    .desktop-align-start {
        align-items: flex-start !important
    }

    .desktop-align-end {
        align-items: flex-end !important
    }

    .grid-2 {
        grid-template-columns: 1fr 1fr
    }

    .desktop-grid-item-reverse {
        order: -1
    }

    .mobile-grid-1-desktop-grid-2 {
        grid-template-columns: repeat(2, 1fr)
    }

    .mobile-grid-1-desktop-grid-3 {
        grid-template-columns: repeat(3, 1fr)
    }

    .mobile-grid-1-desktop-grid-4 {
        grid-template-columns: repeat(4, 1fr)
    }

    .desktop-relative {
        position: relative !important
    }

    .desktop-absolute {
        position: absolute !important
    }

    .desktop-right {
        right: 0
    }

    .desktop-top-right {
        top: 0;
        right: 0
    }

    .desktop-left {
        left: 0
    }

    .desktop-top-left {
        top: 0;
        left: 0
    }

    .desktop-text-electrolux-blue-900 {
        color: var(--color-electrolux-blue-900)
    }

    .desktop-text-white {
        color: #fff
    }

    .mobile-h-28, .mobile-h-72 {
        height: 100% !important
    }

    .mobile-bottom {
        bottom: auto !important
    }

    .desktop-h-full {
        height: 100% !important
    }

    .desktop-h-50 {
        height: 50% !important
    }

    .desktop-w-100 {
        width: 100% !important
    }

    .desktop-w-50 {
        width: 50% !important
    }

    .desktop-w-3125 {
        width: 31.25% !important
    }

    .desktop-w-35 {
        width: 35% !important
    }

    .desktop-w-40 {
        width: 40% !important
    }

    .desktop-w-60 {
        width: 60% !important
    }

    .desktop-w-65 {
        width: 65% !important
    }

    .desktop-w-auto {
        width: auto !important
    }

    .desktop-w-auto-t-none {
        width: auto !important;
        max-width: auto !important;
        transform: translate(0) !important
    }

    .desktop-margin-x-16px {
        margin: 0 1em !important
    }

    .mobile-margin-top-16px {
        margin: 0
    }

    .desktop-margin-top-8px {
        margin: .5em 0 0 !important
    }

    .mobile-padding-full-32px {
        padding: 0
    }

    .mobile-margin-top-64px, .mobile-margin-top-128px {
        margin: 0
    }

    .desktop-margin-top-64px {
        margin: 4em 0 0 !important
    }

    .desktop-margin-top-128px {
        margin: 8em 0 0 !important
    }

    .desktop-bg-electrolux-gray-100 {
        background-color: var(--color-electrolux-gray-100) !important
    }

    .desktop-bg-electrolux-gray-200 {
        background-color: var(--color-electrolux-gray-200) !important
    }

    .desktop-bg-electrolux-gray-300 {
        background-color: var(--color-electrolux-gray-300) !important
    }

    .desktop-bg-electrolux-gray-400 {
        background-color: var(--color-electrolux-gray-400) !important
    }

    .desktop-bg-electrolux-blue-900 {
        background-color: var(--color-electrolux-blue-900) !important
    }

    .desktop-bg-white {
        background-color: #fff !important
    }

    .desktop-bg-white-80 {
        background-color: rgb(255 255 255 / .8) !important
    }

    .desktop-bg-transparent {
        background-color: transparent !important
    }

    .mobile-absolute-desktop-relative {
        position: relative !important
    }

    .desktop-absolute-z_negative {
        z-index: -1 !important
    }

    .desktop-absolute, .desktop-absolute-z_negative {
        position: absolute !important
    }

    .desktop-padding-full-32px {
        padding: 2em
    }
}

.electrolux-modal {
    position: absolute;
    transition: all ease-in-out .5s
}

.modal-closed {
    z-index: -1 !important;
    opacity: 0
}

.translatey {
    transform: translateY(2%)
}

.-translatey {
    transform: translateY(-2%)
}

.translatex {
    transform: translate(50%)
}

.-translatex {
    transform: translate(-50%)
}

.modal-opened {
    transform: translate(0) translateY(0);
    z-index: 999 !important
}

.modal-opened.translatey {
    animation: translatey .75s ease-in-out 0ms 1 forwards
}

.modal-opened.-translatey {
    animation: -translatey .75s ease-in-out 0ms 1 forwards
}

.modal-opened.translatex {
    animation: translatex .75s ease-in-out 0ms 1 forwards
}

.modal-opened.-translatex {
    animation: -translatex .75s ease-in-out 0ms 1 forwards
}

.modal-opened.translatey.return {
    animation: return-translatey .75s ease-in-out 0ms 1 forwards
}

.modal-opened.-translatey.return {
    animation: -return-translatey .75s ease-in-out 0ms 1 forwards
}

.modal-opened.translatex.return {
    animation: return-translatex .75s ease-in-out 0ms 1 forwards
}

.modal-opened.-translatex.return {
    animation: -return-translatex .75s ease-in-out 0ms 1 forwards
}

.button-close {
    position: absolute;
    top: 2%;
    width: 2em;
    z-index: 9999 !important;
    transform: rotate(135deg);
    cursor: pointer
}

.button-close.button-right {
    right: 3%
}

.button-close.button-left {
    left: 3%
}

.button-close~img {
    pointer-events: none !important
}

.icons-wrapper {
    z-index: 1
}

.icons-wrapper.hidden {
    z-index: -1 !important
}

.icon-modal {
    transition: all ease-in-out .2s
}

@media screen and (min-width:48em) {
    .button-close {
        width: 3em
    }
}

@media screen and (min-width:61.25em) {
    .button-close {
        top: 4%;
        width: 2.75em
    }

    .button-close.button-right {
        right: 2%
    }

    .button-close.button-left {
        left: 2%
    }
}

@keyframes translatey {
    0% {
        transform: translateY(2%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@-moz-keyframes translatey {
    0% {
        transform: translateY(2%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes -translatey {
    0% {
        transform: translateY(-2%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@-moz-keyframes -translatey {
    0% {
        transform: translateY(-2%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes translatex {
    0% {
        transform: translate(50%);
        opacity: 0
    }

    to {
        transform: translate(0);
        opacity: 1
    }
}

@-moz-keyframes translatex {
    0% {
        transform: translate(50%);
        opacity: 0
    }

    to {
        transform: translate(0);
        opacity: 1
    }
}

@keyframes -translatex {
    0% {
        transform: translate(-50%);
        opacity: 0
    }

    to {
        transform: translate(0);
        opacity: 1
    }
}

@-moz-keyframes -translatex {
    0% {
        transform: translate(-50%);
        opacity: 0
    }

    to {
        transform: translate(0);
        opacity: 1
    }
}

@keyframes return-translatey {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(2%);
        opacity: 0
    }
}

@-moz-keyframes return-translatey {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(2%);
        opacity: 0
    }
}

@keyframes -return-translatey {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(-2%);
        opacity: 0
    }
}

@-moz-keyframes -return-translatey {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(-2%);
        opacity: 0
    }
}

@keyframes return-translatex {
    0% {
        transform: translate(0);
        opacity: 1
    }

    to {
        transform: translate(50%);
        opacity: 0
    }
}

@-moz-keyframes return-translatex {
    0% {
        transform: translate(0);
        opacity: 1
    }

    to {
        transform: translate(50%);
        opacity: 0
    }
}

@keyframes -return-translatex {
    0% {
        transform: translate(0);
        opacity: 1
    }

    to {
        transform: translate(-50%);
        opacity: 0
    }
}

@-moz-keyframes -return-translatex {
    0% {
        transform: translate(0);
        opacity: 1
    }

    to {
        transform: translate(-50%);
        opacity: 0
    }
}

.modal-control {
    z-index: 50 !important
}

.modal-control.closed {
    z-index: 1 !important
}

.modal-control.opened {
    z-index: 50 !important
}

.modal-control, .open-modal, .close-modal, .modal {
    transition: all ease-in-out .5s
}

.close-modal {
    transition: all ease-in-out .4s;
    transform: scale(.5) rotate(135deg);
    cursor: pointer
}

.modal-opened .close-modal {
    transform: scale(1) rotate(135deg);
    z-index: 9999 !important
}

.transition-all.hide-all {
    transition-duration: 80ms
}

#logo-hero {
    margin: 0 0 1em
}

#hero-intro {
    width: 82%;
    max-width: 82%;
    margin: 5% 8.5% 0;
    overflow: hidden
}

#hero-content {
    padding: 9% 7%;
    width: 98%
}

#hero-aside {
    width: 100%
}

#hero-aside-content {
    padding: 4% 6%;
    width: 97%
}

#electrolux-02 {
    width: 100%;
    padding: 8% 0
}

#electrolux-02 #video {
    width: 86%;
    max-width: 86%;
    aspect-ratio: 16 / 9;
    margin: 0 auto
}

#electrolux-02 #video iframe {
    width: 100%;
    aspect-ratio: 16/9
}

#electrolux-technical-details #technical-details-text, .electrolux-technical-details .technical-details-text {
    width: 86%;
    padding: 8% 0 0
}

#electrolux-technical-details #technical-details-text #technical-info, .electrolux-technical-details .technical-details-text .technical-info {
    width: 100%
}

#electrolux-technical-details #technical-details-text #technical-table, .electrolux-technical-details .technical-details-text .technical-table {
    width: 100%;
    padding: 5% 0 0
}

#electrolux-technical-details #technical-details-text #technical-table h4, .electrolux-technical-details .technical-details-text .technical-table h4 {
    margin: 0 0 5.5%
}

.table-line {
    border-radius: 8px;
    padding: 8px 1.5em 6px 10px;
    margin: 8px 0
}

#electrolux-technical-details #technical-details-text #technical-table #table-second-column, .electrolux-technical-details .technical-details-text .technical-table .table-second-column {
    margin: 4% 0 0
}

#electrolux-footer {
    width: 100%;
    padding: 12% 0 10%
}

#electrolux-footer #footer-logo {
    width: 68%;
    max-width: 297px;
    margin: 0 0 5%
}

#electrolux-footer #footer-info {
    width: 79%
}

#electrolux-footer #footer-info p {
    margin: 0 0 2px
}

@media screen and (min-width:26.563em) {
    #electrolux-technical-details #technical-details-text, .electrolux-technical-details .technical-details-text {
        transform: scale(1) translateY(0) !important
    }
}

@media screen and (min-width:48em) {
    #electrolux-footer #footer-info {
        width: 80%
    }
}

@media screen and (min-width:61.25em) {
    #logo-hero {
        margin: 0 0 1.5em
    }

    #electrolux-02 #video {
        width: 72%;
        max-width: 72%
    }

    #electrolux-02 {
        padding: 5% 0
    }

    #electrolux-technical-details #technical-details-text, .electrolux-technical-details .technical-details-text {
        top: 0;
        left: 8%;
        width: 42%;
        height: 100% !important;
        padding: 0;
        transform: scale(.68) translate(-30%) translateY(.35em) !important
    }

    #electrolux-technical-details #technical-details-text #technical-table, .electrolux-technical-details .technical-details-text .technical-table {
        padding: 0
    }

    #electrolux-technical-details #technical-details-text #technical-table h4, .electrolux-technical-details .technical-details-text .technical-table h4 {
        font-size: 1.4em
    }

    .table-line {
        border-radius: 8px;
        padding: 8px 1.25em 6px 10px;
        margin: 4px 0
    }

    #electrolux-footer {
        padding: 5% 0
    }

    #electrolux-footer #footer-logo {
        width: 15%;
        margin: 0 0 2%
    }

    #electrolux-footer #footer-info {
        width: 80%
    }
}

@media screen and (min-width:75em) {
    #electrolux-technical-details #technical-details-text, .electrolux-technical-details .technical-details-text {
        transform: scale(1)
    }

    #electrolux-technical-details #technical-details-text #technical-table h4, .electrolux-technical-details .technical-details-text .technical-table h4 {
        font-size: 1.65em
    }

    .table-line {
        margin: 6px 0
    }

    #electrolux-footer #footer-info {
        width: 90%
    }
}

@media screen and (min-width:85.875em) {
    #electrolux-technical-details #technical-details-text #technical-table h4, .electrolux-technical-details .technical-details-text .technical-table h4 {
        font-size: 1.975em
    }

    .table-line {
        margin: 7px 0
    }

    #electrolux-footer #footer-info {
        width: 80%
    }
}

@media screen and (min-width:90em) {
    #logo-hero {
        margin: 0 0 1.25em
    }

    #electrolux-technical-details #technical-details-text, .electrolux-technical-details .technical-details-text {
        transform: scale(1)
    }

    .table-line {
        margin: 8px 0
    }

    #electrolux-footer #footer-info {
        width: 75%
    }
}

@media screen and (min-width:100em) {
    #electrolux-technical-details #technical-details-text #technical-table h4, .electrolux-technical-details .technical-details-text .technical-table h4 {
        font-size: 2.1em
    }

    #electrolux-technical-details #technical-details-text, .electrolux-technical-details .technical-details-text {
        transform: scale(1)
    }
}

@media screen and (min-width:120em) {
    #electrolux-technical-details #technical-details-text #technical-table h4, .electrolux-technical-details .technical-details-text .technical-table h4 {
        font-size: 2.3em
    }

    #electrolux-footer #footer-info {
        width: 70%
    }
}

#logo-hero {
    width: 56%
}

#hero-content h1 {
    line-height: 1.3 !important
}

#aside {
    padding: 5% 7%;
    width: 99%;
    position: relative;
    isolation: isolate
}

#aside:after {
    content: "";
    background: var(--color-electrolux-gray-200);
    position: absolute;
    top: 0;
    left: -5%;
    right: -5%;
    bottom: -5%;
    width: 110%;
    height: 105%;
    z-index: -1
}

.grid-percentage-left, .grid-percentage-right {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0
}

.mobile-grid-item-reverse {
    order: -1
}

#grid-text-03 {
    padding: 3em 0 5em
}

#grid-text-04, #grid-text-07, #grid-text-08, #grid-text-09 {
    padding: 2.5em 0 3.5em
}

#grid-text-05-container-01, #grid-text-05-container-02 {
    margin: 14% 0 0
}

#electrolux-05 .swiper .swiper-button-next, #electrolux-05 .swiper .swiper-button-prev {
    color: #fff !important;
    top: 20% !important
}

#grid-text-06-container-01 {
    margin: 10% 0 0
}

#electrolux-05 .electrolux-swiper-object .electrolux-swiper-bullet.swiper-pagination-bullet-active, #electrolux-06 .electrolux-swiper-object .electrolux-swiper-bullet.swiper-pagination-bullet-active, #electrolux-10 .electrolux-swiper-object .electrolux-swiper-bullet.swiper-pagination-bullet-active {
    background: #fff
}

#electrolux-05 .electrolux-swiper-object .electrolux-swiper-bullet {
    background: #7b8a9c
}

#electrolux-05 .swiper-pagination {
    bottom: 62% !important
}

#electrolux-06 .electrolux-swiper-object .electrolux-swiper-bullet, #electrolux-10 .electrolux-swiper-object .electrolux-swiper-bullet {
    background: var(--color-electrolux-blue-900)
}

.p-bullet {
    transform: translate(21.5%)
}

#electrolux-10 .swiper-wrapper {
    padding: 0 0 3em
}

#electrolux-10 .swiper-horizontal>.swiper-pagination-bullets {
    bottom: 1em !important
}

#grid-text-10-container-01 {
    padding: 2em 0 0
}

#image-01-10 {
    transform: translateY(2em)
}

#grid-text-10-container-02, #grid-text-10-container-03 {
    padding: 2em 0 3em
}

#image-02-10, #image-03-10 {
    transform: translateY(-2em)
}

#electrolux-11 .close-modal, .modal-button-11 {
    width: 2.5em;
    height: 2.5em
}

#open-modal-11-01, #modal-11-01 .close-modal {
    top: 53%;
    right: 10%
}

#open-modal-11-02, #modal-11-02 .close-modal {
    top: 54%;
    left: 10%
}

#open-modal-11-03, #modal-11-03 .close-modal {
    top: 27%;
    left: 34%
}

.modal-closed .modal-link {
    pointer-events: none
}

.modal-opened .modal-link {
    pointer-events: all
}

.modal-link {
    color: #fff;
    text-decoration: none;
    text-decoration-color: #fff0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #adb9c3;
    padding-bottom: 1.125em
}

.modal-link .modal-link-button {
    width: 65.625%;
    max-width: 65.625%;
    bottom: -25%
}

#electrolux-12 .translatey {
    transform: translateY(0)
}

@keyframes translatey {
    0% {
        transform: translateY(0);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@-moz-keyframes translatey {
    0% {
        transform: translateY(0);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

#mobile-button-02, #mobile-modal-12-02 .close-modal, #mobile-button-03, #mobile-modal-12-03 .close-modal, #mobile-button-04, #mobile-modal-12-04 .close-modal {
    width: 2em;
    height: 2em
}

#mobile-modal-12-02 .close-modal.button-left, #mobile-modal-12-03 .close-modal.button-left, #mobile-modal-12-04 .close-modal.button-left {
    left: 0 !important
}

#mobile-modal-container-01 {
    width: 2em !important;
    top: 45%;
    left: 13%
}

#mobile-modal-container-02 {
    width: 2em !important;
    top: 35%;
    right: 45%
}

#mobile-modal-container-03 {
    width: 2em !important;
    right: 40%;
    bottom: 45%
}

#mobile-modal-container-04 {
    width: 2em !important;
    right: 10%;
    top: 28%
}

#mobile-modal-container-03 .modal-link, #mobile-modal-container-04 .modal-link {
    transform: translateX(-100%)
}

#grid-text-05-container-01, #grid-text-05-container-02 {
    transform: scale(.9)
}

#electrolux-05 .swiper .swiper-button-next, #electrolux-05 .swiper .swiper-button-prev {
    transform: scale(.65)
}

#electrolux-05 .swiper .swiper-button-next {
    right: 1%
}

#electrolux-05 .swiper .swiper-button-prev {
    left: 1%
}

#mobile-modal-12-01 .modal-link, #mobile-modal-12-02 .modal-link, #mobile-modal-12-03 .modal-link, #mobile-modal-12-04 .modal-link {
    position: absolute;
    width: 150px;
    top: 50%;
    left: 50%
}

.technical-table {
    margin: 2em 0
}

#electrolux-13 .no-margin-bottom {
    margin: 2em 0 1em !important
}

#electrolux-13 .swiper-button-next, #electrolux-13 .swiper-button-prev {
    width: 2em;
    height: 2em;
    color: #fff;
    background: var(--color-electrolux-blue-900);
    border-radius: 99999px
}

#electrolux-13 .swiper-button-next:after {
    transform: scale(.35) translate(2px);
    line-height: 1
}

#electrolux-13 .swiper-button-prev:after {
    transform: scale(.35) translate(-2px);
    line-height: 1
}

@media screen and (min-width:26.563em) {
    #mobile-modal-12-01 .modal-link, #mobile-modal-12-02 .modal-link, #mobile-modal-12-03 .modal-link, #mobile-modal-12-04 .modal-link {
        width: 170px
    }

    #electrolux-05 .swiper .swiper-button-next, #electrolux-05 .swiper .swiper-button-prev {
        transform: scale(.75)
    }
}

@media screen and (min-width:26.563em) and (max-width:26.9875em) {
    #grid-text-05-container-01, #grid-text-05-container-02 {
        transform: scale(.85)
    }
}

@media screen and (min-width:30em) {
    #grid-text-05-container-01, #grid-text-05-container-02, #electrolux-05 .swiper .swiper-button-next, #electrolux-05 .swiper .swiper-button-prev {
        transform: scale(1)
    }
}

@media screen and (min-width:61.25em) {
    #hero-intro {
        margin: 3.5% 0 0 2.5%;
        width: 34%;
        max-width: 34%
    }

    .grid-percentage-left {
        grid-template-columns: 62.5fr 37.5fr
    }

    .grid-percentage-right {
        grid-template-columns: 37.5fr 62.5fr !important
    }

    .mobile-grid-item-reverse {
        order: 1
    }

    #grid-text-03, #grid-text-04, #grid-text-07, #grid-text-08, #grid-text-09, #grid-text-10-container-01, #grid-text-10-container-02, #grid-text-10-container-03 {
        padding: 0
    }

    #grid-text-03>h2 {
        transform: translate(-.5em)
    }

    #grid-text-04>div:not(#image-text-04) {
        transform: translate(-1em)
    }

    #grid-text-05-container-01, #grid-text-05-container-02 {
        margin: 5% 0 0
    }

    #electrolux-05 .swiper-pagination {
        bottom: 56% !important
    }

    #grid-text-06-container-01 {
        margin: 0
    }

    #grid-text-06-container-01>div:not(#image-text-06) {
        transform: translate(-.25em)
    }

    #electrolux-06 .swiper-pagination {
        position: absolute;
        text-align: left;
        margin: 0 0 2% 14.5%
    }

    #grid-text-08>div:not(#image-text-08) {
        transform: translate(0)
    }

    .p-bullet {
        transform: translate(0) !important
    }

    #image-01-10, #image-02-10, #image-03-10 {
        transform: translateY(0) !important
    }

    #grid-text-10-container-01>div:not(#image-text-10) {
        transform: translate(-1.125em)
    }

    #electrolux-10 .swiper-wrapper {
        padding: 0
    }

    #electrolux-10 .swiper-pagination {
        position: absolute;
        text-align: right;
        transform: translate(-17.5%);
        margin-bottom: 2%
    }

    #electrolux-10 .swiper-horizontal>.swiper-pagination-bullets {
        bottom: 1.5em !important
    }

    #electrolux-11 {
        padding: 0 0 1em
    }

    #electrolux-11 .mobile-grid-1-desktop-grid-3 {
        gap: 1em !important
    }

    #open-modal-11-01, #modal-11-01 .close-modal {
        top: 45%;
        left: 85%;
        right: auto !important
    }

    #open-modal-11-02, #modal-11-02 .close-modal {
        top: 50%;
        left: 16%
    }

    #open-modal-11-03, #modal-11-03 .close-modal {
        top: 46%;
        left: 40%
    }

    #desktop-button-01, #desktop-modal-12-01 .close-modal, #desktop-button-02, #desktop-modal-12-02 .close-modal, #desktop-button-03, #desktop-modal-12-03 .close-modal, #desktop-button-04, #desktop-modal-12-04 .close-modal {
        width: 3em;
        height: 3em
    }

    #desktop-modal-12-01 .close-modal.button-left, #desktop-modal-12-02 .close-modal.button-left, #desktop-modal-12-03 .close-modal.button-left, #desktop-modal-12-04 .close-modal.button-left {
        left: 0 !important
    }

    #desktop-modal-container-01 {
        width: 3em !important;
        top: 46%;
        left: 18%
    }

    #desktop-modal-container-02 {
        width: 2em !important;
        top: 29.5%;
        right: 43%
    }

    #desktop-modal-container-03 {
        width: 2em !important;
        right: 31%;
        bottom: 37%
    }

    #desktop-modal-container-04 {
        width: 2em !important;
        right: 21%;
        top: 18%
    }

    #desktop-modal-12-01 .modal-link, #desktop-modal-12-02 .modal-link, #desktop-modal-12-03 .modal-link, #desktop-modal-12-04 .modal-link {
        position: absolute;
        width: 210px;
        top: 50%;
        left: 50%
    }

    .technical-table {
        margin: 0;
        position: absolute !important;
        transform: scale(.76)
    }

    .table-second-column.opacity-0.pointer-events-none {
        display: none !important
    }
}

@media screen and (min-width:75em) {
    #hero-intro {
        width: 32%;
        max-width: 32%
    }

    #grid-text-04>div:not(#image-text-04) {
        transform: translate(-1.25em)
    }

    #grid-text-06-container-01>div:not(#image-text-06) {
        transform: translate(-.25em)
    }

    #grid-text-08>div:not(#image-text-08) {
        transform: translate(0)
    }

    #grid-text-10-container-01>div:not(#image-text-10) {
        transform: translate(-1.5em)
    }

    #desktop-modal-12-01 .modal-link, #desktop-modal-12-02 .modal-link, #desktop-modal-12-03 .modal-link, #desktop-modal-12-04 .modal-link {
        position: absolute;
        width: 240px;
        top: 50%;
        left: 50%
    }
}

@media screen and (min-width:80em) {
    #grid-text-04>div:not(#image-text-04) {
        transform: translate(-1.75em)
    }

    #grid-text-06-container-01>div:not(#image-text-06) {
        transform: translate(-.75em)
    }

    #grid-text-08>div:not(#image-text-08) {
        transform: translate(-.5em)
    }

    #grid-text-10-container-01>div:not(#image-text-10) {
        transform: translate(-1.85em)
    }

    #desktop-modal-12-01 .modal-link, #desktop-modal-12-02 .modal-link, #desktop-modal-12-03 .modal-link, #desktop-modal-12-04 .modal-link {
        position: absolute;
        width: 250px;
        top: 50%;
        left: 50%
    }
}

@media screen and (min-width:85.875em) {
    #electrolux-05 .swiper .swiper-button-next, #electrolux-05 .swiper .swiper-button-prev {
        top: 23.5% !important
    }

    #grid-text-04>div:not(#image-text-04) {
        transform: translate(-1.35em)
    }

    #grid-text-06-container-01>div:not(#image-text-06) {
        transform: translate(-.25em)
    }

    #grid-text-08>div:not(#image-text-08) {
        transform: translate(0)
    }

    #grid-text-10-container-01>div:not(#image-text-10) {
        transform: translate(-1.5em)
    }

    #desktop-modal-12-01 .modal-link, #desktop-modal-12-02 .modal-link, #desktop-modal-12-03 .modal-link, #desktop-modal-12-04 .modal-link {
        position: absolute;
        width: 280px;
        top: 50%;
        left: 50%
    }
}

@media screen and (min-width:90em) {
    #grid-text-04>div:not(#image-text-04) {
        transform: translate(-1.75em)
    }

    #grid-text-06-container-01>div:not(#image-text-06) {
        transform: translate(-.75em)
    }

    #grid-text-08>div:not(#image-text-08) {
        transform: translate(-.5em)
    }

    #grid-text-10-container-01>div:not(#image-text-10) {
        transform: translate(-2em)
    }
}

@media screen and (min-width:100em) {
    #grid-text-04>div:not(#image-text-04) {
        transform: translate(-1.6em)
    }

    #grid-text-06-container-01>div:not(#image-text-06) {
        transform: translate(-.25em)
    }

    #grid-text-08>div:not(#image-text-08) {
        transform: translate(0)
    }

    #grid-text-10-container-01>div:not(#image-text-10) {
        transform: translate(-1.75em)
    }

    #desktop-modal-12-01 .modal-link, #desktop-modal-12-02 .modal-link, #desktop-modal-12-03 .modal-link, #desktop-modal-12-04 .modal-link {
        position: absolute;
        width: 320px;
        top: 50%;
        left: 50%
    }
}

@media screen and (min-width:120em) {
    #hero-intro {
        width: 30%
    }

    #grid-text-04>div:not(#image-text-04) {
        transform: translate(-3em)
    }

    #grid-text-06-container-01>div:not(#image-text-06) {
        transform: translate(-1.5em)
    }

    #grid-text-08>div:not(#image-text-08) {
        transform: translate(-1.25em)
    }

    #grid-text-10-container-01>div:not(#image-text-10) {
        transform: translate(-3.125em)
    }

    #desktop-modal-12-01 .modal-link, #desktop-modal-12-02 .modal-link, #desktop-modal-12-03 .modal-link, #desktop-modal-12-04 .modal-link {
        position: absolute;
        width: 360px;
        top: 50%;
        left: 50%
    }
}