@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNB     h4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/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")
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.swiper {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
    z-index: 1
}

.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 {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.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 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.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 {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%
}

.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 {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

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

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

.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 {
    height: var(--swiper-virtual-size);
    width: 1px
}

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

.swiper-button-next, .swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    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 {
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    width: 100%
}

.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);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 10px)
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    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);
    left: 0;
    top: var(--swiper-pagination-top, auto);
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

.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 {
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    display: inline-block;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
    left: var(--swiper-pagination-left, auto);
    right: var(--swiper-pagination-right, 8px);
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

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

.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: transform .2s, top .2s
}

.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: translateX(-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: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.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));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%
}

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

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

.swiper-pagination-lock {
    display: none
}

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

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

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

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

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

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

.swiper-scrollbar-lock {
    display: none
}

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

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

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

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

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

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

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

.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 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.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 {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

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

.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 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    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 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.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 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transform-origin: center bottom
}

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

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
}

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

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

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-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
}

[hidden], template {
    display: none
}

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

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

.translatey {
    transform: translateY(2%)
}

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

.translatex {
    transform: translateX(50%)
}

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

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

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

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

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

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

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

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

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

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

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

.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 .2s ease-in-out
}

@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% {
        opacity: 0;
        transform: translateY(2%)
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
    width: 48%
}

#mademsa-logo {
    margin: 0 0 0 1em;
    top: 1em;
    width: 36%
}

#mademsa-selo {
    bottom: 2em;
    margin: 0 0 0 3em;
    width: 26%
}

#mademsa-intro {
    left: 7%;
    top: 12%;
    width: 86%
}

#intro-content {
    top: 20%;
    transform: scale(1.15)
}

#intro-aside {
    transform: translateY(68%)
}

#intro-aside p {
    line-height: 1.8;
    margin: .5em 0;
    padding: .25em
}

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

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

#hero-aside {
    width: 100%
}

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

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

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

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

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

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

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

#electrolux-technical-details #technical-details-text #technical-table h4 {
    margin: 0 0 4%
}

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

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

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

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

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

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

#mademsa-03-text-wrapper, #mademsa-04-text-wrapper {
    margin: 0 0 21%
}

#mademsa-03-text, #mademsa-04-text, #mademsa-05-text, #mademsa-06-text {
    max-width: 84%;
    width: 84%
}

#text-03-content, #text-04-content, #text-05-content, #text-06-content {
    top: 30%;
    transform: scale(1.7)
}

#mademsa-03-description, #mademsa-04-description, #mademsa-05-description, #mademsa-06-description {
    max-width: 74%;
    transform: translateX(5%);
    width: 74%
}

#mademsa-05-text-wrapper {
    margin: 0 0 10%
}

#mademsa-06-text-wrapper {
    margin: 21% 0 0
}

.icone-07 {
    max-width: 5em;
    width: 5em
}

section#electrolux-07 {
    overflow: visible !important
}

#electrolux-07:before {
    background-color: var(--color-mademsa-orange);
    content: "";
    height: 100%;
    position: absolute;
    top: -20%;
    width: 100%;
    z-index: -1
}

#item-07-01 h3, #item-07-01 p, #item-07-02 h3, #item-07-02 p, #item-07-03 h3, #item-07-03 p {
    transform: scale(1.25);
    transform-origin: left
}

.electrolux-modal {
    margin: 0 12.5%;
    max-width: 75%;
    width: 75%
}

.close-modal.button-close {
    max-width: 3em;
    width: 3em
}

#electrolux-05 .button-close.button-right {
    right: -4%
}

#electrolux-05 .button-close.button-left {
    left: -4%
}

#box-modals {
    top: 1%
}

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

    .close-modal.button-close {
        max-width: 4em;
        width: 4em
    }

    #electrolux-05 .button-close.button-right {
        right: -3%
    }

    #electrolux-05 .button-close.button-left {
        left: -3%
    }
}

