@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap);*{box-sizing:border-box;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}html{font-size:62.5%;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}body,html{margin:0;padding:0}body{font:1.4rem/1.5 Sofia Sans,sans-serif;font-weight:300;overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;box-sizing:border-box}h1,h2,h3,h4,h5,h6,p{margin:0}a{text-decoration:none}.break{content:"\a";display:block;position:relative;white-space:pre}@media (max-width:768px){.break{display:none}}::selection{background:#eb212e;color:#fff}input{-webkit-appearance:none}#main-error{display:table;width:100%;height:100vh;text-align:center}.fof{display:table-cell;vertical-align:middle}.fof h1{color:#888;font-weight:100;font-size:50px;display:inline-block;padding-right:12px;animation:type .5s infinite alternate}@keyframes type{0%{box-shadow:inset -3px 0 0 #888}to{box-shadow:inset -3px 0 0 transparent}}.footer,.footer__wrapper{display:flex;flex-flow:row wrap}.footer__wrapper{width:100%;align-items:center;justify-content:flex-start}.footer__wrapper--middle{padding:15rem 0 10rem 5%;background-color:#fafafa;background-color:#edf0f3}.footer__wrapper--bottom{width:100%;padding:20px 0 20px 5%;min-height:100px}.footer__column{width:25%;min-height:200px;display:flex;align-items:flex-start}.footer__copyright{width:75%;overflow:hidden}.footer__social{width:25%;display:inline-flex}.footer__list,.footer__social{list-style-type:none;padding-left:100px}.footer__list{margin:0}.footer__title{color:#eb212e;font-size:1.6rem;font-weight:700;margin-bottom:20px}.footer__desc{display:inline-block;color:#949494;position:relative;font-size:16px}.footer__desc:before{content:"";position:absolute;top:50%;left:calc(100% + 50px);width:1000%;height:1px;background-color:#dadada}.footer__cape{margin-left:3px;color:#949494;transition:color .3s ease}.footer__cape:focus,.footer__cape:hover{color:#eb212e}.footer__item--nav:nth-of-type(n+2){margin-top:10px}.footer__item--social:nth-of-type(n+2){margin-left:10px}.footer__link--nav{color:#6e6e6e;font-weight:300;font-size:1.3rem;letter-spacing:1px;transition:color .3s ease-in-out}.footer__link--nav:focus,.footer__link--nav:hover{color:#eb212e}.footer__link--social{height:100%;display:flex;align-items:center;justify-content:center}@media (max-width:1360px){.footer__list,.footer__social{padding-left:50px}}@media (max-width:1024px){.footer__copyright{padding-left:unset}}@media (max-width:1100px){.footer__wrapper--middle{padding:50px 0}.footer__wrapper--bottom{padding:30px}.footer__column{width:30%;padding-left:30px}.footer__column:first-of-type{width:100%;justify-content:flex-start}.footer__list{padding-left:0}}@media (max-width:768px){.footer__wrapper--middle{padding-left:0}.footer__wrapper--bottom{flex-flow:column}.footer__column{width:100%;min-height:auto}.footer__column:nth-of-type(n+2){margin-top:50px}.footer__copyright{width:100%;margin-bottom:20px}.footer__social{width:100%;padding-left:0}}.feature{width:25%;position:relative}.feature:before{content:"";display:block;padding-bottom:100%}.feature:first-of-type{background-color:#d4d4d4}.feature:nth-of-type(2){background-color:#ddd}.feature:nth-of-type(3){background-color:#e6e6e6}.feature:nth-of-type(4){background-color:#f8f8f8}.feature:focus .icon-wrapper,.feature:hover .icon-wrapper{transform:translateY(10px)}.feature:focus .feature__desc,.feature:hover .feature__desc{transform:translateY(-10px)}.feature .icon-wrapper{min-height:100px;transition:transform .3s ease-in-out}.feature .icon-wrapper,.feature__details{display:flex;align-items:center;justify-content:center}.feature__details{position:absolute;top:0;left:0;width:100%;height:100%;flex-flow:column}.feature__desc{color:#ed2327;font-size:1.4rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-top:50px;transition:transform .3s ease-in-out}@media (max-width:1600px){.feature__icon{transform:scale(.8)}.feature__desc{margin-top:20px}}@media (max-width:1280px){.feature__icon{transform:scale(.6)}.feature__desc{margin-top:0}}@media (max-width:1024px){.feature{width:50%}.feature__icon{transform:scale(1)}.feature__desc{margin-top:50px}}@media (max-width:768px){.feature__icon{transform:scale(.8)}.feature__desc{margin-top:30px}}@media (max-width:480px){.feature .icon-wrapper{min-height:70px}.feature__details{padding:20px}.feature__icon{transform:scale(.6)}.feature__desc{font-size:1.3rem;letter-spacing:1px;text-align:center}}.mobile{position:absolute;top:50%;right:50px;transform:translate(calc(50% - 10px),-50%);width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:transparent;padding:10px;border:none;cursor:pointer;transition:all .5s ease-in-out;z-index:999}.mobile__bar{transition:all .5s ease-in-out;position:relative}.mobile__bar,.mobile__bar:before{width:20px;height:3px;background-color:#eb212e;border-radius:2px}.mobile__bar:before{content:"";position:absolute;left:0;bottom:8px;transition:bottom .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1)}.mobile__bar:after{content:"";position:absolute;top:8px;left:0;width:20px;height:3px;background-color:#eb212e;border-radius:2px;transition:top .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1)}.mobile__bar--animate{background-color:transparent}.mobile__bar--animate:before{bottom:0;transform:rotate(-45deg);transition:bottom .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s}.mobile__bar--animate:after{top:0;left:0;transform:rotate(45deg);transition:top .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s}.mobile:hover,.mobile:hover .mobile__bar{transition:all .5s ease-in-out}.mobile:hover .mobile__bar:after,.mobile:hover .mobile__bar:before{width:20px;transition:all .5s ease-in-out}.mobile:hover .mobile__bar:after{left:0}@media (min-width:1100px){.mobile{display:none}}@media (max-width:1100px){.mobile{display:flex}}@media (max-width:768px){.mobile{right:30px}}@media (max-width:400px){.mobile{right:20px}}.nav--top{position:fixed;top:0!important;left:0;width:100%;height:100px;display:flex;align-items:center;justify-content:space-between;background-color:#f4f4f4;padding:0 70px;z-index:1000;transition:height .3s ease-in-out}.nav--fixed{height:70px}.nav__list{height:100%;display:flex;flex-flow:row nowrap;align-items:center;margin:0;padding:0;transition:all 0s ease-in}.nav__list--open{position:absolute;top:0;left:0;width:100%;height:auto;display:flex;flex-flow:column;align-items:flex-start;background-color:#f4f4f4;z-index:-1;transition-delay:.1s;transition-duration:.3s}.nav__item{height:100%;list-style-type:none}.nav__item:nth-of-type(n+2){margin-left:50px}.nav__link{height:100%;display:flex;align-items:center;justify-content:center;color:#8e8a8a;font-weight:500;text-transform:uppercase;position:relative;transition:color .3s ease-in-out;overflow:hidden}.nav__link:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:4px;background-color:#eb212e;transform:translateY(4px);transition:transform .3s ease-in-out}.nav__link:focus,.nav__link:hover{color:#eb212e}.nav__link:focus:before,.nav__link:hover:before{transform:translateY(0)}.nav__icon{margin-right:30px}@media (max-width:1600px){.nav--top{padding:0 50px}.nav__logo--header{max-width:100px}}@media (max-width:1440px){.nav__item:nth-of-type(n+2){margin-left:30px}.nav__link{font-size:1.3rem}}@media (max-width:1360px){.nav__item:nth-of-type(n+2){margin-left:20px}.nav__logo--footer{max-width:200px}}@media (max-width:1100px){.nav__list{position:absolute;top:100px;left:0;width:100%;opacity:0;visibility:hidden}.nav__list--open{opacity:1;visibility:visible}.nav__item{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;padding:0 0 20px 50px;position:relative}.nav__item:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:#eee}.nav__item:first-child{padding:20px 0 20px 50px}.nav__item:first-child:after{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background-color:#eee}.nav__item:nth-of-type(n+2){margin-left:0;margin-top:30px}.nav__icon{width:50px;display:flex;align-items:center;justify-content:center}.nav__link:before{content:none}}@media (max-width:960px){.nav__logo--footer{max-width:220px}}@media (max-width:768px){.nav--top{height:80px;padding:0 30px}.nav__logo--header{max-width:80px}.nav__logo--footer{max-width:180px}.nav__list{top:80px}.nav__item{padding:0 0 20px 30px}.nav__item:first-child{padding:20px 0 20px 30px}}@media (max-width:480px){.nav--top{height:60px}.nav__logo--header{max-width:70px}.nav__logo--footer{max-width:150px}.nav__list{top:60px}}@media (max-width:400px){.nav--top{padding:0 20px}.nav__item{padding:0 0 20px 20px}.nav__item:first-child{padding:20px 0 20px 20px}}.loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background-color:rgba(0,0,0,.1);z-index:1000;display:flex;align-items:center;justify-content:center;pointer-events:auto;visibility:hidden}.loader.active{opacity:1;visibility:visible}.lds-dual-ring{display:inline-block;width:80px;height:80px}.lds-dual-ring:after{content:" ";display:block;width:64px;height:64px;margin:8px;border-radius:50%;border-color:#eb212e transparent;border-style:solid;border-width:6px;animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.thank-you{min-height:500px;padding:100px 50px 50px;display:flex;align-items:center;justify-content:center;flex-flow:column;background-color:#fff;border-top:5px solid #ed2327}.thank-you__title{font-size:48px;color:#ed2327;text-align:center;margin-bottom:50px;line-height:1.5}.thank-you__button{background-color:#ed2327;color:#fff;border:none;border-radius:10px;height:50px;width:300px;text-align:center;font-size:18px;font-weight:600;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center}@media (max-width:960px){.thank-you{min-height:350px;padding:150px 10px 50px}.thank-you__title{font-size:38px}}@media (max-width:600px){.thank-you__title{font-size:30px}.thank-you__button{font-size:16px;height:40px;width:280px}}@media (max-width:480px){.thank-you{min-height:250px;padding:100px 10px 50px}.thank-you__title{font-size:28px;margin-bottom:20px}.thank-you__button{font-size:14px;height:40px;width:250px}}.newsletter{width:100%;margin:auto;position:relative;background-color:#fff}.newsletter,.newsletter__wrapper{display:flex;align-items:center;justify-content:center;flex-flow:column}.newsletter__wrapper{padding:70px 20px 0}.newsletter__wrapper h2{text-align:center}.newsletter__wrapper--form.hide{display:none}.newsletter__wrapper--thanku{text-align:center;padding:80px 20px}.newsletter__wrapper--thanku.hide{display:none}.newsletter__bonus{margin:10px 0 20px}.newsletter__title{font-size:4rem;color:#eb212e;line-height:1.2;text-align:center}.newsletter__desc{font-size:2.5rem;color:#000;max-width:80rem;text-align:center;margin-top:2rem;line-height:1.3}.newsletter__desc--thanku{margin-top:30px}.newsletter__desc--promo{font-weight:400;text-align:center;margin-top:15px;font-size:2.5rem}.newsletter__desc--asterisk{margin-top:10px;font-size:1.3rem;max-width:70%;text-align:center}.newsletter__desc--discount{margin-top:10px;font-size:20px;text-align:center}.newsletter__desc--discount span{color:#eb212e}.newsletter__form{width:60%;display:flex;flex-flow:column;justify-content:center;align-items:center;margin-top:60px}.newsletter__email{display:block;width:100%;position:relative}.newsletter__input-label{color:#000;position:absolute;top:0;left:0;transform:translateY(2px);transition:transform .3s ease;font-size:1.5rem}.newsletter__input{background-color:transparent;outline-style:none;box-shadow:none;border-color:transparent;border-bottom:1px solid #000;width:100%;font-size:2.2rem;color:#000;cursor:text}.newsletter__input.error{border-bottom:2px solid #e14800}.newsletter__input:focus{outline:0;border-bottom:1px solid #000}.newsletter .newsletter__input:focus+.newsletter__input-label,.newsletter .newsletter__input:not(:placeholder-shown)+.newsletter__input-label{transform:translate(-10px,-20px) scale(.8)}.newsletter__agreement{margin:40px 0;width:100%;font-size:1rem}.newsletter__checkbox-label{color:#000;position:relative;padding-left:30px;-webkit-box-decoration-break:clone;box-decoration-break:clone;transition:opacity .2s ease-in-out,visibility .2s ease-in-out;display:block;width:100%;cursor:pointer}.newsletter__checkbox-label:before{content:"";position:absolute;left:0;top:4px;width:16px;height:16px;border:1px solid #000}.newsletter__checkbox-label:after{content:"✔ ";color:#eb212e;position:absolute;font-size:14px;left:2px;top:2.5px;opacity:0;visibility:hidden;transition:opacity .2s ease-in-out,visibility .2s ease-in-out}.newsletter__checkbox-label.error:before{border:2px solid #e14800}.newsletter__checkbox-label .asterix{position:absolute;top:-4px;left:19px;color:#eb212e;font-size:2rem}.newsletter__checkbox{display:none}.newsletter__checkbox:checked+label:after{opacity:1;visibility:visible}.newsletter__button{height:50px;display:flex;align-items:center;justify-content:center;background-color:#eb212e;border:none;color:#fff;font-size:2rem;padding:5px 20px;border-radius:10px;cursor:pointer}.newsletter__button--disabled{pointer-events:none;border-color:#e4e3e2;background:#e4e3e2;box-shadow:none}.newsletter__error-wrapper{display:flex;flex-flow:column;text-align:center;height:40px;margin:10px 0}.newsletter__error{font-size:1.5rem;color:#eb212e;display:none}.newsletter__error.show{display:initial}.newsletter__models{position:relative;text-align:center;background-color:#f2f2f2;padding:40px 20px;line-height:1.5;max-width:1920px}.newsletter__models p:first-of-type{margin-bottom:20px}.newsletter__models:before{content:"";z-index:-1;position:absolute;top:0;left:-50%;width:200%;height:100%;background-color:#f2f2f2}.newsletter__models.hide{display:none}@media (max-width:1920px){.newsletter__models:before{content:none}}@media (max-width:1600px){.newsletter__form{width:80%}.newsletter__agreement{margin:60px 0}.newsletter__bonus{transform:scale(.8)}}@media (max-width:1024px){.newsletter__wrapper{padding:60px 20px 0}.newsletter__wrapper--thanku{padding:60px 20px}}@media (max-width:1000px){.newsletter__title{text-align:center}.newsletter__desc--asterisk{font-size:1.2rem;max-width:95%}}@media (max-width:800px){.newsletter__form{width:90%}.newsletter__desc{margin-top:1rem;font-size:2rem}}@media (max-width:600px){.newsletter .desktop-break{display:none}.newsletter__form{width:100%;margin-top:30px}.newsletter__agreement{margin:35px 0}}@media (max-width:500px){.newsletter__wrapper{padding:50px 20px 0}.newsletter__wrapper--thanku{padding:50px 20px}.newsletter__title{font-size:2.5rem}.newsletter__desc{font-size:2rem}.newsletter__desc--asterisk{font-size:1.2rem}.newsletter__input{font-size:2rem}.newsletter__bonus{transform:scale(.6)}}.widget{position:fixed;right:0;transform:translateX(100%);bottom:23%;width:340px;background-color:#fff;z-index:1000;transition:transform .5s ease;border:1px solid #f5f5f5}.widget :not(svg){transform-origin:unset!important}.widget--airfryers{bottom:0}.widget__wrapper{padding:40px}.widget__text-wrapper{position:relative;display:flex;flex-flow:row wrap;align-items:center;justify-content:center;padding:2rem}.widget__bonus{transform:translateY(-60px)}.widget__title{position:relative;font-size:2.7rem;color:#373a3e;font-weight:700;line-height:1.3;padding:2rem 1rem;text-align:center}.widget__title:after,.widget__title:before{content:"";position:absolute;width:4.6rem;height:1.3rem}.widget__title:before{top:0;left:0;background:url(/build/assets/static/landing-pages/xforce-flex/bracket-top.8bac8eef.png) no-repeat}.widget__title:after{bottom:0;right:0;background:url(/build/assets/static/landing-pages/xforce-flex/bracket-bottom.2ca40683.png) no-repeat}.widget__desc{font-size:2rem;color:#373a3e;margin:30px 0 45px;line-height:1.3;text-align:center}.widget__opener{position:absolute;left:-1px;top:50%;transform:translate(-100%,-50%);background:#eb212e;color:#fff;width:60px;height:150px;border-top-left-radius:10px;border-bottom-left-radius:10px;display:flex;align-items:flex-end;justify-content:center;cursor:pointer}.widget__wrapper{width:100%;height:100%;position:relative}.widget__text{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%) rotate(-90deg);text-transform:uppercase;font-size:1.5rem;display:flex;flex-flow:row;justify-content:center;width:150px}.widget__text svg{margin:4px 10px 0 0;transform:rotate(-90deg)}.widget__text .text-hide{display:none}.widget__text.show .text-hide{display:flex}.widget__text.show .text-show{display:none}.widget__text.show svg{transform:rotate(90deg)}.widget__button{cursor:pointer;display:flex;align-items:center;justify-content:center;background-color:#eb212e;border:none;color:#fff;font-size:2rem;padding:10px 20px;margin:2rem auto 0;border-radius:10px}.widget__models{background-color:#f2f2f2;text-align:left;font-size:1rem;padding:20px 45px 20px 25px}.widget__models p:first-of-type{font-weight:600;margin-bottom:10px}.widget.show{transform:translateX(0)}.widget--promo{width:450px;border:1px solid grey;bottom:15%}.widget--promo .widget__wrapper{display:flex;flex-flow:column;align-items:center;justify-content:center}.widget--promo .widget__desc,.widget--promo .widget__title{text-align:center}@media (max-width:2000px){.widget{width:380px}.widget--promo{width:450px}}@media (max-width:1600px){.widget{width:320px}.widget--promo{width:490px;bottom:10%}.widget__model,.widget__wrapper{padding:20px}.widget__desc{margin:20px 0}}@media (max-width:1280px){.widget__desc{margin:15px 0}}@media (max-width:768px){.widget__promo{bottom:30%}.widget--promo{bottom:27%}}@media (max-width:600px){.widget{width:70%;bottom:5%}.widget--promo{width:88%}.widget__wrapper{padding:20px}.widget__model{padding:10px 20px}.widget__title{font-size:1.8rem}.widget__desc{margin:5px 0 10px;font-size:1.4rem}.widget__button{font-size:1.5rem;padding:10px 15px}.widget__opener{width:35px;height:130px}.widget__text{width:130px;font-size:1.2rem}.widget__text svg{transform:rotate(-90deg) scale(.8) translateX(-4px)}.widget__text.show svg{transform:rotate(90deg) scale(.8)}}@media (max-width:560px){.widget__title-new{font-size:10rem}.widget__title-new span{font-size:4rem}.widget__desc-new{line-height:2.5rem;font-size:2.2rem}}.widget--expert-in-your-kitchen .widget__wrapper .widget__opener{width:40px}.widget--expert-in-your-kitchen .widget__text svg{margin:8px 10px 0 0}