@media screen and (min-width:61.25em) {
    #hero-intro {
        margin: 12.65% 0 0 5.5%;
        max-width: 32%;
        width: 32%
    }

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

    #mademsa-logo {
        margin: 0;
        right: 1em !important;
        top: 1em;
        width: 14%
    }

    #mademsa-selo {
        bottom: 2em;
        margin: 0;
        right: 3em !important;
        width: 12%
    }

    #mademsa-intro {
        left: 6%;
        top: 27.9%;
        width: 27%
    }

    #intro-content {
        top: 12%;
        transform: scale(1)
    }

    #intro-aside {
        transform: translateY(70%)
    }

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

    #electrolux-02 {
        padding: 5% 0
    }

    #electrolux-technical-details #technical-details-text {
        height: 100% !important;
        left: 8%;
        padding: 5% 0;
        top: 0;
        transform: scale(.85);
        width: 32%
    }

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

    #electrolux-technical-details #technical-details-text #technical-table h4 {
        transform: scale(1.3) translateX(1.8em) translateY(-.35em)
    }

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

    #electrolux-footer {
        padding: 5% 0
    }

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

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

    #mademsa-03-text-wrapper {
        margin: 0;
        transform: translateX(5%)
    }

    #mademsa-03-text {
        max-width: 65%;
        width: 65%
    }

    #text-03-content, #text-05-content {
        top: 22%;
        transform: scale(1.35)
    }

    #mademsa-04-text-wrapper {
        margin: 0;
        transform: translateX(-5%)
    }

    #mademsa-04-text {
        max-width: 15em;
        transform: translateX(-10%);
        width: auto
    }

    #text-04-content {
        top: 21%;
        transform: scale(1.64)
    }

    #mademsa-05-description.desktop-w-auto-t-none {
        transform: translateX(5%) !important
    }

    #mademsa-05-text-wrapper {
        padding: 0
    }

    #mademsa-05-text {
        max-width: 59%;
        width: 59%
    }

    #mademsa-06-text-wrapper {
        margin: 0;
        transform: translateX(-10%)
    }

    #mademsa-06-text {
        max-width: 40.625%;
        width: 40.625%
    }

    #text-06-content {
        top: 19%;
        transform: scale(1.4)
    }

    #item-07-01, #item-07-02 {
        max-width: 25%;
        width: 25%
    }

    #item-07-02 {
        transform: translateX(-7%)
    }

    #item-07-03 {
        max-width: 25%;
        width: 25%
    }

    #item-07-01 h3, #item-07-01 p, #item-07-02 h3, #item-07-02 p, #item-07-03 h3, #item-07-03 p {
        transform: scale(1)
    }

    .icone-07 {
        max-width: 6.25em;
        width: 6.25em
    }

    .electrolux-modal {
        margin: 0 12.5%;
        max-width: 75%;
        width: 75%
    }

    #box-modals {
        top: 0
    }
}

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

    .table-line {
        margin: 6px 0
    }

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

    #mademsa-04-text {
        max-width: 18em
    }
}

@media screen and (min-width:85.875em) {
    #electrolux-technical-details #technical-details-text #technical-table h4 {
        transform: scale(1.3) translateX(1.76em) translateY(-.35em)
    }

    .table-line {
        margin: 7px 0
    }

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

    #mademsa-04-text {
        max-width: 20em
    }
}

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

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

    .table-line {
        margin: 8px 0
    }

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

    #mademsa-04-text {
        max-width: 22em
    }
}

@media screen and (min-width:100em) {
    #electrolux-technical-details #technical-details-text #technical-table h4 {
        transform: scale(1.3) translateX(1.8em) translateY(-.35em)
    }

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

    #mademsa-04-text {
        max-width: 23em
    }
}

@media screen and (min-width:120em) {
    #electrolux-technical-details #technical-details-text #technical-table h4 {
        transform: scale(1.3) translateX(1.6em) translateY(-.35em)
    }

    #electrolux-technical-details #technical-details-text {
        width: 28%
    }

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

    #mademsa-04-text {
        max-width: 24em
    }
}

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

.electrolux-swiper-object .electrolux-swiper-bullet-complete p, .electrolux-swiper-object .electrolux-swiper-bullet-numbered p {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-items: center;
    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-complete, .electrolux-swiper-object .electrolux-swiper-bullet-numbered {
    height: 1.8em;
    line-height: 1.58em;
    width: 1.8em
}

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

.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 {
    height: 1em;
    opacity: 1;
    width: 1em
}

.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 {
    cursor: auto;
    opacity: 0 !important;
    pointer-events: none
}

:root {
    --color-electrolux-gray-100: #dfe7ea;
    --color-electrolux-gray-200: #adb9c3;
    --color-electrolux-gray-300: #7b8a9c;
    --color-electrolux-gray-400: #778b9e;
    --color-electrolux-blue-900: #011e41;
    --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)
}

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

img {
    display: block;
    max-width: 100%;
    min-width: 100%
}

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

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-2 {
    grid-template-rows: 1fr 1fr
}

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

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

.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
}

.mobile-relative, .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
}

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

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

.mobile-w-auto {
    width: auto
}

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

.h-50, .mobile-h-50 {
    height: 50% !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-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: hsla(0, 0%, 100%, .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-relative, .mobile-relative-z_negative {
    position: relative
}

.right {
    right: 0
}

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

.left {
    left: 0
}

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

.overflow-hidden {
    overflow: hidden
}

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

.inline-block {
    display: inline-block
}

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

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

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

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

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

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

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

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

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

.padding-top-bottom-36px {
    padding: 2.25em 0
}

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

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

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

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

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

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

@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, .mobile-display-inline-block {
        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-relative {
        position: relative !important
    }

    .desktop-absolute {
        position: absolute !important
    }

    .desktop-right {
        right: 0
    }

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

    .desktop-left {
        left: 0
    }

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

    .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-40 {
        width: 40% !important
    }

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

    .desktop-w-auto-t-none {
        max-width: auto !important;
        transform: translateX(0) !important;
        width: auto !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
    }

    .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: hsla(0, 0%, 100%, .8) !important
    }

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

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

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

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

:root {
    --root-font: 16px;
    --default-font-family: "proxima-nova";
    --font-family-electrolux-light: "proxima-nova";
    --font-family-electrolux-light-oblique: "Proxima Nova Light Italic";
    --font-family-electrolux-regular: "proxima-nova";
    --font-family-electrolux-regular-oblique: "Proxima Nova Regular Italic";
    --font-family-electrolux-bold: "Proxima Nova Bold";
    --font-family-electrolux-bold-bold-oblique: "Proxima Nova Bold Italic"
}

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

.font-electrolux-regular {
    font-family: 'proxima-nova';
    font-weight: 400;
}

.font-electrolux-light {
    font-family: 'proxima-nova';
    font-weight: 300;
}

.font-electrolux-bold {
    font-family:'proxima-nova';
    font-weight: 700;
}

.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
}

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

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

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

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

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

.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)
}

.text-60px-25px {
    font-size: 1.5em
}

.text-40px-16px {
    font-size: 1.25em
}

.text-35px-18px {
    font-size: 1.125em
}

.text-50px-20px {
    font-size: 1.25em
}

.text-32px-12px {
    font-size: .75em
}

.text-28px-14px, .text-32px-14px {
    font-size: .875em
}

.text-2x {
    font-size: 2.75em
}

.text-40px-24px {
    font-size: 1.5em
}

#hero-content h1 {
    font-size: .938em
}

#electrolux-technical-details #technical-details-text #technical-info p {
    font-size: 1em;
    transform: scale(1.1) translateX(1em)
}

#electrolux-technical-details #technical-details-text #technical-table h4 {
    font-size: 2em
}

#electrolux-footer #footer-info p, .text-10px-8px {
    font-size: .5em
}

@media screen and (min-width:425px) {
    #hero-content h1 {
        font-size: 1.125em
    }

    #electrolux-technical-details #technical-table h6 {
        font-size: 1.063em
    }

    .text-60px-25px #electrolux-technical-details #technical-details-text #technical-table h4 {
        font-size: 1.563em
    }

    .text-35px-18px, .text-40px-16px {
        font-size: 1.25em
    }

    .text-50px-20px {
        font-size: 2em
    }

    .text-32px-14px {
        font-size: 1em
    }

    .text-32px-12px {
        font-size: .813em
    }

    .text-28px-14px {
        font-size: 1em
    }

    .text-40px-24px {
        font-size: 1.75em
    }

    #electrolux-technical-details #technical-details-text #technical-info p {
        font-size: 1.125em
    }
}

@media screen and (min-width:768px) {
    #hero-content h1 {
        font-size: 2em
    }

    #electrolux-technical-details #technical-details-text #technical-info p, #electrolux-technical-details #technical-table h6 {
        font-size: 1.875em
    }

    .text-60px-25px {
        font-size: 2.75em
    }

    .text-40px-16px {
        font-size: 1.75em
    }

    .text-35px-18px {
        font-size: 1.563em
    }

    .text-50px-20px {
        font-size: 3.125em
    }

    .text-28px-14px, .text-32px-12px, .text-32px-14px {
        font-size: 1.75em
    }

    #electrolux-technical-details #technical-details-text #technical-table h4, .text-40px-24px {
        font-size: 3em
    }

    #electrolux-technical-details #technical-table p {
        font-size: 1.75em
    }

    .text-10px-8px {
        font-size: .5em
    }
}

@media screen and (min-width:980px) {
    .desktop-text-electrolux-blue-900 {
        color: var(--color-electrolux-blue-900)
    }

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

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

    #hero-content h1 {
        font-size: 1.063em
    }

    #electrolux-technical-details #technical-details-text #technical-info p, #electrolux-technical-details #technical-table h6 {
        font-size: 1em
    }

    #electrolux-technical-details #technical-details-text #technical-info p {
        transform: scale(1) translateX(0)
    }

    .text-60px-25px {
        font-size: 1.875em
    }

    .text-40px-16px {
        font-size: 1.25em
    }

    .text-35px-18px {
        font-size: 1.125em
    }

    .text-50px-20px {
        font-size: 1.25em
    }

    .text-28px-14px, .text-32px-12px, .text-32px-14px {
        font-size: 1em
    }

    .text-2x {
        font-size: 2em
    }

    #electrolux-technical-details #technical-details-text #technical-table h4 {
        font-size: 1.25em
    }

    .text-40px-24px {
        font-size: 1.5em
    }

    #electrolux-extrafresh #extrafresh-text-wrapper p, #electrolux-technical-details #technical-table p {
        font-size: 1em
    }

    .text-10px-8px {
        font-size: .313em
    }
}

@media screen and (min-width:1200px) {
    #hero-content h1 {
        font-size: 1.25em
    }

    #electrolux-technical-details #technical-details-text #technical-info p, #electrolux-technical-details #technical-table h6 {
        font-size: 1.125em
    }

    .text-60px-25px {
        font-size: 2.125em
    }

    .text-40px-16px {
        font-size: 1.5em
    }

    .text-35px-18px {
        font-size: 1.375em
    }

    .text-50px-20px {
        font-size: 1.875em
    }

    .text-32px-12px, .text-32px-14px {
        font-size: 1.188em
    }

    .text-28px-14px {
        font-size: 1.125em
    }

    #electrolux-technical-details #technical-details-text #technical-table h4 {
        font-size: 1.5em
    }

    .text-40px-24px {
        font-size: 1.75em
    }

    #electrolux-technical-details #technical-table p {
        font-size: 1.125em
    }

    .text-10px-8px {
        font-size: .375em
    }
}

@media screen and (min-width:1374px) {
    #hero-content h1 {
        font-size: 1.438em
    }

    #electrolux-technical-details #technical-details-text #technical-info p, #electrolux-technical-details #technical-table h6 {
        font-size: 1.313em
    }

    .text-60px-25px {
        font-size: 2.375em
    }

    .text-40px-16px {
        font-size: 1.75em
    }

    .text-35px-18px {
        font-size: 1.563em
    }

    .text-50px-20px {
        font-size: 2.188em
    }

    .text-32px-12px, .text-32px-14px {
        font-size: 1.438em
    }

    .text-28px-14px {
        font-size: 1.313em
    }

    #electrolux-technical-details #technical-details-text #technical-table h4 {
        font-size: 1.75em
    }

    .text-40px-24px {
        font-size: 2em
    }

    #electrolux-technical-details #technical-table p {
        font-size: 1.25em
    }
}

@media screen and (min-width:1440px) {
    #hero-content h1 {
        font-size: 1.5em
    }

    #electrolux-technical-details #technical-details-text #technical-info p, #electrolux-technical-details #technical-table h6 {
        font-size: 1.375em
    }

    .text-60px-25px {
        font-size: 2.75em
    }

    .text-40px-16px {
        font-size: 1.875em
    }

    .text-35px-18px {
        font-size: 1.75em
    }

    .text-50px-20px {
        font-size: 2.313em
    }

    .text-32px-12px, .text-32px-14px {
        font-size: 1.563em
    }

    .text-28px-14px {
        font-size: 1.375em
    }

    #electrolux-technical-details #technical-details-text #technical-table h4 {
        font-size: 1.875em
    }

    #electrolux-technical-details #technical-table p {
        font-size: 1.25em
    }
}

@media screen and (min-width:1600px) {
    #hero-content h1 {
        font-size: 1.75em
    }

    #electrolux-technical-details #technical-details-text #technical-info p, #electrolux-technical-details #technical-table h6 {
        font-size: 1.563em
    }

    .text-60px-25px {
        font-size: 3.125em
    }

    .text-40px-16px {
        font-size: 2em
    }

    .text-35px-18px {
        font-size: 1.875em
    }

    .text-50px-20px {
        font-size: 2.563em
    }

    .text-32px-12px, .text-32px-14px {
        font-size: 1.688em
    }

    .text-28px-14px {
        font-size: 1.625em
    }

    #electrolux-technical-details #technical-details-text #technical-table h4 {
        font-size: 2em
    }

    #electrolux-technical-details #technical-table p {
        font-size: 1.313em
    }

    .text-10px-8px {
        font-size: .5em
    }
}

@media screen and (min-width:1920px) {
    #hero-content h1 {
        font-size: 2em
    }

    #electrolux-technical-details #technical-details-text #technical-info p, #electrolux-technical-details #technical-table h6 {
        font-size: 1.75em
    }

    .text-60px-25px {
        font-size: 3.75em
    }

    .text-40px-16px {
        font-size: 2.5em
    }

    .text-35px-18px {
        font-size: 2.188em
    }

    .text-50px-20px {
        font-size: 3.125em
    }

    .text-32px-12px, .text-32px-14px {
        font-size: 2em
    }

    .text-28px-14px {
        font-size: 1.75em
    }

    #electrolux-technical-details #technical-details-text #technical-table h4 {
        font-size: 2.375em
    }

    .text-40px-24px {
        font-size: 2.5em
    }

    #electrolux-technical-details #technical-table p {
        font-size: 1.5em
    }

    .text-10px-8px {
        font-size: .625em
    }
}

.animate-scroll-hidden {
    opacity: 0;
    transition: all 625ms cubic-bezier(.11, 0, .5, 0)
}

.animate-scroll-hidden.show {
    opacity: 1;
    transition: all 625ms cubic-bezier(.11, 0, .5, 0)
}

.animate-scroll-hidden.entrance-bottom, .animate-scroll-hidden.entrance-bottom-big, .animate-scroll-hidden.entrance-left, .animate-scroll-hidden.entrance-left-big, .animate-scroll-hidden.entrance-opacity, .animate-scroll-hidden.entrance-right, .animate-scroll-hidden.entrance-right-big, .animate-scroll-hidden.entrance-up, .animate-scroll-hidden.entrance-up-big {
    opacity: 0
}

@media screen and (min-width:980px) {
    .animate-scroll-hidden.entrance-left {
        transform: translateX(-24px)
    }

    .animate-scroll-hidden.entrance-left-big {
        transform: translateX(-48px)
    }

    .animate-scroll-hidden.entrance-right {
        transform: translateX(24px)
    }

    .animate-scroll-hidden.entrance-right-big {
        transform: translateX(48px)
    }

    .animate-scroll-hidden.entrance-bottom {
        transform: translateY(24px)
    }

    .animate-scroll-hidden.entrance-bottom-big {
        transform: translateY(48px)
    }

    .animate-scroll-hidden.entrance-up {
        transform: translateY(-24px)
    }

    .animate-scroll-hidden.entrance-up-big {
        transform: translateY(-48px)
    }
}

.animate-scroll-hidden.show.entrance-left, .animate-scroll-hidden.show.entrance-left-big, .animate-scroll-hidden.show.entrance-right, .animate-scroll-hidden.show.entrance-right-big {
    opacity: 1;
    transform: translateX(0)
}

.animate-scroll-hidden.show.entrance-bottom, .animate-scroll-hidden.show.entrance-bottom-big, .animate-scroll-hidden.show.entrance-up, .animate-scroll-hidden.show.entrance-up-big {
    opacity: 1;
    transform: translateY(0)
}

.animate-scroll-hidden.show.entrance-opacity {
    opacity: 1 !important
}

@media (min-width: 610px) and (max-width:767px) {
    #technical-details-main-image{
        margin-top: -400px;
    }
}
@media (min-width: 610px) and (max-width:767px) {
    #mademsa-intro {
        width: 60%
    }

  }
